.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container { background-color: transparent; background-image: none; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container > .video-iframe-container { display: none; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row > .video-iframe-container { display: none; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .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); }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container { border-width: 0; border-radius: 0; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row > .video-iframe-container {  }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#d0dEL69kM9179D64sxwP4TdKTNanf6t5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:1.25rem;left:44.27499961853rem; }
#d0dEL69kM9179D64sxwP4TdKTNanf6t5 > img { max-width: 100%;max-height:100%; }#X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:1.15625rem;left:47.89999961853rem; }
#X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz > img { max-width: 100%;max-height:100%; }#pliTzwQGsIInZQTurVfMTGitAvApGHrb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.25rem;left:51.58749961853rem; }
#pliTzwQGsIInZQTurVfMTGitAvApGHrb > img { max-width: 100%;max-height:100%; }#oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 { 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:100003;top:1rem;left:54.83749961853rem; }
#oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 > img { max-width: 100%;max-height:100%; }#CLhibgMt3CPBWlXPxWaCnGC4pCr62AaI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:15.3125rem;top:0.9375rem;left:0.65078163146975rem;overflow:hidden;display:block; }
#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/6f45242e-3587-4fc6-9ef1-25c1aaeb6e35/Projektbeztytuu20220804T102140327.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.adaptive-delivery-prevent-bg, #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.lazyload, #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.lazyloading { background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { background-color: transparent; background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .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); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { border-width: 0; border-radius: 0; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container {  }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { color:#000000;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:4.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.75rem;left:34.15468788147rem;height:16.0875rem;font-style:normal;display:block; }
#Q1eS8qOoTSEbrxNyoQ1Knf9TFJ6sxPEv { position:absolute;display:block;z-index:100005;background-color:#63b90a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.6875rem;width:1.6875rem;top:14.34375rem;left:0rem;display:block; }
#PlVbmqfRTQ6kzyZC4yQTyi3FmKpZvmtB { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.1875rem solid #63b90a;border-left:0.1875rem solid #63b90a;border-right:0.1875rem solid #63b90a;border-bottom:0.1875rem solid #63b90a;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.3125rem;width:4.3125rem;top:1.625rem;left:0rem;display:block; }
#zd17skBgT13iJegTKmA7zGy3QEtCK7h0 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0.1875rem solid #63b90a;border-left:0.1875rem solid #63b90a;border-right:0.1875rem solid #63b90a;border-bottom:0.1875rem solid #63b90a;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.75rem;width:1.75rem;top:6.875rem;left:0rem;display:block; }
#gHGTt8uQm8y56tJclSksRThfn6S2XZvB { background-color:#63b90a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.25rem;left:36.90468788147rem;display:block; }
#fZL0XD4UeL0VAuPS5lDeJJTJirVITZ1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;display:block; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container { background-color: transparent; background-image: none; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container > .video-iframe-container { display: none; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row > .video-iframe-container { display: none; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .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); }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container { border-width: 0; border-radius: 0; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row > .video-iframe-container {  }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#h64kDvuytK1iDmHcRCD3EQJJBDQoFRSd { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1617188453674rem;left:1.96875rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/9cf287c2-70ca-486f-9c94-ee0384b74ac6/Projektbeztytuu20220810T144752453.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O.adaptive-delivery-prevent-bg, #unMpBUxxkDrMdqpJlO5sJT1Isl5c063O.lazyload, #unMpBUxxkDrMdqpJlO5sJT1Isl5c063O.lazyloading { background-image: none; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container { background-color: transparent; background-image: none; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container > .video-iframe-container { display: none; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row > .video-iframe-container { display: none; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .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); }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container { border-width: 0; border-radius: 0; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row > .video-iframe-container {  }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#CBfdMwEcpOxfToAEeo9Uu0ds1KdNQc7o { background-color:#63b90a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:37.3125rem;left:39.800001144409rem;display:block; }
#HqdRnI483sPqfZ8kF9JOhpivSwTHpMTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;display:none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { border-width: 0; border-radius: 0; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container {  }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:23.4375rem;top:0rem;left:26.1875rem;overflow:hidden;display:block; }
#wnEg30u0cNmJehTCMWSLBwTN255BX9ac { background-color:#63b90a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:19.6875rem;left:8.625rem;display:block; }
#rtrGOqOep0S8oTNbVGsN6zApCxszapD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.25rem;height:5.85rem;text-align:right;text-align-last:right;display:block; }
#S1sy8oHSrqMIGhgIcfwS87SMEHq7C7aD { color:#000000;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.25rem;left:0.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ekUcpPbWqP9JMDna5wdGWTp1QwZKt72S { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;height:9.375rem;width:9.375rem;top:9.5625rem;left:45.8125rem;display:block; }
#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/2HFGVZ0T/last_s_bg_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.adaptive-delivery-prevent-bg, #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.lazyload, #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.lazyloading { background-image: none; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal > .row .container { border-width: 0; border-radius: 0; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal > .row > .video-iframe-container {  }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:none; }#NhWMmxeHpeH8CQx4qJ8UtD9ZxF4hBwPo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:23.8125rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#d57NZsC7deATkHU2Ttve2AivyhO74twd { color:#000000;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.75rem;left:33rem;height:5.85rem;display:block; }
#T6svaQnrKITwrbznxIEZN2ytlRvmRKDf { background-color:#63b90a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:21rem;left:33rem;display:block; }
#GizyrcQ06VA4IdbApmVrBNXuTxlzeW42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VduXkkZwai4DxHwWtzirAHCL6GRcK7eJ { color:#000000;display:block;width:27rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:33rem;height:1.625rem;font-style:normal;display:block; }
#pP81iDEGCfcticftJMfL5b3Sv2TDrV2l { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5rem;left:33rem;height:2.84375rem;font-style:normal;display:block; }
#EKPxVfit0CaTo2grJQ9nqWT9ve3VOllT { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;height:9.375rem;width:9.375rem;top:9.5625rem;left:45.8125rem;display:none; }
#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { background-color: transparent; background-image: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .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); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { border-width: 0; border-radius: 0; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container {  }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:60rem;position:relative;display:block; }#HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-form-header {  }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:56.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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:56.5rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:56.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .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:56.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-select {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-button { 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:#63b90a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:55.875rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .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:raleway;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:55.25rem;overflow:hidden;font-style:normal;line-height:1.4; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .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; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-container:first-of-type{padding-top:0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-container:last-of-type{padding-bottom:0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i  { background-color:#464444;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0.5rem;top:8.6875rem;z-index:100015;position:absolute; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:56.5rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i {display:block;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i { background-color:#464444;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0.5rem;top:8.6875rem;z-index:100015;position:absolute; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #BrHhvg7TxaVnyzWz9xiJqwZ7XC6wZ5T5 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lhC1ysMO10whQ5nfTRkXKQkMs0t3CUZJ { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IHCJJtiINbmhKOvCKJzwzWPF9fHXsW1o { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #gq0ex85gAdlhz84cUL8UH1inDZOGUJ4m { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IMi0daLwEnlo9coPxfQKfVlNpTWfulGB { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #uGcMDBwCydEwcEO5rUaN6aptTvxewdTM { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Pcas8ZisroUaUZXxuqKtl2IQu0cxiE19 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #rAR43PeeQoQfTQDOAl4AHJZ4JbS41BPQ { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #qEiZQk279EcRoLnwPZQe4qu69GGWhTcJ { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #dIb1lHdoxkMZ02EfTBMRiQ3Mdlgnp8DX { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #krINiCRiSC0TwTtIxxIQKFRPpNVVsySN { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NHNBZD52qn7hplGRnCTe249BaixhdTcF { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #l6JRnesFCHJZClpW4xeD1kQffVxCueTT { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #VvoxxAHWVOvHXuuOI8CXz9yeN4QvqUEw { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #f3OHP7MTbh8CO7b9HDKWZdcqmeds8BS0 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #PusHp9vtd3JoESpA7PbEWdhza7oZTp8H { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sOTiS7HpiTE65cuq1ibSwlsehinTGkbm { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JNF0J4mWbnpDbA7rUFTCEP7b87y1HNmH { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #TroK95SVITpOKQ24KmLIhVhXtt5qTSq1 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #A4r66T7Ct3R7BhbmgyDtRT36Cwf8hhN0 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #GrTtOVbKPFhHzu9g8krZmXUvk1qurB2g { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sd6y2K7BHru6EMahcPvb0XdwU1EqN6i3 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #AuaEKVtdWT4qU3eICx7il5qbigAUVOCV { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #N0c2iz2xWwFpqtwsBI7AqbhXtdViV68l { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #fleA4mTEgUkvVVPETGJJR70nS28mCJLQ { position:relative;display:block;z-index:100000; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #RqsCu4WB3tKJ9bmETDf6ih1Vf1btKTsV { position:relative;display:block;z-index:100000; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #yJWodbUU61WZ0hH3u9fykq8fNmO8UM3A { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #htr5aJT80w4QdO90uMvno1kSZ17mAw95 { position:relative;z-index:2; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #zyMXtnU6nRWcWrHST7tNgGwuZiOnXf6D { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DfTf72cB4He7F1JZTd9AMgrWSGq0quaV { position:relative;display:block;z-index:100000; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Rzol2F2RZT3N92BFTbKqGhxJ5iya8dWL { position:relative;display:block;z-index:100000; }
#hXTrbmnF2VNo8aNuAHoOKPeoZ8ePnKky { position:relative;display:block; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pcoZFCsCD31WQUU6wVdf6939fdzsn8uA { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pkWnWlG7wo3rBLs2RXVGGluJSzgH5qrG { position:relative;z-index:2; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JMSp2wZn7N9mmbRFpZg7z2ne17zb6NEh { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ulqRPrMbDlqs9UWEbgFkFrl6KUgrz6nn { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #eR77XiTi8cZe1Hdncf2pwW2mb7pXFqAb { position:relative;z-index:2; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NZi3vw1mgSkSMeQmtfN47kuCq1QBXBHT { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DtQMZ0JiqEVtaNOn0eF9I6THb5BJIM2p { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #tzyTl83UXWvQXdxVarG6g3DQOTavzWaf { position:relative;z-index:2; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ZzPVvAwQgrMzETmdTpMXd3rbbyLtSdV7 { position:relative; }
#zVpzvnxLFJ1VKaE5M2fXxQGcpWEP7hle { position:relative;display:block; }
#w2sqlG18V3EW47EM3WVirREcN82T1n92 { position:relative;display:block; }
#CvB71HCyUfeoFVCn2T2MN4sTZchpndik { position:relative;display:block; }
#acULRPRMGmZ1eI26gg28TR4S1iTSTJuT { position:relative;display:block; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lMwyCnIidT4TF2E6IiVo0nPsFQugQFg1 { position:relative; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DrFgNzqDmxmCE2orB89tHFV5dIlzFBLz { position:relative; }
#ov826h6Gw3fXeJGVWITLs60UolFXG8rL { position:relative;display:block; }
#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63b90a;background-image:none;position:relative;display:block; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container { background-color: transparent; background-image: none; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container > .video-iframe-container { display: none; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row > .video-iframe-container { display: none; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .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); }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container { border-width: 0; border-radius: 0; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row > .video-iframe-container {  }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#PQm37x7RsyxOH2kvH5zZeokc86q0QSJZ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:19.4375rem;top:7.0312557220456rem;left:1.1546878814698rem;overflow:hidden;display:block; }
#QllkDNPTkB9x4OaBUfKt1Be7m0HrrUbd { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:5.4125003814697rem;left:25.000001907349rem;display:block; }
#KS2G5VFlt758V3DxpCAw7CD6KFHopulk { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.421875rem;left:25.875001907349rem;height:2.84375rem;font-style:normal;display:block; }
#GJeGbJQ8S4w88yCdJ8TmRdT4iof6PNH0 { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:11.15625rem;left:25.187501907349rem;display:block; }
#dxEHwwhx1CqLOazOZd3IGtFNFB6qDixg { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:5.8500003814697rem;left:42.24374961853rem;display:block; }
#KoqSo2LRWCUZJ7xBk8eVVlnLrZbfMHtN { box-sizing:content-box;color:#ffffff;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:11.15625rem;left:42.14999961853rem;display:block; }
#qaaFG68gaa5ThSg4aEqSnFv9NH72KeAJ { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.065626144409rem;left:29.062501907349rem;height:1.625rem;font-style:normal;display:block; }
#bwZvZQNxfQWspC5JT0xeWHP96XVhkduc { color:#000000;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11.15625rem;left:46.125001907349rem;height:4.875rem;font-style:normal;display:block; }
#GoGzbTDWFltZuICgCeOHbDiVg0NOSIqD { color:#000000;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.63125038147rem;left:45.93124961853rem;height:1.625rem;font-style:normal;display:block; }
#BGriNTDy8cIl7RZsz3nVnLp9bcaKA6qB { z-index:100001;top:5.8500003814697rem;left:29.062501907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#GPiAxootcN7KPsTK8yD1lJ2oAQo390cN { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mf0d7OnckozvH8nwSzqQu2NAL6eJatyB { display:block; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0dEL69kM9179D64sxwP4TdKTNanf6t5 { width:2.625rem;height:2.625rem;top:1.25rem;left:38.14999961853rem;display:block; }
#d0dEL69kM9179D64sxwP4TdKTNanf6t5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz { width:2.8125rem;height:2.8125rem;top:1.125rem;left:41.77499961853rem;display:block; }
#X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #pliTzwQGsIInZQTurVfMTGitAvApGHrb { width:2.625rem;height:2.625rem;top:1.25rem;left:45.125rem;display:block; }
#pliTzwQGsIInZQTurVfMTGitAvApGHrb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 { width:3.125rem;height:3.125rem;top:1rem;left:44.625rem;display:block; }
#oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CLhibgMt3CPBWlXPxWaCnGC4pCr62AaI { width:15.3125rem;height:3.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { top:3.75rem;left:24.125rem;width:23.625rem;height:16.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eS8qOoTSEbrxNyoQ1Knf9TFJ6sxPEv { top:14.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlVbmqfRTQ6kzyZC4yQTyi3FmKpZvmtB { top:1.625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd17skBgT13iJegTKmA7zGy3QEtCK7h0 { top:6.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGTt8uQm8y56tJclSksRThfn6S2XZvB { width:18.125rem;height:3.3125rem;top:25.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZL0XD4UeL0VAuPS5lDeJJTJirVITZ1X { display:block; }
 }@media only screen and (max-width: 763px) { #FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 { display:block; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h64kDvuytK1iDmHcRCD3EQJJBDQoFRSd { width:47.75rem;height:6.8125rem;top:2.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unMpBUxxkDrMdqpJlO5sJT1Isl5c063O { display:block; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBfdMwEcpOxfToAEeo9Uu0ds1KdNQc7o { width:18.8125rem;height:3.4375rem;top:37.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqdRnI483sPqfZ8kF9JOhpivSwTHpMTU { display:block; }
 }@media only screen and (max-width: 763px) { #aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { display:none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { top:0rem;left:20.0625rem;width:23.4375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnEg30u0cNmJehTCMWSLBwTN255BX9ac { width:15.125rem;height:2.9375rem;top:19.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrGOqOep0S8oTNbVGsN6zApCxszapD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { top:11.4375rem;left:0rem;width:23.5625rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1sy8oHSrqMIGhgIcfwS87SMEHq7C7aD { top:8.25rem;left:0rem;width:23.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { top:3.6875rem;left:0rem;width:23.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUcpPbWqP9JMDna5wdGWTp1QwZKt72S { top:9.5625rem;left:38.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal { display:none; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NhWMmxeHpeH8CQx4qJ8UtD9ZxF4hBwPo { top:0rem;left:0rem;width:23.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57NZsC7deATkHU2Ttve2AivyhO74twd { top:12.75rem;left:21.125rem;width:26.625rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6svaQnrKITwrbznxIEZN2ytlRvmRKDf { width:15.125rem;height:2.9375rem;top:21rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizyrcQ06VA4IdbApmVrBNXuTxlzeW42 { display:block; }
 }@media only screen and (max-width: 763px) { #VduXkkZwai4DxHwWtzirAHCL6GRcK7eJ { top:9.5625rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP81iDEGCfcticftJMfL5b3Sv2TDrV2l { top:5rem;left:20.875rem;width:26.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKPxVfit0CaTo2grJQ9nqWT9ve3VOllT { top:9.5625rem;left:38.125rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-select {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i {display:block;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #BrHhvg7TxaVnyzWz9xiJqwZ7XC6wZ5T5 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lhC1ysMO10whQ5nfTRkXKQkMs0t3CUZJ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IHCJJtiINbmhKOvCKJzwzWPF9fHXsW1o {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #gq0ex85gAdlhz84cUL8UH1inDZOGUJ4m {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IMi0daLwEnlo9coPxfQKfVlNpTWfulGB {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #uGcMDBwCydEwcEO5rUaN6aptTvxewdTM {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Pcas8ZisroUaUZXxuqKtl2IQu0cxiE19 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #rAR43PeeQoQfTQDOAl4AHJZ4JbS41BPQ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #qEiZQk279EcRoLnwPZQe4qu69GGWhTcJ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #dIb1lHdoxkMZ02EfTBMRiQ3Mdlgnp8DX {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #krINiCRiSC0TwTtIxxIQKFRPpNVVsySN {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NHNBZD52qn7hplGRnCTe249BaixhdTcF {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #l6JRnesFCHJZClpW4xeD1kQffVxCueTT {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #VvoxxAHWVOvHXuuOI8CXz9yeN4QvqUEw {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #f3OHP7MTbh8CO7b9HDKWZdcqmeds8BS0 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #PusHp9vtd3JoESpA7PbEWdhza7oZTp8H {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sOTiS7HpiTE65cuq1ibSwlsehinTGkbm {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JNF0J4mWbnpDbA7rUFTCEP7b87y1HNmH {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #TroK95SVITpOKQ24KmLIhVhXtt5qTSq1 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #A4r66T7Ct3R7BhbmgyDtRT36Cwf8hhN0 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #GrTtOVbKPFhHzu9g8krZmXUvk1qurB2g {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sd6y2K7BHru6EMahcPvb0XdwU1EqN6i3 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #AuaEKVtdWT4qU3eICx7il5qbigAUVOCV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #N0c2iz2xWwFpqtwsBI7AqbhXtdViV68l {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #fleA4mTEgUkvVVPETGJJR70nS28mCJLQ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #RqsCu4WB3tKJ9bmETDf6ih1Vf1btKTsV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #yJWodbUU61WZ0hH3u9fykq8fNmO8UM3A {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #htr5aJT80w4QdO90uMvno1kSZ17mAw95 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #zyMXtnU6nRWcWrHST7tNgGwuZiOnXf6D {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DfTf72cB4He7F1JZTd9AMgrWSGq0quaV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Rzol2F2RZT3N92BFTbKqGhxJ5iya8dWL {  }
 }@media only screen and (max-width: 763px) { #hXTrbmnF2VNo8aNuAHoOKPeoZ8ePnKky { display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pcoZFCsCD31WQUU6wVdf6939fdzsn8uA {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pkWnWlG7wo3rBLs2RXVGGluJSzgH5qrG {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JMSp2wZn7N9mmbRFpZg7z2ne17zb6NEh {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ulqRPrMbDlqs9UWEbgFkFrl6KUgrz6nn {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #eR77XiTi8cZe1Hdncf2pwW2mb7pXFqAb {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NZi3vw1mgSkSMeQmtfN47kuCq1QBXBHT {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DtQMZ0JiqEVtaNOn0eF9I6THb5BJIM2p {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #tzyTl83UXWvQXdxVarG6g3DQOTavzWaf {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ZzPVvAwQgrMzETmdTpMXd3rbbyLtSdV7 {  }
 }@media only screen and (max-width: 763px) { #zVpzvnxLFJ1VKaE5M2fXxQGcpWEP7hle { display:block; }
 }@media only screen and (max-width: 763px) { #w2sqlG18V3EW47EM3WVirREcN82T1n92 { display:block; }
 }@media only screen and (max-width: 763px) { #CvB71HCyUfeoFVCn2T2MN4sTZchpndik { display:block; }
 }@media only screen and (max-width: 763px) { #acULRPRMGmZ1eI26gg28TR4S1iTSTJuT { display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lMwyCnIidT4TF2E6IiVo0nPsFQugQFg1 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DrFgNzqDmxmCE2orB89tHFV5dIlzFBLz {  }
 }@media only screen and (max-width: 763px) { #ov826h6Gw3fXeJGVWITLs60UolFXG8rL { display:block; }
 }@media only screen and (max-width: 763px) { #G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb { display:block; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQm37x7RsyxOH2kvH5zZeokc86q0QSJZ { width:19.4375rem;height:4.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QllkDNPTkB9x4OaBUfKt1Be7m0HrrUbd { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2G5VFlt758V3DxpCAw7CD6KFHopulk { top:1.375rem;left:19.750001907349rem;width:26.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJeGbJQ8S4w88yCdJ8TmRdT4iof6PNH0 { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxEHwwhx1CqLOazOZd3IGtFNFB6qDixg { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqSo2LRWCUZJ7xBk8eVVlnLrZbfMHtN { width:3.875rem;height:3.875rem;top:11.125rem;left:36.02499961853rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaaFG68gaa5ThSg4aEqSnFv9NH72KeAJ { top:12.0625rem;left:20.875rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZvZQNxfQWspC5JT0xeWHP96XVhkduc { top:11.125rem;left:33.875rem;width:13.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoGzbTDWFltZuICgCeOHbDiVg0NOSIqD { top:6.625rem;left:35.5rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGriNTDy8cIl7RZsz3nVnLp9bcaKA6qB { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPiAxootcN7KPsTK8yD1lJ2oAQo390cN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mf0d7OnckozvH8nwSzqQu2NAL6eJatyB { display:block; }#mf0d7OnckozvH8nwSzqQu2NAL6eJatyB > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0dEL69kM9179D64sxwP4TdKTNanf6t5 { width:2.625rem;height:2.625rem;top:0.8125rem;left:0.875rem;display:block; }
#d0dEL69kM9179D64sxwP4TdKTNanf6t5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz { width:2.8125rem;height:2.8125rem;top:0.71875rem;left:5.9374998807907rem;display:block; }
#X2DmNpA5TX3xrc5KQ5Ea18P73kvNMHNz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #pliTzwQGsIInZQTurVfMTGitAvApGHrb { width:2.625rem;height:2.625rem;top:0.8125rem;left:10.937500357628rem;display:block; }
#pliTzwQGsIInZQTurVfMTGitAvApGHrb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 { width:3.125rem;height:3.125rem;top:0.5625rem;left:15.312500357628rem;display:block; }
#oB7qIJ8gnTlEUExyoXEb7wRa1cBJ8sO8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CLhibgMt3CPBWlXPxWaCnGC4pCr62AaI { width:20rem;height:4.33515625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f45242e-3587-4fc6-9ef1-25c1aaeb6e35/Projektbeztytuu20220804T102140327.png");background-position:bottom left !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;display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.adaptive-delivery-prevent-bg, #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.lazyload, #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk.lazyloading { background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { background-color: transparent; background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .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); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { border-width: 0; border-radius: 0; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container {  }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { width:18.8125rem;height:11.7rem;top:1.625rem;left:0.59375rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eS8qOoTSEbrxNyoQ1Knf9TFJ6sxPEv { width:1.6875rem;height:1.6875rem;top:31.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlVbmqfRTQ6kzyZC4yQTyi3FmKpZvmtB { width:4.3125rem;height:4.3125rem;top:31.125rem;left:15.312500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #zd17skBgT13iJegTKmA7zGy3QEtCK7h0 { width:1.75rem;height:1.75rem;top:32.40625rem;left:7.7500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHGTt8uQm8y56tJclSksRThfn6S2XZvB { width:19rem;height:4.0625rem;top:15.647657394409rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZL0XD4UeL0VAuPS5lDeJJTJirVITZ1X { display:block; }
 }@media only screen and (max-width: 763px) { #FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 { display:block; }#FCEtAwbe127nyTBdNQM8z9N3wdUnl4f2 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h64kDvuytK1iDmHcRCD3EQJJBDQoFRSd { width:20rem;height:13rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #unMpBUxxkDrMdqpJlO5sJT1Isl5c063O { display:block; }#unMpBUxxkDrMdqpJlO5sJT1Isl5c063O > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBfdMwEcpOxfToAEeo9Uu0ds1KdNQc7o { width:18.8125rem;height:3.4375rem;top:13.561719894409rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqdRnI483sPqfZ8kF9JOhpivSwTHpMTU { display:block; }
 }@media only screen and (max-width: 763px) { #aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { border-width: 0; border-radius: 0; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container {  }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { width:18.75rem;height:22.1875rem;top:8.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnEg30u0cNmJehTCMWSLBwTN255BX9ac { width:15.125rem;height:2.9375rem;top:38.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrGOqOep0S8oTNbVGsN6zApCxszapD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { width:19.375rem;height:5rem;top:32rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1sy8oHSrqMIGhgIcfwS87SMEHq7C7aD { width:19.375rem;height:1.625rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { width:19.375rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUcpPbWqP9JMDna5wdGWTp1QwZKt72S { width:4.625rem;height:4.625rem;top:6.4921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal { background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/VH3JqojH/mobile_bg_last_section.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.adaptive-delivery-prevent-bg, #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.lazyload, #ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal.lazyloading { background-image: none; }#ZyJuxXznX0Acfg7lZeUhbh9EIwtJ2zal > .row .container { width:20rem;height:56.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NhWMmxeHpeH8CQx4qJ8UtD9ZxF4hBwPo { width:18.75rem;height:21.8125rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57NZsC7deATkHU2Ttve2AivyhO74twd { width:19.375rem;height:5rem;top:30.9306640625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6svaQnrKITwrbznxIEZN2ytlRvmRKDf { width:15.125rem;height:2.9375rem;top:36.8681640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizyrcQ06VA4IdbApmVrBNXuTxlzeW42 { display:block; }
 }@media only screen and (max-width: 763px) { #VduXkkZwai4DxHwWtzirAHCL6GRcK7eJ { width:19.375rem;height:1.625rem;top:5.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP81iDEGCfcticftJMfL5b3Sv2TDrV2l { width:19.375rem;height:2.5625rem;top:1.25rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKPxVfit0CaTo2grJQ9nqWT9ve3VOllT { width:4.625rem;height:4.625rem;top:5.9375rem;left:14.5625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { width:20rem;height:5.2rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-text {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-select {padding-top: 0; padding-bottom: 0;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i  { width:17.5rem;height:auto;top:8.13671875rem;left:0rem;background-color:#4c4a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i {display:block;}#d59tTEIeQo6vf63MTrVBGUMt69TGPm4i { width:17.5rem;height:auto;top:8.13671875rem;left:0rem;background-color:#4c4a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #BrHhvg7TxaVnyzWz9xiJqwZ7XC6wZ5T5 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lhC1ysMO10whQ5nfTRkXKQkMs0t3CUZJ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IHCJJtiINbmhKOvCKJzwzWPF9fHXsW1o {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #gq0ex85gAdlhz84cUL8UH1inDZOGUJ4m {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #IMi0daLwEnlo9coPxfQKfVlNpTWfulGB {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #uGcMDBwCydEwcEO5rUaN6aptTvxewdTM {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Pcas8ZisroUaUZXxuqKtl2IQu0cxiE19 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #rAR43PeeQoQfTQDOAl4AHJZ4JbS41BPQ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #qEiZQk279EcRoLnwPZQe4qu69GGWhTcJ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #dIb1lHdoxkMZ02EfTBMRiQ3Mdlgnp8DX {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #krINiCRiSC0TwTtIxxIQKFRPpNVVsySN {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NHNBZD52qn7hplGRnCTe249BaixhdTcF {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #l6JRnesFCHJZClpW4xeD1kQffVxCueTT {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #VvoxxAHWVOvHXuuOI8CXz9yeN4QvqUEw {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #f3OHP7MTbh8CO7b9HDKWZdcqmeds8BS0 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #PusHp9vtd3JoESpA7PbEWdhza7oZTp8H {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sOTiS7HpiTE65cuq1ibSwlsehinTGkbm {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JNF0J4mWbnpDbA7rUFTCEP7b87y1HNmH {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #TroK95SVITpOKQ24KmLIhVhXtt5qTSq1 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #A4r66T7Ct3R7BhbmgyDtRT36Cwf8hhN0 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #GrTtOVbKPFhHzu9g8krZmXUvk1qurB2g {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #sd6y2K7BHru6EMahcPvb0XdwU1EqN6i3 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #AuaEKVtdWT4qU3eICx7il5qbigAUVOCV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #N0c2iz2xWwFpqtwsBI7AqbhXtdViV68l {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #fleA4mTEgUkvVVPETGJJR70nS28mCJLQ {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #RqsCu4WB3tKJ9bmETDf6ih1Vf1btKTsV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #yJWodbUU61WZ0hH3u9fykq8fNmO8UM3A {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #htr5aJT80w4QdO90uMvno1kSZ17mAw95 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #zyMXtnU6nRWcWrHST7tNgGwuZiOnXf6D {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DfTf72cB4He7F1JZTd9AMgrWSGq0quaV {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #Rzol2F2RZT3N92BFTbKqGhxJ5iya8dWL {  }
 }@media only screen and (max-width: 763px) { #hXTrbmnF2VNo8aNuAHoOKPeoZ8ePnKky { display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pcoZFCsCD31WQUU6wVdf6939fdzsn8uA {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #pkWnWlG7wo3rBLs2RXVGGluJSzgH5qrG {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #JMSp2wZn7N9mmbRFpZg7z2ne17zb6NEh {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ulqRPrMbDlqs9UWEbgFkFrl6KUgrz6nn {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #eR77XiTi8cZe1Hdncf2pwW2mb7pXFqAb {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #NZi3vw1mgSkSMeQmtfN47kuCq1QBXBHT {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DtQMZ0JiqEVtaNOn0eF9I6THb5BJIM2p {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #tzyTl83UXWvQXdxVarG6g3DQOTavzWaf {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #ZzPVvAwQgrMzETmdTpMXd3rbbyLtSdV7 {  }
 }@media only screen and (max-width: 763px) { #zVpzvnxLFJ1VKaE5M2fXxQGcpWEP7hle { display:block; }
 }@media only screen and (max-width: 763px) { #w2sqlG18V3EW47EM3WVirREcN82T1n92 { display:block; }
 }@media only screen and (max-width: 763px) { #CvB71HCyUfeoFVCn2T2MN4sTZchpndik { display:block; }
 }@media only screen and (max-width: 763px) { #acULRPRMGmZ1eI26gg28TR4S1iTSTJuT { display:block; }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #lMwyCnIidT4TF2E6IiVo0nPsFQugQFg1 {  }
 }@media only screen and (max-width: 763px) { #d59tTEIeQo6vf63MTrVBGUMt69TGPm4i #DrFgNzqDmxmCE2orB89tHFV5dIlzFBLz {  }
 }@media only screen and (max-width: 763px) { #ov826h6Gw3fXeJGVWITLs60UolFXG8rL { display:block; }
 }@media only screen and (max-width: 763px) { #G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb { display:block; }#G8KpTDTTyeTIUi3kZufOdCJXEgLxRtQb > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQm37x7RsyxOH2kvH5zZeokc86q0QSJZ { width:19.4375rem;height:4.125rem;top:1.5367183685302rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QllkDNPTkB9x4OaBUfKt1Be7m0HrrUbd { width:4.0625rem;height:4.0625rem;top:10.475rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2G5VFlt758V3DxpCAw7CD6KFHopulk { width:20rem;height:2.6rem;top:7.061718940735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJeGbJQ8S4w88yCdJ8TmRdT4iof6PNH0 { width:3.6875rem;height:3.6875rem;top:28.0375rem;left:8.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxEHwwhx1CqLOazOZd3IGtFNFB6qDixg { width:3.6875rem;height:3.6875rem;top:20.225rem;left:8.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqSo2LRWCUZJ7xBk8eVVlnLrZbfMHtN { width:3.875rem;height:3.875rem;top:37.03750038147rem;left:8.0625003576281rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaaFG68gaa5ThSg4aEqSnFv9NH72KeAJ { width:20rem;height:1.625rem;top:32.975rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwZvZQNxfQWspC5JT0xeWHP96XVhkduc { width:13.875rem;height:4.875rem;top:41.475006103516rem;left:3.0625001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoGzbTDWFltZuICgCeOHbDiVg0NOSIqD { width:12.25rem;height:1.625rem;top:25.1625rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGriNTDy8cIl7RZsz3nVnLp9bcaKA6qB { top:15.7875rem;left:3.75rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPiAxootcN7KPsTK8yD1lJ2oAQo390cN { display:block; }
 }