.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { z-index:;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab44eba4-984f-4724-8313-1e5d2daeea24/ludziebiznesusciskajacrecerazem.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyloading { background-image: none; }#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-form-header {  }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:first-of-type{padding-top:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:last-of-type{padding-bottom:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.353988647461rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.353988647461rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QbaeaXW20L9o5Rx3IyyoRvrpGnII2GxA { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cI4S3LgIKKlCoCyf82QqolNSqf6b2q48 { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cIa1DprFSCwrDSt1u3TNOpGsN2d6n3DG { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #d48d3iTMkFqfvLRIOXuOniGKqfFvz19W { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RStHbJNeZn073Q6ULI2UoBdF5TLTxMNM { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #x3ZyTSSkNZtGcXS1ga3XrqINqxMHUkPG { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD { position:relative;z-index:2; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG { position:relative; }
#OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { position:absolute;display:block;z-index:15016;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;width:2.5rem;top:34.625rem;left:57.5rem;display:block; }
#JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { position:absolute;display:block;z-index:15018;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;width:2.5rem;top:37.875rem;left:57.5rem;display:block; }
#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:33.1246875rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.4374408721924rem;left:1.2458572387695rem;height:7.87465rem;font-style:normal;display:block; }
#v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { position:absolute;display:block;z-index:15022;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:21.5620625rem;top:13.436612129211rem;left:9.6235809326175rem;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#ffffff;display:block;width:32.12375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.249645233154rem;left:27.875679016113rem;height:8.530125rem;font-style:normal;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:35.03125rem;left:57.84375rem; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:38.34375rem;left:57.96875rem; }
#uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#XTgBkVX3k7M3vLgztdwrTkQywOQQttBW { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.875rem;top:0rem;left:1.25rem;overflow:hidden;display:none; }
#VS9XibAiqosWOPFxVIuJTLhDllNfXV8D { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { z-index:;position:relative;display:none; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { border-width: 0; border-radius: 0; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab44eba4-984f-4724-8313-1e5d2daeea24/ludziebiznesusciskajacrecerazem.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.adaptive-delivery-prevent-bg, #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.lazyload, #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.lazyloading { background-image: none; }#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-form-header {  }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-container:first-of-type{padding-top:0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-container:last-of-type{padding-bottom:0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.732450425625rem;left:0rem; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 {display:block;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.732450425625rem;left:0rem;display:none; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #PQKPWbTVMdCZ9PcTSDSwf55a8VefLIla { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #qSlWSCriMR6FtDZSnDvdaIIcacK0OkKf { position:relative;display:block; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #cdRKB0CINwyJPdVotNJTWlT0k1rM76Kh { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #EG6EywPL1TraDWqo0PkoXLbUxNCTsFLN { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eLh3KyG953mb6UG5SJhH5pZ5mpkZqts2 { position:relative;display:block; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OKNgv6XZGtR46JaApVbWfxoVN5kHdHxM { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #wm9i3dmvAGL2gGBXJkG7NSEOqGypD8rM { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #c22ZHEroCoWhhcbu0Env0H28WWXJt7T8 { position:relative;display:block; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #RMFBsoSVPqWSAgXdTBoa0clPxlDBSxZ7 { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #a06fWTgTRN66rnR0obZrv3c5E8yWcATw { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OB9putQs59GDih9HQdpr8xPZGP7qJaB8 { position:relative;display:block; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #nn3Pmf9qWHMFmyDbk0pUl5hu6Ok0eVa9 { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #QXQJMAMGcG2M8TidU4GLT85h4vnfT4eX { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #ak0A0JvazF0br3bzTa4QzKAMRgitBUBZ { position:relative;z-index:2; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #vePrpv2aBrvevDycBd2cR8H7VE0HHTNV { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eUU5c2JyfHPemw3MNTRwPc1BPr5py8m6 { position:relative; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #k3ezgHFnR3dOxcGSN5N6bDX0KgsyyDLh { position:relative; }
#UyXDO4CHAXNK1o90ovWlfrOWhTERZPxE { color:#4f4f4f;display:block;width:33.1246875rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.4374408721924rem;left:1.2458572387695rem;height:7.87465rem;font-style:normal;display:none; }
#pBiUIoFMR7updq4gIseUW5WpVEHcCns2 { position:absolute;display:block;z-index:15022;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:21.5620625rem;top:13.436612129211rem;left:9.6235809326175rem;display:none; }
#dkqVsNhPZMnSQD69igLImNmOArMpeqR4 { color:#ffffff;display:block;width:32.1244375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.202325820923rem;left:1.2458572387695rem;height:8.530125rem;font-style:normal;display:none; }
#uJbwPybFhPUhBwTsrLCOlHov023KHK5B { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.875rem;top:0rem;left:1.25rem;overflow:hidden;display:none; }
#V4DX2OzgoStbmq6w0Qdkp2TmxLlAhkWU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { 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; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { color:#717171;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.1247625350952rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#9b9153;display:block;width:59.9986875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8721580505369rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15025;line-height:.9;letter-spacing:0;top:4.9057464599609rem;left:0.00074005126953125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD { 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; }#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD > .row .container { border-width: 0; border-radius: 0; }#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:none; }#iVWmMSLaWCRu3LUiBtGGUiGUaq9k5N0r { color:#717171;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03080625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LAf6lI9dUnxSCWrPsdEBmKvThgOhbpwq { color:#9b9153;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.498517990113rem;left:0rem;height:1.706025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LBHDgxfAfKir0sNKV4TfZDaIKMynXgV4 { color:#4f4f4f;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15025;line-height:.9;letter-spacing:0;top:4.9057464599609rem;left:0.00074005126953125rem;height:6.186375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { 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; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { background-color: transparent; background-image: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .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); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { border-width: 0; border-radius: 0; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { position:absolute;display:block;z-index:15000;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.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:19rem;top:5.1247291564941rem;left:0.43723297119141rem;display:block; }
#cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { position:absolute;display:block;z-index:15001;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:19rem;top:3.8122291564941rem;left:0.4993782043457rem;display:block; }
#Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4985790252688rem;left:3.7494087219238rem;height:4.87393125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.43720625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.499318122864rem;left:3.2500305175781rem;display:block; }
#c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlo0p6gJGbhEOKhdp72JGAa71l6bBZAi { color:#4f4f4f;display:block;width:16.687375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:15.681966781616rem;left:1.6542377471924rem;height:14.87775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { position:absolute;display:block;z-index:15007;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.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:19rem;top:3.6243782043457rem;left:20.436790466309rem;display:block; }
#LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4995rem;height:3.43720625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.499318122864rem;left:23.249584197998rem;display:block; }
#xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { color:#4f4f4f;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:16.75rem;left:21.6875rem;height:12.7426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { position:absolute;display:block;z-index:15008;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:19rem;top:3.6875rem;left:20.5rem;display:block; }
#BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { color:#ffffff;display:block;width:13.561625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4985790252688rem;left:23.217033386231rem;height:4.87393125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { position:absolute;display:block;z-index:15008;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:19rem;top:3.8118476867676rem;left:40.499973297119rem;display:block; }
#xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { color:#ffffff;display:block;width:12.437125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4371738433837rem;left:43.780330657959rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZXMunDZL0mS03OdfbXBRHlwLttEONae { color:#ffffff;display:block;width:19.124375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8714189529419rem;left:40.437084197998rem;height:2.11144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ts8B1RdD9sTiAtml0EBaitQ7heBXstzP { color:#4f4f4f;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:16.75rem;left:41.6875rem;height:12.7426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { position:absolute;display:block;z-index:15007;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.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:19rem;top:5.0618476867676rem;left:40.437084197998rem;display:block; }
#pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4995rem;height:3.43720625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.499318122864rem;left:42.766040802002rem;display:block; }
#I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 { 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; }#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 > .row .container { border-width: 0; border-radius: 0; }#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:none; }#kW9nScRga9S19r0uBAtriFFrzGDtTtdr { position:absolute;display:block;z-index:15000;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.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:19rem;top:5.1247291564941rem;left:0.43723297119141rem;display:none; }
#o3podGLLt1Tl4FXcPwZAhTybhQd9O0v5 { position:absolute;display:block;z-index:15001;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:19rem;top:3.8122291564941rem;left:0.4993782043457rem;display:none; }
#rauAgrJmLTF2e18eVoE4bT3AMZQi38aG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4985790252688rem;left:3.7494087219238rem;height:4.87393125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZfQQhCemrDoo9giowdvyPeqF71pF39vU { color:#4f4f4f;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:16.75rem;left:1.65625rem;height:13.39rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AblzIcBG8PESKfhIt5yyfyucLeVXbSQk { position:absolute;display:block;z-index:15007;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.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:19rem;top:3.6243782043457rem;left:20.436790466309rem;display:none; }
#TO6MAVFqBwl1chxAfn4g3Nkkr1e4uzFO { color:#4f4f4f;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:16.75rem;left:21.6875rem;height:12.7426875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IqC9kSZfm3OUbaepDJiQWi2Vvlt82GeW { position:absolute;display:block;z-index:15008;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:19rem;top:3.6875rem;left:20.5rem;display:none; }
#HTUumOFKucZF2ZZi2hSvCA35DtxciFCs { color:#ffffff;display:block;width:13.561625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4985790252688rem;left:23.217033386231rem;height:4.87393125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ABAGJGIVwZkuTovBWyQsKGTWpcAAvorT { position:absolute;display:block;z-index:15008;background-color:#c39d17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:19rem;top:3.8118476867676rem;left:40.499973297119rem;display:none; }
#uBSCQoADG9eQGgb0T0G1BoM4mDGDVi8c { color:#ffffff;display:block;width:12.437125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4371738433837rem;left:43.780330657959rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vg3Gompw77liF52wveqx75CTyL2DyetI { color:#ffffff;display:block;width:19.124375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8714189529419rem;left:40.437084197998rem;height:2.11144375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hgAfnJy0SbG2ki01gm1VLwe2ge4iWdR7 { color:#4f4f4f;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:16.75rem;left:41.6875rem;height:12.7426875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#BqbOW36S005xGDW63inxkom2nKNfqc10 { color:#717171;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.0625rem;left:29.5rem;height:2.03125rem;font-style:italic;display:block; }
#UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { color:#4f4f4f;display:block;width:30.4998125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:10.874609947204rem;left:25.874465942382rem;height:4.8939125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { position:absolute;display:block;z-index:15032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.75rem;top:17.5rem;left:40.625rem;display:block; }
#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#656565;display:block;width:30.24975rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15031;line-height:1.8;letter-spacing:0;top:18.937168121338rem;left:25.997276306153rem;height:14.399875rem;font-style:normal;display:block; }
#dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { color:#4f4f4f;display:block;width:18.3749375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:.9;letter-spacing:0;top:35.748100280762rem;left:37.374233245849rem;height:1.18075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { color:#4f4f4f;display:block;width:16.2494375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:37.623542785644rem;left:39.374706268311rem;height:0.89961875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { position:absolute;display:block;z-index:15034;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:6.0620875rem;width:11.5619375rem;top:37.622802734375rem;left:44.857509613037rem;overflow:hidden;display:block; }
#gXwGopO5tKQRJ3ZyWiDK4mSCCzmeefcE { position:absolute;display:block;z-index:15035;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:20.686875rem;width:13.6874375rem;top:12.124910950661rem;left:10.806552886963rem;overflow:hidden;display:block; }
#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 > .row .container { border-width: 0; border-radius: 0; }#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#M2wCWd7zOCZlVOoWkq2OzBc65qOqWFfd { color:#717171;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.0625rem;left:29.5rem;height:2.03080625rem;font-style:italic;display:none; }
#s2eMi66J2ooU7TOQtl5JdTMpGFkGQ6I6 { color:#4f4f4f;display:block;width:30.4998125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:10.874609947204rem;left:25.874465942382rem;height:6.07244375rem;font-style:normal;display:none; }
#VKmWAPwNZf1aVlOZHsBS0sQFQSHoDMFQ { position:absolute;display:block;z-index:15032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.75rem;top:17.5rem;left:40.625rem;display:none; }
#x6OyIklQrkptvTGqAPWXip9wR24Fuzbt { color:#656565;display:block;width:30.24975rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15031;line-height:1.8;letter-spacing:0;top:18.937168121338rem;left:25.997276306153rem;height:14.399875rem;font-style:normal;display:none; }
#dVc4B5uE1qho7MpFaR7waNWJLKIBAaEz { color:#4f4f4f;display:block;width:18.3749375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:.9;letter-spacing:0;top:35.748100280762rem;left:37.374233245849rem;height:1.18075rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FiaiTANK3GF4uSVLDJ7rR5qdvilfd39p { color:#4f4f4f;display:block;width:16.2494375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:37.623542785644rem;left:39.374706268311rem;height:0.89961875rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#qnAxJTzQ6DhIGNO30XgPo3ypL9z57QVO { position:absolute;display:block;z-index:15035;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:20.686875rem;width:13.6874375rem;top:12.124910950661rem;left:10.806552886963rem;overflow:hidden;display:none; }
#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 { position:relative;display:none; }#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 { border-width: 0; border-radius: 0; }#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 > .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; }#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 > .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:7.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f9P7EF4uPCTtQmOcuTeewQMbaApuPk9U { color:#000000;display:block;width:40.4370625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9585399627686rem;left:12.312824249267rem;height:4.14299375rem;display:none; }
#beK5i1M85tdena29y9BG6mneDKRNBedx { 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; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { border-width: 0; border-radius: 0; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:none; }#mhNSSJVobQmKexeUlxEAWE4spKXF5seO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cfbef29-b191-463b-9260-b66886bd5e10/Renvioteamavatars_mkonopka_v01removebgpreview.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:18.9375rem;top:0.0625rem;left:0.4375rem;display:block; }#mhNSSJVobQmKexeUlxEAWE4spKXF5seO.adaptive-delivery-prevent-bg, #mhNSSJVobQmKexeUlxEAWE4spKXF5seO.lazyload, #mhNSSJVobQmKexeUlxEAWE4spKXF5seO.lazyloading { background-image: none; }
#oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { position:absolute;display:block;z-index:15002;background-color:#c39d17;background-image:none;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:26.1875rem;width:19.0625rem;top:18.249141693115rem;left:0.49863815307617rem;display:block; }
#RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20rem;left:1.84375rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.21875rem;height:1.2998625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { position:absolute;display:block;z-index:15000;background-color:#c39d17;background-image:none;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:26.25rem;width:19.0625rem;top:18.249879837036rem;left:20.499675750733rem;display:block; }
#PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { color:#ffffff;display:block;width:16.124375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.999556064606rem;left:21.935665130615rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.8125rem;left:22.1875rem;height:2.599725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/16dce358-ca4c-4891-8689-caf712f0572f/2203_untitled_1110removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:18.9375rem;top:0.0625rem;left:20.5rem;display:block; }#zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.adaptive-delivery-prevent-bg, #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.lazyload, #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.lazyloading { background-image: none; }
#qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/904bf778-2db0-4687-b707-355df20c2d77/jacek2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:18.9375rem;top:0.0625rem;left:40.5rem;display:block; }#qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.adaptive-delivery-prevent-bg, #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.lazyload, #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.lazyloading { background-image: none; }
#TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { position:absolute;display:block;z-index:14999;background-color:#c39d17;background-image:none;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:26.1875rem;width:19.0625rem;top:18.249879837036rem;left:40.499973297119rem;display:block; }
#BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.999556064606rem;left:42.186023712158rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.625rem;left:42.1875rem;height:1.2998625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Wr5oelAmUIkrUgN3DFJ6pFK1A1KPLgDQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:22.874498367309rem;left:2.1869087219238rem;height:1.2998625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tL7TPV2ts5C62u33v7Ea3msJp4a1Tv5L { color:#ffffff;display:block;width:17.4368125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.962505340576rem;left:1.2798881530762rem;height:16.89825rem;text-align:center;text-align-last:center;display:block; }
#ePNCfcTXAhU0AKlsyLohqRmfPStTqJLF { color:#ffffff;display:block;width:16.3123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.962505340576rem;left:21.843189239502rem;height:16.89825rem;text-align:center;text-align-last:center;display:block; }
#wJx6FO6evBH463PMeUTyTZTSpDDnBGNA { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.411338806153rem;left:40.342746734619rem;height:18.1980625rem;text-align:center;text-align-last:center;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b35be784-359e-4868-9bc8-33277e315810/zdj_FAP_09202141.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(195,157,23,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(195,157,23,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { color:#000000;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:3.9358415603637rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h52FVMViyueUobMEMnqtVsTBr4KTNwAP { position:absolute;display:block;z-index:15034;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-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:0.12429rem;width:18.9375rem;top:10.561080932618rem;left:20.999794006347rem;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#ffffff;display:block;width:59.999375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.605053901673rem;left:0rem;height:8.1269375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW934QH7RLHV6r2T4MxgLoJfSCzM8G3k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.87470625rem;width:1.87470625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.436050415039rem;left:7.311641693115rem; }
#lZ0rFugu7dqugMs6ZmTSeSBiyHVyOu6r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.87470625rem;width:1.87470625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.685371398926rem;left:7.373046875rem; }
#OeqyXt4sdvkpHAozGT9uyTlsqkftXQcM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.87470625rem;width:1.87470625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.872188568115rem;left:7.373046875rem; }
#GaGbQHaucrJvS4xLMOokTH4aaNeCNygJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1868125rem;height:2.43696875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:24.061169624329rem;left:22.905570983887rem;display:block; }
#PZTdo0Wv7lEEh1HwxqlEJWk1i2eknCni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b35be784-359e-4868-9bc8-33277e315810/zdj_FAP_09202141.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.adaptive-delivery-prevent-bg, #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.lazyload, #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.lazyloading { background-image: none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container { border-width: 0; border-radius: 0; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:none; }#mxDiZ7zT57obNwAhFVfCCcxkfxbdIA1o { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:11.311767578125rem;left:0rem;height:3.0931875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yTLugKVQqTgTQQ5o6hWHHuvcw8gxpIr1 { position:absolute;display:block;z-index:15034;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-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:0.12429rem;width:14.3746875rem;top:15.873579978943rem;left:20.999794006347rem;display:none; }
#vbUnKTrUo5yruAmC2pOpDTdEOKx1fUyM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.3115234375rem;left:0rem;height:8.1269375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HgWZAd9MGBM6r2FwEJH94wBTHJNwQhwF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:35.061552047729rem;left:22.905570983887rem;display:none; }
#uxr8psPTHZIk4RU1hiLn4sg2maNqveri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp { 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;z-index:auto;display:block; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container { background-color: transparent; background-image: none; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container > .video-iframe-container { display: none; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row > .video-iframe-container { display: none; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .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); }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container { border-width: 0; border-radius: 0; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#fxoH60gtnfCVsPQcbJ7zK5iZTRHQ0Ewp { position:absolute;display:block;z-index:15003;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:5.812025rem;width:5.812025rem;top:1.8872795104981rem;left:27.092212677002rem;overflow:hidden;display:block; }
#IikJr6gDmU1Z6NTr13NMTx4lNkr7zLbo { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.80069375rem;text-align:center;text-align-last:center;display:block; }
#SSZoF7ZgIodyEyol9QQrW1bhkTdttsSO { color:#000000;display:block;width:23.0624375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.910335540771rem;left:18.468128204346rem;height:1.1999875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBzNLsdI9LBJTZUlEqcTqzibobICAHri { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:24.6875rem; }
#IDTQ90GGPxDfnetWXr6ex7fZ3EWRybzU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:33.125rem; }
#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl { 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;z-index:auto;display:none; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container { border-width: 0; border-radius: 0; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:none; }#qxpQLlB7O7rWT1usbIH96V24sM6DDAnN { position:absolute;display:block;z-index:15003;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:4.0616125rem;width:4.0616125rem;top:3.4838142395019rem;left:27.280124664307rem;overflow:hidden;display:none; }
#azJsC2ZqUpKVcucgmBba7qL4a4Dzm93b { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.80069375rem;text-align:center;text-align-last:center;display:none; }
#T7ZGZy5ngosfGO8XsaFauEcTQsOfIexh { color:#000000;display:block;width:23.0624375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.910335540771rem;left:18.468128204346rem;height:1.1999875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#apc9xR0I7vdNxFTLwOByDtw9TFF98eAG { position:absolute;display:block;z-index:15016;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;width:2.5rem;top:34.625rem;left:57.5rem;display:none; }
#idi0gemAaCWdXtxOx094froZhXcuBmXk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:35.03125rem;left:57.84375rem;display:none; }
#idi0gemAaCWdXtxOx094froZhXcuBmXk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#iTH5NhgCv1eBch0QBW544WrNf3pMVJAT { position:absolute;display:block;z-index:15018;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;width:2.5rem;top:37.875rem;left:57.5rem;display:none; }
#UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:38.34375rem;left:57.96875rem;display:none; }
#UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:24rem;height:auto;top:14.3125rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:24rem;height:auto;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QbaeaXW20L9o5Rx3IyyoRvrpGnII2GxA {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cI4S3LgIKKlCoCyf82QqolNSqf6b2q48 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cIa1DprFSCwrDSt1u3TNOpGsN2d6n3DG {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #d48d3iTMkFqfvLRIOXuOniGKqfFvz19W {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RStHbJNeZn073Q6ULI2UoBdF5TLTxMNM {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #x3ZyTSSkNZtGcXS1ga3XrqINqxMHUkPG {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:2.5rem;height:2.5rem;top:34.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:2.5rem;height:2.5rem;top:37.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:33.0625rem;height:7.8125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:21.5rem;height:0.0625rem;top:13.375rem;left:3.4985809326172rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:32.0625rem;height:8.5rem;top:17.1875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:1.5625rem;height:1.5625rem;top:35rem;left:46.1875rem;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:46.1875rem;display:block; }
#uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XTgBkVX3k7M3vLgztdwrTkQywOQQttBW { top:0rem;left:0rem;width:10.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS9XibAiqosWOPFxVIuJTLhDllNfXV8D { top:0rem;left:0rem;width:12.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { display:block; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-regular-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3  { width:24rem;height:auto;top:22.6875rem;left:0rem; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 {display:block;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 { width:24rem;height:auto;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #PQKPWbTVMdCZ9PcTSDSwf55a8VefLIla {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #qSlWSCriMR6FtDZSnDvdaIIcacK0OkKf { display:block; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #cdRKB0CINwyJPdVotNJTWlT0k1rM76Kh {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #EG6EywPL1TraDWqo0PkoXLbUxNCTsFLN {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eLh3KyG953mb6UG5SJhH5pZ5mpkZqts2 { display:block; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OKNgv6XZGtR46JaApVbWfxoVN5kHdHxM {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #wm9i3dmvAGL2gGBXJkG7NSEOqGypD8rM {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #c22ZHEroCoWhhcbu0Env0H28WWXJt7T8 { display:block; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #RMFBsoSVPqWSAgXdTBoa0clPxlDBSxZ7 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #a06fWTgTRN66rnR0obZrv3c5E8yWcATw {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OB9putQs59GDih9HQdpr8xPZGP7qJaB8 { display:block; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #nn3Pmf9qWHMFmyDbk0pUl5hu6Ok0eVa9 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #QXQJMAMGcG2M8TidU4GLT85h4vnfT4eX {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #ak0A0JvazF0br3bzTa4QzKAMRgitBUBZ {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #vePrpv2aBrvevDycBd2cR8H7VE0HHTNV {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eUU5c2JyfHPemw3MNTRwPc1BPr5py8m6 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #k3ezgHFnR3dOxcGSN5N6bDX0KgsyyDLh {  }
 }@media only screen and (max-width: 763px) { #UyXDO4CHAXNK1o90ovWlfrOWhTERZPxE { width:18.125rem;height:3.6875rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBiUIoFMR7updq4gIseUW5WpVEHcCns2 { width:21.5rem;height:0.0625rem;top:13.375rem;left:3.4985809326172rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkqVsNhPZMnSQD69igLImNmOArMpeqR4 { width:32.0625rem;height:8.5rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJbwPybFhPUhBwTsrLCOlHov023KHK5B { top:0rem;left:0rem;width:10.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DX2OzgoStbmq6w0Qdkp2TmxLlAhkWU { top:0rem;left:0rem;width:12.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:47.75rem;height:2rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:47.75rem;height:1.6875rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:47.75rem;height:3.0625rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD { display:block; }#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVWmMSLaWCRu3LUiBtGGUiGUaq9k5N0r { width:47.75rem;height:2rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAf6lI9dUnxSCWrPsdEBmKvThgOhbpwq { width:47.75rem;height:1.6875rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHDgxfAfKir0sNKV4TfZDaIKMynXgV4 { width:19.9375rem;height:1.375rem;top:3.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { width:19rem;height:30.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { width:19rem;height:10.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { width:12.5rem;height:4.8125rem;top:6.4375rem;left:1.6869087219238rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { width:13.3125rem;height:3.4375rem;top:31.4375rem;left:1.1875305175781rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block; }
 }@media only screen and (max-width: 763px) { #tlo0p6gJGbhEOKhdp72JGAa71l6bBZAi { width:16.625rem;height:14.875rem;top:15.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { width:19rem;height:31.875rem;top:3.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { width:13.4375rem;height:3.375rem;top:31.4375rem;left:17.062084197998rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block; }
 }@media only screen and (max-width: 763px) { #EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { width:16.5625rem;height:12.6875rem;top:16.6875rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { width:19rem;height:10.4375rem;top:3.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { width:13.5rem;height:4.8125rem;top:6.4375rem;left:17.029533386231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { width:19rem;height:10.1875rem;top:3.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { width:12.375rem;height:2.375rem;top:6.375rem;left:33.467830657959rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXMunDZL0mS03OdfbXBRHlwLttEONae { width:19.0625rem;height:2.0625rem;top:9.8125rem;left:28.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8B1RdD9sTiAtml0EBaitQ7heBXstzP { width:16.5625rem;height:12.6875rem;top:16.6875rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { width:19rem;height:30.375rem;top:5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { width:13.4375rem;height:3.375rem;top:31.4375rem;left:32.453540802002rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block; }
 }@media only screen and (max-width: 763px) { #mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 { display:block; }#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kW9nScRga9S19r0uBAtriFFrzGDtTtdr { width:19rem;height:30.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3podGLLt1Tl4FXcPwZAhTybhQd9O0v5 { width:19rem;height:10.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauAgrJmLTF2e18eVoE4bT3AMZQi38aG { width:12.5rem;height:4.8125rem;top:6.4375rem;left:1.6869087219238rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfQQhCemrDoo9giowdvyPeqF71pF39vU { width:19rem;height:8.875rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblzIcBG8PESKfhIt5yyfyucLeVXbSQk { width:19rem;height:31.875rem;top:3.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6MAVFqBwl1chxAfn4g3Nkkr1e4uzFO { width:18.8125rem;height:8.875rem;top:20.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqC9kSZfm3OUbaepDJiQWi2Vvlt82GeW { width:19rem;height:10.4375rem;top:3.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUumOFKucZF2ZZi2hSvCA35DtxciFCs { width:13.5rem;height:4.8125rem;top:6.4375rem;left:17.029533386231rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABAGJGIVwZkuTovBWyQsKGTWpcAAvorT { width:19rem;height:10.1875rem;top:3.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSCQoADG9eQGgb0T0G1BoM4mDGDVi8c { width:12.375rem;height:2.375rem;top:6.375rem;left:33.467830657959rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg3Gompw77liF52wveqx75CTyL2DyetI { width:19.0625rem;height:2.0625rem;top:9.8125rem;left:28.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgAfnJy0SbG2ki01gm1VLwe2ge4iWdR7 { width:16.5625rem;height:12.6875rem;top:16.6875rem;left:31.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:30.375rem;height:2rem;top:7rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:30.4375rem;height:4.875rem;top:10.8125rem;left:17.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:13.75rem;height:0.125rem;top:17.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:30.1875rem;height:14.375rem;top:18.875rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:18.3125rem;height:1.125rem;top:35.6875rem;left:29.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:16.1875rem;height:0.875rem;top:37.5625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { width:11.5rem;height:6.0296127919737rem;top:37.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXwGopO5tKQRJ3ZyWiDK4mSCCzmeefcE { top:12.0625rem;left:4.6815528869629rem;width:13.625rem;height:20.592508413281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 { display:block; }#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2wCWd7zOCZlVOoWkq2OzBc65qOqWFfd { width:30.375rem;height:2rem;top:7rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2eMi66J2ooU7TOQtl5JdTMpGFkGQ6I6 { width:9.4375rem;height:6.25rem;top:3.9375rem;left:4.343454182148rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKmWAPwNZf1aVlOZHsBS0sQFQSHoDMFQ { width:13.75rem;height:0.125rem;top:17.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6OyIklQrkptvTGqAPWXip9wR24Fuzbt { width:19.0625rem;height:16.0625rem;top:19.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVc4B5uE1qho7MpFaR7waNWJLKIBAaEz { width:18.3125rem;height:1.125rem;top:35.6875rem;left:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiaiTANK3GF4uSVLDJ7rR5qdvilfd39p { width:16.1875rem;height:0.875rem;top:37.5625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAxJTzQ6DhIGNO30XgPo3ypL9z57QVO { top:12.0625rem;left:4.6815528869629rem;width:13.625rem;height:20.592508413281rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 { display:block; }#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9P7EF4uPCTtQmOcuTeewQMbaApuPk9U { top:2.9375rem;left:6.1878242492676rem;width:40.375rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beK5i1M85tdena29y9BG6mneDKRNBedx { display:block; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhNSSJVobQmKexeUlxEAWE4spKXF5seO { width:18.9375rem;height:18.1875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { width:19.0625rem;height:26.1875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { width:16.25rem;height:2.375rem;top:19.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { width:15.5rem;height:1.25rem;top:22.8125rem;left:0.15621948242188rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { width:19.0625rem;height:26.25rem;top:18.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { width:16.0625rem;height:2.375rem;top:19.9375rem;left:15.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { width:15.625rem;height:2.5625rem;top:22.75rem;left:15.999702453613rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { width:18.9375rem;height:18.1875rem;top:0.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { width:18.9375rem;height:18.1875rem;top:0.0625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { width:19.0625rem;height:26.1875rem;top:18.1875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { width:15.625rem;height:2.375rem;top:19.9375rem;left:31.873523712158rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { width:15.625rem;height:1.25rem;top:22.5625rem;left:31.874996185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr5oelAmUIkrUgN3DFJ6pFK1A1KPLgDQ { width:15.625rem;height:1.25rem;top:22.8125rem;left:0.12440872192383rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL7TPV2ts5C62u33v7Ea3msJp4a1Tv5L { width:17.375rem;height:16.875rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNCfcTXAhU0AKlsyLohqRmfPStTqJLF { width:16.25rem;height:16.875rem;top:25.9375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJx6FO6evBH463PMeUTyTZTSpDDnBGNA { width:18.375rem;height:18.1875rem;top:25.375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:47.75rem;height:3.0625rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:18.9375rem;height:0.125rem;top:10.5rem;left:14.874794006347rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:47.75rem;height:8.125rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW934QH7RLHV6r2T4MxgLoJfSCzM8G3k { top:12.375rem;left:1.1866416931152rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0rFugu7dqugMs6ZmTSeSBiyHVyOu6r { top:15.625rem;left:1.248046875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeqyXt4sdvkpHAozGT9uyTlsqkftXQcM { top:18.8125rem;left:1.248046875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaGbQHaucrJvS4xLMOokTH4aaNeCNygJ { width:14.125rem;height:2.375rem;top:24rem;left:16.780570983887rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZTdo0Wv7lEEh1HwxqlEJWk1i2eknCni { display:block; }
 }@media only screen and (max-width: 763px) { #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR { display:block; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxDiZ7zT57obNwAhFVfCCcxkfxbdIA1o { width:19.9375rem;height:3.3125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLugKVQqTgTQQ5o6hWHHuvcw8gxpIr1 { width:14.3125rem;height:0.0625rem;top:15.8125rem;left:14.874794006347rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbUnKTrUo5yruAmC2pOpDTdEOKx1fUyM { width:19.9375rem;height:9.6875rem;top:8rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgWZAd9MGBM6r2FwEJH94wBTHJNwQhwF { width:14.1875rem;height:2.4375rem;top:35rem;left:16.780570983887rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr8psPTHZIk4RU1hiLn4sg2maNqveri { display:block; }
 }@media only screen and (max-width: 763px) { #GG22Lyz2BXFweweVgDtPfGoX677NT3Mp { display:block; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxoH60gtnfCVsPQcbJ7zK5iZTRHQ0Ewp { width:5.75rem;height:5.75rem;top:1.875rem;left:20.967212677002rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikJr6gDmU1Z6NTr13NMTx4lNkr7zLbo { top:8.25rem;left:12.343128204346rem;width:23rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZoF7ZgIodyEyol9QQrW1bhkTdttsSO { top:14.875rem;left:12.343128204346rem;width:23rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzNLsdI9LBJTZUlEqcTqzibobICAHri { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTQ90GGPxDfnetWXr6ex7fZ3EWRybzU { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XekEVHMMlFerHIXsChTAQLBDCOOwmbNl { display:block; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxpQLlB7O7rWT1usbIH96V24sM6DDAnN { width:4rem;height:4rem;top:3.4375rem;left:21.155124664307rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJsC2ZqUpKVcucgmBba7qL4a4Dzm93b { top:8.25rem;left:12.343128204346rem;width:23rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZGZy5ngosfGO8XsaFauEcTQsOfIexh { top:17.75rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apc9xR0I7vdNxFTLwOByDtw9TFF98eAG { width:2.5rem;height:2.5rem;top:34.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idi0gemAaCWdXtxOx094froZhXcuBmXk { width:1.5625rem;height:1.5625rem;top:35rem;left:46.1875rem;display:block; }
#idi0gemAaCWdXtxOx094froZhXcuBmXk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #iTH5NhgCv1eBch0QBW544WrNf3pMVJAT { width:2.5rem;height:2.5rem;top:37.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:46.1875rem;display:block; }
#UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:53.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab44eba4-984f-4724-8313-1e5d2daeea24/ludziebiznesusciskajacrecerazem.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:17.49925rem;height:22.8139375rem;top:7.623698125rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:17.49925rem;height:22.8139375rem;top:7.623698125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QbaeaXW20L9o5Rx3IyyoRvrpGnII2GxA {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cI4S3LgIKKlCoCyf82QqolNSqf6b2q48 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #cIa1DprFSCwrDSt1u3TNOpGsN2d6n3DG {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #d48d3iTMkFqfvLRIOXuOniGKqfFvz19W {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RStHbJNeZn073Q6ULI2UoBdF5TLTxMNM {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #x3ZyTSSkNZtGcXS1ga3XrqINqxMHUkPG {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:2.49855625rem;height:2.49855625rem;top:40.309635625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:2.49855625rem;height:2.49855625rem;top:40.309608459472rem;left:11.998697996139rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:18.1871875rem;height:3.7494125rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:9.99925rem;height:0.12442125rem;top:6.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:18.312375rem;height:7.31089375rem;top:34.186948125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:1.56105625rem;height:1.56105625rem;top:40.716175541992rem;left:9.09432220459rem;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.56105625rem; height:1.56105625rem; } }@media only screen and (max-width: 763px) { #uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 { width:1.56105625rem;height:1.56105625rem;top:40.778358459472rem;left:12.466725111008rem;display:block; }
#uVbTXoGLn5vGbOZBNQKHtAGLr813Gqa5 > img { max-width: 100%;max-height:100%; width:1.56105625rem; height:1.56105625rem; } }@media only screen and (max-width: 763px) { #XTgBkVX3k7M3vLgztdwrTkQywOQQttBW { width:7.1245625rem;height:2.499275rem;top:0rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VS9XibAiqosWOPFxVIuJTLhDllNfXV8D { width:12.4375rem;height:4.4375rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { display:block; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { background-color: transparent; background-image: none; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container > .video-iframe-container { display: none; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row > .video-iframe-container { display: none; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .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.34); }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 { border-width: 0; border-radius: 0; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container { width:20rem;height:45.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab44eba4-984f-4724-8313-1e5d2daeea24/ludziebiznesusciskajacrecerazem.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.adaptive-delivery-prevent-bg, #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.lazyload, #QJni6Dve9VEUAfksLGxGyfql6dIWPWs9 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3  { width:17.4375rem;height:auto;top:7.9345701336863rem;left:0rem; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 {display:block;}#E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 { width:17.4375rem;height:auto;top:7.9345701336863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #PQKPWbTVMdCZ9PcTSDSwf55a8VefLIla {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #qSlWSCriMR6FtDZSnDvdaIIcacK0OkKf { display:none; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #cdRKB0CINwyJPdVotNJTWlT0k1rM76Kh {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #EG6EywPL1TraDWqo0PkoXLbUxNCTsFLN {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eLh3KyG953mb6UG5SJhH5pZ5mpkZqts2 { display:none; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OKNgv6XZGtR46JaApVbWfxoVN5kHdHxM {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #wm9i3dmvAGL2gGBXJkG7NSEOqGypD8rM {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #c22ZHEroCoWhhcbu0Env0H28WWXJt7T8 { display:none; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #RMFBsoSVPqWSAgXdTBoa0clPxlDBSxZ7 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #a06fWTgTRN66rnR0obZrv3c5E8yWcATw {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #OB9putQs59GDih9HQdpr8xPZGP7qJaB8 { display:none; }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #nn3Pmf9qWHMFmyDbk0pUl5hu6Ok0eVa9 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #QXQJMAMGcG2M8TidU4GLT85h4vnfT4eX {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #ak0A0JvazF0br3bzTa4QzKAMRgitBUBZ {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #vePrpv2aBrvevDycBd2cR8H7VE0HHTNV {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #eUU5c2JyfHPemw3MNTRwPc1BPr5py8m6 {  }
 }@media only screen and (max-width: 763px) { #E4BqQ7JusnlqHGwQe0TcUfp4u6uvJ4s3 #k3ezgHFnR3dOxcGSN5N6bDX0KgsyyDLh {  }
 }@media only screen and (max-width: 763px) { #UyXDO4CHAXNK1o90ovWlfrOWhTERZPxE { width:18.187rem;height:3.7494125rem;top:2.4991121292114rem;left:0.90627962350844rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBiUIoFMR7updq4gIseUW5WpVEHcCns2 { width:9.99925rem;height:0.12442125rem;top:7.1875rem;left:4.999704182148rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkqVsNhPZMnSQD69igLImNmOArMpeqR4 { width:18.312rem;height:7.31089375rem;top:38.185811817646rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffecec;display:block; }
 }@media only screen and (max-width: 763px) { #uJbwPybFhPUhBwTsrLCOlHov023KHK5B { width:7.1245625rem;height:2.499275rem;top:0rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V4DX2OzgoStbmq6w0Qdkp2TmxLlAhkWU { width:12.4375rem;height:4.4375rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:19.99925rem;height:1.13710625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:19.99925rem;height:2.43696875rem;top:9.634691875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:19.99925rem;height:6.7471625rem;top:3.63715rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD { display:block; }#FWhzGzxeHGtuuHJDMLdWbZNxsSgSShRD > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVWmMSLaWCRu3LUiBtGGUiGUaq9k5N0r { width:19.99925rem;height:1.13710625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAf6lI9dUnxSCWrPsdEBmKvThgOhbpwq { width:19.9988125rem;height:2.4375rem;top:7.0719394683837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHDgxfAfKir0sNKV4TfZDaIKMynXgV4 { width:19.99925rem;height:1.40625rem;top:3.63715rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:20rem;height:84rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { width:18.9995625rem;height:25.812375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { width:18.9995625rem;height:9.06175rem;top:1.25rem;left:0.56293296813965rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { width:12.49925rem;height:5.197975rem;top:3.1879348754883rem;left:3.8123531341552rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { width:13.4996875rem;height:3.436775rem;top:21.187789916993rem;left:3.2502899169922rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block; }
 }@media only screen and (max-width: 763px) { #tlo0p6gJGbhEOKhdp72JGAa71l6bBZAi { width:19.06175rem;height:15.3009375rem;top:12.875434875488rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { width:18.9995625rem;height:27.2496875rem;top:28.404967625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { width:13.4996875rem;height:3.436775rem;top:49.779387791016rem;left:3.2502899169922rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block; }
 }@media only screen and (max-width: 763px) { #EAwOpNU47U29KKp9U5fwnpmHQX8QTBGZ { width:19.06175rem;height:11.90075rem;top:41.529967625rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { width:18.9995625rem;height:10.4369375rem;top:28.467177708008rem;left:0.56293106079101rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { width:13.5619375rem;height:5.197975rem;top:31.092322666504rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { width:18.998875rem;height:9.06175rem;top:56.99656025rem;left:0.56293487548828rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { width:12.4363125rem;height:2.5989875rem;top:58.996705208496rem;left:3.8441848754883rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXMunDZL0mS03OdfbXBRHlwLttEONae { width:19.1246875rem;height:2.11144375rem;top:61.308625374512rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8B1RdD9sTiAtml0EBaitQ7heBXstzP { width:19.06175rem;height:13.600875rem;top:68.684205208494rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { width:18.998875rem;height:25.811625rem;top:56.99656025rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { width:13.4996875rem;height:3.436775rem;top:76.933625374513rem;left:3.2502899169922rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block; }
 }@media only screen and (max-width: 763px) { #mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 { display:block; }#mdUUgcemXOJV0HoTAUkqe4TEQLaxHTa8 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kW9nScRga9S19r0uBAtriFFrzGDtTtdr { width:19rem;height:14.1875rem;top:1.2495574951172rem;left:0.49937862157822rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3podGLLt1Tl4FXcPwZAhTybhQd9O0v5 { width:19rem;height:4.0625rem;top:1.2495574951172rem;left:0.5622633099556rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauAgrJmLTF2e18eVoE4bT3AMZQi38aG { width:15.3120625rem;height:2.19356875rem;top:2.0626182556152rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfQQhCemrDoo9giowdvyPeqF71pF39vU { width:19.0614375rem;height:8.923rem;top:5.622932434082rem;left:0.46830612421036rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblzIcBG8PESKfhIt5yyfyucLeVXbSQk { width:18.375rem;height:9.875rem;top:20.279205322266rem;left:0.9055398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6MAVFqBwl1chxAfn4g3Nkkr1e4uzFO { width:18.875rem;height:8.9266875rem;top:20.904388427734rem;left:0.625591814518rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqC9kSZfm3OUbaepDJiQWi2Vvlt82GeW { width:19rem;height:4.0625rem;top:16.279006958007rem;left:0.49863868951798rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUumOFKucZF2ZZi2hSvCA35DtxciFCs { width:15.8743125rem;height:2.19356875rem;top:16.966293334961rem;left:2.061138689518rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABAGJGIVwZkuTovBWyQsKGTWpcAAvorT { width:19rem;height:4.0625rem;top:30.186141967774rem;left:0.56347662210464rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSCQoADG9eQGgb0T0G1BoM4mDGDVi8c { width:12.435625rem;height:1.95016875rem;top:30.561141967774rem;left:3.7804806828499rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg3Gompw77liF52wveqx75CTyL2DyetI { width:19.124375rem;height:1.95016875rem;top:32.478576660156rem;left:0.87520712614063rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgAfnJy0SbG2ki01gm1VLwe2ge4iWdR7 { width:19.06075rem;height:10.4144375rem;top:35.271662384272rem;left:0.46904593706131rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:20rem;height:74.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:19.99925rem;height:1.13710625rem;top:31.437375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:19.99925rem;height:6.7471875rem;top:33.824525rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:13.74925rem;height:0.12442125rem;top:38.44836875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:19.99925rem;height:17.325875rem;top:39.822066875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:10.5620625rem;height:3.3758rem;top:55.787760625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:10.62425rem;height:0.73094375rem;top:58.162616875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { width:5.9375rem;height:2.375rem;top:52.100691875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXwGopO5tKQRJ3ZyWiDK4mSCCzmeefcE { width:8.8125rem;height:13.25rem;top:60.413412915039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 { display:block; }#eznaie9R2KkVAfARyC9JPJC4Io4Q33M7 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2wCWd7zOCZlVOoWkq2OzBc65qOqWFfd { width:19.9980625rem;height:1.70605625rem;top:0.81082534790037rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2eMi66J2ooU7TOQtl5JdTMpGFkGQ6I6 { width:9.5rem;height:6.29735rem;top:3.9484252929688rem;left:10.468454182148rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKmWAPwNZf1aVlOZHsBS0sQFQSHoDMFQ { width:13.7488125rem;height:0.12429rem;top:18.134147644043rem;left:3.1242602467537rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6OyIklQrkptvTGqAPWXip9wR24Fuzbt { width:19.125rem;height:16.0807125rem;top:19.819040775299rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVc4B5uE1qho7MpFaR7waNWJLKIBAaEz { width:10.5616875rem;height:1.9121125rem;top:10.962654590607rem;left:9.43788510561rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiaiTANK3GF4uSVLDJ7rR5qdvilfd39p { width:10.6230625rem;height:0.73094375rem;top:14.309599399567rem;left:9.376479923725rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAxJTzQ6DhIGNO30XgPo3ypL9z57QVO { width:8.812rem;height:13.2494375rem;top:3.0155057907104rem;left:0.96842449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 { display:block; }#P6lCQc4EiACJNiCqTqb2HssHUcK0PC73 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9P7EF4uPCTtQmOcuTeewQMbaApuPk9U { width:19.9995625rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #beK5i1M85tdena29y9BG6mneDKRNBedx { display:none; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { width:20rem;height:152.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhNSSJVobQmKexeUlxEAWE4spKXF5seO { width:18.937375rem;height:18.1871875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { width:19.06175rem;height:9.4994375rem;top:20.779092625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { width:19.06175rem;height:2.11144375rem;top:22.528940037109rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { width:19.06175rem;height:1.2998625rem;top:25.404382541993rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { width:19.06175rem;height:9.4994375rem;top:51.05762275rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { width:19.06175rem;height:2.11144375rem;top:52.807470162109rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { width:19.06175rem;height:1.2998625rem;top:55.619970162109rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { width:18.937375rem;height:18.1871875rem;top:31.528530125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { width:18.937375rem;height:18.1871875rem;top:61.80706025rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { width:19.06175rem;height:9.4994375rem;top:81.336152875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { width:19.06175rem;height:2.11144375rem;top:83.086000287112rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { width:19.06175rem;height:1.2998625rem;top:85.711152875rem;left:0.93825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr5oelAmUIkrUgN3DFJ6pFK1A1KPLgDQ { width:15.625rem;height:1.2998625rem;top:92.085143188475rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL7TPV2ts5C62u33v7Ea3msJp4a1Tv5L { width:17.3746875rem;height:16.89825rem;top:94.634268188475rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNCfcTXAhU0AKlsyLohqRmfPStTqJLF { width:16.2494375rem;height:16.89825rem;top:112.78251818847rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJx6FO6evBH463PMeUTyTZTSpDDnBGNA { width:18.3749375rem;height:18.1980625rem;top:130.93076818848rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:19.99925rem;height:3.374025rem;top:3.63715rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:14.37425rem;height:0.12442125rem;top:8.26099375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:19.99925rem;height:9.74786875rem;top:9.634691875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW934QH7RLHV6r2T4MxgLoJfSCzM8G3k { display:flex;width:1.8125rem;height:1.8125rem;top:20.632549072266rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZ0rFugu7dqugMs6ZmTSeSBiyHVyOu6r { display:flex;width:1.8125rem;height:1.8125rem;top:23.695049072266rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeqyXt4sdvkpHAozGT9uyTlsqkftXQcM { display:flex;width:1.8125rem;height:1.8125rem;top:38.161549072266rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaGbQHaucrJvS4xLMOokTH4aaNeCNygJ { width:14.1875rem;height:0.625rem;top:41.223195703125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZTdo0Wv7lEEh1HwxqlEJWk1i2eknCni { display:block; }
 }@media only screen and (max-width: 763px) { #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b35be784-359e-4868-9bc8-33277e315810/zdj_FAP_09202141.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.adaptive-delivery-prevent-bg, #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.lazyload, #a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR.lazyloading { background-image: none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container { background-color: transparent; background-image: none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(195,157,23,0.71); }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container > .video-iframe-container { display: none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(195,157,23,0.71); }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row > .video-iframe-container { display: none; }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .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); }#a0O18tfHsr1Ib24ZoU6UUsezUBu2uLHR > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxDiZ7zT57obNwAhFVfCCcxkfxbdIA1o { width:19.9988125rem;height:3.37358125rem;top:1.9494256973267rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLugKVQqTgTQQ5o6hWHHuvcw8gxpIr1 { width:14.37425rem;height:0.12442125rem;top:6.8233308792112rem;left:2.8120561242104rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbUnKTrUo5yruAmC2pOpDTdEOKx1fUyM { width:19.9988125rem;height:9.74786875rem;top:8.009291648865rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgWZAd9MGBM6r2FwEJH94wBTHJNwQhwF { width:14.1868125rem;height:2.18690625rem;top:20.597331479192rem;left:2.9060133099556rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr8psPTHZIk4RU1hiLn4sg2maNqveri { display:block; }
 }@media only screen and (max-width: 763px) { #GG22Lyz2BXFweweVgDtPfGoX677NT3Mp { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#GG22Lyz2BXFweweVgDtPfGoX677NT3Mp > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fxoH60gtnfCVsPQcbJ7zK5iZTRHQ0Ewp { width:1.25rem;height:1.25rem;top:1.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IikJr6gDmU1Z6NTr13NMTx4lNkr7zLbo { width:20rem;height:4.80069375rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZoF7ZgIodyEyol9QQrW1bhkTdttsSO { width:20rem;height:1.3997375rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzNLsdI9LBJTZUlEqcTqzibobICAHri { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTQ90GGPxDfnetWXr6ex7fZ3EWRybzU { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XekEVHMMlFerHIXsChTAQLBDCOOwmbNl { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container { background-color: transparent; background-image: none; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container > .video-iframe-container { display: none; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row > .video-iframe-container { display: none; }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .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); }#XekEVHMMlFerHIXsChTAQLBDCOOwmbNl > .row .container { width:20rem;height:19.135131835938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxpQLlB7O7rWT1usbIH96V24sM6DDAnN { width:3.56223125rem;height:3.56223125rem;top:1.8739624023438rem;left:8.217921078205rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJsC2ZqUpKVcucgmBba7qL4a4Dzm93b { width:20rem;height:4.80069375rem;top:6.5052375793456rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZGZy5ngosfGO8XsaFauEcTQsOfIexh { width:19.9995625rem;height:1.3997375rem;top:17.760122299194rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apc9xR0I7vdNxFTLwOByDtw9TFF98eAG { width:2.498375rem;height:2.498375rem;top:13.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idi0gemAaCWdXtxOx094froZhXcuBmXk { width:1.56028125rem;height:1.56028125rem;top:13.6875rem;left:7.375rem;display:block; }
#idi0gemAaCWdXtxOx094froZhXcuBmXk > img { max-width: 100%;max-height:100%; width:1.56028125rem; height:1.56028125rem; } }@media only screen and (max-width: 763px) { #iTH5NhgCv1eBch0QBW544WrNf3pMVJAT { width:2.498375rem;height:2.498375rem;top:13.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO { width:1.56028125rem;height:1.56028125rem;top:13.6875rem;left:11.125rem;display:block; }
#UE1sZ50tlr9woBFTs8b5e1O8N5M7s8pO > img { max-width: 100%;max-height:100%; width:1.56028125rem; height:1.56028125rem; } }