.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container { background-color: transparent; background-image: none; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container > .video-iframe-container { display: none; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row > .video-iframe-container { display: none; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .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); }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container { border-width: 0; border-radius: 0; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ZDFO5ICAVNCC5iwHuBAp4l4ZO1mpAa9s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#11a351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.3125rem;left:42.375rem;display:none; }
#pOdDAWxGLw4aIRqthbOscWilf01Ta4XW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1nQXxFocfc2eULJ99wJ0AvX84A5BCPb { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ed6708, #e68709);background-image: -moz-linear-gradient(115deg, #ed6708, #e68709);background-image: -ms-linear-gradient(115deg, #ed6708, #e68709);background-image: -o-linear-gradient(115deg, #ed6708, #e68709);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#e68709' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#e68709' );";background-image: linear-gradient(115deg, #ed6708, #e68709);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f1f5f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.34375rem;left:58.8125rem;display:block; }
#PATCJOtuLOQ2V292kQm28ic8nzVn9uUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8T5Cxv2GwaOu1F0Xn5m2N7qpDMH3BFQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#11a351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.3125rem;left:49.75rem;display:none; }
#BpSBFKfvCkUqU6yTVhdQ4vctqFBKt8W0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xO6EvT8BXPQFgb0EPlDaDZA1MrcqET7H { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:10.25rem;top:0.78125rem;left:7.5rem;overflow:hidden;display:block; }
#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98a0823d-dee4-4079-80bc-1637d1457f72/pobrane.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.adaptive-delivery-prevent-bg, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyload, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyloading { background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { background-color: transparent; background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.79); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.79); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .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); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { border-width: 0; border-radius: 0; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#p0zu8QzZhTVbBK9AvsF2m1wzkhgSm1H0 { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:7.375rem;height:5.6875rem;font-style:normal;display:block; }
#DHrGTW7deAk397Ugf7B1ZBzvD5hxX2bX { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:12.9375rem;left:8.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#PKlwxP4fgrrmTu7cysqzoRD6nbxMPJVP { position:absolute;display:block;z-index:15002;background-color:#11a351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.8125rem;width:0.3125rem;top:12.25rem;left:7.375rem;display:block; }
#iT65IIyQFyMNdtR20Kl193pGexnyWteQ { background-color:#ed6708;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.9375rem;left:39.6875rem;display:block; }
#pBBVFOF6q12ruOl4M8xQn8KLdIfIkE3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InTnwByEqq9J0D0X0pearvF4Dq5WGhdw { color:#e8f7ff;display:block;width:42.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#foN1QXgK6VGcCqSkkN41W93sWvcEK12O { position:relative;display:block; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O { background-color: transparent; background-image: none; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container > .video-iframe-container { display: none; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row > .video-iframe-container { display: none; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .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); }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O { border-width: 0; border-radius: 0; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JDNehKKdk3hSPB3InlqTBhdZR4SmrJtJ { position:absolute;display:block;z-index:15001;height:29.4375rem;width:52.4375rem;top:1.9375rem;left:11.28125rem;display:block; }
#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p { position:relative;display:block; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p { background-color: transparent; background-image: none; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row .container > .video-iframe-container { display: none; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row > .video-iframe-container { display: none; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .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); }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p { border-width: 0; border-radius: 0; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .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:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GBqmEsnS8s21EwmlitsCuwXBnxOy8VFV { background-color:#ed6708;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:9.125rem;display:block; }
#R9TwsLQIMGcCBJ9eXEoF087HTX5lzOt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM > .row .container { border-width: 0; border-radius: 0; }#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:none; }#nHvazteyaTUVr2oUyc1whiPFTyHQaSxl { color:#ed6708;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:45.1875rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uLSCwCwk9QsEBMMiZKBx7V0JIUVILAZH { position:absolute;display:block;z-index:15005;background-color:#11a351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.8125rem;left:62.9375rem;display:block; }
#tF0x4SaO70DNfZ9AILGa1lrE8mHqsEeg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(17,163,81,0.65) ;height:19.375rem;width:27.25rem;top:3.25rem;left:3.75rem;display:block; }
#r9y8eWu7u66qKxchUZuO2p6TeRptEJd4 { position:absolute;display:block;z-index:15019;background-color:#11a351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:1.1796875rem;left:5.625rem;display:block; }
#guaMIdvDf7TpnVEVP8vnCVrb05ELTB7k { color:#ed6708;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERV8IBM1LwnJHwlIk3dN1QFAJ5HVS05r { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4609375rem;left:46.375rem;height:10.3984375rem;font-style:normal;display:block; }
#rezuWprm1OPo8fArwKNwIOuP5l3w2E9U { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(17,163,81,0.68) ;height:20.5rem;width:27.25rem;top:9.5rem;left:44rem;display:block; }
#D54pUw9vTT6SqELaCuwTKCSgGDEUNdRl { position:absolute;display:block;z-index:15025;background-color:#11a351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:6.3125rem;left:45.8125rem;display:block; }
#pMI9htSmCJM0zTDRmZHPiKfLH3uGiGvy { color:#ed6708;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4FFAAS5rdtHxqprS2bemOiknWpqktPG { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4140625rem;left:5.5rem;height:6.499025rem;font-style:normal;display:block; }
#CPtnq9WAx8XLbcI50dqghPsDNRI5bchh { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.3125rem;width:6.375rem;top:1.3359375rem;left:6.625rem;overflow:hidden;display:block; }
#n7OCRVsSWvZ9z0hTewdbxBxDtqPir76V { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.1875rem;width:7rem;top:6.3125rem;left:45.625rem;overflow:hidden;display:block; }
#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V > .row .container { border-width: 0; border-radius: 0; }#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:none; }#XLGnIoozMsxwVEDzDUFVMTRCpVte0OHG { color:#ed6708;display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.4121125rem;font-style:normal;display:block; }
#FBM3RSl3HuCg1DWCxO5PUWohIVWmfn6I { color:#11a351;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6072883605957rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#ksnKpG8WbKnS5xilCHDCTGp78V7U3MMA { position:absolute;display:block;z-index:15007;background-color:#11a351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#U0SJiRXuxFGKRun0hR3zTLkWhUEtuZ8C { color:#868686;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.055557250976rem;left:7.5rem;height:3.89941875rem;font-style:normal;display:block; }
#tCNXPyxIIgA2uyqzst2v25JNbCy199cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tCNXPyxIIgA2uyqzst2v25JNbCy199cG > .row .container { border-width: 0; border-radius: 0; }#tCNXPyxIIgA2uyqzst2v25JNbCy199cG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCNXPyxIIgA2uyqzst2v25JNbCy199cG > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#KNKKeCq0saAuhueBsRHTmihT9C2xKews { color:#11a351;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#NLuX1lzCXazhzAshcM1NSHSaWpmNt6iM { color:#11a351;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#aBUw1mWfnnC5ClluAzKIiHlXBrZX0UA0 { color:#ed6708;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:3.89941875rem;font-style:normal;display:block; }
#wHi2yBkySUsOk5N6rJfZU0GR9nmDnFnv { position:absolute;display:block;z-index:14999;background-color:#ed6708;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.375rem;width:0.125rem;top:2.375rem;left:8.375rem;display:block; }
#o3cUGSlCaJoVnShZ4aMEtxsmNT3oEopN { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -moz-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -ms-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -o-linear-gradient(146deg, #ed6708, #ffcc80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );";background-image: linear-gradient(146deg, #ed6708, #ffcc80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte > .row .container { border-width: 0; border-radius: 0; }#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#uEVSm2ochI5WOfyNd44V3bqg7e15nhMU { color:#11a351;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#sqN3fwA0SxikRip6r5kNDFTTS6hs67zT { color:#11a351;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#xHNZZkZywaNguI2IJWQgTxreUhgFHJwt { color:#ed6708;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7994842529297rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#zzpd7eUMPRmi0BnpIowPJFZLJrwLU8ze { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -moz-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -ms-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -o-linear-gradient(146deg, #ed6708, #ffcc80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );";background-image: linear-gradient(146deg, #ed6708, #ffcc80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:7.5625rem;display:block; }
#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT > .row .container { border-width: 0; border-radius: 0; }#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#z9IhwLVp8qGEzpNc7mc7DSy47EtLIxXy { color:#11a351;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#uu4ghiMCtRsDcL97lok4CRT5H8ByNMLS { color:#11a351;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#TqiuUDJsVq7Fkih8EIslN2Tr6o7eEK9d { color:#ed6708;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7994842529297rem;left:32.375rem;height:3.89941875rem;font-style:normal;display:block; }
#zmiIXipksBRDqz8AzqdNrSJfp7F6L5rx { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -moz-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -ms-linear-gradient(146deg, #ed6708, #ffcc80);background-image: -o-linear-gradient(146deg, #ed6708, #ffcc80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#ffcc80' );";background-image: linear-gradient(146deg, #ed6708, #ffcc80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:7.5625rem;display:block; }
#a7JE1DeTBK18tQN1iM90ps54whp4INyW { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #14b05e;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a7JE1DeTBK18tQN1iM90ps54whp4INyW > .row .container { border-width: 0; border-radius: 0; }#a7JE1DeTBK18tQN1iM90ps54whp4INyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7JE1DeTBK18tQN1iM90ps54whp4INyW > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#kT3kdayr9ZLVA3Un2TD7MTrTKGhScPb8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.9375rem;top:3.6177082061767rem;left:7.5rem;overflow:hidden;display:block; }
#NBwBuhwwLMpC6gGckcc20BeJdrZcXWi6 { color:#ed6708;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.28125rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C { display:block; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZDFO5ICAVNCC5iwHuBAp4l4ZO1mpAa9s { width:6.5rem;height:2.1875rem;top:1.75rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pOdDAWxGLw4aIRqthbOscWilf01Ta4XW { display:block; }
 }@media only screen and (max-width: 1199px) { #y1nQXxFocfc2eULJ99wJ0AvX84A5BCPb { width:8.6875rem;height:2.125rem;top:1.78125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PATCJOtuLOQ2V292kQm28ic8nzVn9uUu { display:block; }
 }@media only screen and (max-width: 1199px) { #S8T5Cxv2GwaOu1F0Xn5m2N7qpDMH3BFQ { width:6.5rem;height:2.1875rem;top:1.75rem;left:31.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BpSBFKfvCkUqU6yTVhdQ4vctqFBKt8W0 { display:block; }
 }@media only screen and (max-width: 1199px) { #xO6EvT8BXPQFgb0EPlDaDZA1MrcqET7H { width:19rem;height:4.1875rem;top:0.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98a0823d-dee4-4079-80bc-1637d1457f72/pobrane.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.adaptive-delivery-prevent-bg, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyload, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyloading { background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { background-color: transparent; background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.79); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.79); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .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); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { width:47.75rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p0zu8QzZhTVbBK9AvsF2m1wzkhgSm1H0 { top:3.8125rem;left:0.875rem;width:39.6875rem;height:8.285125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHrGTW7deAk397Ugf7B1ZBzvD5hxX2bX { top:14.875rem;left:2.1875rem;width:35.5rem;height:1.8056625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKlwxP4fgrrmTu7cysqzoRD6nbxMPJVP { top:13.375rem;left:0.875rem;width:0.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iT65IIyQFyMNdtR20Kl193pGexnyWteQ { width:13.1875rem;height:3.8125rem;top:19.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBBVFOF6q12ruOl4M8xQn8KLdIfIkE3K { display:block; }
 }@media only screen and (max-width: 1199px) { #InTnwByEqq9J0D0X0pearvF4Dq5WGhdw { top:1.625rem;left:0.875rem;width:33.1875rem;height:1.4619125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foN1QXgK6VGcCqSkkN41W93sWvcEK12O { display:block; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JDNehKKdk3hSPB3InlqTBhdZR4SmrJtJ { width:45.5625rem;height:25.4375rem;top:1.46875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p { display:block; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBqmEsnS8s21EwmlitsCuwXBnxOy8VFV { width:46rem;height:3.8125rem;top:1.46875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9TwsLQIMGcCBJ9eXEoF087HTX5lzOt6 { display:block; }
 }@media only screen and (max-width: 1199px) { #yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM { display:none; }#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nHvazteyaTUVr2oUyc1whiPFTyHQaSxl { top:2.125rem;left:21.125rem;width:26rem;height:2.11230625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLSCwCwk9QsEBMMiZKBx7V0JIUVILAZH { top:4.5rem;left:38.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tF0x4SaO70DNfZ9AILGa1lrE8mHqsEeg { top:6.5rem;left:0.625rem;width:27.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9y8eWu7u66qKxchUZuO2p6TeRptEJd4 { top:4.375rem;left:0.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guaMIdvDf7TpnVEVP8vnCVrb05ELTB7k { top:15rem;left:25.9375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERV8IBM1LwnJHwlIk3dN1QFAJ5HVS05r { top:17.4375rem;left:25.25rem;width:22.5rem;height:10.3984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rezuWprm1OPo8fArwKNwIOuP5l3w2E9U { top:14.1875rem;left:23.625rem;width:24.125rem;height:20.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #D54pUw9vTT6SqELaCuwTKCSgGDEUNdRl { top:6.3125rem;left:25.375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMI9htSmCJM0zTDRmZHPiKfLH3uGiGvy { top:11.75rem;left:1.5rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4FFAAS5rdtHxqprS2bemOiknWpqktPG { top:13.875rem;left:1.5rem;width:20.875rem;height:6.499025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPtnq9WAx8XLbcI50dqghPsDNRI5bchh { top:4.5rem;left:0.625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n7OCRVsSWvZ9z0hTewdbxBxDtqPir76V { top:6.3125rem;left:25.1875rem;width:7rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V { display:none; }#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XLGnIoozMsxwVEDzDUFVMTRCpVte0OHG { top:4rem;left:0.625rem;width:23rem;height:3.4121125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBM3RSl3HuCg1DWCxO5PUWohIVWmfn6I { top:2.5625rem;left:0.625rem;width:23rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksnKpG8WbKnS5xilCHDCTGp78V7U3MMA { top:8.4375rem;left:0.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0SJiRXuxFGKRun0hR3zTLkWhUEtuZ8C { top:10.375rem;left:0.625rem;width:42rem;height:2.761725rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCNXPyxIIgA2uyqzst2v25JNbCy199cG { display:none; }#tCNXPyxIIgA2uyqzst2v25JNbCy199cG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KNKKeCq0saAuhueBsRHTmihT9C2xKews { top:2.1875rem;left:2.5rem;width:8.5625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLuX1lzCXazhzAshcM1NSHSaWpmNt6iM { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBUw1mWfnnC5ClluAzKIiHlXBrZX0UA0 { top:2.375rem;left:16.75rem;width:30.375rem;height:3.89941875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHi2yBkySUsOk5N6rJfZU0GR9nmDnFnv { top:3.82421875rem;left:0.875rem;width:0.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3cUGSlCaJoVnShZ4aMEtxsmNT3oEopN { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte { display:none; }#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uEVSm2ochI5WOfyNd44V3bqg7e15nhMU { top:2.1875rem;left:2.5rem;width:8.5625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqN3fwA0SxikRip6r5kNDFTTS6hs67zT { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHNZZkZywaNguI2IJWQgTxreUhgFHJwt { top:2.125rem;left:17rem;width:28.875rem;height:3.89941875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzpd7eUMPRmi0BnpIowPJFZLJrwLU8ze { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT { display:none; }#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #z9IhwLVp8qGEzpNc7mc7DSy47EtLIxXy { top:2.75rem;left:2.5rem;width:8.5625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uu4ghiMCtRsDcL97lok4CRT5H8ByNMLS { top:2.9375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqiuUDJsVq7Fkih8EIslN2Tr6o7eEK9d { top:1.67578125rem;left:16.6875rem;width:26.75rem;height:3.89941875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zmiIXipksBRDqz8AzqdNrSJfp7F6L5rx { top:2.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7JE1DeTBK18tQN1iM90ps54whp4INyW { display:none; }#a7JE1DeTBK18tQN1iM90ps54whp4INyW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kT3kdayr9ZLVA3Un2TD7MTrTKGhScPb8 { width:6.9375rem;height:3.8125rem;top:3.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBwBuhwwLMpC6gGckcc20BeJdrZcXWi6 { top:0.8125rem;left:0.625rem;width:23rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C { position:relative;z-index:auto;display:block; }#QGpefqCDc2lGm8eLRkurVpTQr9HWJP5C > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDFO5ICAVNCC5iwHuBAp4l4ZO1mpAa9s { width:10.4375rem;height:2.1875rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOdDAWxGLw4aIRqthbOscWilf01Ta4XW { display:block; }
 }@media only screen and (max-width: 763px) { #y1nQXxFocfc2eULJ99wJ0AvX84A5BCPb { width:8.6875rem;height:2.125rem;top:4.25rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATCJOtuLOQ2V292kQm28ic8nzVn9uUu { display:block; }
 }@media only screen and (max-width: 763px) { #S8T5Cxv2GwaOu1F0Xn5m2N7qpDMH3BFQ { width:4.75rem;height:2.1875rem;top:3.5rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpSBFKfvCkUqU6yTVhdQ4vctqFBKt8W0 { display:block; }
 }@media only screen and (max-width: 763px) { #xO6EvT8BXPQFgb0EPlDaDZA1MrcqET7H { width:11.875rem;height:2.5625rem;top:0.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d9768fd-45b0-4ffa-a4f6-a8f6194c0780/AdobeStock_647735445.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.adaptive-delivery-prevent-bg, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyload, #ylWHQXWaV351JukW8t1Bomb5lMXVZvA3.lazyloading { background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { background-color: transparent; background-image: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.48); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.48); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row > .video-iframe-container { display: none; }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .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); }#ylWHQXWaV351JukW8t1Bomb5lMXVZvA3 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0zu8QzZhTVbBK9AvsF2m1wzkhgSm1H0 { width:20rem;height:8.7734375rem;top:5.42285rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHrGTW7deAk397Ugf7B1ZBzvD5hxX2bX { width:19.625rem;height:2.3369125rem;top:16.4287109375rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKlwxP4fgrrmTu7cysqzoRD6nbxMPJVP { width:6.25rem;height:0.375rem;top:15.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT65IIyQFyMNdtR20Kl193pGexnyWteQ { width:16.25rem;height:3.8125rem;top:20.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBVFOF6q12ruOl4M8xQn8KLdIfIkE3K { display:block; }
 }@media only screen and (max-width: 763px) { #InTnwByEqq9J0D0X0pearvF4Dq5WGhdw { width:17.0625rem;height:2.923825rem;top:1.625rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foN1QXgK6VGcCqSkkN41W93sWvcEK12O { display:block; }#foN1QXgK6VGcCqSkkN41W93sWvcEK12O > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDNehKKdk3hSPB3InlqTBhdZR4SmrJtJ { width:20rem;height:12.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p { display:block; }#fvCJ1DvFJHZnIeZpmf2lz0nSTcWhTf2p > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBqmEsnS8s21EwmlitsCuwXBnxOy8VFV { width:20rem;height:3.8125rem;top:1.21875rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9TwsLQIMGcCBJ9eXEoF087HTX5lzOt6 { display:block; }
 }@media only screen and (max-width: 763px) { #yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM { display:none; }#yk5eBSy5HCxWIKEAnNy1Fki54QAH6lBM > .row .container { width:20rem;height:55.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHvazteyaTUVr2oUyc1whiPFTyHQaSxl { width:20rem;height:2.1125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLSCwCwk9QsEBMMiZKBx7V0JIUVILAZH { width:8.25rem;height:0.375rem;top:5.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF0x4SaO70DNfZ9AILGa1lrE8mHqsEeg { width:20rem;height:22.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9y8eWu7u66qKxchUZuO2p6TeRptEJd4 { width:6.625rem;height:6.625rem;top:8.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guaMIdvDf7TpnVEVP8vnCVrb05ELTB7k { width:11rem;height:1.625rem;top:13.3125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERV8IBM1LwnJHwlIk3dN1QFAJ5HVS05r { width:19.5625rem;height:12.9980625rem;top:16.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rezuWprm1OPo8fArwKNwIOuP5l3w2E9U { width:20rem;height:17.25rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D54pUw9vTT6SqELaCuwTKCSgGDEUNdRl { width:6.625rem;height:6.625rem;top:33.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMI9htSmCJM0zTDRmZHPiKfLH3uGiGvy { width:19.4375rem;height:1.625rem;top:39.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FFAAS5rdtHxqprS2bemOiknWpqktPG { width:19.375rem;height:7.79883125rem;top:42.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPtnq9WAx8XLbcI50dqghPsDNRI5bchh { width:5.6875rem;height:5.625rem;top:33.875rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7OCRVsSWvZ9z0hTewdbxBxDtqPir76V { width:6rem;height:5.3125rem;top:8.62499332428rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V { display:none; }#bNwctOuZvbThPPyhU1LwcTlOxq3VEr7V > .row .container { width:20rem;height:16.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLGnIoozMsxwVEDzDUFVMTRCpVte0OHG { width:20rem;height:2.5996125rem;top:3.2744140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBM3RSl3HuCg1DWCxO5PUWohIVWmfn6I { width:20rem;height:1.4625rem;top:1.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksnKpG8WbKnS5xilCHDCTGp78V7U3MMA { width:8.25rem;height:0.375rem;top:6.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0SJiRXuxFGKRun0hR3zTLkWhUEtuZ8C { width:20rem;height:6.90429375rem;top:8.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCNXPyxIIgA2uyqzst2v25JNbCy199cG { display:none; }#tCNXPyxIIgA2uyqzst2v25JNbCy199cG > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KNKKeCq0saAuhueBsRHTmihT9C2xKews { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLuX1lzCXazhzAshcM1NSHSaWpmNt6iM { width:9.75rem;height:1.625rem;top:3.8559112548828rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBUw1mWfnnC5ClluAzKIiHlXBrZX0UA0 { width:19.25rem;height:5.2rem;top:6.4184112548825rem;left:0.81249994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHi2yBkySUsOk5N6rJfZU0GR9nmDnFnv { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3cUGSlCaJoVnShZ4aMEtxsmNT3oEopN { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte { display:none; }#dKensKQ4NfIV7Gop0U6GlVVmptVc3Dte > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEVSm2ochI5WOfyNd44V3bqg7e15nhMU { width:8.5625rem;height:1.95rem;top:1.2769031524658rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqN3fwA0SxikRip6r5kNDFTTS6hs67zT { width:9.75rem;height:1.625rem;top:4.0112857818604rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHNZZkZywaNguI2IJWQgTxreUhgFHJwt { width:18.8125rem;height:3.89941875rem;top:6.9487857818606rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzpd7eUMPRmi0BnpIowPJFZLJrwLU8ze { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT { display:none; }#IQKf5pUgWyTCCapJRWJWg9VwGkLwMKGT > .row .container { width:20rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z9IhwLVp8qGEzpNc7mc7DSy47EtLIxXy { width:8.5625rem;height:1.95rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu4ghiMCtRsDcL97lok4CRT5H8ByNMLS { width:9.75rem;height:1.625rem;top:3.9375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqiuUDJsVq7Fkih8EIslN2Tr6o7eEK9d { width:18.9375rem;height:5.2rem;top:6.88716506958rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmiIXipksBRDqz8AzqdNrSJfp7F6L5rx { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7JE1DeTBK18tQN1iM90ps54whp4INyW { position:relative;z-index:auto;display:none; }#a7JE1DeTBK18tQN1iM90ps54whp4INyW > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kT3kdayr9ZLVA3Un2TD7MTrTKGhScPb8 { width:4.6875rem;height:2.5625rem;top:4.28125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwBuhwwLMpC6gGckcc20BeJdrZcXWi6 { width:20rem;height:1.4625rem;top:1.90625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }