.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6de101f5-8d6b-4702-bd85-e4d1e7c8f087/ObrazaleksandarlittlewolfnaFreepik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#loX5TC3elza2RAE92vcpRunHtvFJIPG7 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"noto sans";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:11.25rem;left:3.75rem;height:11.34375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.5625rem;left:21.25rem;display:block; }
#bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5625rem;left:3.75rem;display:block; }
#kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { color:#0e9ae5;display:block;width:43.75rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8.75rem;left:3.75rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXJ8qTvvTM5Z6T9ceIE72EOQo4nAZllR { color:rgba(255,255,255,0.7);display:block;width:27.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.999999523163rem;left:3.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container { background-color: transparent; background-image: none; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container > .video-iframe-container { display: none; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row > .video-iframe-container { display: none; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .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); }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container { border-width: 0; border-radius: 0; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU { position:relative;display:block; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU { background-color: transparent; background-image: none; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container > .video-iframe-container { display: none; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row > .video-iframe-container { display: none; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .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); }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU { border-width: 0; border-radius: 0; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.05);background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Bt8azQJAtZMPOboKff880z6NpPJRswcJ { color:#262b31;display:block;width:39.9375rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WW6MCKAzf9ITkperou0E6yk87PTagmGH { color:#262b31;display:block;width:56.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.75rem;left:5rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tquAmc6TMNpRoTpbsP4BeqveocHX5U9M { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#262b31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.0625rem;left:5rem;display:block; }
#xcu7aUd0gZ3zGyE0gOpr3vaAbu8Khucr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0VshpPJ0RIoQ7KzD4P5Z44ukoilhI0r { color:#262b31;display:block;width:30.0625rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:32.4375rem;left:23.75rem;height:5.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C3pZaH0GWZEcQcE3ifntX4mqk9bvlzgS { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:5rem;left:5rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container { background-color: transparent; background-image: none; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container > .video-iframe-container { display: none; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row > .video-iframe-container { display: none; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .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); }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container { border-width: 0; border-radius: 0; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container { background-color: transparent; background-image: none; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container > .video-iframe-container { display: none; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row > .video-iframe-container { display: none; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .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); }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container { border-width: 0; border-radius: 0; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { background-color: transparent; background-image: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container > .video-iframe-container { display: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container { display: none; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .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); }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { border-width: 0; border-radius: 0; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { color:#262b31;display:block;width:43.75rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZJzl4PAnhN50q5Dis8nZGmpKvgZHHHq { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14994;line-height:1.4;letter-spacing:0;top:18.75rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXZutJpPFIbceAVko4AH0vJc4C9NkoNP { color:#262b31;display:block;width:20rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.1875rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AxQrrbdkZJR7u9Q8nTMQ5S3imeeQ3SIn { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:28.75rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vJtK01sLTc8iskZQ4PP0mxgpgxRAbqE1 { color:#262b31;display:block;width:22.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32.1875rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BNJcTJ5TEcZykF1TSeQgqEkaEV5aDxgt { color:#262b31;display:block;width:20.8125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:32.1875rem;left:43.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AkhIIE8xXyTHXPquL6UyCXFpEkeTfD3r { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:28.75rem;left:43.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gDAI9tqIJh8xOyq9GzlIAENLfUB818Us { color:#262b31;display:block;width:20rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:22.1875rem;left:43.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2dOCP4cKPUamRoCWF75QmyipceTTdzN { color:#262b31;display:block;width:27.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:18.75rem;left:43.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kymDIIkRkWHg7Rss2OyE3I6PNnzp2166 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.75rem;left:5rem; }
#iycA9DL8robt3rSrsv7QwH4T5iu6Ty7N { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.75rem;left:5rem; }
#vODiUHzk4JymDBbyzLaGX1Tw3uFDSgHv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.75rem;left:40rem; }
#qnmR9bxgGhpr7ELakxuTd6ZdRDeqSkh8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:28.75rem;left:40rem; }
#Swes6lp0rsI5yldaIucPyqDXPpEEcKPU { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:38.75rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JxZ0M4OUzpOlAa0JN5Tubzk5us0Co14x { color:#262b31;display:block;width:19.875rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:42.1875rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LhE6Iob0UTrlTXQ3xb3CpQ46zJc6TctQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:38.75rem;left:5rem; }
#JRPoqLBkpKF7Hub1eXWK1DCSwxAD4xeb { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:5.0007915496826rem;left:5rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container { background-color: transparent; background-image: none; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container > .video-iframe-container { display: none; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row > .video-iframe-container { display: none; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .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); }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container { border-width: 0; border-radius: 0; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dce5387-2d71-4010-a671-f8fe6abfed96/ObrazautorstwaaleksandarlittlewolfnaFreepika.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; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s.adaptive-delivery-prevent-bg, #r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s.lazyload, #r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s.lazyloading { background-image: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { background-color: transparent; background-image: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container > .video-iframe-container { display: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row > .video-iframe-container { display: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .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); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { border-width: 0; border-radius: 0; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s::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; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dce5387-2d71-4010-a671-f8fe6abfed96/ObrazautorstwaaleksandarlittlewolfnaFreepika.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; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs.adaptive-delivery-prevent-bg, #bHB224rPRnmkC7M7SBE92a7aKZ1roacs.lazyload, #bHB224rPRnmkC7M7SBE92a7aKZ1roacs.lazyloading { background-image: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { background-color: transparent; background-image: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .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); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { border-width: 0; border-radius: 0; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs::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; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.5000019073488rem;left:5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DdEqcZO1SavA9TbAr74Azz9zIPT0FdG0 { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:5.0000019073486rem;left:5rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dce5387-2d71-4010-a671-f8fe6abfed96/ObrazautorstwaaleksandarlittlewolfnaFreepika.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; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u.adaptive-delivery-prevent-bg, #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u.lazyload, #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u.lazyloading { background-image: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { background-color: transparent; background-image: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .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); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { border-width: 0; border-radius: 0; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u::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; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#ScgLToHrkoHKu4bhhkm2nUhVo1smObL1 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14991;line-height:1.4;letter-spacing:0;top:6.8125rem;left:5rem;height:5.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nXWvAbcrqx1KTvqIPvvyQsQM6dH59M3T { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.5rem;left:5rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AhKLcyGSWEg574yHN4J27ZKGQ3MWwvTu { color:#0e9ae5;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:14992;line-height:1.4;letter-spacing:0;top:2.5rem;left:5rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QV5BKTTsK6rZB8TMSStuXCzUQGIWyLli { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.5rem;left:51.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o15T9axff1gMT4GytD8l5CKb1pXhKU12 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14994;line-height:1.4;letter-spacing:0;top:6.8125rem;left:51.25rem;height:5.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UT7QQa9rsvm7w6JhvPd9oTRmvAAgVio5 { color:#0e9ae5;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:2.5rem;left:51.25rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dGE3STEoUXiC9edZsqGenlWpFL1DTUn6 { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:12.5625rem;left:28.125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0GiNbSSCvdQuWXOS2NRhViGXcTOAD7S { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:6.875rem;left:28.125rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTdl1A0lRLN5aRF7emmtbrMpcWpn04S8 { color:#0e9ae5;display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:2.5625rem;left:28.125rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dce5387-2d71-4010-a671-f8fe6abfed96/ObrazautorstwaaleksandarlittlewolfnaFreepika.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; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS.adaptive-delivery-prevent-bg, #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS.lazyload, #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS.lazyloading { background-image: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { background-color: transparent; background-image: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .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); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { border-width: 0; border-radius: 0; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS::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; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { background-color:#0e9ae5;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.5625rem;left:52.5rem;display:block; }
#ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:"noto sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5rem;left:35.125rem;height:2.625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dce5387-2d71-4010-a671-f8fe6abfed96/ObrazautorstwaaleksandarlittlewolfnaFreepika.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; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE.adaptive-delivery-prevent-bg, #wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE.lazyload, #wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE.lazyloading { background-image: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { background-color: transparent; background-image: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container > .video-iframe-container { display: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.93); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row > .video-iframe-container { display: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .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); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { border-width: 0; border-radius: 0; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE::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; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container { background-color: transparent; background-image: none; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container > .video-iframe-container { display: none; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row > .video-iframe-container { display: none; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .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); }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container { border-width: 0; border-radius: 0; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container { background-color: transparent; background-image: none; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container > .video-iframe-container { display: none; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row > .video-iframe-container { display: none; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .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); }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container { border-width: 0; border-radius: 0; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#xrzcrsuEp0qmT8KuumQ96W7GPhGdWVcu { color:#262b31;display:block;width:36.3125rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGkWDOKybie7LlMKVNZ2VqsWaQnvgcHe { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5rem;left:5rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v02g3pftCwK0y18hIw9wi9IRQeXcmOBT { color:#262b31;display:block;width:36.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.749994277954rem;left:5rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCvORHfTHbX9CfcwQ38Spdixw51pAM8Z { color:#262b31;display:block;width:26.3125rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:27.5rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxiEruycoIUmKE4SAWJ2xIkrpSTwXTcE { color:#262b31;display:block;width:21.3125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:30.9375rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QrvHFfA358x8NpHHM5Z5RlsptmseZpoE { color:#262b31;display:block;width:25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:37.5rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TStS3FvoTiANa2uxGsAhoBpI7IkaOPlf { color:#262b31;display:block;width:23.8125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:40.9375rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rhdsfpp2vdBJs4swxQz0cUNpBNgOZRmo { color:#262b31;display:block;width:26.3125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:40.9375rem;left:43.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DSIiFie0GyX43iZaBzJqp8Uci4a8k0AQ { color:#262b31;display:block;width:26.4375rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:37.5rem;left:43.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nebOpZ6PrWNDeXaaZtGXwU9T3u0hzwuq { color:#262b31;display:block;width:22.5625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:30.9375rem;left:43.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pel3oktTyisfMcQbTRnDoMniJNSwzZdI { color:#262b31;display:block;width:26.375rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:27.5rem;left:43.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxUipDfemfNWJkxmfD7dtZERRsp7PXoN { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:47.5rem;left:8.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hfy8bINGHf4S17kNJObaactoTLylbT15 { color:#262b31;display:block;width:26.3125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:50.9375rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7rIEEoJSP3wkLCinRXSzJvSuFIpJh7S { color:#262b31;display:block;width:26.3125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:50.9375rem;left:43.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVFt8ToyQNgv5DwV49lhEhqB8MAknwcK { color:#262b31;display:block;width:26.25rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:47.5rem;left:43.75rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k1qq2UG7API7SylyrvFTw1yQlePL11QI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.5rem;left:5rem; }
#uOFZ8ECVPfWRn3v7ntTW6KLJegLgeUq4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37.5rem;left:5rem; }
#NvCiLo3cZNQ4lCdMUpOx9A2Bwa2bxg0X { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:47.5rem;left:5rem; }
#ANTccFf64crN4UaGQ17ZaJyxFoZQBBPw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.5rem;left:40rem; }
#UHTMclEmEtEu5LgofQcSgHkIV2tg8ACP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:37.5rem;left:40rem; }
#iCQtl3w6mBgJGBHXIboZCCUQvp7ArI9n { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:47.5rem;left:40rem; }
#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container { background-color: transparent; background-image: none; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container > .video-iframe-container { display: none; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row > .video-iframe-container { display: none; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .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); }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container { border-width: 0; border-radius: 0; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container { background-color: transparent; background-image: none; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container > .video-iframe-container { display: none; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row > .video-iframe-container { display: none; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .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); }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container { border-width: 0; border-radius: 0; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container { background-color: transparent; background-image: none; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container > .video-iframe-container { display: none; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row > .video-iframe-container { display: none; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .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); }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container { border-width: 0; border-radius: 0; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#yX7hXZXx79TA48U6eikTftEamldTXHwH { color:#262b31;display:block;width:35rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oe8ieT8x2M7VewPrlvIEGEntqSm7RnJI { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5rem;left:5rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF { color:#0e9ae5;display:block;width:48.8125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.5rem;left:5rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF li:before{  }
#FnZuPqXaliqmgpbsW10b9PTs98NOV4us { color:#262b31;display:block;width:56.3125rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18.75rem;left:5rem;height:2.5375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,43,49,0.05);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; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container { background-color: transparent; background-image: none; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container > .video-iframe-container { display: none; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row > .video-iframe-container { display: none; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .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); }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container { border-width: 0; border-radius: 0; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0aadcfe-22c5-42a5-a817-abdbc2fdeb7d/ObrazautorstwaaleksandarlittlewolfnaFreepika.jpg");background-position:center left !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; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.adaptive-delivery-prevent-bg, #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.lazyload, #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.lazyloading { background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { background-color: transparent; background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.95); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.95); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .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); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { border-width: 0; border-radius: 0; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk::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; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { color:#0e9ae5;display:block;width:31.25rem;position:absolute;font-family:"noto sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.875rem;left:36.3125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-form-header {  }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { height:auto;display:block;font-family:"noto sans";font-size:0.8125rem;font-weight:300;color:#ffffff;width:18.75rem;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;font-style:normal;line-height:1.1;overflow:hidden; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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;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:18.75rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"noto sans"; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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;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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"noto sans"; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-checkbox { width:1rem;height:1rem;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; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#0e9ae5;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#ffffff;width:18.75rem;height:3.4375rem;font-family:"noto sans";overflow:hidden;font-style:normal; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]:-moz-placeholder { color:#000000;font-family:"noto sans";font-size:0.875rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]::-moz-placeholder { color:#000000;font-family:"noto sans";font-size:0.875rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"noto sans";font-size:0.875rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"noto sans";font-size:0.875rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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:"noto sans";line-height:1.7;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:17.3125rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container:first-of-type{padding-top:0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-container:last-of-type{padding-bottom:0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:11.3125rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:11.3125rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { position:relative;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC { position:relative;z-index:2; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 { position:relative; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz { position:relative; }
#PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:26.625rem;left:36.312500953674rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { position:absolute;display:block;z-index:14998;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.75rem;width:3.75rem;top:12.875rem;left:36.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loX5TC3elza2RAE92vcpRunHtvFJIPG7 { width:37.5rem;height:11.3125rem;top:11.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { width:16.25rem;height:3.4375rem;top:31.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block; }
 }@media only screen and (max-width: 763px) { #eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { width:16.25rem;height:3.4375rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block; }
 }@media only screen and (max-width: 763px) { #AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { width:43.75rem;height:1.6875rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXJ8qTvvTM5Z6T9ceIE72EOQo4nAZllR { width:27.5rem;height:3.1875rem;top:24.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZag49zBWgabrqTqy7HzTAJCsIiF3WTF { display:block; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU { display:block; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt8azQJAtZMPOboKff880z6NpPJRswcJ { width:39.9375rem;height:7.5rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW6MCKAzf9ITkperou0E6yk87PTagmGH { width:47.75rem;height:11.125rem;top:18.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquAmc6TMNpRoTpbsP4BeqveocHX5U9M { width:16.125rem;height:3.3125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcu7aUd0gZ3zGyE0gOpr3vaAbu8Khucr { display:block; }
 }@media only screen and (max-width: 763px) { #k0VshpPJ0RIoQ7KzD4P5Z44ukoilhI0r { width:30.0625rem;height:5.0625rem;top:32.4375rem;left:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pZaH0GWZEcQcE3ifntX4mqk9bvlzgS { width:31.25rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQGmETzfN808PMV0Ed0puUIQX5WiQKS { display:block; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD { display:block; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { width:43.75rem;height:7.5rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZJzl4PAnhN50q5Dis8nZGmpKvgZHHHq { width:26.25rem;height:2.5rem;top:18.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZutJpPFIbceAVko4AH0vJc4C9NkoNP { width:20rem;height:3.1875rem;top:22.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxQrrbdkZJR7u9Q8nTMQ5S3imeeQ3SIn { width:26.25rem;height:2.5rem;top:28.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtK01sLTc8iskZQ4PP0mxgpgxRAbqE1 { width:22.5rem;height:3.1875rem;top:32.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNJcTJ5TEcZykF1TSeQgqEkaEV5aDxgt { width:20.8125rem;height:3.1875rem;top:32.1875rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkhIIE8xXyTHXPquL6UyCXFpEkeTfD3r { width:26.25rem;height:2.5rem;top:28.75rem;left:21.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDAI9tqIJh8xOyq9GzlIAENLfUB818Us { width:20rem;height:3.1875rem;top:22.1875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dOCP4cKPUamRoCWF75QmyipceTTdzN { width:27.25rem;height:2.5rem;top:18.75rem;left:20.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymDIIkRkWHg7Rss2OyE3I6PNnzp2166 { width:2.5rem;height:2.5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iycA9DL8robt3rSrsv7QwH4T5iu6Ty7N { width:2.5rem;height:2.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vODiUHzk4JymDBbyzLaGX1Tw3uFDSgHv { width:2.5rem;height:2.5rem;top:18.75rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnmR9bxgGhpr7ELakxuTd6ZdRDeqSkh8 { width:2.5rem;height:2.5rem;top:28.75rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swes6lp0rsI5yldaIucPyqDXPpEEcKPU { width:26.25rem;height:2.5rem;top:38.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZ0M4OUzpOlAa0JN5Tubzk5us0Co14x { width:19.875rem;height:3.1875rem;top:42.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE6Iob0UTrlTXQ3xb3CpQ46zJc6TctQ { width:2.5rem;height:2.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPoqLBkpKF7Hub1eXWK1DCSwxAD4xeb { width:31.25rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el { display:block; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s { display:block; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHB224rPRnmkC7M7SBE92a7aKZ1roacs { display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { width:35rem;height:7.5rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdEqcZO1SavA9TbAr74Azz9zIPT0FdG0 { width:31.25rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScgLToHrkoHKu4bhhkm2nUhVo1smObL1 { width:18.8125rem;height:5.0625rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXWvAbcrqx1KTvqIPvvyQsQM6dH59M3T { width:18.75rem;height:1.5625rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKLcyGSWEg574yHN4J27ZKGQ3MWwvTu { width:18.75rem;height:4.375rem;top:2.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV5BKTTsK6rZB8TMSStuXCzUQGIWyLli { width:18.75rem;height:1.5625rem;top:12.5rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o15T9axff1gMT4GytD8l5CKb1pXhKU12 { width:18.8125rem;height:5.0625rem;top:6.8125rem;left:28.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7QQa9rsvm7w6JhvPd9oTRmvAAgVio5 { width:18.75rem;height:4.375rem;top:2.5rem;left:29rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGE3STEoUXiC9edZsqGenlWpFL1DTUn6 { width:18.75rem;height:1.5625rem;top:12.5625rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0GiNbSSCvdQuWXOS2NRhViGXcTOAD7S { width:17rem;height:5.0625rem;top:6.875rem;left:14.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdl1A0lRLN5aRF7emmtbrMpcWpn04S8 { width:18.75rem;height:4.375rem;top:2.5625rem;left:14.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { display:block; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { width:17.5rem;height:3.4375rem;top:6.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block; }
 }@media only screen and (max-width: 763px) { #pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { width:34.875rem;height:2.625rem;top:2.5rem;left:12.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE { display:block; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL { display:block; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 { display:block; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrzcrsuEp0qmT8KuumQ96W7GPhGdWVcu { width:36.3125rem;height:7.5rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkWDOKybie7LlMKVNZ2VqsWaQnvgcHe { width:31.25rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v02g3pftCwK0y18hIw9wi9IRQeXcmOBT { width:36.25rem;height:4.75rem;top:18.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCvORHfTHbX9CfcwQ38Spdixw51pAM8Z { width:26.3125rem;height:2.5625rem;top:27.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxiEruycoIUmKE4SAWJ2xIkrpSTwXTcE { width:21.3125rem;height:3.1875rem;top:30.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrvHFfA358x8NpHHM5Z5RlsptmseZpoE { width:25rem;height:2.5rem;top:37.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStS3FvoTiANa2uxGsAhoBpI7IkaOPlf { width:23.8125rem;height:3.1875rem;top:40.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhdsfpp2vdBJs4swxQz0cUNpBNgOZRmo { width:26.3125rem;height:4.8125rem;top:40.9375rem;left:21.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSIiFie0GyX43iZaBzJqp8Uci4a8k0AQ { width:26.4375rem;height:2.5rem;top:37.5rem;left:21.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nebOpZ6PrWNDeXaaZtGXwU9T3u0hzwuq { width:22.5625rem;height:3.1875rem;top:30.9375rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel3oktTyisfMcQbTRnDoMniJNSwzZdI { width:26.375rem;height:2.5rem;top:27.5rem;left:21.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUipDfemfNWJkxmfD7dtZERRsp7PXoN { width:26.25rem;height:2.5rem;top:47.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfy8bINGHf4S17kNJObaactoTLylbT15 { width:26.3125rem;height:3.1875rem;top:50.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rIEEoJSP3wkLCinRXSzJvSuFIpJh7S { width:26.3125rem;height:3.1875rem;top:50.9375rem;left:21.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVFt8ToyQNgv5DwV49lhEhqB8MAknwcK { width:26.25rem;height:2.5625rem;top:47.5rem;left:14.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1qq2UG7API7SylyrvFTw1yQlePL11QI { width:2.5rem;height:2.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOFZ8ECVPfWRn3v7ntTW6KLJegLgeUq4 { width:2.5rem;height:2.5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCiLo3cZNQ4lCdMUpOx9A2Bwa2bxg0X { width:2.5rem;height:2.5rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANTccFf64crN4UaGQ17ZaJyxFoZQBBPw { width:2.5rem;height:2.5rem;top:27.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTMclEmEtEu5LgofQcSgHkIV2tg8ACP { width:2.5rem;height:2.5rem;top:37.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCQtl3w6mBgJGBHXIboZCCUQvp7ArI9n { width:2.5rem;height:2.5rem;top:47.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB { display:block; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 { display:block; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1s6xD64Rfxr276ZXSRhLExPebDKvA4V { display:block; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX7hXZXx79TA48U6eikTftEamldTXHwH { width:35rem;height:7.5rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8ieT8x2M7VewPrlvIEGEntqSm7RnJI { width:31.25rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF { width:47.75rem;height:7.3125rem;top:22.5rem;left:0rem;font-size:0.9375rem;display:block; }#shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF li:before{  }
 }@media only screen and (max-width: 763px) { #FnZuPqXaliqmgpbsW10b9PTs98NOV4us { width:47.75rem;height:2.5rem;top:18.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT { display:block; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { width:31.25rem;height:11.25rem;top:17.875rem;left:16.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { width:18.75rem;height:auto;top:11.625rem;left:0rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { width:18.75rem;height:auto;top:11.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz {  }
 }@media only screen and (max-width: 763px) { #PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { width:25rem;height:4.8125rem;top:26.625rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { width:3.75rem;height:3.75rem;top:12.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6de101f5-8d6b-4702-bd85-e4d1e7c8f087/ObrazaleksandarlittlewolfnaFreepik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loX5TC3elza2RAE92vcpRunHtvFJIPG7 { width:17.5rem;height:6.3375rem;top:6.25rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n3DMwKN47WmEh2yqGeyt2ofHpIEW9ecd { width:17.5rem;height:3.4375rem;top:36.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCRqWZJxSTTazsPEc6QD1awBffg9acx { display:block; }
 }@media only screen and (max-width: 763px) { #eXzaeWxidx5vg2kBEut2H9QTspMMpwNZ { width:17.5rem;height:3.4375rem;top:32.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwHTtn2aR8phocxtNueVEE70AlPUzqR { display:block; }
 }@media only screen and (max-width: 763px) { #AklL2BIhrgyDJMblDuizvPkmrwmGdQQB { width:15rem;height:2.975rem;top:2.5rem;left:2.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VXJ8qTvvTM5Z6T9ceIE72EOQo4nAZllR { width:17.5rem;height:4.21875rem;top:26.25rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #MZag49zBWgabrqTqy7HzTAJCsIiF3WTF { display:block; }#MZag49zBWgabrqTqy7HzTAJCsIiF3WTF > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU { display:block; }#Hr9Dk0cQuuUuDTDyIZbatIfQD9gzi2rU > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt8azQJAtZMPOboKff880z6NpPJRswcJ { width:17.5rem;height:5.85rem;top:5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW6MCKAzf9ITkperou0E6yk87PTagmGH { width:17.5rem;height:29.53125rem;top:13.75rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #tquAmc6TMNpRoTpbsP4BeqveocHX5U9M { width:17.5rem;height:3.4375rem;top:53.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcu7aUd0gZ3zGyE0gOpr3vaAbu8Khucr { display:block; }
 }@media only screen and (max-width: 763px) { #k0VshpPJ0RIoQ7KzD4P5Z44ukoilhI0r { width:17.5rem;height:5.775rem;top:46.25rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3pZaH0GWZEcQcE3ifntX4mqk9bvlzgS { width:15rem;height:1.7rem;top:2.5rem;left:2.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBQGmETzfN808PMV0Ed0puUIQX5WiQKS { display:block; }#nBQGmETzfN808PMV0Ed0puUIQX5WiQKS > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD { display:block; }#TnKG0yaAcdTFdefiXeU7HkTlNS5eP3XD > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa { display:block; }#cIxf8FVmvk22gg2hVGHZOLEfx3UGfPfa > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9pkrkE1lMfRpXMFhdLSKvpHPLSdtigT { width:17.5rem;height:5.85rem;top:5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZJzl4PAnhN50q5Dis8nZGmpKvgZHHHq { width:13.75rem;height:1.75rem;top:13.75rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXZutJpPFIbceAVko4AH0vJc4C9NkoNP { width:13.75rem;height:4.21875rem;top:15.78125rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxQrrbdkZJR7u9Q8nTMQ5S3imeeQ3SIn { width:13.75rem;height:3.5rem;top:22.5rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJtK01sLTc8iskZQ4PP0mxgpgxRAbqE1 { width:13.75rem;height:4.21875rem;top:26.25rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNJcTJ5TEcZykF1TSeQgqEkaEV5aDxgt { width:13.75rem;height:4.21875rem;top:46.25rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkhIIE8xXyTHXPquL6UyCXFpEkeTfD3r { width:10.125rem;height:3.5rem;top:42.5rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDAI9tqIJh8xOyq9GzlIAENLfUB818Us { width:13.75rem;height:4.21875rem;top:36.25rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2dOCP4cKPUamRoCWF75QmyipceTTdzN { width:13.75rem;height:3.5rem;top:32.5rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kymDIIkRkWHg7Rss2OyE3I6PNnzp2166 { width:2.5rem;height:2.5rem;top:13.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iycA9DL8robt3rSrsv7QwH4T5iu6Ty7N { width:2.5rem;height:2.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vODiUHzk4JymDBbyzLaGX1Tw3uFDSgHv { width:2.5rem;height:2.5rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnmR9bxgGhpr7ELakxuTd6ZdRDeqSkh8 { width:2.5rem;height:2.5rem;top:32.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swes6lp0rsI5yldaIucPyqDXPpEEcKPU { width:13.75rem;height:3.5rem;top:52.5rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxZ0M4OUzpOlAa0JN5Tubzk5us0Co14x { width:13.75rem;height:4.21875rem;top:56.25rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LhE6Iob0UTrlTXQ3xb3CpQ46zJc6TctQ { width:2.5rem;height:2.5rem;top:52.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPoqLBkpKF7Hub1eXWK1DCSwxAD4xeb { width:17.5rem;height:1.7rem;top:2.5rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el { display:block; }#TFcBHwZlEGMAWhMT9JsEvLfn9BTm95el > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s { background-color:#262b31;background-image:none;display:block; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { background-color: transparent; background-image: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container > .video-iframe-container { display: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row > .video-iframe-container { display: none; }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .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); }#r3qHU2oT5JfbMGHcdrhHRwdQDK6yyx3s > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHB224rPRnmkC7M7SBE92a7aKZ1roacs { background-color:#262b31;background-image:none;display:block; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { background-color: transparent; background-image: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row > .video-iframe-container { display: none; }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .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); }#bHB224rPRnmkC7M7SBE92a7aKZ1roacs > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQF1pcXNE1fQFiurr8iz69NUi44cXT8X { width:17.5rem;height:5.85rem;top:5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdEqcZO1SavA9TbAr74Azz9zIPT0FdG0 { width:17.5rem;height:1.7rem;top:2.5rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u { background-color:#262b31;background-image:none;display:block; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { background-color: transparent; background-image: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row > .video-iframe-container { display: none; }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .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); }#ioc9rvzZTOWe30xTTdTDz8pBv9HPf85u > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScgLToHrkoHKu4bhhkm2nUhVo1smObL1 { width:17.5625rem;height:1.75rem;top:3.75rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nXWvAbcrqx1KTvqIPvvyQsQM6dH59M3T { width:17.5rem;height:1.40625rem;top:5.59375rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AhKLcyGSWEg574yHN4J27ZKGQ3MWwvTu { width:18.75rem;height:2.8rem;top:1.25rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QV5BKTTsK6rZB8TMSStuXCzUQGIWyLli { width:17.5rem;height:1.40625rem;top:22.34375rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o15T9axff1gMT4GytD8l5CKb1pXhKU12 { width:17.5rem;height:3.5rem;top:18.75rem;left:1.1874999403954rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UT7QQa9rsvm7w6JhvPd9oTRmvAAgVio5 { width:17.5rem;height:2.8rem;top:16.25rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGE3STEoUXiC9edZsqGenlWpFL1DTUn6 { width:17.5rem;height:1.40625rem;top:13.03125rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0GiNbSSCvdQuWXOS2NRhViGXcTOAD7S { width:17rem;height:1.75rem;top:11.25rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTdl1A0lRLN5aRF7emmtbrMpcWpn04S8 { width:18.75rem;height:2.8rem;top:8.75rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS { background-color:#262b31;background-image:none;display:block; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { background-color: transparent; background-image: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row > .video-iframe-container { display: none; }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .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); }#n5Iz9k3UdR30T54mBxnaPzlWBRgbkrTS > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaQ9J1qunIXwgXAFwZg49BBoRcfsorTQ { width:17.5rem;height:3.4375rem;top:7.8125rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpsxyOPKCSHsqAwufGufTiRXShmAF88 { display:block; }
 }@media only screen and (max-width: 763px) { #pCbha1TIgr2MKkw2ZOkCmPannXBrd6Kl { width:17.5rem;height:3.9rem;top:2.5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE { background-color:#262b31;background-image:none;display:block; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { background-color: transparent; background-image: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container > .video-iframe-container { display: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row > .video-iframe-container { display: none; }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .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); }#wcpFkxPhKgE8eeCHV8aZsFeMnwIn9ouE > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL { display:block; }#Tt3spaIzHCLFazAAmHkU06SoUCMfUbbL > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 { display:block; }#TkTgQzLl7MGewOA4IvtDI9EvKCKeSiV4 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrzcrsuEp0qmT8KuumQ96W7GPhGdWVcu { width:17.5rem;height:3.9rem;top:5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGkWDOKybie7LlMKVNZ2VqsWaQnvgcHe { width:17.5rem;height:1.7rem;top:2.5rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v02g3pftCwK0y18hIw9wi9IRQeXcmOBT { width:17.5rem;height:7.03125rem;top:11.25rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #NCvORHfTHbX9CfcwQ38Spdixw51pAM8Z { width:13.75rem;height:3.5rem;top:20rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PxiEruycoIUmKE4SAWJ2xIkrpSTwXTcE { width:13.75rem;height:4.21875rem;top:23.75rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrvHFfA358x8NpHHM5Z5RlsptmseZpoE { width:12.5rem;height:1.75rem;top:30rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TStS3FvoTiANa2uxGsAhoBpI7IkaOPlf { width:13.75rem;height:5.625rem;top:31.875rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rhdsfpp2vdBJs4swxQz0cUNpBNgOZRmo { width:12.5rem;height:5.625rem;top:53.125rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSIiFie0GyX43iZaBzJqp8Uci4a8k0AQ { width:13.75rem;height:3.5rem;top:48.75rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nebOpZ6PrWNDeXaaZtGXwU9T3u0hzwuq { width:12.5rem;height:4.21875rem;top:42.0625rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pel3oktTyisfMcQbTRnDoMniJNSwzZdI { width:12.5rem;height:1.75rem;top:40rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxUipDfemfNWJkxmfD7dtZERRsp7PXoN { width:14.6875rem;height:1.75rem;top:61.25rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hfy8bINGHf4S17kNJObaactoTLylbT15 { width:13.75rem;height:5.625rem;top:63.125rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7rIEEoJSP3wkLCinRXSzJvSuFIpJh7S { width:13.625rem;height:5.625rem;top:73.125rem;left:5.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVFt8ToyQNgv5DwV49lhEhqB8MAknwcK { width:12.5rem;height:1.75rem;top:71.25rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k1qq2UG7API7SylyrvFTw1yQlePL11QI { width:2.5rem;height:2.5rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOFZ8ECVPfWRn3v7ntTW6KLJegLgeUq4 { width:2.5rem;height:2.5rem;top:40rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCiLo3cZNQ4lCdMUpOx9A2Bwa2bxg0X { width:2.5rem;height:2.5rem;top:61.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANTccFf64crN4UaGQ17ZaJyxFoZQBBPw { width:2.5rem;height:2.5rem;top:30rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTMclEmEtEu5LgofQcSgHkIV2tg8ACP { width:2.5rem;height:2.5rem;top:48.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCQtl3w6mBgJGBHXIboZCCUQvp7ArI9n { width:2.5rem;height:2.5rem;top:71.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB { display:block; }#eavZ0fmm2KIbRrTvHmT4Tl796rePvtAB > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 { display:block; }#zJTMcytqTz3MSZwEv0qkJhTCnGak2Ao1 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1s6xD64Rfxr276ZXSRhLExPebDKvA4V { display:block; }#D1s6xD64Rfxr276ZXSRhLExPebDKvA4V > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX7hXZXx79TA48U6eikTftEamldTXHwH { width:17.5rem;height:5.85rem;top:5rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oe8ieT8x2M7VewPrlvIEGEntqSm7RnJI { width:17.5rem;height:1.7rem;top:2.5rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF { width:17.5rem;height:13.59375rem;top:17.5rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#shvGGIZw0Tr5BswiNSxPq4W0kezCNsDF li:before{  }
 }@media only screen and (max-width: 763px) { #FnZuPqXaliqmgpbsW10b9PTs98NOV4us { width:17.5rem;height:3.5rem;top:12.5rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT { display:block; }#nnLJ9u3WK2P6oe29rtTcqT7Fn5yT4PzT > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0aadcfe-22c5-42a5-a817-abdbc2fdeb7d/ObrazautorstwaaleksandarlittlewolfnaFreepika.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.adaptive-delivery-prevent-bg, #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.lazyload, #OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk.lazyloading { background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { background-color: transparent; background-image: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,43,49,0.9); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row > .video-iframe-container { display: none; }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .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); }#OGp9OnXEpJt5mf4RkbTuWo2wxWDGC1gk > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4nwObTWVLQtRENnC45gSsXEg9f4Zew { width:20rem;height:4.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;display:block; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-text {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-select {padding-top: 0; padding-bottom: 0;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.9;text-align:left;text-align-last:left; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k  { width:17.5rem;height:auto;top:17.568756103516rem;left:0rem;z-index:14994; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QobEDC0oC67WAecNeb5c7saUDTnvrU6k {display:block;}#QobEDC0oC67WAecNeb5c7saUDTnvrU6k { width:17.5rem;height:auto;top:17.568756103516rem;left:0rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HU90ZqSJnTizQyRNpI3NN8FzITsvR5dQ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #PIboaFus7aHPJa3t8Voy5W4GFuusOVIL { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #mEdgKpe5wHq7JhVfyQ9iG5FiWK7VEnti {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #zalng3FluvWasLWCb8SK1LPaDOTvVmlV {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #Ty1nN52nIvq6dneqVzQbVPnVITlW0bw6 { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #hqqvsQh9oE8SQxIXazzDn8Xv8ye2FK9K {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #HBFoXmDuEV9RVvNx3UlWIbCbrwmkKyKW {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #cuupRUnNfBg4E6V0WTfO3wHk20Odn7OJ { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #lRltNy86GngaSX8NfJrwuvOWy1l4Vk8X {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #ixLFGIc0Klr3u8MfCyHuIOTXUTzghXea {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #owiHquklvTaXVRVuOQ8ED4HTbWLvfTKH { display:block; }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #o9uCUqlGgwarrTOqt4SuqpqJzBUFXRGZ {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #DqQmEJexPofQASA2M3OiqD6DJo9rXkdT {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #bI6zQro7hu1g6TV1euNcStGwiPRQuDbC {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #JiutfcqKbxkkypPGVCToOAEXpMTtlWTL {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #dp6XGsJxRLMrkCE432mChCwTctQPXat1 {  }
 }@media only screen and (max-width: 763px) { #QobEDC0oC67WAecNeb5c7saUDTnvrU6k #liQtfddkNTTrEhbE0I1k90xoHB0kBXqz {  }
 }@media only screen and (max-width: 763px) { #PgVSnOrRJDz9IoN040Tscq5hJPlDQZ6W { width:17.5rem;height:5.625rem;top:8.75rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBybbVt5bswF8g4TkoMERKz0Me4ddx1e { width:2.5rem;height:2.5rem;top:15.118750572204rem;left:8.7500005364419rem;display:block; }
 }