.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:217,228,217;--color-primary-1:130,166,130;--color-primary-2:4,76,4;--color-primary-3:2,38,2;--color-primary-4:1,11,1;--color-secondary-0:223,228,227;--color-secondary-1:148,166,161;--color-secondary-2:40,77,66;--color-secondary-3:20,39,33;--color-secondary-4:6,12,10;--color-tertiary-0:255,255,255;--color-tertiary-1:176,177,176;--color-tertiary-2:124,125,124;--color-tertiary-3:74,75,74;--color-tertiary-4:37,38,37;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.91);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container { background-color: transparent; background-image: none; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container > .video-iframe-container { display: none; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row > .video-iframe-container { display: none; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .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); }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container { border-width: 0; border-radius: 0; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#NA4VN9ZZu7UrrbGm5qFnqZsF3Rom1ng2 { position:absolute;display:block;z-index:15000;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.4375rem;width:6.625rem;top:1.21875rem;left:2.875rem;overflow:hidden;display:block; }
#fb5mZJzhuvr5pXRDotX2XdlD49Oihgc6 { background-color:rgba(var(--color-tertiary-0),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:12rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.59375rem;left:33.375rem;display:block; }
#RS38Wm8y3DK8pH2uqmVTLraOGaZxXUrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maMVPR1zih4xRX5WCOWc8vPhISQO7bnw { background-color:rgba(var(--color-tertiary-0),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:8.25rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.59375rem;left:46.625rem;display:block; }
#iBoN25EE87XmbA2E2rzO0TfWTG7QeKlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh { position:relative;display:block; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh { background-color: transparent; background-image: none; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container > .video-iframe-container { display: none; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row > .video-iframe-container { display: none; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .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); }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh { border-width: 0; border-radius: 0; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edce29;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; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container { background-color: transparent; background-image: none; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container > .video-iframe-container { display: none; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row > .video-iframe-container { display: none; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .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); }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container { border-width: 0; border-radius: 0; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#DPLnORcWC3FgZakz2bfX998B34uSLDpr { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:0.75rem;left:1.15625rem;height:1.78178125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbzrEsqlTLptNTeiMRwupWXVbJPMrViR { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:0.75rem;left:1.15625rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eP0AKms4yObWccTRdwf1T58AICaxWlpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f4f2ba5-3728-4ea1-b236-72990326b879/Final11052022widok11.png");background-position:top 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; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx.adaptive-delivery-prevent-bg, #eP0AKms4yObWccTRdwf1T58AICaxWlpx.lazyload, #eP0AKms4yObWccTRdwf1T58AICaxWlpx.lazyloading { background-image: none; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container { background-color: transparent; background-image: none; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.91); }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container > .video-iframe-container { display: none; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .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.91); }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row > .video-iframe-container { display: none; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .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); }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container { border-width: 0; border-radius: 0; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx::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; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#CyfTFTBhemcDluwScuMwVI0FgpLzTfQV { position:absolute;display:block;z-index:15000;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:27.6875rem;width:49.25rem;top:3.3181419372559rem;left:5.3125rem;overflow:hidden;display:block; }
#bVpaVorGuJyT1exMDbwWdZdO1HLm1LCk { position:absolute;display:block;z-index:15000;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:32.8125rem;width:32.8125rem;top:31.064453601837rem;left:0.79752731323244rem;overflow:hidden;display:block; }
#WkVXKybgRKltbUrIxw4XmUppEl1B5rZL { position:absolute;display:block;z-index:15000;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:33.811875rem;width:33.811875rem;top:30.563152790069rem;left:26.187068939209rem;overflow:hidden;display:block; }
#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container { background-color: transparent; background-image: none; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container > .video-iframe-container { display: none; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row > .video-iframe-container { display: none; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .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); }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container { border-width: 0; border-radius: 0; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#voZa0CMLcnTqybVnlGQh6e6ECsUdz7KX { position:absolute;display:block;z-index:15000;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:46.875rem;width:46.875rem;display:none; }
#Ki8nERD4itVZVJBUwWQDty7gKbeDHtB5 { position:absolute;display:block;z-index:15000;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:46.875rem;width:46.875rem;display:none; }
#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container { background-color: transparent; background-image: none; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container > .video-iframe-container { display: none; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row > .video-iframe-container { display: none; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .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); }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container { border-width: 0; border-radius: 0; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#QFCvWvKzl5VmPloUKX9zcBy2bWcmgwfO { position:absolute;display:block;z-index:15000;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:23.2493125rem;width:29.5623125rem;top:0.56107902526856rem;left:2.5603675842285rem;overflow:hidden;display:block; }
#fJ89JfvWS2WdmB6lUM3b0No06hf9bqAa { position:absolute;display:block;z-index:15001;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:23.8125rem;width:30.375rem;top:0.3125rem;left:28.186256408691rem;overflow:hidden;display:block; }
#f7aRqnquhfE435X4STGHKTcLxX4Vg9On { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f4f2ba5-3728-4ea1-b236-72990326b879/Final11052022widok11.png");background-position:top 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; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On.adaptive-delivery-prevent-bg, #f7aRqnquhfE435X4STGHKTcLxX4Vg9On.lazyload, #f7aRqnquhfE435X4STGHKTcLxX4Vg9On.lazyloading { background-image: none; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container { background-color: transparent; background-image: none; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.91); }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container > .video-iframe-container { display: none; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .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.91); }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row > .video-iframe-container { display: none; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .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); }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container { border-width: 0; border-radius: 0; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On::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; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#H9IzaUFbdpGGV0KqfSJ9dVP9vgGBWl8N { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:2.4375rem;left:8.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXWdfTtIK6u28bUc3T0xfV760TId0G3E { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:8.4375rem;height:20.71875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VPO0VGGyauZH4cmDN0for3dIbAw0NfiH { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:31rem;left:8.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOBgNGSZ6Wlc5nMBQJqLFOPrFH3yAZal { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:34.25rem;left:8.4375rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuiV7WCiv2hKBEA9GcK7BxJv33ALTFDn { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:7.375rem;left:7rem;display:block; }
#HBlUQm6ub9d6MUpbTlOPf4s87fnHqcIi { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:8.9375rem;left:7rem;display:block; }
#SJAL2sMlOW3NVNpMiHzGxg04oIiURzTp { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:12.125rem;left:7rem;display:block; }
#FxxQ8vuxZ2ci4Dkr3McFiitJHDLDKUH7 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:13.75rem;left:7rem;display:block; }
#Oq5SE5unR04hHLK01VH0wKw9Rl5ASBNP { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:15.375rem;left:7rem;display:block; }
#UQvVrAq8b4ciw1wCbaF4UrRdKlZlEyqD { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:16.9375rem;left:7rem;display:block; }
#x6XbIJak4xIcS8pT3fkn8mQwmVNIT5z2 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:18.5625rem;left:7rem;display:block; }
#FX407xkWpTWwBbGgo43FBCTmT5sWrE0L { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:20.125rem;left:7rem;display:block; }
#X2uthosdPkLUgEtlBoumxCz5wtfVAX7K { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:21.6875rem;left:7rem;display:block; }
#VAMpexfKGLEMbyiBS2s2BCHuw4mbKBiv { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:23.3125rem;left:7.0625rem;display:block; }
#T002W2QZr6FD7bd6ci95gL57kgTQA07R { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:24.875rem;left:7.0625rem;display:block; }
#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f4f2ba5-3728-4ea1-b236-72990326b879/Final11052022widok11.png");background-position:top 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:none; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd.adaptive-delivery-prevent-bg, #DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd.lazyload, #DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd.lazyloading { background-image: none; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd > .row .container { border-width: 0; border-radius: 0; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd::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; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:none; }#uhU67n8C0IqmZt6uUeMJH56DwzqwSleU { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:2.4375rem;left:8.5rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1araIdAFJfskRWBZP5mMGV7z09NTg4e { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:8.4375rem;height:20.716475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TVWCn7tF8c4WLAOZeAtx6gBbldq0Hb5w { color:rgba(var(--color-secondary-2),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:31rem;left:8.5rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrCaG1INZMhaUTPCmwKnNz1TDtn4KXFM { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:34.25rem;left:8.4375rem;height:3.18715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qr2wEwwTJfStLc2pz9gPSysVGLiODRbf { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:7.375rem;left:7rem;display:block; }
#DiV15Hh2kagAVLwNHvPi474HEX4g71RT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:8.9375rem;left:7rem;display:block; }
#Td887fKcF43svWKVtRu6bV7F6p7UpTm1 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:12.125rem;left:7rem;display:block; }
#Z4oBamoJ9hTDe6RkUmWg8AQ9HQlkfAzd { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:13.75rem;left:7rem;display:block; }
#yb4k2WC2WFwx4taVeJLHnNdIUtnNoc0n { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:15.375rem;left:7rem;display:block; }
#AfaNzo3iVeIqOWTOpJGG3X7k7Zl3hrMS { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:16.9375rem;left:7rem;display:block; }
#e2fLBwww04S8fQAQ7JsbB21UzBkNo9Li { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:18.5625rem;left:7rem;display:block; }
#bDZCpmTznPyRU65Cn5kx8d1pVRTThdBZ { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:20.125rem;left:7rem;display:block; }
#zaXa8Styh17pfisrJ29AVaGDQSuFuiD6 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:21.6875rem;left:7rem;display:block; }
#NdKtkgAc5SKNCFtmAhERZmLIL5br3cTB { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:23.3125rem;left:7.0625rem;display:block; }
#yy4fABHekgkpO0827sGXIGk55HMEy23s { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:24.875rem;left:7.0625rem;display:block; }
#C3HWc1qanym9kCt6shfZrKQJ5L43x4F8 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.499131875rem;width:0.499131875rem;top:7.375rem;left:7rem;display:none; }
#uDJaWed2KGJEoMlb4FxVDkSypsNXTDLv { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:8.4375rem;height:20.70745625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#g4UqfWNITLMMJhAiMXioazJBlmvkiV3g { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:34.25rem;left:8.4375rem;height:3.18715rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/250be609-eb4e-4bd2-b331-334c5fbe9fc8/mlodaszczesliwaparaprzechodzacaprzezswojprojektmieszkaniowynaplaniepodczasspotkaniazagentemnieruchomosci.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib.adaptive-delivery-prevent-bg, #HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib.lazyload, #HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib.lazyloading { background-image: none; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container { background-color: transparent; background-image: none; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container > .video-iframe-container { display: none; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .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.78); }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row > .video-iframe-container { display: none; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .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); }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container { border-width: 0; border-radius: 0; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib::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; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#OuHQpuSNGXXdwINqsgxrL4EP6Llc4SAa { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:9.748046875rem;left:6.71875rem;height:7.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuJ1BDiZdWo7W6B1woxU9TaOV9LEpu75 { color:rgba(var(--color-primary-2),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.34375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.89);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; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { background-color: transparent; background-image: none; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container > .video-iframe-container { display: none; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row > .video-iframe-container { display: none; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .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); }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { border-width: 0; border-radius: 0; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#qVzZw5KTGgEFt7DEemF6evAMqbKKStKD { 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:15035;opacity:1;top:28.875rem;left:43.6875rem; }
#qVzZw5KTGgEFt7DEemF6evAMqbKKStKD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fmw2BatFipwJWoTKKn9NJ32T8pBlpaOd { color:rgba(var(--color-primary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNQJnOunFeXOnUN6OVucrPBfMSva56He { position:absolute;display:block;z-index:15021;height:18.5625rem;width:29.625rem;top:8.75rem;left:30.4375rem;display:block; }
#NG8fMl07AIZx4QhuSfAyoW8mWl5V7gbN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.21);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:29.4375rem;width:48.8125rem;top:8.75rem;left:-20.5625rem;display:block; }
#HfSdUwUtWXpnGPtNGBxAVRoztT2hu05q { color:rgba(var(--color-primary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5rem;left:33.25rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySAUhx5GTIJwx5NO5lhcTXo8TuBB2RE8 { color:rgba(var(--color-primary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6rem;left:1.4375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-form-header {  }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(4,76,4,0.83);width:26.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(237,244,244,0.61);background-image:none;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:26.0625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(237,244,244,0.61);background-image:none;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:26.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .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; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#044c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.125rem;margin-bottom:0.25rem;margin-left:1.3125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:23.4375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-4),0.83);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-4),0.83);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-4),0.83);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-4),0.83);font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:24.8125rem;overflow:hidden;font-style:normal;float:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .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; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-container:first-of-type{padding-top:0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-container:last-of-type{padding-bottom:0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.112500190735rem;left:0.0625rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.0625rem;display:block;vertical-align:top; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v {display:block;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.112500190735rem;left:0.0625rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #mDm70TD6Tr3ymc3RuZ0eERdfH6kfWq1W { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #ToUhGRBoI4dTWBGlpA2d8FsTSoEO4Snu { position:relative;display:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #z1EyJVLBfRWW2MsIgRsPGJD31oVEAU0q { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #QkEGkKPfL798brrDFHGLCToWK7tFlkbT { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #KvhXdGg60Ugi8nUO2bAqmy5xoLe1TTSW { position:relative;display:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #dFQBT4HmvwK1n96TVWLzb9ABXIW7ktwJ { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #QrTbZmn1PeGeyEc3r6FVgluRBfTM4ofP { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #qx3n3mTy6SX9sPspsw8A20KTmb0GO5DM { position:relative;display:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #wFdTQmcGCJDTuQJmTPec1oOzua47qUv1 { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #NFHLbC232TmMD7Tg5hRZDJq899xCV0P3 { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #K6TFWIxmX3kbVzwaObS3hXJwsu9oqwuT { position:relative;display:none; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #poBLaiqNhFuWBpgI9PQqozMHNq21XohJ { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #VW5wWCioC2TfZSQOk7eaU0Xh7fB980h3 { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #e7ETiLw2bteIrnN0SMzq3w4p0zzDWKZC { position:relative;display:block; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #LFElfnsX1tu6S7iE9EbI77wO6cZs5hPA { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #aPgvmsphtQgRyCmnR8mqpvctVyBfKElE { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #Llwc6QsApbdOCW51xJB8sUaqAK8JZzGk { position:relative;z-index:2; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #TEJwEV3T4T6p5glAe1s6mPpti6aulTtT { position:relative; }
#QkCxzBxx9nQr8hFkiH8eQ1mDmxNw7ZT5 { position:relative;display:block; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #CiFM6Fq5RUNbAkcpT9EV32Ehb4P4gmqf { position:relative; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v #XxJumV1nFp9znRTnekT22kp4msBoC8pT { position:relative; }
#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48cc6ab2-adcd-4a71-bebb-7ce72941bf3f/Finalwidok1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO.adaptive-delivery-prevent-bg, #cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO.lazyload, #cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO.lazyloading { background-image: none; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container { background-color: transparent; background-image: none; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,34,32,0.91); }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container > .video-iframe-container { display: none; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,34,32,0.91); }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row > .video-iframe-container { display: none; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .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); }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container { border-width: 0; border-radius: 0; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO::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; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#eBviK1HiCwX0XesWEFGb8eaxl6rvDBh3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6493072509766rem;left:2.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bh58ThDBlybtO6I99zIV76qLPT15b7Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9rem;top:5.296875rem;left:2.1875rem;overflow:hidden;display:block; }
#ZVukTcKwRxLEiF2i0k8TPoHtC7fJsSqw { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:3.4375rem;left:41.625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAyHxuy5qBOydumN855brlWOfEHhufWT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:"rage italic";font-size:2.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:2.625rem;left:46.4375rem;height:3.18803125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv { 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:15015;opacity:1;top:6.0625rem;left:46.5625rem; }
#hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz { 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:15016;opacity:1;top:6.0625rem;left:50.375rem; }
#iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#N0Fvmh3xWKikUh0i9kSNGtZaaemluX8J { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.6493072509766rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMsc1dTViD6Wha3m9nq9SDQ2KglUNBUx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.296875rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tndp9tMsxDiJmEsH6GNuVRN6cBvpMBWb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9375rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATzgBAkVJHnbREVmOTK0ILeo0Fh7LPHk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5086822509762rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvHXn6nuLxgLfAyIPP6KQKGonhp56Hmw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.102430343628rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o35aed1y4wb7CSwribPLcmIkA9Uvxr05 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.758680343628rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A3KdS8Ne1gMOFJGRGxnFfZ673iLAOUD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.383680343628rem;left:22.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Us73PsG2pKaAT6toyHgCevXe1vEKTd9l { display:block; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA4VN9ZZu7UrrbGm5qFnqZsF3Rom1ng2 { top:1.1875rem;left:0rem;width:6.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5mZJzhuvr5pXRDotX2XdlD49Oihgc6 { width:12rem;height:2.6875rem;top:1.5625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS38Wm8y3DK8pH2uqmVTLraOGaZxXUrJ { display:block; }
 }@media only screen and (max-width: 763px) { #maMVPR1zih4xRX5WCOWc8vPhISQO7bnw { width:8.25rem;height:2.6875rem;top:1.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoN25EE87XmbA2E2rzO0TfWTG7QeKlx { display:block; }
 }@media only screen and (max-width: 763px) { #VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh { display:block; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA { display:block; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPLnORcWC3FgZakz2bfX998B34uSLDpr { top:0.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzrEsqlTLptNTeiMRwupWXVbJPMrViR { top:1rem;left:0rem;width:18.3125rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP0AKms4yObWccTRdwf1T58AICaxWlpx { display:block; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyfTFTBhemcDluwScuMwVI0FgpLzTfQV { top:3.3125rem;left:0rem;width:47.75rem;height:26.844225888325rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVpaVorGuJyT1exMDbwWdZdO1HLm1LCk { top:31.0625rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkVXKybgRKltbUrIxw4XmUppEl1B5rZL { top:30.5625rem;left:13.9375rem;width:33.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl { display:none; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #voZa0CMLcnTqybVnlGQh6e6ECsUdz7KX { width:46.875rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ki8nERD4itVZVJBUwWQDty7gKbeDHtB5 { width:46.875rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul { display:block; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFCvWvKzl5VmPloUKX9zcBy2bWcmgwfO { top:0.5rem;left:0rem;width:29.5rem;height:23.200306767273rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ89JfvWS2WdmB6lUM3b0No06hf9bqAa { top:0.3125rem;left:16.9375rem;width:30.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7aRqnquhfE435X4STGHKTcLxX4Vg9On { display:block; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9IzaUFbdpGGV0KqfSJ9dVP9vgGBWl8N { top:2.4375rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXWdfTtIK6u28bUc3T0xfV760TId0G3E { top:6.875rem;left:2.3125rem;width:44.5rem;height:20.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPO0VGGyauZH4cmDN0for3dIbAw0NfiH { top:31rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOBgNGSZ6Wlc5nMBQJqLFOPrFH3yAZal { top:34.1875rem;left:2.3125rem;width:44.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuiV7WCiv2hKBEA9GcK7BxJv33ALTFDn { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlUQm6ub9d6MUpbTlOPf4s87fnHqcIi { top:8.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJAL2sMlOW3NVNpMiHzGxg04oIiURzTp { top:12.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxxQ8vuxZ2ci4Dkr3McFiitJHDLDKUH7 { top:13.75rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5SE5unR04hHLK01VH0wKw9Rl5ASBNP { top:15.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvVrAq8b4ciw1wCbaF4UrRdKlZlEyqD { top:16.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XbIJak4xIcS8pT3fkn8mQwmVNIT5z2 { top:18.5625rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX407xkWpTWwBbGgo43FBCTmT5sWrE0L { top:20.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2uthosdPkLUgEtlBoumxCz5wtfVAX7K { top:21.6875rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAMpexfKGLEMbyiBS2s2BCHuw4mbKBiv { top:23.3125rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T002W2QZr6FD7bd6ci95gL57kgTQA07R { top:24.875rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd { display:none; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhU67n8C0IqmZt6uUeMJH56DwzqwSleU { top:2.4375rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1araIdAFJfskRWBZP5mMGV7z09NTg4e { top:6.875rem;left:2.3125rem;width:44.5rem;height:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWCn7tF8c4WLAOZeAtx6gBbldq0Hb5w { top:31rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCaG1INZMhaUTPCmwKnNz1TDtn4KXFM { top:34.1875rem;left:2.3125rem;width:44.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2wEwwTJfStLc2pz9gPSysVGLiODRbf { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiV15Hh2kagAVLwNHvPi474HEX4g71RT { top:8.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td887fKcF43svWKVtRu6bV7F6p7UpTm1 { top:12.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oBamoJ9hTDe6RkUmWg8AQ9HQlkfAzd { top:13.75rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4k2WC2WFwx4taVeJLHnNdIUtnNoc0n { top:15.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfaNzo3iVeIqOWTOpJGG3X7k7Zl3hrMS { top:16.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fLBwww04S8fQAQ7JsbB21UzBkNo9Li { top:18.5625rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZCpmTznPyRU65Cn5kx8d1pVRTThdBZ { top:20.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXa8Styh17pfisrJ29AVaGDQSuFuiD6 { top:21.6875rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdKtkgAc5SKNCFtmAhERZmLIL5br3cTB { top:23.3125rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy4fABHekgkpO0827sGXIGk55HMEy23s { top:24.875rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3HWc1qanym9kCt6shfZrKQJ5L43x4F8 { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDJaWed2KGJEoMlb4FxVDkSypsNXTDLv { top:5.3125rem;left:0rem;width:17.8125rem;height:24.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4UqfWNITLMMJhAiMXioazJBlmvkiV3g { top:35.5625rem;left:0rem;width:17.1875rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib { display:block; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuHQpuSNGXXdwINqsgxrL4EP6Llc4SAa { top:9.6875rem;left:0.59375rem;width:46.5625rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuJ1BDiZdWo7W6B1woxU9TaOV9LEpu75 { top:4.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo { display:block; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVzZw5KTGgEFt7DEemF6evAMqbKKStKD { top:28.875rem;left:37.5625rem;width:3.125rem;height:3.125rem;display:block; }
#qVzZw5KTGgEFt7DEemF6evAMqbKKStKD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fmw2BatFipwJWoTKKn9NJ32T8pBlpaOd { top:2.75rem;left:0rem;width:24rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQJnOunFeXOnUN6OVucrPBfMSva56He { top:8.75rem;left:18.125rem;width:29.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8fMl07AIZx4QhuSfAyoW8mWl5V7gbN { top:8.75rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSdUwUtWXpnGPtNGBxAVRoztT2hu05q { top:5rem;left:23.75rem;width:24rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySAUhx5GTIJwx5NO5lhcTXo8TuBB2RE8 { top:6rem;left:0rem;width:24rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-regular-label { width:26.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-textarea { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-button { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.3125rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-checkbox-label { width:24.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v  { width:26.0625rem;height:29.5rem;top:8.0625rem;left:0rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .radio-container { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v {display:block;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v { width:26.0625rem;height:29.5rem;top:8.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #mDm70TD6Tr3ymc3RuZ0eERdfH6kfWq1W {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #ToUhGRBoI4dTWBGlpA2d8FsTSoEO4Snu { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #z1EyJVLBfRWW2MsIgRsPGJD31oVEAU0q {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #QkEGkKPfL798brrDFHGLCToWK7tFlkbT {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #KvhXdGg60Ugi8nUO2bAqmy5xoLe1TTSW { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #dFQBT4HmvwK1n96TVWLzb9ABXIW7ktwJ {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #QrTbZmn1PeGeyEc3r6FVgluRBfTM4ofP {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #qx3n3mTy6SX9sPspsw8A20KTmb0GO5DM { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #wFdTQmcGCJDTuQJmTPec1oOzua47qUv1 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #NFHLbC232TmMD7Tg5hRZDJq899xCV0P3 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #K6TFWIxmX3kbVzwaObS3hXJwsu9oqwuT {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #poBLaiqNhFuWBpgI9PQqozMHNq21XohJ {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #VW5wWCioC2TfZSQOk7eaU0Xh7fB980h3 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #e7ETiLw2bteIrnN0SMzq3w4p0zzDWKZC {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #LFElfnsX1tu6S7iE9EbI77wO6cZs5hPA {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #aPgvmsphtQgRyCmnR8mqpvctVyBfKElE {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #Llwc6QsApbdOCW51xJB8sUaqAK8JZzGk {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #TEJwEV3T4T6p5glAe1s6mPpti6aulTtT {  }
 }@media only screen and (max-width: 763px) { #QkCxzBxx9nQr8hFkiH8eQ1mDmxNw7ZT5 { display:block; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #CiFM6Fq5RUNbAkcpT9EV32Ehb4P4gmqf {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #XxJumV1nFp9znRTnekT22kp4msBoC8pT {  }
 }@media only screen and (max-width: 763px) { #cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO { display:block; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBviK1HiCwX0XesWEFGb8eaxl6rvDBh3 { top:3.625rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh58ThDBlybtO6I99zIV76qLPT15b7Wq { top:5.25rem;left:0rem;width:9rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVukTcKwRxLEiF2i0k8TPoHtC7fJsSqw { top:3.4375rem;left:35.5rem;width:7rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyHxuy5qBOydumN855brlWOfEHhufWT { top:2.625rem;left:34.1875rem;width:13.5625rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv { top:6.0625rem;left:40.4375rem;width:3.125rem;height:3.125rem;display:block; }
#hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz { top:6.0625rem;left:44.25rem;width:3.125rem;height:3.125rem;display:block; }
#iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #N0Fvmh3xWKikUh0i9kSNGtZaaemluX8J { top:3.625rem;left:16.1875rem;width:8.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsc1dTViD6Wha3m9nq9SDQ2KglUNBUx { top:5.25rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tndp9tMsxDiJmEsH6GNuVRN6cBvpMBWb { top:6.9375rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzgBAkVJHnbREVmOTK0ILeo0Fh7LPHk { top:8.5rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHXn6nuLxgLfAyIPP6KQKGonhp56Hmw { top:10.0625rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35aed1y4wb7CSwribPLcmIkA9Uvxr05 { top:11.75rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3KdS8Ne1gMOFJGRGxnFfZ673iLAOUD0 { top:13.375rem;left:16.1875rem;width:11.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Us73PsG2pKaAT6toyHgCevXe1vEKTd9l { position:relative;z-index:auto;display:block; }#Us73PsG2pKaAT6toyHgCevXe1vEKTd9l > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA4VN9ZZu7UrrbGm5qFnqZsF3Rom1ng2 { width:3.8125rem;height:2rem;top:0.8125rem;left:7.9687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5mZJzhuvr5pXRDotX2XdlD49Oihgc6 { width:12rem;height:1.3125rem;top:2.8125rem;left:4rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS38Wm8y3DK8pH2uqmVTLraOGaZxXUrJ { display:block; }
 }@media only screen and (max-width: 763px) { #maMVPR1zih4xRX5WCOWc8vPhISQO7bnw { width:8.25rem;height:1.1875rem;top:4.125rem;left:5.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoN25EE87XmbA2E2rzO0TfWTG7QeKlx { display:block; }
 }@media only screen and (max-width: 763px) { #VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh { display:block; }#VkUp3UhbtGQPzNRpBP6TauuuDITMk1fh > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA { display:block; }#TShbaOkFn7ElHFgPt8PrOOpUky0wGaFA > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPLnORcWC3FgZakz2bfX998B34uSLDpr { width:13.5625rem;height:0;top:1.1875rem;left:1.7500000596046rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qbzrEsqlTLptNTeiMRwupWXVbJPMrViR { width:16.8125rem;height:2.4375rem;top:0.78125rem;left:1.5937500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #eP0AKms4yObWccTRdwf1T58AICaxWlpx { display:block; }#eP0AKms4yObWccTRdwf1T58AICaxWlpx > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyfTFTBhemcDluwScuMwVI0FgpLzTfQV { width:19.875rem;height:11.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVpaVorGuJyT1exMDbwWdZdO1HLm1LCk { width:20rem;height:20rem;top:13.739375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkVXKybgRKltbUrIxw4XmUppEl1B5rZL { width:20rem;height:20rem;top:34.989375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl { display:block; }#THqnb4lZ0JUT67Rvl6HwKgVCSvFAe3rl > .row .container { width:20rem;height:36.296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voZa0CMLcnTqybVnlGQh6e6ECsUdz7KX { top:0.67599892616275rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ki8nERD4itVZVJBUwWQDty7gKbeDHtB5 { top:16.297092523651rem;left:-0.0625rem;width:20rem;height:20rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul { display:block; }#evGyMZhpDKCzruGqB7CLoeaTRM4xc7ul > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFCvWvKzl5VmPloUKX9zcBy2bWcmgwfO { width:20rem;height:15.729021537134rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ89JfvWS2WdmB6lUM3b0No06hf9bqAa { width:20rem;height:15.678958999494rem;top:18.228875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7aRqnquhfE435X4STGHKTcLxX4Vg9On { display:none; }#f7aRqnquhfE435X4STGHKTcLxX4Vg9On > .row .container { width:20rem;height:133.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H9IzaUFbdpGGV0KqfSJ9dVP9vgGBWl8N { width:17.125rem;height:1.39915rem;top:3.1866321563721rem;left:1.4375000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXWdfTtIK6u28bUc3T0xfV760TId0G3E { width:16.875rem;height:28.014925rem;top:7.39670085907rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VPO0VGGyauZH4cmDN0for3dIbAw0NfiH { width:20rem;height:1.39915rem;top:60.518286334229rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOBgNGSZ6Wlc5nMBQJqLFOPrFH3yAZal { width:17.1875rem;height:3.65411875rem;top:37.052952766419rem;left:1.4062500596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yuiV7WCiv2hKBEA9GcK7BxJv33ALTFDn { width:0.4375rem;height:0.4375rem;top:41.955786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlUQm6ub9d6MUpbTlOPf4s87fnHqcIi { width:0.4375rem;height:0.4375rem;top:43.643286334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJAL2sMlOW3NVNpMiHzGxg04oIiURzTp { width:0.4375rem;height:0.4375rem;top:45.330786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxxQ8vuxZ2ci4Dkr3McFiitJHDLDKUH7 { width:0.4375rem;height:0.4375rem;top:47.018286334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5SE5unR04hHLK01VH0wKw9Rl5ASBNP { width:0.4375rem;height:0.4375rem;top:48.705786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvVrAq8b4ciw1wCbaF4UrRdKlZlEyqD { width:0.4375rem;height:0.4375rem;top:50.393286334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XbIJak4xIcS8pT3fkn8mQwmVNIT5z2 { width:0.4375rem;height:0.4375rem;top:52.080786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX407xkWpTWwBbGgo43FBCTmT5sWrE0L { width:0.4375rem;height:0.4375rem;top:53.768286334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2uthosdPkLUgEtlBoumxCz5wtfVAX7K { width:0.4375rem;height:0.4375rem;top:55.455786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAMpexfKGLEMbyiBS2s2BCHuw4mbKBiv { width:0.4375rem;height:0.4375rem;top:57.143286334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T002W2QZr6FD7bd6ci95gL57kgTQA07R { width:0.4375rem;height:0.4375rem;top:58.830786334229rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd { display:block; }#DTw6Za6V0gOOuUJ6mS8b30IxcfBb73Bd > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhU67n8C0IqmZt6uUeMJH56DwzqwSleU { width:17.1245625rem;height:1.4rem;top:2.1831607818604rem;left:1.4377170205116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1araIdAFJfskRWBZP5mMGV7z09NTg4e { width:17.875rem;height:0;top:5.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TVWCn7tF8c4WLAOZeAtx6gBbldq0Hb5w { width:20rem;height:1.4rem;top:31.874110221863rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrCaG1INZMhaUTPCmwKnNz1TDtn4KXFM { width:17.1875rem;height:0;top:35.375rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qr2wEwwTJfStLc2pz9gPSysVGLiODRbf { width:0.4375rem;height:0.4375rem;top:5.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiV15Hh2kagAVLwNHvPi474HEX4g71RT { width:0.4375rem;height:0.4375rem;top:6.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td887fKcF43svWKVtRu6bV7F6p7UpTm1 { width:0.4375rem;height:0.4375rem;top:9.4375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4oBamoJ9hTDe6RkUmWg8AQ9HQlkfAzd { width:0.4375rem;height:0.4375rem;top:11.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4k2WC2WFwx4taVeJLHnNdIUtnNoc0n { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfaNzo3iVeIqOWTOpJGG3X7k7Zl3hrMS { width:0.4375rem;height:0.4375rem;top:14.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fLBwww04S8fQAQ7JsbB21UzBkNo9Li { width:0.4375rem;height:0.4375rem;top:16.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZCpmTznPyRU65Cn5kx8d1pVRTThdBZ { width:0.4375rem;height:0.4375rem;top:18rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXa8Styh17pfisrJ29AVaGDQSuFuiD6 { width:0.4375rem;height:0.4375rem;top:20.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdKtkgAc5SKNCFtmAhERZmLIL5br3cTB { width:0.4375rem;height:0.4375rem;top:24.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy4fABHekgkpO0827sGXIGk55HMEy23s { width:0.4375rem;height:0.4375rem;top:22.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3HWc1qanym9kCt6shfZrKQJ5L43x4F8 { width:0.4375rem;height:0.4375rem;top:27rem;left:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uDJaWed2KGJEoMlb4FxVDkSypsNXTDLv { width:17.874375rem;height:24.75rem;top:5.3728694915771rem;left:2.0628550648689rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #g4UqfWNITLMMJhAiMXioazJBlmvkiV3g { width:17.1875rem;height:3.65625rem;top:34.775387763977rem;left:1.4053621888161rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib { display:block; }#HmQ7dDVLl6pLovHk6bWICyxFKWhm68ib > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuHQpuSNGXXdwINqsgxrL4EP6Llc4SAa { width:17.5rem;height:7.8rem;top:6.784695625305rem;left:1.2491319775581rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuJ1BDiZdWo7W6B1woxU9TaOV9LEpu75 { width:15.5625rem;height:2.6rem;top:2.9366312026977rem;left:2.2187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo { display:block; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVzZw5KTGgEFt7DEemF6evAMqbKKStKD { display:flex;width:1.9375rem;height:1.9375rem;top:60.25rem;left:9.0625rem; }
#qVzZw5KTGgEFt7DEemF6evAMqbKKStKD > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #fmw2BatFipwJWoTKKn9NJ32T8pBlpaOd { width:20rem;height:2.6rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQJnOunFeXOnUN6OVucrPBfMSva56He { width:20rem;height:18.5625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8fMl07AIZx4QhuSfAyoW8mWl5V7gbN { width:20rem;height:29.4375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSdUwUtWXpnGPtNGBxAVRoztT2hu05q { width:20rem;height:1.2rem;top:36.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySAUhx5GTIJwx5NO5lhcTXo8TuBB2RE8 { width:20rem;height:1.2rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:0.875rem;font-size:0.9375rem;overflow:hidden; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v  { width:17.5rem;height:auto;top:5.8125rem;left:0rem; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfTJ99T92colbR9hrZX8BvdaawMeB7v {display:block;}#umfTJ99T92colbR9hrZX8BvdaawMeB7v { width:17.5rem;height:auto;top:5.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #mDm70TD6Tr3ymc3RuZ0eERdfH6kfWq1W {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #ToUhGRBoI4dTWBGlpA2d8FsTSoEO4Snu { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #z1EyJVLBfRWW2MsIgRsPGJD31oVEAU0q {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #QkEGkKPfL798brrDFHGLCToWK7tFlkbT {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #KvhXdGg60Ugi8nUO2bAqmy5xoLe1TTSW { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #dFQBT4HmvwK1n96TVWLzb9ABXIW7ktwJ {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #QrTbZmn1PeGeyEc3r6FVgluRBfTM4ofP {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #qx3n3mTy6SX9sPspsw8A20KTmb0GO5DM { display:none; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #wFdTQmcGCJDTuQJmTPec1oOzua47qUv1 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #NFHLbC232TmMD7Tg5hRZDJq899xCV0P3 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #K6TFWIxmX3kbVzwaObS3hXJwsu9oqwuT {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #poBLaiqNhFuWBpgI9PQqozMHNq21XohJ {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #VW5wWCioC2TfZSQOk7eaU0Xh7fB980h3 {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #e7ETiLw2bteIrnN0SMzq3w4p0zzDWKZC {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #LFElfnsX1tu6S7iE9EbI77wO6cZs5hPA {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #aPgvmsphtQgRyCmnR8mqpvctVyBfKElE {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #Llwc6QsApbdOCW51xJB8sUaqAK8JZzGk {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #TEJwEV3T4T6p5glAe1s6mPpti6aulTtT {  }
 }@media only screen and (max-width: 763px) { #QkCxzBxx9nQr8hFkiH8eQ1mDmxNw7ZT5 { display:block; }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #CiFM6Fq5RUNbAkcpT9EV32Ehb4P4gmqf {  }
 }@media only screen and (max-width: 763px) { #umfTJ99T92colbR9hrZX8BvdaawMeB7v #XxJumV1nFp9znRTnekT22kp4msBoC8pT {  }
 }@media only screen and (max-width: 763px) { #cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO { display:block; }#cBHviAyfHRQk9U9KF40vHJ4Dqvf16rUO > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBviK1HiCwX0XesWEFGb8eaxl6rvDBh3 { width:20rem;height:0.975rem;top:2.6553468704224rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bh58ThDBlybtO6I99zIV76qLPT15b7Wq { width:5.9375rem;height:2.9375rem;top:4.310763835907rem;left:7.0312498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVukTcKwRxLEiF2i0k8TPoHtC7fJsSqw { width:5.5rem;height:1.31303125rem;top:21.8125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyHxuy5qBOydumN855brlWOfEHhufWT { width:13.625rem;height:2.53125rem;top:21.1875rem;left:6.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv { display:flex;width:2.1875rem;height:2.1875rem;top:24.1875rem;left:7.1875rem;font-size:1.5rem; }
#hwrcVeEGwbC8QUATe2T0CBpzllQwR8Mv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz { display:flex;width:2.1875rem;height:2.1875rem;top:24.1875rem;left:10.5rem;font-size:1.5rem; }
#iL1OebNv9zNfFKnkyJzFOL89HoUw1FRz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #N0Fvmh3xWKikUh0i9kSNGtZaaemluX8J { width:8.25rem;height:0.975rem;top:9.7491326332094rem;left:5.8749998211861rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMsc1dTViD6Wha3m9nq9SDQ2KglUNBUx { width:11.5625rem;height:0.975rem;top:11.6875rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tndp9tMsxDiJmEsH6GNuVRN6cBvpMBWb { width:11.5625rem;height:0.975rem;top:12.9375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzgBAkVJHnbREVmOTK0ILeo0Fh7LPHk { width:11.5625rem;height:0.975rem;top:14.1875rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHXn6nuLxgLfAyIPP6KQKGonhp56Hmw { width:11.5625rem;height:0.975rem;top:15.5rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35aed1y4wb7CSwribPLcmIkA9Uvxr05 { width:11.5625rem;height:0.975rem;top:16.8125rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3KdS8Ne1gMOFJGRGxnFfZ673iLAOUD0 { width:11.5625rem;height:0.975rem;top:18.1875rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }