.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:228,231,227;--color-primary-1:175,183,171;--color-primary-2:121,135,115;--color-primary-3:73,81,69;--color-primary-4:31,55,22;--color-secondary-0:251,240,218;--color-secondary-1:234,195,123;--color-secondary-2:236,178,72;--color-secondary-3:255,178,28;--color-secondary-4:47,36,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:transparent;background-image:none;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);background-color:rgba(var(--color-tertiary-0),1);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; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container { background-color: transparent; background-image: none; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container > .video-iframe-container { display: none; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row > .video-iframe-container { display: none; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .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); }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container { border-width: 0; border-radius: 0; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#zKkufT53yliTAHiZteouuxbRpu2gqxRH { background-color:#a70700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.625rem;left:49rem;display:block; }
#dvAMNXtNeUC7tqcc70WhAs9pwSsEuqVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxFaRiSPAd7ppvGmpXs34KycEOUNJ7zd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.625rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#tttF8pmTFrEfNvOx6GRA4xtwXJbcr3dq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:42.09375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0dGFQDxTZ7BPEESk7eWN0nxV0vqZC0G { background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:41.8125rem;display:block; }
#AkJazB1M1nRQDLy8sgy41UqhKXuNpxnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSXb7Ko41SssyI80Iyi7FJLId375lJww { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S87gXv6TOZevUBM8kCSVDmJ1BQCiITkB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:32.28125rem;display:block; }
#Z6NyHDyeF8SQX68PwrGZzmnsr8Wrapq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vK5Tb2Uif9hZZNpzQRCy0I16TIqwmsp9 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.625rem;left:22.21875rem;display:block; }
#kyXuOWTPUuN4COpGOZcqwsoxOxUKubN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdkoWWT0it2wdJRoiW5bV83wxel2TX7c { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.71875rem;left:22.3125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JW4pc0z9n5kHxNDngH7RyXD9MJ4TGaeF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.71875rem;left:11.90625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLCfk5xXRqKBfRhvU7oi7SGH0p7IBdEn { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.625rem;left:11.375rem;display:block; }
#Ahbzndm7zpvtzIf1SP0pGCleFl9NhQ9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/477e41fe-91ed-47fa-a9d9-5280094d417e/Projektbeznazwy7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.adaptive-delivery-prevent-bg, #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.lazyload, #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.lazyloading { background-image: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { background-color: transparent; background-image: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.14); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container > .video-iframe-container { display: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.14); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row > .video-iframe-container { display: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .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); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { border-width: 0; border-radius: 0; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB::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; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#L5vvTJuxnWh7ZH4uMLbBQrTTkuaWDWwd { background-color:#2d3f25;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.0615234375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.0625rem;left:3.53125rem;display:block; }
#dET9zRMr65kaVQzgkWVmclSdQErJ98U6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZXbfim5qMDqbaLb1keZdJnEasePnIdd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:32.125rem;width:26.9375rem;top:11.124821722507rem;left:3.8742885589599rem;display:none; }
#y8iXWxQdL91i90RwWLNnLLyCqAW3ee4G { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:6.4052734375rem;left:0.96875rem;height:5.9375rem;font-style:normal;display:block; }
#c66UIncpnzLzWQ7PuufVyWcDJz3GqApT { color:rgba(var(--color-primary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0927734375rem;left:0.96875rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSqUWXKg8PT5C9O9c2th8Fmy72TW1TCk { color:#c80008;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.5302734375rem;left:0.96875rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4Muh105CoUwt4UJ8CkZkI8NCyBRobNy { background-color:#2d3f25;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.1875rem;left:0rem;display:block; }
#AASCLO3PTVERGOzed72Od68rnADMZCmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container { background-color: transparent; background-image: none; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container > .video-iframe-container { display: none; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row > .video-iframe-container { display: none; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .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); }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container { border-width: 0; border-radius: 0; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#GARkfDUmsyvfmk1PCL4OUp0N2ihKlILk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.625rem rgba(45,63,37,0.5) ;height:16.25rem;width:18.8125rem;top:3.375rem;left:32.8125rem;display:block; }
#ggOHmxuAgi3Mm0hJBkMZ1bth9hGCbz4K { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.625rem rgba(45,63,37,0.5) ;height:16.25rem;width:18.8125rem;top:3.375rem;left:8.375rem;display:block; }
#LWqMFZt3bJxwk4mvH25rukDzmLStqcVL { position:absolute;display:block;z-index:15028;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.875rem;width:6.1875rem;top:6.53125rem;left:39.125rem;overflow:hidden;display:block; }
#Itaa3JNAWvlUpO4KTUlQflnVhbMdGtOu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.810546875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.25rem;left:9.3759765625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tql62TE8oGxPLDT3SqEtiHRyF5sBp3Bm { background-color:#2d3f25;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.9375rem;left:10.03125rem;display:block; }
#xhgTq7zi3d9M8LyHPW9uylJeXnvlzyzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfLCMAVsCST2NCLNGh129ZyUZxThfzi6 { background-color:#2d3f25;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.9375rem;left:34.46875rem;display:block; }
#XeUlplfvr1wRF3cL5z3487NSWIk82EBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#is7EADekWqmBkKVFOpkThKW5oFoMzels { position:absolute;display:block;z-index:15029;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.6875rem;width:6rem;top:6.625rem;left:14.78125rem;overflow:hidden;display:block; }
#WOB0TgewQC6zuQKM1zx73khc42y4r7T0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.810546875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:33.8134765625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTTfytUd9UGfC7ubQ64QTViwO9HPyZNG { color:#c80008;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:20.5302734375rem;left:46.109375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KLzmGJekyogKh1VFD1JL6QzIhqqVpbJI { color:#c80008;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:20.5302734375rem;left:46.109375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7879365e-c012-45fb-aac3-c6ce0f1449a9/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd.adaptive-delivery-prevent-bg, #Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd.lazyload, #Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd.lazyloading { background-image: none; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container { background-color: transparent; background-image: none; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container > .video-iframe-container { display: none; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row > .video-iframe-container { display: none; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .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); }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container { border-width: 0; border-radius: 0; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#XFLIDOMgLRdrJ2lzpLpaP7H83LOPl1Ht { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.625rem rgba(45,63,37,0.5) ;height:5.375rem;width:50.75rem;top:6.125rem;left:4.625rem;display:block; }
#iJ05gt7wFUpNZ1encg4gJKHvgMZJbNrw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:3.1875rem;width:12.375rem;top:22.9375rem;left:38.4375rem;display:block; }
#DW2Z3f9xTgdVb5pBEDvNpRb38aOJJQdo { color:#c80008;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:24.0625rem;left:39.46875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWqmTIm8BktBWmtUOwFEvaLHKOBaALXM { color:#2d3f25;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.53125rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container { background-color: transparent; background-image: none; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container > .video-iframe-container { display: none; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row > .video-iframe-container { display: none; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .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); }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container { border-width: 0; border-radius: 0; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;position:relative;display:block; }#DHh28R4eBQfFZqwt2qXPMZEFuKeLVPrt { color:#284d42;display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.65625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#L52eb1rRTXK2qgoSMZIWUyWt9rbJyqUc { color:#284d42;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5rem;left:23.1875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOVTqVgf6JLB3JBeiNogZpPpiyBMhprB { background-color:#a70700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.3125rem;left:15.96875rem;display:block; }
#pZ20UA5sxoaAis8xT87h7Iy5fbcwQvNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/70174a6b-87b8-4e3d-a94f-4d7fa86c9e17/Projektbeznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt.adaptive-delivery-prevent-bg, #lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt.lazyload, #lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt.lazyloading { background-image: none; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container { background-color: transparent; background-image: none; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container > .video-iframe-container { display: none; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row > .video-iframe-container { display: none; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .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); }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container { border-width: 0; border-radius: 0; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#GieFXBT2wL4RmsblIXdNeEzNytEHJ2d7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.625rem rgba(45,63,37,0.5) ;height:5.375rem;width:34rem;top:3.15625rem;left:13rem;display:block; }
#xw6wqoM3qHRg0tUapcsxNnPMtSz74DvJ { color:#2d3f25;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container { background-color: transparent; background-image: none; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container > .video-iframe-container { display: none; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row > .video-iframe-container { display: none; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .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); }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container { border-width: 0; border-radius: 0; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#JJJVwX6nod9w30COsbPezxezG8JaUOB3 { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtuJa36NQvqvgWuTPam3NN7Ab6kAodkX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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:14.0625rem;top:17.3125rem;left:0rem;display:block; }
#sb0dUkPv4UvnFZedmQysvORlrrqIVnl2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);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:14.0625rem;top:17.3125rem;left:15.5rem;display:block; }
#oabw8vrn8ruTvBATZ1qCHrIKZvNOKK5Q { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBfVOSGnBaaL1vuqWamFqQZTBZFIlyv1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:14.0625rem;top:17.3125rem;left:30.5rem;display:block; }
#RQeDi5T9dxvdSuuMRb3vG4ivzDR63Th4 { color:#050b26;display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:22.15625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cH0I1M55SscphXP2w0rqo4XTePzFU1Kk { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);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:14.0625rem;top:17.3125rem;left:45.4375rem;display:block; }
#dnODHg4HODHaVPOmw1ZJwUCfK2l0K8Jl { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.3125rem;left:46.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCadhITLXa34GTJv38hp4wglh1G1MuvZ { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.375rem;left:15.5rem;display:block; }
#pXiOLLGqDbgmukBoEWeB8TTSXKiDUyS9 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.375rem;left:0rem;display:block; }
#HXP1P3EHW3e8MtOmOSIJuZoGBaWOTp8S { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.375rem;left:30.4375rem;display:block; }
#t8TPVH8XR5WgTPsa8wTgTnk6IRFKOH13 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:3.375rem;left:45.5rem;display:block; }
#PISpQmbvqRKCPTUJqXDRhSXzz73sRTyD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:8.71875rem;left:4.8125rem; }
#ZEw6VDRRcMOPrzCb54ng3dTAN0xlVwFz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:8.75rem;left:19.84375rem; }
#MWiokVgv3Dc4kPKgTCfsADfRsdJMZdtk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.78125rem;left:34.875rem; }
#oBEnX0Iagxi2h3LDEFNOThTHrrOCgy78 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:9.1875rem;left:50.28125rem; }
#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container { background-color: transparent; background-image: none; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container > .video-iframe-container { display: none; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row > .video-iframe-container { display: none; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .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); }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container { border-width: 0; border-radius: 0; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#sNHaT3AAAiivQsEoNfQJB2A8MPuuxh7y { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFk3UwRI0HCmBgrDz6xVFoxEdHinUbsn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#BN5m2VgrG6EAsH1ayZuXqRWZ7s00XlLD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);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:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#mxhxpPrJJZcNaTUL1laZRnT61eXbWnbD { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhPkiwAl1mquEW52c8CiHo66uwP9v4Iu { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);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:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#aN4z0I6ZwgqClBN2C0neqOQuTGuVFTgk { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xRAHUl9Q1in1a3nO4FATqB7Cwuhn7ki9 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);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:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#hIgVHscRDyubSPzN4OXqdicXNTdxXC1K { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWRLntmrezTzuuigQH1C7HzdOLdQ34G6 { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#qZQ4ZsZaFQJ6LC79IzzrEUoyZLgoQsgR { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#gL8pe2ubu52FKrHqiOzgs4VemPPxk4k3 { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#XOfaWeOqyrBhh9Dw6eqQ8WgP0Uxl6Hkh { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#eZ5JFg0lioNpgO6xo81TEplaRL2QH7Mk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:4.46875rem;left:34.9375rem; }
#TQaZL0TwQmI0Jyo5eWRr5qtFJhNKlhmG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:4.78125rem;left:20.25rem; }
#BqUQeTmvQ1trKyKqkiBGQXdfWCd7pct1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.375rem;left:4.84375rem; }
#g09nGSBdUFNyRvNENDc6rUbvJmMZdk6e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4.5625rem;left:50.03125rem; }
#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbb3561a-15a6-4b98-9b30-4da4bed51de1/Projektbeznazwy5copy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.adaptive-delivery-prevent-bg, #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.lazyload, #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.lazyloading { background-image: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { background-color: transparent; background-image: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container > .video-iframe-container { display: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container { display: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .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); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { border-width: 0; border-radius: 0; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#TFK2SEayKSq0Mf2VRvetfrTRksh08fme { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.625rem rgba(45,63,37,0.5) ;height:5.375rem;width:54.6875rem;top:5.3125rem;left:2.65625rem;display:block; }
#VogcNgrH1vaSMGimOPp64LHokqmtAiAa { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:3.1875rem;width:12.375rem;top:18.6875rem;left:42.59375rem;display:block; }
#CdlG0KZFTbiK4fuazZZpszHvZ3wiZ550 { color:#2d3f25;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.71875rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0IDGvCNDAtnTwzL587Ui50MeXl1tfrH { color:#c80008;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:19.8125rem;left:43.625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container { background-color: transparent; background-image: none; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container > .video-iframe-container { display: none; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row > .video-iframe-container { display: none; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .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); }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container { border-width: 0; border-radius: 0; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#OtJpVHaglBWDl6NJE7Tb9i6IGVzDPkXG { color:#284d42;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.71875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#DTI0xZxz21mHArJ0WTLJzMWVXFTibMiF { color:#284d42;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.875rem;left:23.1875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqXe0q7rXmpa2vTQRKFoxa96xzVMTK3r { background-color:#a70700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.8125rem;left:20.5625rem;display:block; }
#lWNA16dWHtrBL1weJbcWeN30as33GJ1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3DyOFtC6SFMMZq87MHZ6VIAG7DPlHeZ { color:#284d42;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.71875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07d3d240-6086-4dc5-ba4b-bfd5928b869a/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd.adaptive-delivery-prevent-bg, #c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd.lazyload, #c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd.lazyloading { background-image: none; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container { background-color: transparent; background-image: none; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container > .video-iframe-container { display: none; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row > .video-iframe-container { display: none; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .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); }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container { border-width: 0; border-radius: 0; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd::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; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-form-header {  }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-regular-label { height:auto;display:none;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:20.4375rem;box-sizing:border-box;height:3.125rem;color:#14cebb;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-textarea { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#14cebb;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#545454;font-family:lato;font-size:1.0625rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-checkbox { width:1rem;height:1rem;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; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #d79f44, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(45deg, #d79f44, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(45deg, #d79f44, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(45deg, #d79f44, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79f44', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79f44', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(45deg, #d79f44, rgba(var(--color-secondary-1),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:15.3125rem;height:3.125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]:-moz-placeholder { color:#545454;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]::-moz-placeholder { color:#545454;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]:-ms-input-placeholder { color:#545454;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]::-webkit-input-placeholder { color:#545454;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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:lato;line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container:first-of-type{padding-top:0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container:last-of-type{padding-bottom:0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.5283203125rem;top:12.55859375rem;z-index:15005;position:absolute; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T {display:block;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.5283203125rem;top:12.55859375rem;z-index:15005;position:absolute; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #y0csxs6uWeZWFGRhEQnfAgn62NMTAWT2 { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JP3MTNqZTu5HpZffUNBPvvnJFwwcv6yO { position:relative;display:block; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #nH5co2Udoy0OLwkbIHzvhuqFspTXoHqX { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #R5gx4MP73Wh8fxdoaNyXiyz5bKT8ct7O { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #LprawSbrP8TXiEGHZsoKTpXvXxokPoIF { position:relative;display:block; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #pb0QfzVWMnbNMBkaL2VghE9E65DDfTZh { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #AIXv1AfPvMgQNG170cgzW4sIO62qFVfA { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #uwdlATgqpyQIKUKRSCmLCENU9Rc4uouT { position:relative;display:block; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #deKOFVGJHJ4VC9PeQFvn5JwNRuD7VIUw { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #PXRNwzmc5TU516BQpNdQIc8yvcDvpFch { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #bizMdXi6xfccTCaLHPO4HPPxDy78b0W4 { position:relative;display:none; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #DTPmJ9qZVW4fLFlXihpI8Z7RMCoaqXPW { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #IrtfO5vEG6hK5ew6mE0xcUSJ7LlypZKr { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JsMuXnDNDuw8gQToONTrLBxhekcKKFt6 { position:relative;z-index:2; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #O98HiptAqfqLvezwt2Oy2P5CGZTZ9CUG { position:relative; }
#P2kuUN4IVIaFtADrRiLXbrdvIJtp1HJy { position:relative;display:block; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #E9GlNA786sDms3Ep5yi34GLnWUFTfAKK { position:relative; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #hL2NyQld0Uvw1B4Tql0v84BPdqg6oRkX { position:relative; }
#JCpq3biMkTSMm4EKW5lmKu5CD8fa9PO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC { border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container { background-color: transparent; background-image: none; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container > .video-iframe-container { display: none; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row > .video-iframe-container { display: none; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .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); }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container { border-width: 0; border-radius: 0; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#ivE85n1G2UbZbdeTWHkUXBQ8VT8aG7RN { position:absolute;display:block;z-index:15005;background-color:#2d3f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:7.5rem;left:49.375rem;display:block; }
#N6Ia03Kfr6yUHr5sr9VgxAofqAaBZvef { position:absolute;display:block;z-index:15007;background-color:#2d3f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:7.5rem;left:56.9375rem;display:block; }
#yzJusMWyxZotEwyuzTlVXy8psKzD00V7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.375rem;left:1.9375rem;height:1.1875rem;font-style:normal;display:block; }
#Fwb1aZWB2FXKmMn99kaciwns8GWPylO9 { position:absolute;display:block;z-index:15015;background-color:#2d3f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.25rem;top:14.375rem;left:25.8125rem;display:block; }
#WXA0AUGHfVp42oViiHdTZK8xCkxcWzpx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.3125rem;left:2rem;height:1.1875rem;font-style:normal;display:block; }
#vQRHa0NiCBFW5DrSDIyGivdbQcvfAo3M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:48.1875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ol6OuKKWsVUQGAxPDD4B4SurlLLOWCcI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:1rem;font-style:normal;display:block; }
#GSONKESGpqVKGyyAG8E9nG0rTCuWVOgb { position:absolute;display:block;z-index:15016;background-color:#2d3f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.6875rem;top:14.375rem;left:0rem;display:block; }
#bFWBh6ttEAeKrTEhKXTt4ZHs79QZUOhq { 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:7.1875rem;left:0rem; }
#LVHAfeUixTNOyt5T3V72fshOCBthJPf6 { 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:9.1875rem;left:0rem; }
#kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp { 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:15031;top:8.09375rem;left:49.96875rem; }
#kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso { 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:15032;top:7.9375rem;left:57.375rem; }
#i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#lnoCyx8J5XZBmSlbJUBD2OF545TLgXX4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.5625rem;top:1.6748046875rem;left:0rem;overflow:hidden;display:block; }
#mno3yNKq4ZkDhI5ZS9APb7TQ1GZdElWF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:15.5rem;left:48.1875rem;height:1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WGcTqTanIJmghAybC8PUqBGSO42CQTRd { 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:3.6875rem;width:6.0625rem;top:6.0625rem;left:22.6875rem;overflow:hidden;display:block; }
#XHZFIp0J72oPPzTAdKXCvIzz4fccLzmH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.9375rem;top:6.8125rem;left:29.25rem;overflow:hidden;display:block; }
#fDReI3Bn6oWN3281tGPTXee11oel4DFS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.5rem;left:53.125rem; }
#fDReI3Bn6oWN3281tGPTXee11oel4DFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ETRTiFzmGwgxhuooqFAFofwud1PpphEp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:11.4375rem;left:0rem;height:1.1875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 { display:block; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKkufT53yliTAHiZteouuxbRpu2gqxRH { width:11.0625rem;height:3.125rem;top:1.625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvAMNXtNeUC7tqcc70WhAs9pwSsEuqVN { display:block; }
 }@media only screen and (max-width: 763px) { #XxFaRiSPAd7ppvGmpXs34KycEOUNJ7zd { top:2.0625rem;left:0rem;width:10.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttF8pmTFrEfNvOx6GRA4xtwXJbcr3dq { top:2.25rem;left:35.96875rem;width:5.6875rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0dGFQDxTZ7BPEESk7eWN0nxV0vqZC0G { width:6.25rem;height:3.125rem;top:1.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJazB1M1nRQDLy8sgy41UqhKXuNpxnE { display:block; }
 }@media only screen and (max-width: 763px) { #OSXb7Ko41SssyI80Iyi7FJLId375lJww { top:2.25rem;left:25.8125rem;width:9.5625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87gXv6TOZevUBM8kCSVDmJ1BQCiITkB { width:8.875rem;height:3.125rem;top:1.625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6NyHDyeF8SQX68PwrGZzmnsr8Wrapq3 { display:block; }
 }@media only screen and (max-width: 763px) { #vK5Tb2Uif9hZZNpzQRCy0I16TIqwmsp9 { width:9.25rem;height:3.125rem;top:1.625rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXuOWTPUuN4COpGOZcqwsoxOxUKubN3 { display:block; }
 }@media only screen and (max-width: 763px) { #zdkoWWT0it2wdJRoiW5bV83wxel2TX7c { top:2.6875rem;left:16.1875rem;width:9.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4pc0z9n5kHxNDngH7RyXD9MJ4TGaeF { top:2.6875rem;left:5.78125rem;width:9.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLCfk5xXRqKBfRhvU7oi7SGH0p7IBdEn { width:10.125rem;height:3.125rem;top:1.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahbzndm7zpvtzIf1SP0pGCleFl9NhQ9J { display:block; }
 }@media only screen and (max-width: 763px) { #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB { display:block; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5vvTJuxnWh7ZH4uMLbBQrTTkuaWDWwd { width:24.375rem;height:3rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dET9zRMr65kaVQzgkWVmclSdQErJ98U6 { display:block; }
 }@media only screen and (max-width: 763px) { #OZXbfim5qMDqbaLb1keZdJnEasePnIdd { top:11.0625rem;left:0rem;width:26.9375rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8iXWxQdL91i90RwWLNnLLyCqAW3ee4G { top:6.375rem;left:0rem;width:28.375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66UIncpnzLzWQ7PuufVyWcDJz3GqApT { top:5.0625rem;left:0rem;width:19.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqUWXKg8PT5C9O9c2th8Fmy72TW1TCk { top:3.5rem;left:0rem;width:26.375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Muh105CoUwt4UJ8CkZkI8NCyBRobNy { width:27.5625rem;height:2.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASCLO3PTVERGOzed72Od68rnADMZCmA { display:block; }
 }@media only screen and (max-width: 763px) { #TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 { display:block; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GARkfDUmsyvfmk1PCL4OUp0N2ihKlILk { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOHmxuAgi3Mm0hJBkMZ1bth9hGCbz4K { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWqMFZt3bJxwk4mvH25rukDzmLStqcVL { top:6.5rem;left:33rem;width:6.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itaa3JNAWvlUpO4KTUlQflnVhbMdGtOu { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tql62TE8oGxPLDT3SqEtiHRyF5sBp3Bm { width:15.5rem;height:3.0625rem;top:20.9375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhgTq7zi3d9M8LyHPW9uylJeXnvlzyzT { display:block; }
 }@media only screen and (max-width: 763px) { #WfLCMAVsCST2NCLNGh129ZyUZxThfzi6 { width:15.5rem;height:3.0625rem;top:20.9375rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeUlplfvr1wRF3cL5z3487NSWIk82EBq { display:block; }
 }@media only screen and (max-width: 763px) { #is7EADekWqmBkKVFOpkThKW5oFoMzels { top:6.625rem;left:8.65625rem;width:6rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOB0TgewQC6zuQKM1zx73khc42y4r7T0 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTfytUd9UGfC7ubQ64QTViwO9HPyZNG { top:5.25rem;left:0rem;width:10.3125rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLzmGJekyogKh1VFD1JL6QzIhqqVpbJI { top:27.125rem;left:0rem;width:10.3125rem;height:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd { display:block; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFLIDOMgLRdrJ2lzpLpaP7H83LOPl1Ht { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ05gt7wFUpNZ1encg4gJKHvgMZJbNrw { top:22.9375rem;left:32.3125rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2Z3f9xTgdVb5pBEDvNpRb38aOJJQdo { top:24.0625rem;left:33.34375rem;width:10.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWqmTIm8BktBWmtUOwFEvaLHKOBaALXM { top:7.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW { display:block; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHh28R4eBQfFZqwt2qXPMZEFuKeLVPrt { top:2.75rem;left:0rem;width:47.75rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L52eb1rRTXK2qgoSMZIWUyWt9rbJyqUc { top:10.5rem;left:17.0625rem;width:13.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOVTqVgf6JLB3JBeiNogZpPpiyBMhprB { width:28.0625rem;height:3.125rem;top:13.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ20UA5sxoaAis8xT87h7Iy5fbcwQvNq { display:block; }
 }@media only screen and (max-width: 763px) { #lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt { display:block; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GieFXBT2wL4RmsblIXdNeEzNytEHJ2d7 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw6wqoM3qHRg0tUapcsxNnPMtSz74DvJ { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 { display:block; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJJVwX6nod9w30COsbPezxezG8JaUOB3 { width:11.375rem;height:1.4375rem;top:5.3125rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtuJa36NQvqvgWuTPam3NN7Ab6kAodkX { width:14.0625rem;height:0.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0dUkPv4UvnFZedmQysvORlrrqIVnl2 { width:14.0625rem;height:0.125rem;top:17.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabw8vrn8ruTvBATZ1qCHrIKZvNOKK5Q { width:11.375rem;height:1.4375rem;top:5.3125rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfVOSGnBaaL1vuqWamFqQZTBZFIlyv1 { width:14.0625rem;height:0.125rem;top:17.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQeDi5T9dxvdSuuMRb3vG4ivzDR63Th4 { width:30.6875rem;height:1.4375rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0I1M55SscphXP2w0rqo4XTePzFU1Kk { width:14.0625rem;height:0.125rem;top:17.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnODHg4HODHaVPOmw1ZJwUCfK2l0K8Jl { width:11.375rem;height:1.4375rem;top:5.3125rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCadhITLXa34GTJv38hp4wglh1G1MuvZ { width:14.0625rem;height:14.0625rem;top:3.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXiOLLGqDbgmukBoEWeB8TTSXKiDUyS9 { width:14.0625rem;height:14.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXP1P3EHW3e8MtOmOSIJuZoGBaWOTp8S { width:14.0625rem;height:14.0625rem;top:3.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TPVH8XR5WgTPsa8wTgTnk6IRFKOH13 { width:14.0625rem;height:14.0625rem;top:3.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PISpQmbvqRKCPTUJqXDRhSXzz73sRTyD { top:8.6875rem;left:3.28125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEw6VDRRcMOPrzCb54ng3dTAN0xlVwFz { width:5.3125rem;height:5.3125rem;top:8.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWiokVgv3Dc4kPKgTCfsADfRsdJMZdtk { top:8.75rem;left:27.21875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBEnX0Iagxi2h3LDEFNOThTHrrOCgy78 { top:9.1875rem;left:39.5625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR { display:block; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHaT3AAAiivQsEoNfQJB2A8MPuuxh7y { width:11.375rem;height:1.4375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFk3UwRI0HCmBgrDz6xVFoxEdHinUbsn { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5m2VgrG6EAsH1ayZuXqRWZ7s00XlLD { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxhxpPrJJZcNaTUL1laZRnT61eXbWnbD { width:11.375rem;height:1.4375rem;top:1.9375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhPkiwAl1mquEW52c8CiHo66uwP9v4Iu { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN4z0I6ZwgqClBN2C0neqOQuTGuVFTgk { width:11.375rem;height:1.4375rem;top:1.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRAHUl9Q1in1a3nO4FATqB7Cwuhn7ki9 { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgVHscRDyubSPzN4OXqdicXNTdxXC1K { width:11.375rem;height:1.4375rem;top:1.9375rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRLntmrezTzuuigQH1C7HzdOLdQ34G6 { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQ4ZsZaFQJ6LC79IzzrEUoyZLgoQsgR { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8pe2ubu52FKrHqiOzgs4VemPPxk4k3 { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOfaWeOqyrBhh9Dw6eqQ8WgP0Uxl6Hkh { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ5JFg0lioNpgO6xo81TEplaRL2QH7Mk { width:5.125rem;height:5.125rem;top:4.4375rem;left:27.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQaZL0TwQmI0Jyo5eWRr5qtFJhNKlhmG { width:4.5rem;height:4.5rem;top:4.75rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUQeTmvQ1trKyKqkiBGQXdfWCd7pct1 { top:4.375rem;left:3.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09nGSBdUFNyRvNENDc6rUbvJmMZdk6e { top:4.5625rem;left:39.3125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN { display:block; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFK2SEayKSq0Mf2VRvetfrTRksh08fme { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VogcNgrH1vaSMGimOPp64LHokqmtAiAa { top:18.6875rem;left:35.375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdlG0KZFTbiK4fuazZZpszHvZ3wiZ550 { top:6.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0IDGvCNDAtnTwzL587Ui50MeXl1tfrH { top:19.8125rem;left:37.4375rem;width:10.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o { display:block; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtJpVHaglBWDl6NJE7Tb9i6IGVzDPkXG { top:11.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTI0xZxz21mHArJ0WTLJzMWVXFTibMiF { top:19.875rem;left:17.0625rem;width:13.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXe0q7rXmpa2vTQRKFoxa96xzVMTK3r { width:18.875rem;height:3.125rem;top:5.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWNA16dWHtrBL1weJbcWeN30as33GJ1Z { display:block; }
 }@media only screen and (max-width: 763px) { #p3DyOFtC6SFMMZq87MHZ6VIAG7DPlHeZ { top:2.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd { display:block; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T  { width:20.4375rem;height:auto;top:12.5rem;left:12.4033203125rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T {display:block;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T { width:20.4375rem;height:auto;top:12.5rem;left:12.4033203125rem; }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #y0csxs6uWeZWFGRhEQnfAgn62NMTAWT2 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JP3MTNqZTu5HpZffUNBPvvnJFwwcv6yO {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #nH5co2Udoy0OLwkbIHzvhuqFspTXoHqX {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #R5gx4MP73Wh8fxdoaNyXiyz5bKT8ct7O {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #LprawSbrP8TXiEGHZsoKTpXvXxokPoIF {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #pb0QfzVWMnbNMBkaL2VghE9E65DDfTZh {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #AIXv1AfPvMgQNG170cgzW4sIO62qFVfA {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #uwdlATgqpyQIKUKRSCmLCENU9Rc4uouT {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #deKOFVGJHJ4VC9PeQFvn5JwNRuD7VIUw {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #PXRNwzmc5TU516BQpNdQIc8yvcDvpFch {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #bizMdXi6xfccTCaLHPO4HPPxDy78b0W4 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #DTPmJ9qZVW4fLFlXihpI8Z7RMCoaqXPW {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #IrtfO5vEG6hK5ew6mE0xcUSJ7LlypZKr {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JsMuXnDNDuw8gQToONTrLBxhekcKKFt6 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #O98HiptAqfqLvezwt2Oy2P5CGZTZ9CUG {  }
 }@media only screen and (max-width: 763px) { #P2kuUN4IVIaFtADrRiLXbrdvIJtp1HJy { display:block; }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #E9GlNA786sDms3Ep5yi34GLnWUFTfAKK {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #hL2NyQld0Uvw1B4Tql0v84BPdqg6oRkX {  }
 }@media only screen and (max-width: 763px) { #JCpq3biMkTSMm4EKW5lmKu5CD8fa9PO6 { width:47.75rem;height:3.25rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC { display:block; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivE85n1G2UbZbdeTWHkUXBQ8VT8aG7RN { top:7.5rem;left:43.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Ia03Kfr6yUHr5sr9VgxAofqAaBZvef { top:7.5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzJusMWyxZotEwyuzTlVXy8psKzD00V7 { top:9.375rem;left:0rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwb1aZWB2FXKmMn99kaciwns8GWPylO9 { top:14.375rem;left:13.5rem;width:34.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXA0AUGHfVp42oViiHdTZK8xCkxcWzpx { top:7.3125rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQRHa0NiCBFW5DrSDIyGivdbQcvfAo3M { top:5.5625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol6OuKKWsVUQGAxPDD4B4SurlLLOWCcI { top:5.5625rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSONKESGpqVKGyyAG8E9nG0rTCuWVOgb { top:14.375rem;left:0rem;width:22.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFWBh6ttEAeKrTEhKXTt4ZHs79QZUOhq { top:7.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVHAfeUixTNOyt5T3V72fshOCBthJPf6 { top:9.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp { top:8.0625rem;left:43.84375rem;width:1.875rem;height:1.875rem;display:block; }
#kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso { top:7.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lnoCyx8J5XZBmSlbJUBD2OF545TLgXX4 { top:1.625rem;left:0rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mno3yNKq4ZkDhI5ZS9APb7TQ1GZdElWF { top:15.5rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGcTqTanIJmghAybC8PUqBGSO42CQTRd { top:6.0625rem;left:16.5625rem;width:6.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZFIp0J72oPPzTAdKXCvIzz4fccLzmH { top:6.8125rem;left:23.125rem;width:8.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDReI3Bn6oWN3281tGPTXee11oel4DFS { top:7.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#fDReI3Bn6oWN3281tGPTXee11oel4DFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ETRTiFzmGwgxhuooqFAFofwud1PpphEp { top:11.4375rem;left:0rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#aMJHyhVQqcsJrT4v3H4WmXTmIoWUKTu3 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zKkufT53yliTAHiZteouuxbRpu2gqxRH { width:7.625rem;height:2.4375rem;top:31.4375rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvAMNXtNeUC7tqcc70WhAs9pwSsEuqVN { display:block; }
 }@media only screen and (max-width: 763px) { #XxFaRiSPAd7ppvGmpXs34KycEOUNJ7zd { width:10.9375rem;height:2.25rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttF8pmTFrEfNvOx6GRA4xtwXJbcr3dq { width:10.5rem;height:2.25rem;top:28.3125rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0dGFQDxTZ7BPEESk7eWN0nxV0vqZC0G { width:10.4375rem;height:3.125rem;top:23.9375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJazB1M1nRQDLy8sgy41UqhKXuNpxnE { display:block; }
 }@media only screen and (max-width: 763px) { #OSXb7Ko41SssyI80Iyi7FJLId375lJww { width:20rem;height:2.25rem;top:13.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S87gXv6TOZevUBM8kCSVDmJ1BQCiITkB { width:12.75rem;height:3.125rem;top:13.375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6NyHDyeF8SQX68PwrGZzmnsr8Wrapq3 { display:block; }
 }@media only screen and (max-width: 763px) { #vK5Tb2Uif9hZZNpzQRCy0I16TIqwmsp9 { width:7rem;height:3.125rem;top:9.375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXuOWTPUuN4COpGOZcqwsoxOxUKubN3 { display:block; }
 }@media only screen and (max-width: 763px) { #zdkoWWT0it2wdJRoiW5bV83wxel2TX7c { width:9.0625rem;height:1.125rem;top:10.375rem;left:5.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JW4pc0z9n5kHxNDngH7RyXD9MJ4TGaeF { width:11.6875rem;height:1.125rem;top:5.8125rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLCfk5xXRqKBfRhvU7oi7SGH0p7IBdEn { width:12.6875rem;height:3.125rem;top:4.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahbzndm7zpvtzIf1SP0pGCleFl9NhQ9J { display:block; }
 }@media only screen and (max-width: 763px) { #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB { background-color:rgba(0,19,1,0.74);background-image:url("https://images.assets-landingi.com/uc/477e41fe-91ed-47fa-a9d9-5280094d417e/Projektbeznazwy7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.adaptive-delivery-prevent-bg, #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.lazyload, #uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB.lazyloading { background-image: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { background-color: transparent; background-image: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container > .video-iframe-container { display: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row > .video-iframe-container { display: none; }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .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); }#uGEy8wOk1qLJevvHFns6Hx1gaWpfKKQB > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5vvTJuxnWh7ZH4uMLbBQrTTkuaWDWwd { width:13.9990234375rem;height:2.4365234375rem;top:29.71875rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dET9zRMr65kaVQzgkWVmclSdQErJ98U6 { display:block; }
 }@media only screen and (max-width: 763px) { #OZXbfim5qMDqbaLb1keZdJnEasePnIdd { width:17.0625rem;height:9.875rem;top:22.96875rem;left:1.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #y8iXWxQdL91i90RwWLNnLLyCqAW3ee4G { width:18rem;height:5.9375rem;top:22.96875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c66UIncpnzLzWQ7PuufVyWcDJz3GqApT { width:16.75rem;height:1rem;top:3.71875rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSqUWXKg8PT5C9O9c2th8Fmy72TW1TCk { width:20rem;height:1.4375rem;top:2.28125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4Muh105CoUwt4UJ8CkZkI8NCyBRobNy { width:19rem;height:2.625rem;top:34.09375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASCLO3PTVERGOzed72Od68rnADMZCmA { display:block; }
 }@media only screen and (max-width: 763px) { #TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 { display:block; }#TTmT8QGHlC9R0NnxiFJTx5WACFoly9f1 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GARkfDUmsyvfmk1PCL4OUp0N2ihKlILk { width:18.8125rem;height:16.25rem;top:24.78125rem;left:0.59375rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #ggOHmxuAgi3Mm0hJBkMZ1bth9hGCbz4K { width:18.8125rem;height:14.8125rem;top:2.625rem;left:0.625rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LWqMFZt3bJxwk4mvH25rukDzmLStqcVL { width:6.1875rem;height:6.875rem;top:33rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itaa3JNAWvlUpO4KTUlQflnVhbMdGtOu { width:13.3125rem;height:0;top:17.6875rem;left:1.5634765625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tql62TE8oGxPLDT3SqEtiHRyF5sBp3Bm { width:15.5rem;height:3.0625rem;top:19.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhgTq7zi3d9M8LyHPW9uylJeXnvlzyzT { display:block; }
 }@media only screen and (max-width: 763px) { #WfLCMAVsCST2NCLNGh129ZyUZxThfzi6 { width:15.5rem;height:3.0625rem;top:44rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeUlplfvr1wRF3cL5z3487NSWIk82EBq { display:block; }
 }@media only screen and (max-width: 763px) { #is7EADekWqmBkKVFOpkThKW5oFoMzels { width:6rem;height:6.6875rem;top:8.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOB0TgewQC6zuQKM1zx73khc42y4r7T0 { width:16.75rem;height:0;top:34.25rem;left:1.5634765625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTTfytUd9UGfC7ubQ64QTViwO9HPyZNG { width:10.3125rem;height:2.75rem;top:4.5rem;left:4.84375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KLzmGJekyogKh1VFD1JL6QzIhqqVpbJI { width:10.625rem;height:2.75rem;top:27.5rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd { display:block; }#Z3hGe8ErlUsZPrmdMgauB1u0VaeunBUd > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFLIDOMgLRdrJ2lzpLpaP7H83LOPl1Ht { width:20rem;height:5.375rem;top:2.25rem;left:0rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #iJ05gt7wFUpNZ1encg4gJKHvgMZJbNrw { width:12.375rem;height:3.1875rem;top:15.4375rem;left:3.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #DW2Z3f9xTgdVb5pBEDvNpRb38aOJJQdo { width:10.3125rem;height:1.4375rem;top:16.5625rem;left:4.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWqmTIm8BktBWmtUOwFEvaLHKOBaALXM { width:14.5625rem;height:3.375rem;top:3.5rem;left:2.71875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW { display:block; }#Sh1TLnL721QuzRELbTmMTsX8Zy7TIFlW > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHh28R4eBQfFZqwt2qXPMZEFuKeLVPrt { width:16.3125rem;height:13.5rem;top:1.25rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L52eb1rRTXK2qgoSMZIWUyWt9rbJyqUc { width:19.375rem;height:1.375rem;top:16rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOVTqVgf6JLB3JBeiNogZpPpiyBMhprB { width:16.9375rem;height:3.125rem;top:18.625rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ20UA5sxoaAis8xT87h7Iy5fbcwQvNq { display:block; }
 }@media only screen and (max-width: 763px) { #lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt { display:block; }#lLtkklRtxmRlaPvZ8FmeNwNWQvfkyLDt > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GieFXBT2wL4RmsblIXdNeEzNytEHJ2d7 { width:20rem;height:5.375rem;top:3.1875rem;left:0rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #xw6wqoM3qHRg0tUapcsxNnPMtSz74DvJ { width:20rem;height:1.6875rem;top:5.15625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 { display:block; }#uImC7Fh1inMvaS6HJq6PKFJolOtMetd0 > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJJVwX6nod9w30COsbPezxezG8JaUOB3 { width:11rem;height:1.25rem;top:4.5625rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtuJa36NQvqvgWuTPam3NN7Ab6kAodkX { width:14.0625rem;height:0.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0dUkPv4UvnFZedmQysvORlrrqIVnl2 { width:14.0625rem;height:0.125rem;top:20.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabw8vrn8ruTvBATZ1qCHrIKZvNOKK5Q { width:11rem;height:1.25rem;top:23.75rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBfVOSGnBaaL1vuqWamFqQZTBZFIlyv1 { width:14.0625rem;height:0.125rem;top:37.25rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQeDi5T9dxvdSuuMRb3vG4ivzDR63Th4 { width:11rem;height:1.25rem;top:40.375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cH0I1M55SscphXP2w0rqo4XTePzFU1Kk { width:14.0625rem;height:0.125rem;top:53.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnODHg4HODHaVPOmw1ZJwUCfK2l0K8Jl { width:11rem;height:1.25rem;top:57.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCadhITLXa34GTJv38hp4wglh1G1MuvZ { width:14.0625rem;height:14.0625rem;top:21.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXiOLLGqDbgmukBoEWeB8TTSXKiDUyS9 { width:14.0625rem;height:14.0625rem;top:2.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXP1P3EHW3e8MtOmOSIJuZoGBaWOTp8S { width:14.0625rem;height:14.0625rem;top:38.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TPVH8XR5WgTPsa8wTgTnk6IRFKOH13 { width:14.0625rem;height:14.0625rem;top:55.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PISpQmbvqRKCPTUJqXDRhSXzz73sRTyD { display:flex;width:5.375rem;height:5.375rem;top:7.96875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZEw6VDRRcMOPrzCb54ng3dTAN0xlVwFz { width:4.5625rem;height:4.5625rem;top:27.8125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWiokVgv3Dc4kPKgTCfsADfRsdJMZdtk { display:flex;width:5.25rem;height:5.25rem;top:43.75rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #oBEnX0Iagxi2h3LDEFNOThTHrrOCgy78 { display:flex;width:4.4375rem;height:4.4375rem;top:61rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR { display:block; }#tZgUfQ4hzEKvUQ5aJCuiRcGTVSQvWndR > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHaT3AAAiivQsEoNfQJB2A8MPuuxh7y { width:11rem;height:1.25rem;top:4.587890625rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFk3UwRI0HCmBgrDz6xVFoxEdHinUbsn { width:14.0625rem;height:0.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5m2VgrG6EAsH1ayZuXqRWZ7s00XlLD { width:14.0625rem;height:0.125rem;top:17.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxhxpPrJJZcNaTUL1laZRnT61eXbWnbD { width:11rem;height:1.25rem;top:21.1875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhPkiwAl1mquEW52c8CiHo66uwP9v4Iu { width:14.0625rem;height:0.125rem;top:35rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN4z0I6ZwgqClBN2C0neqOQuTGuVFTgk { width:11rem;height:1.25rem;top:38.5rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRAHUl9Q1in1a3nO4FATqB7Cwuhn7ki9 { width:14.0625rem;height:0.125rem;top:51.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgVHscRDyubSPzN4OXqdicXNTdxXC1K { width:11rem;height:1.25rem;top:54.6513671875rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWRLntmrezTzuuigQH1C7HzdOLdQ34G6 { width:14.0625rem;height:14.0625rem;top:19.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQ4ZsZaFQJ6LC79IzzrEUoyZLgoQsgR { width:14.0625rem;height:14.0625rem;top:2.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8pe2ubu52FKrHqiOzgs4VemPPxk4k3 { width:14.0625rem;height:14.0625rem;top:36.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOfaWeOqyrBhh9Dw6eqQ8WgP0Uxl6Hkh { width:14.0625rem;height:14.0625rem;top:52.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ5JFg0lioNpgO6xo81TEplaRL2QH7Mk { width:5.25rem;height:5.25rem;top:41.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQaZL0TwQmI0Jyo5eWRr5qtFJhNKlhmG { width:4.6875rem;height:4.6875rem;top:25.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUQeTmvQ1trKyKqkiBGQXdfWCd7pct1 { display:flex;width:5.3125rem;height:5.3125rem;top:7rem;left:7.7802734375rem; }
 }@media only screen and (max-width: 763px) { #g09nGSBdUFNyRvNENDc6rUbvJmMZdk6e { display:flex;width:4.9375rem;height:4.9375rem;top:57.25rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbb3561a-15a6-4b98-9b30-4da4bed51de1/Projektbeznazwy5copy.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.adaptive-delivery-prevent-bg, #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.lazyload, #d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN.lazyloading { background-image: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { background-color: transparent; background-image: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container > .video-iframe-container { display: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container { display: none; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .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); }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { border-width: 0; border-radius: 0; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8ikZfqIe3QAwpnuuJZywmgk9GIXZeRN > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFK2SEayKSq0Mf2VRvetfrTRksh08fme { width:20rem;height:5.375rem;top:3.875rem;left:0rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #VogcNgrH1vaSMGimOPp64LHokqmtAiAa { width:12.375rem;height:3.1875rem;top:14.75rem;left:3.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid #eac37b;border-left:0;border-right:0;border-bottom:0.25rem solid #eac37b;display:block; }
 }@media only screen and (max-width: 763px) { #CdlG0KZFTbiK4fuazZZpszHvZ3wiZ550 { width:16.5625rem;height:3.375rem;top:5.125rem;left:2.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0IDGvCNDAtnTwzL587Ui50MeXl1tfrH { width:10.3125rem;height:1.4375rem;top:15.875rem;left:4.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o { display:block; }#SeHoxt9AaEPtLyONuBSe6IqXvxzoJK8o > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtJpVHaglBWDl6NJE7Tb9i6IGVzDPkXG { width:16.3125rem;height:16.875rem;top:16.0625rem;left:1.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTI0xZxz21mHArJ0WTLJzMWVXFTibMiF { width:19.375rem;height:1.375rem;top:32.3125rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqXe0q7rXmpa2vTQRKFoxa96xzVMTK3r { width:13.9990234375rem;height:3.125rem;top:10.375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWNA16dWHtrBL1weJbcWeN30as33GJ1Z { display:block; }
 }@media only screen and (max-width: 763px) { #p3DyOFtC6SFMMZq87MHZ6VIAG7DPlHeZ { width:17.1875rem;height:7.875rem;top:1.5rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd { display:block; }#c8ZgPI3s3uWaUh7beTTW2JyTgaUux2xd > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-form-header {  }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-textarea { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:lato;font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-checkbox { width:1rem;height:1rem;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; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #d79f44, #eac37b);background-image: -moz-linear-gradient(45deg, #d79f44, #eac37b);background-image: -ms-linear-gradient(45deg, #d79f44, #eac37b);background-image: -o-linear-gradient(45deg, #d79f44, #eac37b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79f44', endColorstr='#eac37b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79f44', endColorstr='#eac37b' );";background-image: linear-gradient(45deg, #d79f44, #eac37b);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:13.125rem;height:3.25rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:lato;font-size:1.0625rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:lato;font-size:1.0625rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:lato;font-size:1.0625rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:lato;font-size:1.0625rem; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container:first-of-type{padding-top:0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-container:last-of-type{padding-bottom:0;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:11.5625rem;z-index:15001; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T {display:block;}#JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:11.5625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #y0csxs6uWeZWFGRhEQnfAgn62NMTAWT2 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JP3MTNqZTu5HpZffUNBPvvnJFwwcv6yO {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #nH5co2Udoy0OLwkbIHzvhuqFspTXoHqX {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #R5gx4MP73Wh8fxdoaNyXiyz5bKT8ct7O {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #LprawSbrP8TXiEGHZsoKTpXvXxokPoIF {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #pb0QfzVWMnbNMBkaL2VghE9E65DDfTZh {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #AIXv1AfPvMgQNG170cgzW4sIO62qFVfA {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #uwdlATgqpyQIKUKRSCmLCENU9Rc4uouT {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #deKOFVGJHJ4VC9PeQFvn5JwNRuD7VIUw {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #PXRNwzmc5TU516BQpNdQIc8yvcDvpFch {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #bizMdXi6xfccTCaLHPO4HPPxDy78b0W4 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #DTPmJ9qZVW4fLFlXihpI8Z7RMCoaqXPW {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #IrtfO5vEG6hK5ew6mE0xcUSJ7LlypZKr {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #JsMuXnDNDuw8gQToONTrLBxhekcKKFt6 {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #O98HiptAqfqLvezwt2Oy2P5CGZTZ9CUG {  }
 }@media only screen and (max-width: 763px) { #P2kuUN4IVIaFtADrRiLXbrdvIJtp1HJy { display:block; }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #E9GlNA786sDms3Ep5yi34GLnWUFTfAKK {  }
 }@media only screen and (max-width: 763px) { #JgxKuNcc7lgBdXRvgVWz8cBiRABEht3T #hL2NyQld0Uvw1B4Tql0v84BPdqg6oRkX {  }
 }@media only screen and (max-width: 763px) { #JCpq3biMkTSMm4EKW5lmKu5CD8fa9PO6 { width:18.8740234375rem;height:6.5rem;top:3.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC { display:block; }#HJTWrIUdEBsH7FdLvNC9K038f6VtpQqC > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivE85n1G2UbZbdeTWHkUXBQ8VT8aG7RN { width:3.0625rem;height:3.0625rem;top:27rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6Ia03Kfr6yUHr5sr9VgxAofqAaBZvef { width:3.0625rem;height:3.0625rem;top:35.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzJusMWyxZotEwyuzTlVXy8psKzD00V7 { width:9.4375rem;height:2.75rem;top:15.5625rem;left:5.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fwb1aZWB2FXKmMn99kaciwns8GWPylO9 { width:18.75rem;height:0.0625rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXA0AUGHfVp42oViiHdTZK8xCkxcWzpx { width:10.375rem;height:1.375rem;top:9.75rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQRHa0NiCBFW5DrSDIyGivdbQcvfAo3M { width:20rem;height:0;top:7rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ol6OuKKWsVUQGAxPDD4B4SurlLLOWCcI { width:20rem;height:1rem;top:4.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSONKESGpqVKGyyAG8E9nG0rTCuWVOgb { width:18.75rem;height:0.0625rem;top:19.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFWBh6ttEAeKrTEhKXTt4ZHs79QZUOhq { width:1.5625rem;height:1.5625rem;top:6.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVHAfeUixTNOyt5T3V72fshOCBthJPf6 { width:1.5625rem;height:1.5625rem;top:12.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp { width:1.875rem;height:1.875rem;top:27.5625rem;left:9.0625rem;display:none; }
#kOIMZOUwOgIGnWn5IKLaQUwZsIvse7kp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso { width:2.1875rem;height:2.1875rem;top:36.125rem;left:8.875rem;display:none; }
#i73RuM7BZd7XbPq8lB1ms6ZlZU7EJyso > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lnoCyx8J5XZBmSlbJUBD2OF545TLgXX4 { width:11.5625rem;height:2.25rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mno3yNKq4ZkDhI5ZS9APb7TQ1GZdElWF { width:11.8125rem;height:1rem;top:21.84375rem;left:4.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGcTqTanIJmghAybC8PUqBGSO42CQTRd { width:8.3125rem;height:5.125rem;top:16rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHZFIp0J72oPPzTAdKXCvIzz4fccLzmH { width:10.875rem;height:4.6875rem;top:21.0625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDReI3Bn6oWN3281tGPTXee11oel4DFS { display:flex;width:3.125rem;height:3.125rem;top:31.3125rem;left:8.4375rem;display:none; }
#fDReI3Bn6oWN3281tGPTXee11oel4DFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ETRTiFzmGwgxhuooqFAFofwud1PpphEp { width:15.4375rem;height:1.375rem;top:24.09375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }