.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:252,248,223;--color-secondary-1:246,231,148;--color-secondary-2:237,206,41;--color-secondary-3:119,103,21;--color-secondary-4:36,31,6;--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); }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 { 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; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container { background-color: transparent; background-image: none; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container > .video-iframe-container { display: none; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row > .video-iframe-container { display: none; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .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); }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container { border-width: 0; border-radius: 0; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#ADXl5owiJQ28JS41G9ghDI3StMcoQUfQ { 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; }
#iMT7qTmCMNecCOxmgaLvch64TwtNgA32 { 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:#284d42;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; }
#JlgF1snwCcIg2kHCipyZVlHJSFxyTg5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5TrwoJMo8Q9T8IPxQ5Bo7dwaT4NcwVT { 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:#284d42;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; }
#dxBN6Swt9tMr8PJRqH5CEELiIfdg6QpG { 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: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; }#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.78125rem;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; }
#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA { 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; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA.adaptive-delivery-prevent-bg, #STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA.lazyload, #STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA.lazyloading { background-image: none; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container { background-color: transparent; background-image: none; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.91); }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container > .video-iframe-container { display: none; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .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); }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row > .video-iframe-container { display: none; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .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); }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container { border-width: 0; border-radius: 0; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA::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; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#OC0qwvH7ZhubBUXXmWIBXfwKJE9A8sFT { 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:31.0625rem;width:31.0625rem;top:34.5712890625rem;left:28.4365234375rem;overflow:hidden;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.7495625rem;width:49.375rem;top:4.1568984985351rem;left:5.3125rem;overflow:hidden;display:block; }
#GT7XlTPsb8TNguy9Ikl9LFNRL7Z4ADko { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.625rem;top:34.7900390625rem;left:2.4375rem;overflow:hidden;display:block; }
#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284d42;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; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container { background-color: transparent; background-image: none; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container > .video-iframe-container { display: none; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row > .video-iframe-container { display: none; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .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); }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container { border-width: 0; border-radius: 0; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#zZqtlpvwiDInzLt5Lcxy5vopKJRRwmCf { 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; }
#yeU2G6OVBkfscBJyFDMlvkGmEyv8Gsu9 { 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; }
#oAZKUUVo9Mp74Tle30TIB4V3zFAcQKA7 { 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.4375rem;width:29.8118125rem;top:25.308062292636rem;left:2.4298648834229rem;overflow:hidden;display:block; }
#aaCQw2Tyc15rKeHLgpJIFlizTUvn6DQ6 { position:absolute;display:block;z-index:15002;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:22.8125rem;width:28.9994375rem;top:25.62056016922rem;left:29.31107711792rem;overflow:hidden;display:block; }
#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D { 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; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D.adaptive-delivery-prevent-bg, #aprrmisWInO0y2ulJQNIBDCC2RBkcz3D.lazyload, #aprrmisWInO0y2ulJQNIBDCC2RBkcz3D.lazyloading { background-image: none; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container { background-color: transparent; background-image: none; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.91); }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container > .video-iframe-container { display: none; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .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); }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row > .video-iframe-container { display: none; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .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); }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container { border-width: 0; border-radius: 0; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D::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; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#MmT80lcc9Ekm7MM8bbvJynANfpl4XCzb { color:#284d42;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; }
#QTMcOvy0vGkHdbPyaIcnuGskNwZfF5qf { 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; }
#NEQpF047wKbF9gNfszdbTOOzbRbcc6Wb { color:#284d42;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; }
#o9v7yATwnwuSvneoN2RRtlRMsSwTan4y { 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; }
#sRP2Kmo57WpPQSDuFKyAzsT55gqkzrFd { 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; }
#yyOziivToJA8OhMgEWopTOvUGBNpTcam { 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; }
#ksdT5JDmzbKBSCM1efQPw7vlqKIELi1m { 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; }
#dQB4PIoG9tLlN1NyaN9oBa63FETMDfTl { 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; }
#QsSVVg9nUId5z6P05sMvSHwNGZvKB1lu { 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; }
#MGHVptEAhbX3HJg020EAICLnOEVJh5E1 { 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; }
#iHzZGwxXbDGhVG88SCs0LN69ChIGIkDl { 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; }
#Oftd4vFXvwGnbHiyGbg8VxcFdAuwrsyc { 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; }
#OhFiWBbe5d1nFOaLHmQCkQ70zMfH0A8p { 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; }
#QrTVRyUn82EEgJPT6tNkMvymeoJCO0xT { 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; }
#u8uBdxzNQOr9PynS8yvFpi46zdypwTOB { 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; }
#eZGTvTimah2a7es2bKkLxW6sSEzLPKTI { 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; }
#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG { 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; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG.adaptive-delivery-prevent-bg, #ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG.lazyload, #ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG.lazyloading { background-image: none; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container { background-color: transparent; background-image: none; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container > .video-iframe-container { display: none; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .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); }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row > .video-iframe-container { display: none; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .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); }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container { border-width: 0; border-radius: 0; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG::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; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#svmSI1S80CuwSKouHO1NRa5oWPQWdo2E { 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; }
#omENm87n56IUHpK2UAuCnuBX69EXviph { 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; }
#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT { 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; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT.adaptive-delivery-prevent-bg, #wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT.lazyload, #wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT.lazyloading { background-image: none; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT > .row .container { border-width: 0; border-radius: 0; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT::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; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:none; }#ItZTFfluNICCXcDClRinR7K4kPd2qqHr { color:#284d42;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; }
#UVk2xwhZtmkbUe4qa56tx93DnBJFxWR9 { 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; }
#bekxFuitWSsa3sWFSN4pSx5QCoU4TDdZ { color:#284d42;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; }
#IrsQUuRvDcmszne3R2FUwrd5O57qrB1h { 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; }
#pDr5mwAVcplpqTOQgR6pVNgv1E6QLZKT { 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; }
#trXnrXwGxPOc5PqmSvCNcyTDAdV7rnEL { 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; }
#S2S21lAyhzHEANlu9I18EhmV9dCQz45W { 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; }
#bhDWfPZXoJy2WZRQt2WAe4Lk8frci6wy { 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; }
#clmD8e681wzDt0GrQS88HpvAVRtGELos { 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; }
#GDz4SR2fKiBRlkB8To63ChKU2TqbXDtz { 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; }
#KBRbfwcq3hoylacmt4lmyc9HAuPtZGeQ { 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; }
#wuP4PHwrdtCreBrIUo6qy2zqbpPVHXrn { 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; }
#T7gOVSfWMvxeuTqzActETT5EF9DzSVLd { 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; }
#lZSXQnA1d2nAVpL6TnnJbp2LO7uLnf3u { 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; }
#V7IXGe2xBm9CfZHRIwOixPcelmgvBniP { 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; }
#gAifvAs7aAVPHwBaH4gmqnwiev8F5CuM { 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; }
#CWHGQEa7l2pw8p12VmV9XbLiqddMCG5B { 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; }
#r4fNH5limJJqTN7S1qSFtBtA4t8UfmAk { 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; }
#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:46.75rem;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:31.124999046326rem;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:4.8125rem;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:10.8125rem;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:10.8125rem;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:7.0625rem;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:8.0625rem;left:1.4375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-form-header {  }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-text {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-select {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-container:first-of-type{padding-top:0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-container:last-of-type{padding-bottom:0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U  { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.110938072204rem;left:0.1875rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.0625rem;display:block;vertical-align:top; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U {display:block;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.110938072204rem;left:0.1875rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GMAG3T8VQXvCNHzLvC2sfuJyxLZLUt9w { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #OzJ0aD3Gxu8U1Q3o7MfCN7eluq0TrLwq { position:relative;display:none; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HiJsaew2lws2eoMaA5DfkNfROJcrTecR { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #L6FBKtpGKxnz2rCgBuKtDTkZxBr0dUzo { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #g4UbVZfbDxUtyZ3ydKcOkEWGN0OfuqnH { position:relative;display:none; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #X062IS62MdShSDou1gxSIGJ49Az1wo5k { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #PXDtbRWsUGLxJ3TPoZRP5lK3GkMnuSHD { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ct2rqoPvfFMeSmoUxBqd14XrBQGc5hSD { position:relative;display:none; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #CXIKy9kyzPVFufShRE2sNzxke4tWBIDw { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ozB3E7QnIo25PkhTQeQC3SoL5GM2cMAn { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #diALqqhndGrOZLa1AcqETkK2omeQ6AIt { position:relative;display:none; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #NBZrRJ6LwcU3bJKk0GpREK1ZnKIwQRNZ { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #sSI41Dy1FaHcU4C8k2Mf1xZI9vyiF6HX { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #DhA48zoPqUbxKv42V6QHpKQvM8nqsHtJ { position:relative;display:block; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #WqdhWWnFDXRKlvIzBB6G6HB4fFaCTruX { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HVW5qgD1X5NPS74GiSc5lb0IT6hG1pUa { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GFzUTNNXnEAtp8Q3pk59m5c6DX5wx0AP { position:relative;z-index:2; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #gG1lxChDLXCXwoN3lR6NLVE4G9n96ob0 { position:relative; }
#B2UT3NbUWTMzFQUypOaX384OHBciWCiL { position:relative;display:block; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #zbcOy1pMe86C6inTrzHcrOoOThlx3mLC { position:relative; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U #hKh5PMzEFkbs6zvCc3kNaT79xKzw4ES6 { 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) { #VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 { display:block; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADXl5owiJQ28JS41G9ghDI3StMcoQUfQ { top:1.1875rem;left:0rem;width:6.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMT7qTmCMNecCOxmgaLvch64TwtNgA32 { width:12rem;height:2.6875rem;top:1.5625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgF1snwCcIg2kHCipyZVlHJSFxyTg5X { display:block; }
 }@media only screen and (max-width: 763px) { #J5TrwoJMo8Q9T8IPxQ5Bo7dwaT4NcwVT { width:8.25rem;height:2.6875rem;top:1.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxBN6Swt9tMr8PJRqH5CEELiIfdg6QpG { 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) { #STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA { display:block; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC0qwvH7ZhubBUXXmWIBXfwKJE9A8sFT { top:34.5625rem;left:16.6875rem;width:31.0625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyfTFTBhemcDluwScuMwVI0FgpLzTfQV { top:4.125rem;left:0rem;width:47.75rem;height:26.836285759494rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7XlTPsb8TNguy9Ikl9LFNRL7Z4ADko { top:34.75rem;left:0rem;width:30.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl { display:block; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZqtlpvwiDInzLt5Lcxy5vopKJRRwmCf { width:46.875rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeU2G6OVBkfscBJyFDMlvkGmEyv8Gsu9 { width:46.875rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAZKUUVo9Mp74Tle30TIB4V3zFAcQKA7 { top:25.25rem;left:0rem;width:29.75rem;height:23.388904146636rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaCQw2Tyc15rKeHLgpJIFlizTUvn6DQ6 { top:25.5625rem;left:18.75rem;width:28.9375rem;height:22.763776668082rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprrmisWInO0y2ulJQNIBDCC2RBkcz3D { display:block; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmT80lcc9Ekm7MM8bbvJynANfpl4XCzb { top:2.4375rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMcOvy0vGkHdbPyaIcnuGskNwZfF5qf { 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) { #NEQpF047wKbF9gNfszdbTOOzbRbcc6Wb { top:31rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9v7yATwnwuSvneoN2RRtlRMsSwTan4y { 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) { #sRP2Kmo57WpPQSDuFKyAzsT55gqkzrFd { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOziivToJA8OhMgEWopTOvUGBNpTcam { top:8.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksdT5JDmzbKBSCM1efQPw7vlqKIELi1m { top:12.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQB4PIoG9tLlN1NyaN9oBa63FETMDfTl { top:13.75rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSVVg9nUId5z6P05sMvSHwNGZvKB1lu { top:15.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHVptEAhbX3HJg020EAICLnOEVJh5E1 { top:16.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHzZGwxXbDGhVG88SCs0LN69ChIGIkDl { top:18.5625rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oftd4vFXvwGnbHiyGbg8VxcFdAuwrsyc { top:20.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFiWBbe5d1nFOaLHmQCkQ70zMfH0A8p { top:21.6875rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTVRyUn82EEgJPT6tNkMvymeoJCO0xT { top:23.3125rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8uBdxzNQOr9PynS8yvFpi46zdypwTOB { top:24.875rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZGTvTimah2a7es2bKkLxW6sSEzLPKTI { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG { display:block; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svmSI1S80CuwSKouHO1NRa5oWPQWdo2E { 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) { #omENm87n56IUHpK2UAuCnuBX69EXviph { top:4.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT { display:none; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ItZTFfluNICCXcDClRinR7K4kPd2qqHr { top:2.4375rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVk2xwhZtmkbUe4qa56tx93DnBJFxWR9 { 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) { #bekxFuitWSsa3sWFSN4pSx5QCoU4TDdZ { top:31rem;left:2.375rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsQUuRvDcmszne3R2FUwrd5O57qrB1h { 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) { #pDr5mwAVcplpqTOQgR6pVNgv1E6QLZKT { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trXnrXwGxPOc5PqmSvCNcyTDAdV7rnEL { top:8.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2S21lAyhzHEANlu9I18EhmV9dCQz45W { top:12.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDWfPZXoJy2WZRQt2WAe4Lk8frci6wy { top:13.75rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmD8e681wzDt0GrQS88HpvAVRtGELos { top:15.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDz4SR2fKiBRlkB8To63ChKU2TqbXDtz { top:16.9375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRbfwcq3hoylacmt4lmyc9HAuPtZGeQ { top:18.5625rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuP4PHwrdtCreBrIUo6qy2zqbpPVHXrn { top:20.125rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gOVSfWMvxeuTqzActETT5EF9DzSVLd { top:21.6875rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSXQnA1d2nAVpL6TnnJbp2LO7uLnf3u { top:23.3125rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IXGe2xBm9CfZHRIwOixPcelmgvBniP { top:24.875rem;left:0.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAifvAs7aAVPHwBaH4gmqnwiev8F5CuM { top:7.375rem;left:0.875rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWHGQEa7l2pw8p12VmV9XbLiqddMCG5B { top:5.3125rem;left:0rem;width:17.8125rem;height:24.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4fNH5limJJqTN7S1qSFtBtA4t8UfmAk { top:35.5625rem;left:0rem;width:17.1875rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@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:31.0625rem;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:4.8125rem;left:0rem;width:24rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQJnOunFeXOnUN6OVucrPBfMSva56He { top:10.8125rem;left:18.125rem;width:29.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8fMl07AIZx4QhuSfAyoW8mWl5V7gbN { top:10.8125rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSdUwUtWXpnGPtNGBxAVRoztT2hu05q { top:7.0625rem;left:23.75rem;width:24rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySAUhx5GTIJwx5NO5lhcTXo8TuBB2RE8 { top:8.0625rem;left:0rem;width:24rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-regular-label { width:26.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-text { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-text {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-textarea { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-select { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-select {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-button { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.3125rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-checkbox-label { width:24.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U  { width:26.0625rem;height:29.5rem;top:10.0625rem;left:0rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .radio-container { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U {display:block;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U { width:26.0625rem;height:29.5rem;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GMAG3T8VQXvCNHzLvC2sfuJyxLZLUt9w {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #OzJ0aD3Gxu8U1Q3o7MfCN7eluq0TrLwq { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HiJsaew2lws2eoMaA5DfkNfROJcrTecR {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #L6FBKtpGKxnz2rCgBuKtDTkZxBr0dUzo {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #g4UbVZfbDxUtyZ3ydKcOkEWGN0OfuqnH { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #X062IS62MdShSDou1gxSIGJ49Az1wo5k {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #PXDtbRWsUGLxJ3TPoZRP5lK3GkMnuSHD {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ct2rqoPvfFMeSmoUxBqd14XrBQGc5hSD { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #CXIKy9kyzPVFufShRE2sNzxke4tWBIDw {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ozB3E7QnIo25PkhTQeQC3SoL5GM2cMAn {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #diALqqhndGrOZLa1AcqETkK2omeQ6AIt {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #NBZrRJ6LwcU3bJKk0GpREK1ZnKIwQRNZ {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #sSI41Dy1FaHcU4C8k2Mf1xZI9vyiF6HX {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #DhA48zoPqUbxKv42V6QHpKQvM8nqsHtJ {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #WqdhWWnFDXRKlvIzBB6G6HB4fFaCTruX {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HVW5qgD1X5NPS74GiSc5lb0IT6hG1pUa {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GFzUTNNXnEAtp8Q3pk59m5c6DX5wx0AP {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #gG1lxChDLXCXwoN3lR6NLVE4G9n96ob0 {  }
 }@media only screen and (max-width: 763px) { #B2UT3NbUWTMzFQUypOaX384OHBciWCiL { display:block; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #zbcOy1pMe86C6inTrzHcrOoOThlx3mLC {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #hKh5PMzEFkbs6zvCc3kNaT79xKzw4ES6 {  }
 }@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) { #VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 { position:relative;z-index:auto;display:block; }#VRTH5Q2CIDAdDegyEqfGNZRkQvqtBZG0 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADXl5owiJQ28JS41G9ghDI3StMcoQUfQ { width:3.8125rem;height:2rem;top:0.8125rem;left:7.9687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMT7qTmCMNecCOxmgaLvch64TwtNgA32 { width:12rem;height:1.3125rem;top:2.8125rem;left:4rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgF1snwCcIg2kHCipyZVlHJSFxyTg5X { display:block; }
 }@media only screen and (max-width: 763px) { #J5TrwoJMo8Q9T8IPxQ5Bo7dwaT4NcwVT { 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) { #dxBN6Swt9tMr8PJRqH5CEELiIfdg6QpG { 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) { #STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA { display:block; }#STbrT6ZuvqlXBqtWy7K4DbXTofQaHJFA > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC0qwvH7ZhubBUXXmWIBXfwKJE9A8sFT { width:20rem;height:20rem;top:30.550132751465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyfTFTBhemcDluwScuMwVI0FgpLzTfQV { width:20rem;height:11.240329113924rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7XlTPsb8TNguy9Ikl9LFNRL7Z4ADko { width:20rem;height:20rem;top:13.74025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl { display:block; }#VHh0C3d4x9WsmIOUGON3zIOwe09MAwHl > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZqtlpvwiDInzLt5Lcxy5vopKJRRwmCf { top:0rem;left:1.4995661377907rem;width:16.9998125rem;height:16.9998125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yeU2G6OVBkfscBJyFDMlvkGmEyv8Gsu9 { top:13.687067031861rem;left:0.43619793653488rem;width:19.124375rem;height:19.124375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oAZKUUVo9Mp74Tle30TIB4V3zFAcQKA7 { width:20rem;height:15.723633039756rem;top:32.808944702149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaCQw2Tyc15rKeHLgpJIFlizTUvn6DQ6 { width:20rem;height:15.733063787875rem;top:51.034280349731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprrmisWInO0y2ulJQNIBDCC2RBkcz3D { display:none; }#aprrmisWInO0y2ulJQNIBDCC2RBkcz3D > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MmT80lcc9Ekm7MM8bbvJynANfpl4XCzb { width:17.1245625rem;height:1.39915rem;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) { #QTMcOvy0vGkHdbPyaIcnuGskNwZfF5qf { width:17.875rem;height:24.74609375rem;top:5.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEQpF047wKbF9gNfszdbTOOzbRbcc6Wb { width:20rem;height:1.3997375rem;top:32.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9v7yATwnwuSvneoN2RRtlRMsSwTan4y { width:17.1875rem;height:3.65411875rem;top:35.375rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sRP2Kmo57WpPQSDuFKyAzsT55gqkzrFd { width:0.4375rem;height:0.4375rem;top:5.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOziivToJA8OhMgEWopTOvUGBNpTcam { width:0.4375rem;height:0.4375rem;top:6.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksdT5JDmzbKBSCM1efQPw7vlqKIELi1m { width:0.4375rem;height:0.4375rem;top:9.4375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQB4PIoG9tLlN1NyaN9oBa63FETMDfTl { width:0.4375rem;height:0.4375rem;top:11.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSVVg9nUId5z6P05sMvSHwNGZvKB1lu { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHVptEAhbX3HJg020EAICLnOEVJh5E1 { width:0.4375rem;height:0.4375rem;top:14.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHzZGwxXbDGhVG88SCs0LN69ChIGIkDl { width:0.4375rem;height:0.4375rem;top:16.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oftd4vFXvwGnbHiyGbg8VxcFdAuwrsyc { width:0.4375rem;height:0.4375rem;top:18rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFiWBbe5d1nFOaLHmQCkQ70zMfH0A8p { width:0.4375rem;height:0.4375rem;top:20.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTVRyUn82EEgJPT6tNkMvymeoJCO0xT { width:0.4375rem;height:0.4375rem;top:24.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8uBdxzNQOr9PynS8yvFpi46zdypwTOB { width:0.4375rem;height:0.4375rem;top:22.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZGTvTimah2a7es2bKkLxW6sSEzLPKTI { width:0.4375rem;height:0.4375rem;top:27rem;left:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG { display:block; }#ck6KkpJkQ6XOrQQZfGPRPLMuQ0xOLKmG > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svmSI1S80CuwSKouHO1NRa5oWPQWdo2E { 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) { #omENm87n56IUHpK2UAuCnuBX69EXviph { width:15.5625rem;height:2.6rem;top:2.9366312026977rem;left:2.2187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT { display:block; }#wppu70xZpeFv5tpmWrJFni8JxLZ7ZukT > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItZTFfluNICCXcDClRinR7K4kPd2qqHr { 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) { #UVk2xwhZtmkbUe4qa56tx93DnBJFxWR9 { 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) { #bekxFuitWSsa3sWFSN4pSx5QCoU4TDdZ { width:20rem;height:1.4rem;top:32.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrsQUuRvDcmszne3R2FUwrd5O57qrB1h { 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) { #pDr5mwAVcplpqTOQgR6pVNgv1E6QLZKT { width:0.4375rem;height:0.4375rem;top:5.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trXnrXwGxPOc5PqmSvCNcyTDAdV7rnEL { width:0.4375rem;height:0.4375rem;top:6.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2S21lAyhzHEANlu9I18EhmV9dCQz45W { width:0.4375rem;height:0.4375rem;top:9.4375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhDWfPZXoJy2WZRQt2WAe4Lk8frci6wy { width:0.4375rem;height:0.4375rem;top:11.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmD8e681wzDt0GrQS88HpvAVRtGELos { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDz4SR2fKiBRlkB8To63ChKU2TqbXDtz { width:0.4375rem;height:0.4375rem;top:14.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRbfwcq3hoylacmt4lmyc9HAuPtZGeQ { width:0.4375rem;height:0.4375rem;top:16.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuP4PHwrdtCreBrIUo6qy2zqbpPVHXrn { width:0.4375rem;height:0.4375rem;top:18rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gOVSfWMvxeuTqzActETT5EF9DzSVLd { width:0.4375rem;height:0.4375rem;top:20.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSXQnA1d2nAVpL6TnnJbp2LO7uLnf3u { width:0.4375rem;height:0.4375rem;top:24.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IXGe2xBm9CfZHRIwOixPcelmgvBniP { width:0.4375rem;height:0.4375rem;top:22.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAifvAs7aAVPHwBaH4gmqnwiev8F5CuM { width:0.4375rem;height:0.4375rem;top:27rem;left:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #CWHGQEa7l2pw8p12VmV9XbLiqddMCG5B { 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) { #r4fNH5limJJqTN7S1qSFtBtA4t8UfmAk { width:17.1875rem;height:3.65625rem;top:35.589487552643rem;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) { #FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo { display:block; }#FLZ8lvdt7ApapfMXZ6JiHhoUlquTEayo > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVzZw5KTGgEFt7DEemF6evAMqbKKStKD { display:flex;width:1.9375rem;height:1.9375rem;top:59.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:62.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-text {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-input-select {padding-top: 0; padding-bottom: 0;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .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; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U  { width:17.5rem;height:auto;top:5.8125001788139rem;left:0rem; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AKzwmAVbP3oIFhc065nG1EXWEnDB478U {display:block;}#AKzwmAVbP3oIFhc065nG1EXWEnDB478U { width:17.5rem;height:auto;top:5.8125001788139rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GMAG3T8VQXvCNHzLvC2sfuJyxLZLUt9w {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #OzJ0aD3Gxu8U1Q3o7MfCN7eluq0TrLwq { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HiJsaew2lws2eoMaA5DfkNfROJcrTecR {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #L6FBKtpGKxnz2rCgBuKtDTkZxBr0dUzo {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #g4UbVZfbDxUtyZ3ydKcOkEWGN0OfuqnH { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #X062IS62MdShSDou1gxSIGJ49Az1wo5k {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #PXDtbRWsUGLxJ3TPoZRP5lK3GkMnuSHD {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ct2rqoPvfFMeSmoUxBqd14XrBQGc5hSD { display:none; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #CXIKy9kyzPVFufShRE2sNzxke4tWBIDw {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #ozB3E7QnIo25PkhTQeQC3SoL5GM2cMAn {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #diALqqhndGrOZLa1AcqETkK2omeQ6AIt {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #NBZrRJ6LwcU3bJKk0GpREK1ZnKIwQRNZ {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #sSI41Dy1FaHcU4C8k2Mf1xZI9vyiF6HX {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #DhA48zoPqUbxKv42V6QHpKQvM8nqsHtJ {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #WqdhWWnFDXRKlvIzBB6G6HB4fFaCTruX {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #HVW5qgD1X5NPS74GiSc5lb0IT6hG1pUa {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #GFzUTNNXnEAtp8Q3pk59m5c6DX5wx0AP {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #gG1lxChDLXCXwoN3lR6NLVE4G9n96ob0 {  }
 }@media only screen and (max-width: 763px) { #B2UT3NbUWTMzFQUypOaX384OHBciWCiL { display:block; }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #zbcOy1pMe86C6inTrzHcrOoOThlx3mLC {  }
 }@media only screen and (max-width: 763px) { #AKzwmAVbP3oIFhc065nG1EXWEnDB478U #hKh5PMzEFkbs6zvCc3kNaT79xKzw4ES6 {  }
 }@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; }
 }