.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,83,255;--color-primary-1:36,166,213;--color-primary-2:16,119,188;--color-primary-3:29,64,142;--color-primary-4:22,49,104;--color-secondary-0:222,222,231;--color-secondary-1:157,157,182;--color-secondary-2:92,92,133;--color-secondary-3:51,51,102;--color-secondary-4:31,30,58;--color-tertiary-0:255,255,255;--color-tertiary-1:232,232,232;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@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:rgba(var(--color-secondary-3),1);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); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { background-color: transparent; background-image: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container > .video-iframe-container { display: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row > .video-iframe-container { display: block; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .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); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { border-width: 0; border-radius: 0; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { font-size:0.875rem;font-family:"open sans";height:53.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Sx1UJVKDiqZSFa6PqUOtJuco9emz8z2O { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:1.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.9375rem;left:38.5625rem;display:block; }
#lZTTBTlBoxdzAQhIh9TRrDS3VywNJUAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KeWNkzvW613lSUoVAgF6awl1rUcgdnzG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.9375rem;left:50.4375rem;display:block; }
#cpzlZO5QoTz2chsoGJGegHM8tdyZqEvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KETTM5ARDFLfnrzXgw3vTIXKRZTEDgN1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.9375rem;left:32.75rem;display:block; }
#ugnggErpiMU6CUSqmoFEhiSNL1HUF1DC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThPJEcbgpW32alknh9wN8qQ0grNT1TKW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.9375rem;left:67.5rem;display:block; }
#J2XMNSgzZT3aBXARC4UwCLhG0L09wRTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5WeVIM3MTfUvd0uLGfxQMelG82doxLr { color:rgba(var(--color-tertiary-1),1);display:block;width:60.5rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.8125rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KuzpPKZgzQpg5A1hzDBhQTdpHDdSoZp7 { color:#900e09;display:block;width:43.6865234375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:11.625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fvmgX40oa6xTqZ9PDgJgma7DtqfRhzha { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4365rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:42.671875rem;left:49.68701171875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W46ffTHPILkRF053ZKFlAJtlazhcsG3X { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25.6875rem;left:11.37451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gfgx3tlpqPcUps6s7pIDALWnIgiT7VlG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:42.671875rem;left:29.9375rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DhiaNBShdIf2bxqZ4oL5KsGE9SspTic8 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: -0.375rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.54) ;height:10.8122701875rem;width:61.4993095625rem;top:37.493106842041rem;left:6.43382358551rem;display:block; }
#ZzHHfU7kNWIxTvNiT7lkR5Z5MczXf8Uc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:42.671875rem;left:12.40625rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTFmTyDiEe1rTxg4mTCDkXD9sGSAaKln { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:25.6875rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VzblPl5CElb07UqScBcsLOcVfmx01Z04 { position:absolute;display:block;z-index:15014;background-color:#900e09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.125rem;top:26.09375rem;left:9.0625rem;display:block; }
#QctmX6azW24eyyAUOzm3T98dCxCApg29 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:37.5rem;left:18rem;overflow:hidden;display:block; }
#Uu8fJdOg5PUQsQ2FMkTUvZMgIWDNF6CQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.875rem;top:37.311584472656rem;left:53.437039375305rem;overflow:hidden;display:block; }
#k4a5gUuDm7vdrRIBrIPn6DfQv3WTleob { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:37.1875rem;left:35.4375rem;overflow:hidden;display:block; }
#Dg8Ew121TeuFDJn6X63m6SUkmzuwqm21 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:35.875rem;left:16.3125rem;display:block; }
#iLN80clbPZyIUHAOnmoVdqdR4vUp5ezQ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8743105rem;width:5.8743105rem;top:35.75rem;left:34.25rem;display:block; }
#AZAPLZrqeRmZ1ufI8m56sAxWl7u4DkVh { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8743105rem;width:5.8743105rem;top:35.75rem;left:52rem;display:block; }
#n2433WCKSU0hqlVTW3rlKwdbtnErKTBc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:35.875rem;left:16.3125rem;display:none; }
#o01AtkPwaCTqhmb1252KsxUgmBcNTzCJ { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:35.875rem;left:16.3125rem;display:none; }
#ZM44cIckeuDMFcAlLzJWASkozGcqTtlb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.9375rem;left:25.0625rem;display:block; }
#xkhGOlhKkMv02Q2tSTqQeQLCSTr910bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVN6tgIdLWBIHDI19r8LVtBzZWitxLQb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),0.8);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.03225rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.9375rem;left:58.8125rem;display:block; }
#GxtK5sCd5DeIqeb7w00sMq1JJ7Ru6Tdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsapwDvOhp04ULOm7NZLPklig9BmTziN { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.375rem;top:1.65625rem;left:1.9375rem;overflow:hidden;display:block; }
#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);background-image:url("https://images.assets-landingi.com/uc/2933573a-6a7a-4fe4-bf6f-30b9998e0a4b/Postyosobowev320260203T153841518.png");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; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.adaptive-delivery-prevent-bg, #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.lazyload, #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.lazyloading { background-image: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { background-color: transparent; background-image: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container > .video-iframe-container { display: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row > .video-iframe-container { display: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .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); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { border-width: 0; border-radius: 0; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#oMcuSlTtpUMb4Wu64eyNsvMZmTwv7Az8 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.499rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.67431640625rem;left:3.12548828125rem;height:5.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RnwKxpCAdFITPtgRv2fcVmHI6scBlck2 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.77) ;height:42.9375rem;width:40.75rem;top:0rem;left:0rem;display:block; }
#Wt0yG3DiHA0byPS1U5pDr870vQ2r73Se { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:12.5625rem;left:3.12548828125rem;height:24rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R8CTbDNJGPpVaki5Uf9GByaefoVGi6CQ { background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.75rem;left:48.8125rem;display:block; }
#dBUwUIEURpTUoT0mvxzymM6Lqs8hqGnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckJflfD4kONoxdRwDuAWXpw3ibB001mF { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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:24.375rem;width:36.6875rem;top:10.04931640625rem;left:38.3125rem;overflow:hidden;display:block; }
#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9b9595, #562a2a);background-image: -moz-linear-gradient(180deg, #9b9595, #562a2a);background-image: -ms-linear-gradient(180deg, #9b9595, #562a2a);background-image: -o-linear-gradient(180deg, #9b9595, #562a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );";background-image: linear-gradient(180deg, #9b9595, #562a2a);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; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container { background-color: transparent; background-image: none; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container > .video-iframe-container { display: none; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row > .video-iframe-container { display: none; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .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); }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container { border-width: 0; border-radius: 0; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#i4dzwNuFTV965S44hf3CwiyOTKa6k191 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5888671875rem;left:3.828125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6865rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.5;letter-spacing:0;top:16.21826171875rem;left:12.5rem;height:11.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO li:before{  }
#UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF { position:absolute;display:block;z-index:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08d63686-3d83-41f7-b3b7-32ebb5c77097/man1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.624rem;width:11.9375rem;top:13.43798828125rem;left:0rem;display:block; }#UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF.adaptive-delivery-prevent-bg, #UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF.lazyload, #UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF.lazyloading { background-image: none; }
#BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.5;letter-spacing:0;top:14.90576171875rem;left:37.185546875rem;height:13.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk li:before{  }
#b795ZJTh0UU3AV2gp0PxZrGJ5ecC4AyS { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.625rem;width:13.375rem;top:13.3125rem;left:36.560546875rem;display:block; }
#n2VFM8EXrc5EiAKxPSZagcUsX38huAIe { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.6245403125rem;width:13.1870403125rem;top:13.3125rem;left:11.875rem;display:block; }
#et0gGJhpmOHnRTf1oCiQclbGW659STnu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.625rem;width:13.6875rem;top:13.3125rem;left:61.3125rem;display:block; }
#dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8730625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:14.53076171875rem;left:62.71923828125rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn li:before{  }
#DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e26c9576-2058-41ee-98ec-030495131662/man2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.625rem;width:11.9375rem;top:13.3125rem;left:49.875rem;display:block; }#DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419.adaptive-delivery-prevent-bg, #DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419.lazyload, #DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419.lazyloading { background-image: none; }
#zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H { position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f3301497-e6b6-4c5b-b091-0ea1072d6e8b/ChatGPTImage3lut202616_22_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.08) ;height:16.5625rem;width:11.9375rem;top:13.3125rem;left:24.685546875rem;display:block; }#zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H.adaptive-delivery-prevent-bg, #zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H.lazyload, #zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H.lazyloading { background-image: none; }
#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(180deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(180deg, #562a2a, #9b9595);background-image: -o-linear-gradient(180deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(180deg, #562a2a, #9b9595);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; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { background-color: transparent; background-image: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container > .video-iframe-container { display: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container { display: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .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); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { border-width: 0; border-radius: 0; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { font-size:0.875rem;font-family:arial;height:123.0625rem;width:75rem;position:relative;display:block; }#JAD1oTL7Ek9TIl92vPIFrZenp8LJVBT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8745403125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.7355346679688rem;left:25.445770263672rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzmvAVVbKBEvTWdDtzrZ2pHb3tZUuJ1q { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:22.49755859375rem;left:33.71875rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dViklDT3cGPHfAg3iauo3Xa9X9trSNXV { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:5.9995403125rem;width:5.9995403125rem;top:8.0441284179688rem;left:34.497931480408rem;display:block; }
#d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv { position:absolute;display:block;z-index:15096;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/95dcdfc4-919a-4338-b0bd-032e185b12ba/DSC087254.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:16.626560688019rem;left:34.999217987061rem;display:block; }#d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv.adaptive-delivery-prevent-bg, #d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv.lazyload, #d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv.lazyloading { background-image: none; }
#yeSXsseCd2BFFs4WL25E5JHSIFxJ9yzc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:8.8742184638975rem;left:22.62343788147rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ldzp7zIXyqnqNynCleP5ohd5N6OF3CW4 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:10.936719417572rem;left:3.8117179870606rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w2wJo5kbXdKBGX9Gs0BzVlNlFTO990X5 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.68896484375rem;left:42.62451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SzAZCPvznuamhuhZwao4cUSMzP1VthX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15076;line-height:1.5;letter-spacing:0;top:16.62646484375rem;left:42.62451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a4LBhUirxeKmxGThnlpq2VDkFbllmma3 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:51.1875rem;left:5.560546875rem;height:4.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hT5ahscM14DdvxiTlSu4MRM7nT7HtgSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.5;letter-spacing:0;top:49.125rem;left:24.123046875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XRgIVEeLcASQCLPyfJOQA6uTo2bLAsNo { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:5.99921875rem;width:5.99921875rem;top:40.5rem;left:34.6875rem;display:block; }
#DPnVLhXb8MF0BMDRGwdwHCgpqNE2XW47 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.5;letter-spacing:0;top:41.125rem;left:42.62451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cKCmHKyq8vOOAfSrqJD5RuTkekcw3gF9 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.624rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:43.75rem;left:42.62451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wZoXArUVgHTT6y50SN1hIRRwynW0Q1Gf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:55.3125rem;left:32.40625rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwCM4XvzPDeqGTGb5EZAERVZV863iCcl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:41.9375rem;left:36.125rem; }
#Tf0ZG4uifrCE2tNlebS5uBHJL5bt8rgo { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:5.9992875rem;width:5.9992875rem;top:115.5625rem;left:34.625rem;display:block; }
#O52te8b5RZWVCbkCQ737H4RENLbn2ByW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:116.4375rem;left:20.375rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I6JbrPQxyzPOtyd9e1TcUn8KrfSTRfOX { color:rgba(var(--color-tertiary-0),0.7);display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:118.5rem;left:7rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uJ7AV7GIZSxrXf8BXPk3sT4IBt7CQio5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:117rem;left:36.0625rem; }
#qcUPpD2FyT43E1nrTlAMrQqJNIdboLTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:9.58203125rem;left:35.9033203125rem; }
#TgFMKGdLUp6ZJkbslXbBSynwUtwab2X6 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3775ff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:13.44255065918rem;left:37.437957763672rem;display:none; }
#bosEXHfUufdnbWa30aL4nckKClJ8qmVp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:44.74560546875rem;left:6.0719213485717rem;height:5.0625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#Oc27sVixdSu0a8XVz4ud3JR5aR9ETrKm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:44.74560546875rem;left:6.0719213485717rem;height:5.0625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#LiKggd6gHScPkdoTqsOCZR1pprVQxdxT { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3775ff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:13.44255065918rem;left:37.437957763672rem;display:none; }
#MP8tBdzW4D9LMrSxLQpnvhTu5Xl5VyAV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:44.74560546875rem;left:6.0719213485717rem;height:5.0625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#NrawgKi6HJ8bly5kNiEWnnelsIRbKxCd { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:44.74560546875rem;left:6.0719213485717rem;height:5.0625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#RTd5PfpRc83FqTGS6gkSkygpIzlnzQgP { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.4360625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.65283203125rem;left:42.62451171875rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1 { position:absolute;display:block;z-index:15103;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/5a4cc180-f005-40d7-8ecc-64f80e739891/1711209303245.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:28.5rem;left:35.000001907349rem;display:block; }#PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1.adaptive-delivery-prevent-bg, #PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1.lazyload, #PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1.lazyloading { background-image: none; }
#SdnJd2CtwwofSOJefTXwLg0I8DKvn04F { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.5;letter-spacing:0;top:28.5rem;left:24.248046875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sK8KN5mZsV8U1sNay8npA1yFvVZzPg8R { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.1240234375rem;left:33.78125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GG8H6vFokTRoalAnlAPlib2hynSTzTVL { position:absolute;display:block;z-index:15111;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5rem;width:5rem;top:49.125rem;left:35rem;display:block; }#GG8H6vFokTRoalAnlAPlib2hynSTzTVL.adaptive-delivery-prevent-bg, #GG8H6vFokTRoalAnlAPlib2hynSTzTVL.lazyload, #GG8H6vFokTRoalAnlAPlib2hynSTzTVL.lazyloading { background-image: none; }
#DV2sygKx0cmx24ffBJBMfkoqtV6uJ55y { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.5;letter-spacing:0;top:61.3125rem;left:42.62451171875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdGB9LSHkmdcUoZVzcsDkTVlgB38z6KK { color:rgba(var(--color-tertiary-0),0.7);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:63.375rem;left:42.62451171875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT { position:absolute;display:block;z-index:15106;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:61.0625rem;left:34.75rem;display:block; }#Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT.adaptive-delivery-prevent-bg, #Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT.lazyload, #Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT.lazyloading { background-image: none; }
#sdNVIlmZT5wmhGRrFlkvuCLznGboK9fJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:67.5rem;left:34.46875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU { position:absolute;display:block;z-index:15094;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/b9ba8855-141d-407b-8442-d6a3c78ec575/mowcy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:16.624216556549rem;left:27.676170349121rem;display:none; }#eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.adaptive-delivery-prevent-bg, #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.lazyload, #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.lazyloading { background-image: none; }
#EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2 { position:absolute;display:block;z-index:15094;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/b9ba8855-141d-407b-8442-d6a3c78ec575/mowcy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:16.624216556549rem;left:27.676170349121rem;display:none; }#EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2.adaptive-delivery-prevent-bg, #EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2.lazyload, #EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2.lazyloading { background-image: none; }
#JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd { position:absolute;display:block;z-index:15094;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/b9ba8855-141d-407b-8442-d6a3c78ec575/mowcy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:16.624216556549rem;left:27.676170349121rem;display:none; }#JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd.adaptive-delivery-prevent-bg, #JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd.lazyload, #JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd.lazyloading { background-image: none; }
#VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q { position:absolute;display:block;z-index:15096;background-color:#02030f;background-image:url("https://images.assets-landingi.com/EToI0ijm/Maciej_Trybulec.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:16.626560688019rem;left:34.999217987061rem;display:none; }#VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q.adaptive-delivery-prevent-bg, #VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q.lazyload, #VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q.lazyloading { background-image: none; }
#eeleKe98VTPwTstNBqf3LKuPV8mgGHmk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.37265586853rem;left:34.657030105591rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FxesHZ0iFADOQMPiDJOhRBtaqm1fBhRU { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#attSU9BnTVLNdsoGWHlxuRucdbvIqTBu { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#PndzVTLRnKpORceGaMSUbq8Wlo7G1THf { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#HQxu9Qdz5UrUTpTJElg8MX3wMTC7hqyM { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#P6MJvDiqNvFDk8P9Eatud7mQk8xFoTma { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#fGW1z004Ss58a3oln6V8cJon8Xzf1dw6 { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#J50dOUhShFOU6o3mFo71cf7UDMAx1Kha { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#KCiGloSZTcKBPBP4636U9a4vuVMkCHI3 { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#xF7lZiaG5p6ztThpXoif2dqtpKMOwZT5 { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#ZF6LK8hc457ILrIAQ8cEAJrZaE1WFuzs { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#LaydmpE9HFPdScoRhe8HInS3uoT0iwxq { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#i0XdymK9EwvIa63vMhoIVVM8E85QSQye { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#dmEmr5ocC7Ma6Wd6khPqxMimlfpzoed1 { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#T3T1mNgvvhAJzXM972mtoVUOEH1AEo3d { position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.9375rem;top:56.073865648926rem;left:25.064194156428rem;display:none; }
#g8NFnp5v4JRO5GCvLtMaWXpaeMLzZu8U { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:16.7353515625rem;left:8.3427734375rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6G2rZFO14QrPr85vKhzJlhKGmbQRgPc { color:rgba(var(--color-tertiary-0),0.7);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:28.60888671875rem;left:49.68701171875rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmuyHF81DPadAZsif9cL4RIVz1hhGIXg { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:30.5625rem;left:3.810546875rem;height:4.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#J6RetaUBiogbnQFMG2vBvVOrS7G1QFAW { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:49rem;left:42.62451171875rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SFMdfqFW30BBWqCMmmbnLOoNIHnlDKgf { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:61.3125rem;left:3.310546875rem;height:6.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#t1uhL1LkXTewG24URwqp29PKQILGhCsm { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:75.125rem;left:3.623046875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yHS2MaLoDZzkGha7PwVLXhiza61ox0dT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:74rem;left:36rem; }
#xJAOmAhNDdsOuewvAdHKuOdgpGToyBNZ { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:5.9992875rem;width:5.9992875rem;top:72.625rem;left:34.5625rem;display:block; }
#r2I6SJXMdwP0lsLKIDdLOGNzkkt2EUkH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.5;letter-spacing:0;top:73.25rem;left:22.498046875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ITeST3Vf096Z1RFN8V5QHDrbzGezz8wc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15087;line-height:1.5;letter-spacing:0;top:92.625rem;left:24.125rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vunKJxEfdLh9ZVa5ZdRro3Sr8lpOweUc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:98.4375rem;left:32.40625rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6wrtRC4WlDZgWNkp8hsmk8T9vHh7hbE { color:rgba(var(--color-tertiary-0),0.7);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:94.6875rem;left:5.5625rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ { position:absolute;display:block;z-index:15121;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5rem;width:5rem;top:92.625rem;left:35rem;display:block; }#m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ.adaptive-delivery-prevent-bg, #m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ.lazyload, #m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ.lazyloading { background-image: none; }
#U6btEFL4rxV0lwLXJzcGS4bHX4MpdMed { color:rgba(var(--color-tertiary-0),0.7);display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:93.625rem;left:42.62451171875rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A337HICl1Q8DM8sxiKMTP0HTLr8Fy3ST { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.5;letter-spacing:0;top:81.4375rem;left:42.5625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trzoDC0mHNWJSS9N5uCBaAt0eOTLLmUT { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:83.5rem;left:42.5625rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIwJOwgzp0pyfHlTHKGRi5lNyTJG5zB0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68555rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:87.0625rem;left:34.6572265625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra { position:absolute;display:block;z-index:15111;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/05a7b2ec-cac7-4abf-baee-538735c98c97/TelengaWojciechkoeczko1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:81rem;left:34.8125rem;display:block; }#IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra.adaptive-delivery-prevent-bg, #IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra.lazyload, #IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra.lazyloading { background-image: none; }
#RxuDy0ABEgZeUZRyUriZG6qiQHE2zqRv { color:rgba(var(--color-tertiary-0),0.7);display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:81rem;left:4.560546875rem;height:7.96875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pgcihQppDh9Sa5eg1oqyokWQd2RPuvyg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:22.49755859375rem;left:27.28125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ { position:absolute;display:block;z-index:15123;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/233237ab-3f54-4ea1-b571-90c83e4331a7/MG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5rem;width:5rem;top:16.6259765625rem;left:28.03125rem;display:block; }#Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ.adaptive-delivery-prevent-bg, #Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ.lazyload, #Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ.lazyloading { background-image: none; }
#BxasJ4y4ir0PQg8npcZ01wrWTEkCnTIo { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:34.125rem;left:40.9375rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt { position:absolute;display:block;z-index:15105;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/97e494a3-0861-4344-958a-dd83db8c6190/1770810736566.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:28.5rem;left:42.1875rem;display:block; }#ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt.adaptive-delivery-prevent-bg, #ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt.lazyload, #ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt.lazyloading { background-image: none; }
#ctKezZTZlf7a5033BdNApoHpQKJOAed0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:108.9375rem;left:33.78125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SISk9HoWm1JJIXot6VekJInRuf13smbh { color:rgba(var(--color-tertiary-0),0.7);display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:103.5625rem;left:5.5625rem;height:4.78125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih { position:absolute;display:block;z-index:15116;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/841ec668-8085-48fd-85d7-3af91f1cf095/Zrzutekranu20260211o135634.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:4.99921875rem;width:4.99921875rem;top:103.375rem;left:35rem;display:block; }#TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih.adaptive-delivery-prevent-bg, #TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih.lazyload, #TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih.lazyloading { background-image: none; }
#zKoFhGXDqLDTT1FE2NAu76tbmE8Ftp9v { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:105.875rem;left:42.75rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qwCDf47uczFBTTqZk1s0b2feqeuHgpEv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.5;letter-spacing:0;top:103.8125rem;left:42.75rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mh5qftirsoRgfmTDbJDGnO6TxBqIlQZy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:98.4375rem;left:32.40625rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9b9595, #562a2a);background-image: -moz-linear-gradient(180deg, #9b9595, #562a2a);background-image: -ms-linear-gradient(180deg, #9b9595, #562a2a);background-image: -o-linear-gradient(180deg, #9b9595, #562a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );";background-image: linear-gradient(180deg, #9b9595, #562a2a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container { background-color: transparent; background-image: none; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container > .video-iframe-container { display: none; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row > .video-iframe-container { display: none; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .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); }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container { border-width: 0; border-radius: 0; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#RpMIQP1t1UaFJsXkGu6LaXuvtv6uNqKJ { color:rgba(var(--color-tertiary-0),1);display:block;width:71.185625rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.5400390625rem;left:1.90673828125rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEIqzNO3fuSHAqLIXRzxzrsNMGnJ8T0G { position:absolute;display:block;z-index:15014;background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:22.25rem;width:23.25rem;top:13.9375rem;left:25.875rem;display:block; }
#A3TuGPy39bG93fMTtbuK0rwcN299KHmN { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:8.125rem;width:8.125rem;top:12.25rem;left:33.4375rem;display:block; }
#KHPTQoXUwlhs5nSO6rv4OwmUxolEQ25D { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:26.203125rem;left:27.125rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2lPFwwd8I8i72uCyprq2RyQVTN6oBXD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4995403125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:22.25rem;left:30.75rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFR8nWOzHd0lvEAnrECH2UnH4PFNzT0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.5;letter-spacing:0;top:26.203125rem;left:3.03076171875rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoW9bZendf02LdtlGaVW4bLp6W0NCCTx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4995403125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15088;line-height:1.5;letter-spacing:0;top:22.25rem;left:4.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moTIdfwAaxZkW37P1LCiTvXDurrfse3x { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:8.125rem;width:8.125rem;top:12.255279541016rem;left:7.52757358551rem;display:block; }
#HK58zTelEquG7AU1ET0KQ9KbXcMTO4PP { position:absolute;display:block;z-index:15015;background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:22.25rem;width:23.25rem;top:13.9453125rem;left:51.750912666321rem;display:block; }
#m46badSqbdOQtnlQRkOFz6WLopHkZV9o { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #900e09, #1f1f23);background-image: -moz-linear-gradient(40deg, #900e09, #1f1f23);background-image: -ms-linear-gradient(40deg, #900e09, #1f1f23);background-image: -o-linear-gradient(40deg, #900e09, #1f1f23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#900e09', endColorstr='#1f1f23' );";background-image: linear-gradient(40deg, #900e09, #1f1f23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:8.125rem;width:8.125rem;top:12.265625rem;left:59.277340888977rem;display:block; }
#LeATboTReMB8x2N9XwQb7aU1ESD0mPu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4995403125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.5;letter-spacing:0;top:22.192108154297rem;left:56.622242927551rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFid1osl33Iit411O330Md1oeo47WrZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:27.09375rem;left:54.50048828125rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyQWG8IQSZw5m71BacJGF7ns2AzCHSoB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:44.168212890625rem;left:3.3743104934692rem; }
#UrkBP3OFrtVHDrm0EEIQhV3RciSOV8zX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:43.455902099609rem;left:7.5264253616331rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IwEyfcOvPdXSGAHZWHq2FrqH72QLUCys { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:42.8125rem;left:32.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hivOU1cNlMOCeGlf28lFe0s2wk1VFsJJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:43.5625rem;left:28.25rem; }
#D7oOTDA5IIPnyy1XawN82bUGS0qo5W25 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:43.5rem;left:51.75rem; }
#vGWM93T961m3kkZZJ3uZe5XSlqQBEZ3F { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15085;line-height:1.5;letter-spacing:0;top:42.8125rem;left:56rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L4Vpfio5xsZXBP2E6XJIVWVW99RBFQz4 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1247701875rem;width:6.1247701875rem;top:13.252502441406rem;left:8.5615806579587rem;overflow:hidden;display:block; }
#EpxTZO7FLqDqRbzhlb0xAncXDCn3EyMi { position:absolute;display:block;z-index:15097;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:5.4997701875rem;width:5.5618105rem;top:13.909698486328rem;left:34.71736907959rem;overflow:hidden;display:block; }
#rUChzNUPicXdv3kPMpwqkIRpFGh9hTgG { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.7495403125rem;width:4.7495403125rem;top:13.909698486328rem;left:60.999538421631rem;overflow:hidden;display:block; }
#RZKPI0Xzrwndxh7lW9mk3SfIqVK6s089 { background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1865rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.7529296875rem;left:30.90625rem;display:block; }
#CqWyuB2sSTBvbwmVPACasnvrfNZ1mWGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUmrPh5LV4SQfsTDXM3c4U2xegeOWV81 { position:absolute;display:block;z-index:15015;background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:22.2495403125rem;width:23.2490806875rem;top:13.88671875rem;left:0rem;display:block; }
#hDq8g9Hxx56JA3bqodTzvm9u04aXoPiu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4995403125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.5;letter-spacing:0;top:38.871765136719rem;left:30.747929573059rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(180deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(180deg, #562a2a, #9b9595);background-image: -o-linear-gradient(180deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(180deg, #562a2a, #9b9595);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; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container { background-color: transparent; background-image: none; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container > .video-iframe-container { display: none; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row > .video-iframe-container { display: none; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .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); }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container { border-width: 0; border-radius: 0; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container { font-size:0.875rem;font-family:arial;height:153.6875rem;width:75rem;position:relative;display:block; }#xJDte2fgc3w0lv48Bcl0damcG9SmbrGP { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.986328125rem;left:19.46875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKzxzSLve5iUNZKy3gGS3Us2MqIxf1Mx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:14.8125rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2wqTUiayM04aXF6AQoC1THeMCMXCoEs { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:11.6875rem;width:11.6875rem;top:13.75rem;left:0.0625rem;display:block; }
#XMCHAiPhrxS4ND1t1tlfgl50cKtAshOm { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:29.375rem;left:63.4375rem;display:block; }
#rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg { position:absolute;display:block;z-index:15056;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/5a4cc180-f005-40d7-8ecc-64f80e739891/1711209303245.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4365806875rem;width:10.4365806875rem;top:45.75rem;left:0.6875rem;display:block; }#rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg.adaptive-delivery-prevent-bg, #rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg.lazyload, #rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg.lazyloading { background-image: none; }
#Zoobyohecq9xmAaaRGsADTn7TRCvNKU5 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6865806875rem;width:11.6865806875rem;top:45.125rem;left:0.0625rem;display:block; }
#xxiQwabOvweqMpQu1M5xVVG2QHS7Iqdf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:46rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SmnXohp2o4hr9yyTrtzq6tDcQQ65C7Zo { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:48.5rem;left:13.6875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eBl5eeH2yF8p1l9TmaAnJGA295DkgQeQ { position:absolute;display:block;z-index:15003;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:59.4375rem;top:13.727203369141rem;left:5.6831340789795rem;display:block; }
#UPecvxPEkoXRg69u7nzJraIXEhGbVtaB { position:absolute;display:block;z-index:15004;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:60rem;top:29.349487304688rem;left:8.8694839477537rem;display:block; }
#eT7hKyC8BvnHdEaxOBLGDci6thPKT6s7 { position:absolute;display:block;z-index:15005;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865806875rem;width:60rem;top:45.116241455078rem;left:5.3998165130615rem;display:block; }
#rAWUItKF8rqfF6dpzOLpHlw4B8cgpXmB { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:61rem;left:63.3125rem;display:block; }
#Hi3e6vIMpmH6To9SN2cCFOVXbVRHRFVU { position:absolute;display:block;z-index:15006;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865234375rem;width:60rem;top:61rem;left:9.625rem;display:block; }
#QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4 { position:absolute;display:block;z-index:15057;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/97e494a3-0861-4344-958a-dd83db8c6190/1770810736566.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4359375rem;width:10.4359375rem;top:61.625782012939rem;left:64.063283920288rem;display:block; }#QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4.adaptive-delivery-prevent-bg, #QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4.lazyload, #QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4.lazyloading { background-image: none; }
#hHQELUVXXUBKwnpzWLW5R4filJ4eUmf5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:62.4375rem;left:45.736328125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hDSXVCHPL5JTr5P8QLspySoqkPHPBPKT { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:64.862501144406rem;left:12.25rem;height:5.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6 { position:absolute;display:block;z-index:15052;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/95dcdfc4-919a-4338-b0bd-032e185b12ba/DSC087254.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:29.90625rem;left:63.96874809265rem;display:block; }#GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6.adaptive-delivery-prevent-bg, #GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6.lazyload, #GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6.lazyloading { background-image: none; }
#aLQ0Db04CylaG2BHQgOrqL8eIMxlqp0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.59375rem;left:46.830078125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRDlDl74FRrerKUvlNsXXWrF7Awu4Amd { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:32.71875rem;left:10.486328125rem;height:7.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WptmqHZH0vrf8L2y8hIf5Ue440PMdDT8 { position:absolute;display:block;z-index:15002;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.685375rem;width:60rem;top:76.187528610231rem;left:5.4012784957886rem;display:block; }
#wFH2Gd8Nhho1ICQtU50Py05VsxacnAzm { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:76.186113357544rem;left:0rem;display:block; }
#T41dK9NaFFCBLE82p61IkcUk8mXz9pbd { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:17.3623046875rem;left:13.6875rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kruGw0TiptHzUW5LOhJE4boqQvAWiaqB { position:absolute;display:block;z-index:15053;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/233237ab-3f54-4ea1-b571-90c83e4331a7/MG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:14.280468940735rem;left:0.59375rem;display:block; }#kruGw0TiptHzUW5LOhJE4boqQvAWiaqB.adaptive-delivery-prevent-bg, #kruGw0TiptHzUW5LOhJE4boqQvAWiaqB.lazyload, #kruGw0TiptHzUW5LOhJE4boqQvAWiaqB.lazyloading { background-image: none; }
#flT1CE5Af3O60n9vUVlEzF2MMdOVAr1s { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:80.125rem;left:13.6875rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVWGU9pFPdrLWWotq7IXtiirqGMTkgHa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:77.5rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt { position:absolute;display:block;z-index:15081;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/05a7b2ec-cac7-4abf-baee-538735c98c97/TelengaWojciechkoeczko1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:76.811114311219rem;left:0.6875rem;display:block; }#xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt.adaptive-delivery-prevent-bg, #xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt.lazyload, #xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt.lazyloading { background-image: none; }
#qRAUN9S23e6kWWdrRWbdRPANF7Lxcg2J { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:75.561717033387rem;left:0rem;display:none; }
#QbBwoqTwM7ibirehpCBiZHa1NQHXSlBs { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:89.25rem;left:63.3125rem;display:none; }
#filVNCci4zvl1Z9GP1eaRemBkxlfRi0z { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:91.4375rem;left:63.3125rem;display:block; }
#rSH3Zu8Wg8G9VGd5C4cE2121qXQnDRrn { position:absolute;display:block;z-index:15011;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865234375rem;width:60rem;top:91.4375rem;left:9.625rem;display:block; }
#FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt { position:absolute;display:block;z-index:15062;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/841ec668-8085-48fd-85d7-3af91f1cf095/Zrzutekranu20260211o135634.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4359375rem;width:10.4359375rem;top:92.0625rem;left:64.0625rem;display:block; }#FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt.adaptive-delivery-prevent-bg, #FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt.lazyload, #FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt.lazyloading { background-image: none; }
#IfTvzBVzVS7pUR1JXnDn9AErFn5D1HmR { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.5;letter-spacing:0;top:95.4375rem;left:12.5rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GTymgbCITnPBSKsFIWtUpTJu73BQDA5L { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:92.875rem;left:34.125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dw5MC2oyDnGWwyLTf0v84tMoTfUoR8Qt { position:absolute;display:block;z-index:15017;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.685375rem;width:60rem;top:137.875rem;left:5.375rem;display:block; }
#sP55VIitsIBH6QkzffhTcoWAvKSABBIg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:142.77978515625rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v9zxCWV1eI1Ek7z7UfnwcX5AqXf37uDF { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:122.6875rem;left:63.3125rem;display:block; }
#Fhq2sTxCBTBqGegaTqb2utwJByLT2nDK { position:absolute;display:block;z-index:15021;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865234375rem;width:60rem;top:122.6875rem;left:9.625rem;display:block; }
#uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2 { position:absolute;display:block;z-index:15072;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4359375rem;width:10.4359375rem;top:123.3125rem;left:64.0625rem;display:block; }#uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2.adaptive-delivery-prevent-bg, #uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2.lazyload, #uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2.lazyloading { background-image: none; }
#i6bdQr5d6XkLQRJLxd3ulMFym9EDEsfb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:127.59375rem;left:45.736328125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PxWBbTSqlTSoiG5m4eCJ3VnwMeP3AvCA { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:137.875rem;left:0rem;display:block; }
#IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk { position:absolute;display:block;z-index:15096;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:138.5rem;left:0.6875rem;display:block; }#IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk.adaptive-delivery-prevent-bg, #IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk.lazyload, #IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk.lazyloading { background-image: none; }
#WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ { position:absolute;display:block;z-index:15071;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4365806875rem;width:10.4365806875rem;top:107.4375rem;left:0.6875rem;display:block; }#WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ.adaptive-delivery-prevent-bg, #WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ.lazyload, #WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ.lazyloading { background-image: none; }
#EanrBCM3HDJPeO94Tumr2G8wpw0Lyxxk { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6865806875rem;width:11.6865806875rem;top:106.8125rem;left:0.0625rem;display:block; }
#zMfzdWZJRTxxssq2eflXokTvKBo6BMDE { position:absolute;display:block;z-index:15020;background-color:rgba(96,100,104,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6865806875rem;width:60rem;top:106.8125rem;left:5.375rem;display:block; }
#sSpIPNtOXBEw6ciTwSBSKr9frDIsU2Cd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:111.7177734375rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HeVxHcy0snAiDZ3dGOHwOpIQDdbbTH8N { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:91.4375rem;left:63.3125rem;display:none; }
#fJ0H51bXt4sgrAkt5Amt51aGd7dLy4Qt { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:91.4375rem;left:63.3125rem;display:none; }
#oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE { position:absolute;display:block;z-index:15096;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:138.5rem;left:0.6875rem;display:none; }#oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE.adaptive-delivery-prevent-bg, #oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE.lazyload, #oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE.lazyloading { background-image: none; }
#ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm { position:absolute;display:block;z-index:15096;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/c2ed02ad-0b44-4b7f-aed9-c9b2d297cb23/stockphotoportraitsilhouettemanhoodblackbackgroundhisfacevisibleconcept.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:138.5rem;left:0.6875rem;display:none; }#ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm.adaptive-delivery-prevent-bg, #ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm.lazyload, #ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm.lazyloading { background-image: none; }
#dxtGOThx8TWceRGbnd9L4uvsbALqwfur { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:91.4375rem;left:63.3125rem;display:none; }
#NpLbM9xGoSgyxk0yguKr9qN3GLTUAVfW { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:91.4375rem;left:63.3125rem;display:none; }
#HpEzGsh7FIpnUB49TuTN20FmurJ3NCqC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:111.7177734375rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iCwSIZRZP8CygPSbAq9EcVSClef8FEWR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:111.7177734375rem;left:13.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9b9595, #562a2a);background-image: -moz-linear-gradient(180deg, #9b9595, #562a2a);background-image: -ms-linear-gradient(180deg, #9b9595, #562a2a);background-image: -o-linear-gradient(180deg, #9b9595, #562a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );";background-image: linear-gradient(180deg, #9b9595, #562a2a);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; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container { background-color: transparent; background-image: none; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container > .video-iframe-container { display: none; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row > .video-iframe-container { display: none; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .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); }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container { border-width: 0; border-radius: 0; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#oBCVhFQlX7Nn11EOEuTnLqHLJtiL0Cb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.7353515625rem;left:19.46875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJKf0L43zpFIrRHyhTzPomySqKEJ1Hhl { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(40deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.06) ;height:11.6875rem;width:11.6875rem;top:75.561717033387rem;left:0rem;display:none; }
#JRVtPGBUeJN6uGKM1parPOxubapEvM69 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.625rem;left:29.75rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5168KJQ91hCFF5vzc69mC8SBzr1suiX { position:absolute;display:block;z-index:15032;background-color:rgba(2,3,15,0.46);background-image:url("https://images.assets-landingi.com/uc/233237ab-3f54-4ea1-b571-90c83e4331a7/MG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:10.125rem;width:10.125rem;top:6.4375rem;left:32.4375rem;display:block; }#k5168KJQ91hCFF5vzc69mC8SBzr1suiX.adaptive-delivery-prevent-bg, #k5168KJQ91hCFF5vzc69mC8SBzr1suiX.lazyload, #k5168KJQ91hCFF5vzc69mC8SBzr1suiX.lazyloading { background-image: none; }
#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6db65710-9879-4d78-94a6-679adb2768cc/AdobeStock_1654708651.jpeg");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; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.adaptive-delivery-prevent-bg, #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.lazyload, #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.lazyloading { background-image: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { background-color: transparent; background-image: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container > .video-iframe-container { display: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row > .video-iframe-container { display: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .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); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { border-width: 0; border-radius: 0; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK::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; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { font-size:0.875rem;font-family:arial;height:74.5rem;width:75rem;position:relative;display:block; }#U6gDc4P6R6gwaRfbITLPg4tUBHpMVryc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.499rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.29931640625rem;left:3.125rem;height:5.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfWtku18BW1Ag52lu20lIZ43ToNxwDoV { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(var(--color-tertiary-4),0.77) ;height:64.375rem;width:43.875rem;top:6.0517578125rem;left:0rem;display:block; }
#JoArruZy27OABO6TL40TW0AnIaNbkv7I { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:15.81103515625rem;left:3.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#JoArruZy27OABO6TL40TW0AnIaNbkv7I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JoArruZy27OABO6TL40TW0AnIaNbkv7I li:before{  }
#IyEtZyfM8HqK4w7LBDzGERfHeJExmu2w { background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:67.4267578125rem;left:52.18994140625rem;display:block; }
#ZZ9GT1B117kBiOovQZ1NUoReRTf57Sw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEBxLClM0IFE5AKR5gFxcfpG5ufh4V5q { position:absolute;display:block;z-index:15084;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:18.125rem;width:27.25rem;top:15.8125rem;left:38.6875rem;overflow:hidden;display:block; }
#oa759ZJ7oJWWKwqP0pNf4wvmT75OLcPx { position:absolute;display:block;z-index:15085;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:11.25rem;width:16.875rem;top:28.25rem;left:58.125rem;overflow:hidden;display:block; }
#EtFR3129Vm1bTrkGG9WhvMd9pHVhzX42 { position:absolute;display:block;z-index:15086;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:11.125rem;width:16.75rem;top:34.9375rem;left:42.9375rem;overflow:hidden;display:block; }
#WOz4t1p7d8uw9FvWZKTDB7mokfm7cwwW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:36.5rem;left:3.125rem;height:1.5rem;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; }
#y3fc3m78zBWQxoTc8yHu1ca2ahReg6GK { position:absolute;display:block;z-index:15087;height:15.375rem;width:31.3125rem;top:39.17041015625rem;left:3.125rem;display:block; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#900e09;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.663125rem;padding-right:0.588125rem;padding-bottom:0.663125rem;padding-left:0.588125rem;display:block;align-items:center;width:3.53rem;min-width:3.53rem;height:3.565625rem;position:relative;font-family:montserrat;font-size:2.65375rem;font-weight:700;line-height:57.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.414375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.706875rem;height:1.409375rem;position:relative;font-family:montserrat;font-size:0.995rem;font-weight:400;line-height:22.55px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #9b9595, #562a2a);background-image: -moz-linear-gradient(top, #9b9595, #562a2a);background-image: -ms-linear-gradient(top, #9b9595, #562a2a);background-image: -o-linear-gradient(top, #9b9595, #562a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );";background-image: linear-gradient(to bottom, #9b9595, #562a2a);background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.8125rem;height:6.714875rem;padding-top:0.829375rem;padding-right:0.840625rem;padding-bottom:0.829375rem;padding-left:0.840625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:57.1142578125rem;left:48.380859375rem;z-index:15088; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A5UctS8C73efo96UkPdQgzzcuFaVspTc { display:flex;position:relative;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #qtUNFQfo7a6lFwZHGLhOzmF2pFgF6R7g { width:auto; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #nBXk2aClmRDnTHcBQmVb2zAHmPSIuw2l {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #a3m1bl2DfMKpc2gZCy1zITXSHZdvc1yz { display:flex;position:relative;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #QqO2PvkVIWbTJTVR3WJiGqOGriIuXzVi {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #pVKIoGkVPpTPC14xG80UaEUSfApsHrnb {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #vccHDhK0UW67oZgR5QPk7PP7OGtLyswG { display:flex;position:relative;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #ly7T5p0WiJcxVwlUK91PHeW6LIz2rPsC {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A9vBouwxttdizi0rJyFT4O9yUJ5QTitW {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #rMRCFTyZMNTVVI8NrTU1CMS4AWEmnETD { display:flex;position:relative;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #h7u1aR5vxtL9V6ySaqbBVpmVntVn2I7D {  }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #UtqlHXdtlMUEsfEK95kCNPkmg5yIpTN6 {  }
#XRnVkd9tdDmzyCoocbu26zWTVTpkEPxC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:54.54541015625rem;left:48.380859375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container { background-color: transparent; background-image: none; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container > .video-iframe-container { display: none; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row > .video-iframe-container { display: none; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .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); }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container { border-width: 0; border-radius: 0; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#zp6G0bHOBpBBLHiTurenpW8zXRRc38cM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.43603515625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs7drNw1FZ3hEa7oc7nvpSgBGgKoqCC6 { position:absolute;display:block;z-index:15012;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:13rem;width:13rem;top:23.375rem;left:2.875rem;overflow:hidden;display:block; }
#bSaJxm5r1hs8kUAmCRdSk51kV9LyCgSU { position:absolute;display:block;z-index:15015;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:13.6875rem;width:19.625rem;top:23.0625rem;left:18.75rem;overflow:hidden;display:block; }
#FHWap7L8bbcGWHdo1S5gNvuKavW6WRmR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:20.375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2183GLUiS7tsJq3bGlaypuTDRQCt2Ii { position:absolute;display:block;z-index:15013;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:10.0625rem;width:12.4375rem;top:7.09375rem;left:21.90625rem;overflow:hidden;display:block; }
#ctZexb44cFSIbidO83FCZs7tnepP4pIn { position:absolute;display:block;z-index:15016;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:8.25rem;width:8.25rem;top:25.75rem;left:42.75rem;overflow:hidden;display:block; }
#US7IKsHnKLF7MS5A9Ne8lXeFCECSKTml { position:absolute;display:block;z-index:15017;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:13.25rem;width:13.25rem;top:34.3125rem;left:40.25rem;overflow:hidden;display:block; }
#UAQ1u5VpmoSzyx9QwEXXZsrSnLwbpopT { position:absolute;display:block;z-index:15018;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:7.75rem;width:14.0625rem;top:37.0625rem;left:2.375rem;overflow:hidden;display:block; }
#SZpEERSV5RwqmmEguG4Swh2xOJvaITbf { position:absolute;display:block;z-index:15019;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:7.375rem;width:11.375rem;top:36.75rem;left:59.9375rem;overflow:hidden;display:block; }
#sV20hF487GnT9eqIIFGQ6wL3Ii1A8JSG { position:absolute;display:block;z-index:15017;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:7.5625rem;width:8.5625rem;top:26.125rem;left:61.375rem;overflow:hidden;display:block; }
#wfZ5ouSB7Kz9gOgDd1oVgZrNsGovFz5f { position:absolute;display:block;z-index:15018;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:11.375rem;width:11.375rem;top:35.0625rem;left:22.4375rem;overflow:hidden;display:block; }
#mt2aZh45tfvu8Dl2DTUoJbSxTRql8KvG { position:absolute;display:block;z-index:15014;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:8.8125rem;width:17.875rem;top:7.71875rem;left:37.9375rem;overflow:hidden;display:block; }
#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(180deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(180deg, #562a2a, #9b9595);background-image: -o-linear-gradient(180deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(180deg, #562a2a, #9b9595);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; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container { background-color: transparent; background-image: none; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container > .video-iframe-container { display: none; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row > .video-iframe-container { display: none; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .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); }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container { border-width: 0; border-radius: 0; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#GUD36mG6qoQQBzvaplh2dZgAba24N6Qy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8745403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:26.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEfA0EmKolgSwDLCSHh1AathHZCmfWqh { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15133;line-height:1.2;letter-spacing:0;top:49.5625rem;left:20rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-form-header {  }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:49.3125rem;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; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .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; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#900e09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:49.3125rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:47.875rem;overflow:hidden;font-style:normal; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .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; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-container:first-of-type{padding-top:0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-container:last-of-type{padding-bottom:0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15141;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.125rem;left:11.59375rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.3125rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 {display:block;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15141;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.125rem;left:11.59375rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #lAXshdFUGzHWT3Htu4XPyeovwsJ3QUIJ { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #GxyQDkD24cATa8ZxXldEogOAT0dQdQ2p { position:relative;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #m7k0id5EoLliSaVEeAMaSFnhTqLfHd6J { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #y1WlcCnwF2cNMGp1NXeGcKTV1kFszNVq { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #rkFl85zXe4rCCZ5GzF2fgqGofrK97QwX { position:relative;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #c8Qi6TTxMKxJBpTsn5dy9c5ud2RTArrT { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Nk8uPbZFtE6oFSOE0DWHk9XenEobSfrI { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #O1LDvs6dCi388R37lP6p6Ot6cPhvCmEh { position:relative;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #nGPnHAxfQJa8cyTFH6v7RAPHgBQ3i6xG { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #MLarB008VKLPBfmK2Wpx643BNd79bQz6 { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #dvHRSpzz9Rqbe1s9HJSpv9rMRgssrxDn { position:relative;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #fO813XRkESaSValV2Dxm5hRBU7afiUb1 { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #pXIFCbzPJZrhwo975knFzM4GeKRmU4pd { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #ypIwHH1FGzNJ0VbFGn2qM2eCeuGbim4L { position:relative;display:block; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #K3X0ABzbSheK71KOGUqN1WPWh1ahvieW { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #uNxufvqxxvel7hMPE5Zab7guQq72xgAb { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #LAS75RPvXTF5p8biVXTiOkLxU5lLuaUE { position:relative;z-index:2; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #mc6MG8oT7XiETZdcoRp6ZS16UbMaNgLA { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B4x2nsdsf6MFm3Qe3QNuglFBDvWFC3xJ { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #UxO2acFQHrTlFLflf46LVIQ2Um5UeS1J { position:relative;z-index:2; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #sqJ8qsvhMCDf2dlbA33TFrE2PmzZ2Crh { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Cula0gIkHddDhxbwlFsGBmx3WBRPB9iv { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #HtqAG2WbMlUetGvHC8A4bNsGZKuM4Hk2 { position:relative;z-index:2; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #SJSc8nlWzDrd6y6U8PhcoyQmVM3mTQU3 { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #wrX7VHRwsXDomBUk1LkFCrnzwinT6D14 { position:relative; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B6leMcBmI7zkB42TTTV6tlhv5fyMwWzW { position:relative; }
#bBQTvhsv6UyoNnsw8rTkZWLLs9DyRvAQ { background-color:#900e09;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:53.5rem;left:29.0625rem;display:block; }
#XuQOSFWm5KQnQRXIME2LFR6p6nllexTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9b9595, #562a2a);background-image: -moz-linear-gradient(180deg, #9b9595, #562a2a);background-image: -ms-linear-gradient(180deg, #9b9595, #562a2a);background-image: -o-linear-gradient(180deg, #9b9595, #562a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9595', endColorstr='#562a2a' );";background-image: linear-gradient(180deg, #9b9595, #562a2a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container { background-color: transparent; background-image: none; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container > .video-iframe-container { display: none; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row > .video-iframe-container { display: none; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .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); }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container { border-width: 0; border-radius: 0; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#Iccb5KV74GgeyIAlCAp0LvP0KWdOrhbg { color:rgba(var(--color-tertiary-0),0.6);display:block;width:59.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.5;letter-spacing:0;top:8.375rem;left:7.625rem;height:10.125rem;text-align:center;text-align-last:center;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; }
#iq6B4UIbLWLHz8HHXQo5JgPOEl6y2VpV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:16.0625rem;top:2.875rem;left:29.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp { display:block; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx1UJVKDiqZSFa6PqUOtJuco9emz8z2O { width:11.25rem;height:1.25rem;top:2.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTTBTlBoxdzAQhIh9TRrDS3VywNJUAz { display:block; }
 }@media only screen and (max-width: 763px) { #KeWNkzvW613lSUoVAgF6awl1rUcgdnzG { width:7.5rem;height:1.25rem;top:2.9375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzlZO5QoTz2chsoGJGegHM8tdyZqEvb { display:block; }
 }@media only screen and (max-width: 763px) { #KETTM5ARDFLfnrzXgw3vTIXKRZTEDgN1 { width:5.75rem;height:1.25rem;top:2.9375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugnggErpiMU6CUSqmoFEhiSNL1HUF1DC { display:block; }
 }@media only screen and (max-width: 763px) { #ThPJEcbgpW32alknh9wN8qQ0grNT1TKW { width:6.1875rem;height:1.25rem;top:2.9375rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2XMNSgzZT3aBXARC4UwCLhG0L09wRTz { display:block; }
 }@media only screen and (max-width: 763px) { #M5WeVIM3MTfUvd0uLGfxQMelG82doxLr { top:14.8125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzpPKZgzQpg5A1hzDBhQTdpHDdSoZp7 { top:11.625rem;left:0rem;width:43.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvmgX40oa6xTqZ9PDgJgma7DtqfRhzha { top:42.625rem;left:36.06201171875rem;width:10.375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46ffTHPILkRF053ZKFlAJtlazhcsG3X { top:25.6875rem;left:0rem;width:45rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgx3tlpqPcUps6s7pIDALWnIgiT7VlG { top:42.625rem;left:16.3125rem;width:15.125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhiaNBShdIf2bxqZ4oL5KsGE9SspTic8 { top:37.4375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzHHfU7kNWIxTvNiT7lkR5Z5MczXf8Uc { top:42.625rem;left:0rem;width:13.6875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFmTyDiEe1rTxg4mTCDkXD9sGSAaKln { top:25.6875rem;left:0rem;width:7.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzblPl5CElb07UqScBcsLOcVfmx01Z04 { top:26.0625rem;left:0rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctmX6azW24eyyAUOzm3T98dCxCApg29 { top:37.5rem;left:4.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8fJdOg5PUQsQ2FMkTUvZMgIWDNF6CQ { top:37.25rem;left:39.812039375305rem;width:2.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4a5gUuDm7vdrRIBrIPn6DfQv3WTleob { top:37.1875rem;left:21.8125rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8Ew121TeuFDJn6X63m6SUkmzuwqm21 { top:35.875rem;left:2.6875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLN80clbPZyIUHAOnmoVdqdR4vUp5ezQ { top:35.75rem;left:20.625rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAPLZrqeRmZ1ufI8m56sAxWl7u4DkVh { top:35.75rem;left:38.375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2433WCKSU0hqlVTW3rlKwdbtnErKTBc { top:35.875rem;left:2.6875rem;width:5.8125rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o01AtkPwaCTqhmb1252KsxUgmBcNTzCJ { top:35.875rem;left:2.6875rem;width:5.8125rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM44cIckeuDMFcAlLzJWASkozGcqTtlb { width:7rem;height:1.25rem;top:2.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhGOlhKkMv02Q2tSTqQeQLCSTr910bz { display:block; }
 }@media only screen and (max-width: 763px) { #uVN6tgIdLWBIHDI19r8LVtBzZWitxLQb { width:8rem;height:1.25rem;top:2.9375rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtK5sCd5DeIqeb7w00sMq1JJ7Ru6Tdh { display:block; }
 }@media only screen and (max-width: 763px) { #gsapwDvOhp04ULOm7NZLPklig9BmTziN { top:1.625rem;left:0rem;width:14.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc { display:block; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMcuSlTtpUMb4Wu64eyNsvMZmTwv7Az8 { top:4.625rem;left:0rem;width:34.4375rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnwKxpCAdFITPtgRv2fcVmHI6scBlck2 { top:0rem;left:0rem;width:40.75rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt0yG3DiHA0byPS1U5pDr870vQ2r73Se { top:12.5625rem;left:0rem;width:32.1875rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8CTbDNJGPpVaki5Uf9GByaefoVGi6CQ { width:15.6875rem;height:3.25rem;top:39.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUwUIEURpTUoT0mvxzymM6Lqs8hqGnT { display:block; }
 }@media only screen and (max-width: 763px) { #ckJflfD4kONoxdRwDuAWXpw3ibB001mF { top:10rem;left:11.0625rem;width:36.6875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX { display:block; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4dzwNuFTV965S44hf3CwiyOTKa6k191 { top:3.5625rem;left:0rem;width:41.875rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO { top:16.1875rem;left:0rem;width:10.625rem;height:;font-size:1rem;display:block; }#DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO li:before{  }
 }@media only screen and (max-width: 763px) { #UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF { top:13.4375rem;left:0rem;width:11.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk { top:14.875rem;left:23.560546875rem;width:12.125rem;height:13.6875rem;font-size:0.875rem;display:block; }#BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk li:before{  }
 }@media only screen and (max-width: 763px) { #b795ZJTh0UU3AV2gp0PxZrGJ5ecC4AyS { top:13.3125rem;left:22.935546875rem;width:13.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2VFM8EXrc5EiAKxPSZagcUsX38huAIe { top:13.3125rem;left:0rem;width:13.125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et0gGJhpmOHnRTf1oCiQclbGW659STnu { top:13.3125rem;left:34.0625rem;width:13.6875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn { top:14.5rem;left:36.9375rem;width:10.8125rem;height:14.4375rem;font-size:1rem;display:block; }#dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn li:before{  }
 }@media only screen and (max-width: 763px) { #DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419 { top:13.3125rem;left:35.8125rem;width:11.9375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H { top:13.3125rem;left:11.060546875rem;width:11.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 { display:block; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAD1oTL7Ek9TIl92vPIFrZenp8LJVBT6 { top:2.6875rem;left:11.820770263672rem;width:22.8125rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmvAVVbKBEvTWdDtzrZ2pHb3tZUuJ1q { top:22.4375rem;left:20.09375rem;width:7.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dViklDT3cGPHfAg3iauo3Xa9X9trSNXV { top:8rem;left:20.872931480408rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv { top:16.625rem;left:21.374217987061rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeSXsseCd2BFFs4WL25E5JHSIFxJ9yzc { top:8.8125rem;left:8.998046875rem;width:9.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldzp7zIXyqnqNynCleP5ohd5N6OF3CW4 { top:10.875rem;left:0rem;width:28.4375rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2wJo5kbXdKBGX9Gs0BzVlNlFTO990X5 { top:18.6875rem;left:17.75rem;width:30rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzAZCPvznuamhuhZwao4cUSMzP1VthX8 { top:16.625rem;left:28.99951171875rem;width:7.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4LBhUirxeKmxGThnlpq2VDkFbllmma3 { top:51.1875rem;left:0rem;width:26.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT5ahscM14DdvxiTlSu4MRM7nT7HtgSZ { top:49.125rem;left:10.498046875rem;width:8.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRgIVEeLcASQCLPyfJOQA6uTo2bLAsNo { top:40.5rem;left:21.0625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPnVLhXb8MF0BMDRGwdwHCgpqNE2XW47 { top:41.125rem;left:28.99951171875rem;width:13.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKCmHKyq8vOOAfSrqJD5RuTkekcw3gF9 { top:43.75rem;left:28.99951171875rem;width:18.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoXArUVgHTT6y50SN1hIRRwynW0Q1Gf { top:55.3125rem;left:18.78125rem;width:10.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwCM4XvzPDeqGTGb5EZAERVZV863iCcl { top:41.9375rem;left:22.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0ZG4uifrCE2tNlebS5uBHJL5bt8rgo { top:115.5625rem;left:21rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52te8b5RZWVCbkCQ737H4RENLbn2ByW { top:116.4375rem;left:6.75rem;width:11.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JbrPQxyzPOtyd9e1TcUn8KrfSTRfOX { top:118.5rem;left:0rem;width:25.25rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ7AV7GIZSxrXf8BXPk3sT4IBt7CQio5 { top:117rem;left:22.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcUPpD2FyT43E1nrTlAMrQqJNIdboLTG { top:9.5625rem;left:22.2783203125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFMKGdLUp6ZJkbslXbBSynwUtwab2X6 { top:13.4375rem;left:23.812957763672rem;width:0.125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bosEXHfUufdnbWa30aL4nckKClJ8qmVp { top:44.6875rem;left:0rem;width:26.25rem;height:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc27sVixdSu0a8XVz4ud3JR5aR9ETrKm { top:44.6875rem;left:0rem;width:26.25rem;height:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiKggd6gHScPkdoTqsOCZR1pprVQxdxT { top:13.4375rem;left:23.812957763672rem;width:0.125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP8tBdzW4D9LMrSxLQpnvhTu5Xl5VyAV { top:44.6875rem;left:0rem;width:26.25rem;height:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrawgKi6HJ8bly5kNiEWnnelsIRbKxCd { top:44.6875rem;left:0rem;width:26.25rem;height:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTd5PfpRc83FqTGS6gkSkygpIzlnzQgP { top:8.625rem;left:19.375rem;width:28.375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1 { top:28.5rem;left:21.375001907349rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdnJd2CtwwofSOJefTXwLg0I8DKvn04F { top:28.5rem;left:10.623046875rem;width:8rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8KN5mZsV8U1sNay8npA1yFvVZzPg8R { top:34.0625rem;left:20.15625rem;width:7.4375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8H6vFokTRoalAnlAPlib2hynSTzTVL { top:49.125rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV2sygKx0cmx24ffBJBMfkoqtV6uJ55y { top:61.3125rem;left:28.99951171875rem;width:9.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdGB9LSHkmdcUoZVzcsDkTVlgB38z6KK { top:63.375rem;left:22.75rem;width:25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT { top:61.0625rem;left:21.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdNVIlmZT5wmhGRrFlkvuCLznGboK9fJ { top:67.5rem;left:20.84375rem;width:6.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU { top:16.5625rem;left:14.051170349121rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2 { top:16.5625rem;left:14.051170349121rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd { top:16.5625rem;left:14.051170349121rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q { top:16.625rem;left:21.374217987061rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeleKe98VTPwTstNBqf3LKuPV8mgGHmk { top:23.3125rem;left:21.032030105591rem;width:5.625rem;height:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxesHZ0iFADOQMPiDJOhRBtaqm1fBhRU { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #attSU9BnTVLNdsoGWHlxuRucdbvIqTBu { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PndzVTLRnKpORceGaMSUbq8Wlo7G1THf { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQxu9Qdz5UrUTpTJElg8MX3wMTC7hqyM { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6MJvDiqNvFDk8P9Eatud7mQk8xFoTma { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGW1z004Ss58a3oln6V8cJon8Xzf1dw6 { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J50dOUhShFOU6o3mFo71cf7UDMAx1Kha { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCiGloSZTcKBPBP4636U9a4vuVMkCHI3 { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF7lZiaG5p6ztThpXoif2dqtpKMOwZT5 { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZF6LK8hc457ILrIAQ8cEAJrZaE1WFuzs { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaydmpE9HFPdScoRhe8HInS3uoT0iwxq { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0XdymK9EwvIa63vMhoIVVM8E85QSQye { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmEmr5ocC7Ma6Wd6khPqxMimlfpzoed1 { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3T1mNgvvhAJzXM972mtoVUOEH1AEo3d { top:56.0625rem;left:11.439194156428rem;width:6.9375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8NFnp5v4JRO5GCvLtMaWXpaeMLzZu8U { top:16.6875rem;left:0rem;width:19.375rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6G2rZFO14QrPr85vKhzJlhKGmbQRgPc { top:28.5625rem;left:18.8125rem;width:21.875rem;height:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuyHF81DPadAZsif9cL4RIVz1hhGIXg { top:30.5625rem;left:0rem;width:28.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6RetaUBiogbnQFMG2vBvVOrS7G1QFAW { top:49rem;left:18.8125rem;width:28.9375rem;height:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFMdfqFW30BBWqCMmmbnLOoNIHnlDKgf { top:61.3125rem;left:0rem;width:28.9375rem;height:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1uhL1LkXTewG24URwqp29PKQILGhCsm { top:75.125rem;left:0rem;width:28.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHS2MaLoDZzkGha7PwVLXhiza61ox0dT { top:74rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJAOmAhNDdsOuewvAdHKuOdgpGToyBNZ { top:72.625rem;left:20.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2I6SJXMdwP0lsLKIDdLOGNzkkt2EUkH { top:73.25rem;left:8.873046875rem;width:9.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITeST3Vf096Z1RFN8V5QHDrbzGezz8wc { top:92.625rem;left:10.5rem;width:8.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunKJxEfdLh9ZVa5ZdRro3Sr8lpOweUc { top:98.4375rem;left:18.78125rem;width:10.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6wrtRC4WlDZgWNkp8hsmk8T9vHh7hbE { top:94.6875rem;left:0rem;width:26.6875rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ { top:92.625rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6btEFL4rxV0lwLXJzcGS4bHX4MpdMed { top:93.625rem;left:18.8125rem;width:28.9375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A337HICl1Q8DM8sxiKMTP0HTLr8Fy3ST { top:81.4375rem;left:28.9375rem;width:9.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trzoDC0mHNWJSS9N5uCBaAt0eOTLLmUT { top:83.5rem;left:17.625rem;width:30.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIwJOwgzp0pyfHlTHKGRi5lNyTJG5zB0 { top:87.0625rem;left:21.0322265625rem;width:5.625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra { top:81rem;left:21.1875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxuDy0ABEgZeUZRyUriZG6qiQHE2zqRv { top:81rem;left:0rem;width:27.6875rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcihQppDh9Sa5eg1oqyokWQd2RPuvyg { top:22.4375rem;left:13.65625rem;width:6.5rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ { top:16.625rem;left:14.40625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxasJ4y4ir0PQg8npcZ01wrWTEkCnTIo { top:34.125rem;left:27.3125rem;width:7.4375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt { top:28.5rem;left:28.5625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKezZTZlf7a5033BdNApoHpQKJOAed0 { top:108.9375rem;left:20.15625rem;width:7.4375rem;height:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SISk9HoWm1JJIXot6VekJInRuf13smbh { top:103.5625rem;left:0rem;width:26.875rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih { top:103.375rem;left:21.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoFhGXDqLDTT1FE2NAu76tbmE8Ftp9v { top:105.875rem;left:17.625rem;width:30.125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCDf47uczFBTTqZk1s0b2feqeuHgpEv { top:103.8125rem;left:29.125rem;width:9.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5qftirsoRgfmTDbJDGnO6TxBqIlQZy { top:98.4375rem;left:18.78125rem;width:10.1875rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX { display:block; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpMIQP1t1UaFJsXkGu6LaXuvtv6uNqKJ { top:5.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIqzNO3fuSHAqLIXRzxzrsNMGnJ8T0G { top:13.9375rem;left:12.25rem;width:23.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3TuGPy39bG93fMTtbuK0rwcN299KHmN { top:12.25rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPTQoXUwlhs5nSO6rv4OwmUxolEQ25D { top:26.1875rem;left:13.5rem;width:20.75rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2lPFwwd8I8i72uCyprq2RyQVTN6oBXD { top:22.25rem;left:17.125rem;width:13.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFR8nWOzHd0lvEAnrECH2UnH4PFNzT0Q { top:26.1875rem;left:0rem;width:17.1875rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoW9bZendf02LdtlGaVW4bLp6W0NCCTx { top:22.25rem;left:0rem;width:13.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTIdfwAaxZkW37P1LCiTvXDurrfse3x { top:12.25rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK58zTelEquG7AU1ET0KQ9KbXcMTO4PP { top:13.9375rem;left:24.5rem;width:23.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m46badSqbdOQtnlQRkOFz6WLopHkZV9o { top:12.25rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeATboTReMB8x2N9XwQb7aU1ESD0mPu7 { top:22.1875rem;left:34.3125rem;width:13.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFid1osl33Iit411O330Md1oeo47WrZJ { top:27.0625rem;left:30.0625rem;width:17.6875rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyQWG8IQSZw5m71BacJGF7ns2AzCHSoB { top:44.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrkBP3OFrtVHDrm0EEIQhV3RciSOV8zX { top:43.4375rem;left:0rem;width:16.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwEyfcOvPdXSGAHZWHq2FrqH72QLUCys { top:42.8125rem;left:18.875rem;width:14.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hivOU1cNlMOCeGlf28lFe0s2wk1VFsJJ { top:43.5625rem;left:14.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7oOTDA5IIPnyy1XawN82bUGS0qo5W25 { top:43.5rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWM93T961m3kkZZJ3uZe5XSlqQBEZ3F { top:42.8125rem;left:32.75rem;width:15rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Vpfio5xsZXBP2E6XJIVWVW99RBFQz4 { top:13.25rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxTZO7FLqDqRbzhlb0xAncXDCn3EyMi { top:13.875rem;left:21.09236907959rem;width:5.5rem;height:5.4386491649167rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUChzNUPicXdv3kPMpwqkIRpFGh9hTgG { top:13.875rem;left:43rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKPI0Xzrwndxh7lW9mk3SfIqVK6s089 { width:13.125rem;height:3.4375rem;top:50.75rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWyuB2sSTBvbwmVPACasnvrfNZ1mWGs { display:block; }
 }@media only screen and (max-width: 763px) { #HUmrPh5LV4SQfsTDXM3c4U2xegeOWV81 { top:13.875rem;left:0rem;width:23.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDq8g9Hxx56JA3bqodTzvm9u04aXoPiu { top:38.8125rem;left:17.122929573059rem;width:13.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7m3QVPTHHhbva97K2hF3x3NUG5EseCz { display:block; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJDte2fgc3w0lv48Bcl0damcG9SmbrGP { top:4.9375rem;left:5.84375rem;width:36.0625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKzxzSLve5iUNZKy3gGS3Us2MqIxf1Mx { top:14.8125rem;left:0.0625rem;width:15.9375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wqTUiayM04aXF6AQoC1THeMCMXCoEs { top:13.75rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCHAiPhrxS4ND1t1tlfgl50cKtAshOm { top:29.375rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg { top:45.75rem;left:0rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoobyohecq9xmAaaRGsADTn7TRCvNKU5 { top:45.125rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiQwabOvweqMpQu1M5xVVG2QHS7Iqdf { top:46rem;left:0.0625rem;width:17.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmnXohp2o4hr9yyTrtzq6tDcQQ65C7Zo { top:48.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBl5eeH2yF8p1l9TmaAnJGA295DkgQeQ { top:13.6875rem;left:0rem;width:47.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPecvxPEkoXRg69u7nzJraIXEhGbVtaB { top:29.3125rem;left:0rem;width:47.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7hKyC8BvnHdEaxOBLGDci6thPKT6s7 { top:45.0625rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAWUItKF8rqfF6dpzOLpHlw4B8cgpXmB { top:61rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3e6vIMpmH6To9SN2cCFOVXbVRHRFVU { top:61rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4 { top:61.625rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHQELUVXXUBKwnpzWLW5R4filJ4eUmf5 { top:62.4375rem;left:31.1875rem;width:16.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSXVCHPL5JTr5P8QLspySoqkPHPBPKT { top:64.8125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6 { top:29.875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQ0Db04CylaG2BHQgOrqL8eIMxlqp0Z { top:30.5625rem;left:32.3125rem;width:15.4375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDlDl74FRrerKUvlNsXXWrF7Awu4Amd { top:32.6875rem;left:0rem;width:47.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WptmqHZH0vrf8L2y8hIf5Ue440PMdDT8 { top:76.1875rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFH2Gd8Nhho1ICQtU50Py05VsxacnAzm { top:76.125rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T41dK9NaFFCBLE82p61IkcUk8mXz9pbd { top:17.3125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruGw0TiptHzUW5LOhJE4boqQvAWiaqB { top:14.25rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flT1CE5Af3O60n9vUVlEzF2MMdOVAr1s { top:80.125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVWGU9pFPdrLWWotq7IXtiirqGMTkgHa { top:77.5rem;left:0.0625rem;width:18.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt { top:76.75rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRAUN9S23e6kWWdrRWbdRPANF7Lxcg2J { top:75.5rem;left:0rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbBwoqTwM7ibirehpCBiZHa1NQHXSlBs { top:89.25rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #filVNCci4zvl1Z9GP1eaRemBkxlfRi0z { top:91.4375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSH3Zu8Wg8G9VGd5C4cE2121qXQnDRrn { top:91.4375rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt { top:92.0625rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTvzBVzVS7pUR1JXnDn9AErFn5D1HmR { top:95.4375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTymgbCITnPBSKsFIWtUpTJu73BQDA5L { top:92.875rem;left:19.5625rem;width:28.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw5MC2oyDnGWwyLTf0v84tMoTfUoR8Qt { top:137.875rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP55VIitsIBH6QkzffhTcoWAvKSABBIg { top:142.75rem;left:0.0625rem;width:18.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9zxCWV1eI1Ek7z7UfnwcX5AqXf37uDF { top:122.6875rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhq2sTxCBTBqGegaTqb2utwJByLT2nDK { top:122.6875rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2 { top:123.3125rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6bdQr5d6XkLQRJLxd3ulMFym9EDEsfb { top:127.5625rem;left:31.1875rem;width:16.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxWBbTSqlTSoiG5m4eCJ3VnwMeP3AvCA { top:137.875rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk { top:138.5rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ { top:107.4375rem;left:0rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EanrBCM3HDJPeO94Tumr2G8wpw0Lyxxk { top:106.8125rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMfzdWZJRTxxssq2eflXokTvKBo6BMDE { top:106.8125rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpIPNtOXBEw6ciTwSBSKr9frDIsU2Cd { top:111.6875rem;left:0.0625rem;width:17.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeVxHcy0snAiDZ3dGOHwOpIQDdbbTH8N { top:91.4375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ0H51bXt4sgrAkt5Amt51aGd7dLy4Qt { top:91.4375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE { top:138.5rem;left:0rem;width:10.4375rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm { top:138.5rem;left:0rem;width:10.4375rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxtGOThx8TWceRGbnd9L4uvsbALqwfur { top:91.4375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpLbM9xGoSgyxk0yguKr9qN3GLTUAVfW { top:91.4375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpEzGsh7FIpnUB49TuTN20FmurJ3NCqC { top:111.6875rem;left:0.0625rem;width:17.6875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCwSIZRZP8CygPSbAq9EcVSClef8FEWR { top:111.6875rem;left:0.0625rem;width:17.6875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn { display:block; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBCVhFQlX7Nn11EOEuTnLqHLJtiL0Cb1 { top:1.6875rem;left:5.84375rem;width:36.0625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJKf0L43zpFIrRHyhTzPomySqKEJ1Hhl { top:75.5rem;left:0rem;width:11.6875rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRVtPGBUeJN6uGKM1parPOxubapEvM69 { top:17.625rem;left:16.125rem;width:15.5rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5168KJQ91hCFF5vzc69mC8SBzr1suiX { top:6.4375rem;left:18.8125rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK { display:block; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6gDc4P6R6gwaRfbITLPg4tUBHpMVryc { top:8.25rem;left:0rem;width:34.4375rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWtku18BW1Ag52lu20lIZ43ToNxwDoV { top:6rem;left:0rem;width:43.875rem;height:64.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoArruZy27OABO6TL40TW0AnIaNbkv7I { top:15.75rem;left:0rem;width:32.1875rem;height:;font-size:1rem;display:block; }#JoArruZy27OABO6TL40TW0AnIaNbkv7I li:before{  }
 }@media only screen and (max-width: 763px) { #IyEtZyfM8HqK4w7LBDzGERfHeJExmu2w { width:16.875rem;height:3.0625rem;top:67.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9GT1B117kBiOovQZ1NUoReRTf57Sw2 { display:block; }
 }@media only screen and (max-width: 763px) { #tEBxLClM0IFE5AKR5gFxcfpG5ufh4V5q { top:15.8125rem;left:20.5rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa759ZJ7oJWWKwqP0pNf4wvmT75OLcPx { top:28.25rem;left:30.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtFR3129Vm1bTrkGG9WhvMd9pHVhzX42 { top:34.9375rem;left:29.3125rem;width:16.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOz4t1p7d8uw9FvWZKTDB7mokfm7cwwW { top:36.5rem;left:0rem;width:32.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fc3m78zBWQxoTc8yHu1ca2ahReg6GK { top:39.125rem;left:0rem;width:31.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 { display:flex;width:18rem;height:5.0625rem;top:42.9375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A5UctS8C73efo96UkPdQgzzcuFaVspTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #qtUNFQfo7a6lFwZHGLhOzmF2pFgF6R7g {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #nBXk2aClmRDnTHcBQmVb2zAHmPSIuw2l {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #a3m1bl2DfMKpc2gZCy1zITXSHZdvc1yz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #QqO2PvkVIWbTJTVR3WJiGqOGriIuXzVi {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #pVKIoGkVPpTPC14xG80UaEUSfApsHrnb {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #vccHDhK0UW67oZgR5QPk7PP7OGtLyswG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #ly7T5p0WiJcxVwlUK91PHeW6LIz2rPsC {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A9vBouwxttdizi0rJyFT4O9yUJ5QTitW {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #rMRCFTyZMNTVVI8NrTU1CMS4AWEmnETD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #h7u1aR5vxtL9V6ySaqbBVpmVntVn2I7D {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #UtqlHXdtlMUEsfEK95kCNPkmg5yIpTN6 {  }
 }@media only screen and (max-width: 763px) { #XRnVkd9tdDmzyCoocbu26zWTVTpkEPxC { top:54.5rem;left:24.9375rem;width:22.8125rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH { display:block; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp6G0bHOBpBBLHiTurenpW8zXRRc38cM { top:2.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7drNw1FZ3hEa7oc7nvpSgBGgKoqCC6 { top:23.375rem;left:0rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSaJxm5r1hs8kUAmCRdSk51kV9LyCgSU { top:23.0625rem;left:4.25rem;width:19.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHWap7L8bbcGWHdo1S5gNvuKavW6WRmR { top:20.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2183GLUiS7tsJq3bGlaypuTDRQCt2Ii { top:7.0625rem;left:11.4375rem;width:12.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctZexb44cFSIbidO83FCZs7tnepP4pIn { top:25.75rem;left:25.71875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7IKsHnKLF7MS5A9Ne8lXeFCECSKTml { top:34.3125rem;left:22.5625rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAQ1u5VpmoSzyx9QwEXXZsrSnLwbpopT { top:37.0625rem;left:0rem;width:14.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpEERSV5RwqmmEguG4Swh2xOJvaITbf { top:36.75rem;left:36.09375rem;width:11.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV20hF487GnT9eqIIFGQ6wL3Ii1A8JSG { top:26.125rem;left:37.53125rem;width:8.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfZ5ouSB7Kz9gOgDd1oVgZrNsGovFz5f { top:35.0625rem;left:12.21875rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2aZh45tfvu8Dl2DTUoJbSxTRql8KvG { top:7.6875rem;left:17.9375rem;width:17.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1r5O184eAuNETqCsT9PPwfRvLdXsALD { display:block; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUD36mG6qoQQBzvaplh2dZgAba24N6Qy { top:3.8125rem;left:12.75rem;width:22.8125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfA0EmKolgSwDLCSHh1AathHZCmfWqh { top:49.5625rem;left:6.375rem;width:35rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2  { width:45.25rem;height:auto;top:10.125rem;left:0rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 {display:block;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 { width:45.25rem;height:auto;top:10.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #lAXshdFUGzHWT3Htu4XPyeovwsJ3QUIJ {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #GxyQDkD24cATa8ZxXldEogOAT0dQdQ2p {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #m7k0id5EoLliSaVEeAMaSFnhTqLfHd6J {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #y1WlcCnwF2cNMGp1NXeGcKTV1kFszNVq {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #rkFl85zXe4rCCZ5GzF2fgqGofrK97QwX {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #c8Qi6TTxMKxJBpTsn5dy9c5ud2RTArrT {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Nk8uPbZFtE6oFSOE0DWHk9XenEobSfrI {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #O1LDvs6dCi388R37lP6p6Ot6cPhvCmEh {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #nGPnHAxfQJa8cyTFH6v7RAPHgBQ3i6xG {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #MLarB008VKLPBfmK2Wpx643BNd79bQz6 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #dvHRSpzz9Rqbe1s9HJSpv9rMRgssrxDn {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #fO813XRkESaSValV2Dxm5hRBU7afiUb1 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #pXIFCbzPJZrhwo975knFzM4GeKRmU4pd {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #ypIwHH1FGzNJ0VbFGn2qM2eCeuGbim4L {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #K3X0ABzbSheK71KOGUqN1WPWh1ahvieW {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #uNxufvqxxvel7hMPE5Zab7guQq72xgAb {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #LAS75RPvXTF5p8biVXTiOkLxU5lLuaUE {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #mc6MG8oT7XiETZdcoRp6ZS16UbMaNgLA {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B4x2nsdsf6MFm3Qe3QNuglFBDvWFC3xJ {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #UxO2acFQHrTlFLflf46LVIQ2Um5UeS1J {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #sqJ8qsvhMCDf2dlbA33TFrE2PmzZ2Crh {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Cula0gIkHddDhxbwlFsGBmx3WBRPB9iv {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #HtqAG2WbMlUetGvHC8A4bNsGZKuM4Hk2 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #SJSc8nlWzDrd6y6U8PhcoyQmVM3mTQU3 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #wrX7VHRwsXDomBUk1LkFCrnzwinT6D14 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B6leMcBmI7zkB42TTTV6tlhv5fyMwWzW {  }
 }@media only screen and (max-width: 763px) { #bBQTvhsv6UyoNnsw8rTkZWLLs9DyRvAQ { width:16.875rem;height:3.0625rem;top:53.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuQOSFWm5KQnQRXIME2LFR6p6nllexTP { display:block; }
 }@media only screen and (max-width: 763px) { #QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA { display:block; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iccb5KV74GgeyIAlCAp0LvP0KWdOrhbg { top:8.375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6B4UIbLWLHz8HHXQo5JgPOEl6y2VpV { top:2.875rem;left:15.84375rem;width:16.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6db65710-9879-4d78-94a6-679adb2768cc/AdobeStock_1654708651.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp.adaptive-delivery-prevent-bg, #nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp.lazyload, #nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp.lazyloading { background-image: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { background-color: transparent; background-image: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,3,15,0.81); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container > .video-iframe-container { display: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,3,15,0.81); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row > .video-iframe-container { display: none; }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .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); }#nzW8a2rWe9CFFQsA9bLFQLUJQEGOgDpp > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx1UJVKDiqZSFa6PqUOtJuco9emz8z2O { width:7.5rem;height:1.25rem;top:8.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZTTBTlBoxdzAQhIh9TRrDS3VywNJUAz { display:block; }
 }@media only screen and (max-width: 763px) { #KeWNkzvW613lSUoVAgF6awl1rUcgdnzG { width:7.5rem;height:1.25rem;top:8.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpzlZO5QoTz2chsoGJGegHM8tdyZqEvb { display:block; }
 }@media only screen and (max-width: 763px) { #KETTM5ARDFLfnrzXgw3vTIXKRZTEDgN1 { width:7.5rem;height:1.25rem;top:10.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugnggErpiMU6CUSqmoFEhiSNL1HUF1DC { display:block; }
 }@media only screen and (max-width: 763px) { #ThPJEcbgpW32alknh9wN8qQ0grNT1TKW { width:7.5rem;height:1.25rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2XMNSgzZT3aBXARC4UwCLhG0L09wRTz { display:block; }
 }@media only screen and (max-width: 763px) { #M5WeVIM3MTfUvd0uLGfxQMelG82doxLr { width:20rem;height:10.347625rem;top:4.9375rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuzpPKZgzQpg5A1hzDBhQTdpHDdSoZp7 { width:19.625rem;height:2.4375rem;top:1.25rem;left:0.1875rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvmgX40oa6xTqZ9PDgJgma7DtqfRhzha { width:11.125rem;height:1.78125rem;top:37.265625rem;left:4.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W46ffTHPILkRF053ZKFlAJtlazhcsG3X { width:16.875rem;height:3.375rem;top:21.15966796875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfgx3tlpqPcUps6s7pIDALWnIgiT7VlG { width:12.8125rem;height:1.78125rem;top:32.921875rem;left:4.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhiaNBShdIf2bxqZ4oL5KsGE9SspTic8 { width:20rem;height:10.75rem;top:144.71276135938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzHHfU7kNWIxTvNiT7lkR5Z5MczXf8Uc { width:12rem;height:1.78125rem;top:28.328125rem;left:4.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTFmTyDiEe1rTxg4mTCDkXD9sGSAaKln { width:20rem;height:2.15625rem;top:16.65966796875rem;left:-0.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzblPl5CElb07UqScBcsLOcVfmx01Z04 { width:0.0625rem;height:1.25rem;top:19.2846875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctmX6azW24eyyAUOzm3T98dCxCApg29 { width:1.6875rem;height:1.6875rem;top:28.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu8fJdOg5PUQsQ2FMkTUvZMgIWDNF6CQ { width:1.8125rem;height:1.6875rem;top:37.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4a5gUuDm7vdrRIBrIPn6DfQv3WTleob { width:2.125rem;height:1.75rem;top:32.9375rem;left:1.5625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8Ew121TeuFDJn6X63m6SUkmzuwqm21 { width:3.125rem;height:3.125rem;top:36.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLN80clbPZyIUHAOnmoVdqdR4vUp5ezQ { width:5.8125rem;height:5.8125rem;top:130.46644592285rem;left:4.8747700452804rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZAPLZrqeRmZ1ufI8m56sAxWl7u4DkVh { width:5.8125rem;height:5.8125rem;top:126.62867355347rem;left:2.3242186307907rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2433WCKSU0hqlVTW3rlKwdbtnErKTBc { width:3.125rem;height:3.125rem;top:27.625rem;left:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o01AtkPwaCTqhmb1252KsxUgmBcNTzCJ { width:3.125rem;height:3.125rem;top:32.25rem;left:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZM44cIckeuDMFcAlLzJWASkozGcqTtlb { width:7rem;height:1.25rem;top:2.9375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkhGOlhKkMv02Q2tSTqQeQLCSTr910bz { display:block; }
 }@media only screen and (max-width: 763px) { #uVN6tgIdLWBIHDI19r8LVtBzZWitxLQb { width:8rem;height:1.25rem;top:2.9375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxtK5sCd5DeIqeb7w00sMq1JJ7Ru6Tdh { display:block; }
 }@media only screen and (max-width: 763px) { #gsapwDvOhp04ULOm7NZLPklig9BmTziN { width:14.375rem;height:3.8125rem;top:41rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc { background-color:rgba(3,3,15,0.8);background-image:url("https://images.assets-landingi.com/uc/2933573a-6a7a-4fe4-bf6f-30b9998e0a4b/Postyosobowev320260203T153841518.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.adaptive-delivery-prevent-bg, #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.lazyload, #BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc.lazyloading { background-image: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { background-color: transparent; background-image: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container > .video-iframe-container { display: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row > .video-iframe-container { display: none; }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .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); }#BCkbXQfB1Pa3eNVhc4scnTxFCEbl88Oc > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMcuSlTtpUMb4Wu64eyNsvMZmTwv7Az8 { width:18.4985625rem;height:4.54980625rem;top:0.76220703125rem;left:0.75048828125rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnwKxpCAdFITPtgRv2fcVmHI6scBlck2 { width:20rem;height:65.125rem;top:12.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wt0yG3DiHA0byPS1U5pDr870vQ2r73Se { width:20rem;height:43.189475rem;top:22.3916015625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #R8CTbDNJGPpVaki5Uf9GByaefoVGi6CQ { width:16.125rem;height:3rem;top:67.72509765625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUwUIEURpTUoT0mvxzymM6Lqs8hqGnT { display:block; }
 }@media only screen and (max-width: 763px) { #ckJflfD4kONoxdRwDuAWXpw3ibB001mF { width:20rem;height:13.287625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX { display:block; }#FJF3otKNRTOsnqz4kbxWrXZz5uu9P2GX > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4dzwNuFTV965S44hf3CwiyOTKa6k191 { width:20rem;height:4.199225rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO { width:11.5625rem;height:9.9375rem;top:12.53125rem;left:7.125rem;font-size:1rem;display:block; }#DNpnKadZxM9eOfpLda1ukZAN1wGzH1TO li:before{  }
 }@media only screen and (max-width: 763px) { #UDi0NMtbW2NDJmsgzIKpgaS6wE4k5wyF { width:6.375rem;height:8.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk { width:11.25rem;height:10.125rem;top:29.6875rem;left:7.28125rem;font-size:0.875rem;display:block; }#BGStEcbVIVzZGdVAmzVhAPHbX99TgTAk li:before{  }
 }@media only screen and (max-width: 763px) { #b795ZJTh0UU3AV2gp0PxZrGJ5ecC4AyS { width:17.25rem;height:11.875rem;top:28.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2VFM8EXrc5EiAKxPSZagcUsX38huAIe { width:17.25rem;height:11.875rem;top:11.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #et0gGJhpmOHnRTf1oCiQclbGW659STnu { width:17.25rem;height:11.875rem;top:44.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn { width:11.5rem;height:11.4375rem;top:44.96875rem;left:7.15625rem;font-size:1rem;display:block; }#dm3Oo233Am2A3h8Uti7eaIexMcUlPNzn li:before{  }
 }@media only screen and (max-width: 763px) { #DAn4IA4Wlu1yJTUIA88TdTaTEuvUk419 { width:6.375rem;height:8.875rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdondfZu4W8EFBdlSJ7oMZUQGHDe0u2H { width:6.4375rem;height:9rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(180deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(180deg, #562a2a, #9b9595);background-image: -o-linear-gradient(180deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(180deg, #562a2a, #9b9595);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { background-color: transparent; background-image: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container > .video-iframe-container { display: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container { display: none; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .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); }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { border-width: 0; border-radius: 0; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxylcuCCU3Az93Kyepz7iQ2tcF9u66s0 > .row .container { width:20rem;height:198.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAD1oTL7Ek9TIl92vPIFrZenp8LJVBT6 { width:7.625rem;height:2.0996125rem;top:1.25rem;left:6.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzmvAVVbKBEvTWdDtzrZ2pHb3tZUuJ1q { width:3.6875rem;height:0;top:77.78320625rem;left:8.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dViklDT3cGPHfAg3iauo3Xa9X9trSNXV { width:4.6875rem;height:4.6875rem;top:7.8125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9cUuJtZv7LGZgI9BGNIFkdAlrMnNqRv { width:4.0625rem;height:4.0625rem;top:26.59375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeSXsseCd2BFFs4WL25E5JHSIFxJ9yzc { width:8.375rem;height:2.0625rem;top:5.724609375rem;left:5.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldzp7zIXyqnqNynCleP5ohd5N6OF3CW4 { width:6.625rem;height:4.4619125rem;top:8.474609375rem;left:6.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2wJo5kbXdKBGX9Gs0BzVlNlFTO990X5 { width:11.3125rem;height:3.1875rem;top:22.62109375rem;left:4.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzAZCPvznuamhuhZwao4cUSMzP1VthX8 { width:7.6875rem;height:2.0625rem;top:19.87109375rem;left:6.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4LBhUirxeKmxGThnlpq2VDkFbllmma3 { width:11.8125rem;height:4.78125rem;top:68.25rem;left:4.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hT5ahscM14DdvxiTlSu4MRM7nT7HtgSZ { width:7.5625rem;height:2.0625rem;top:65.3125rem;left:6.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRgIVEeLcASQCLPyfJOQA6uTo2bLAsNo { width:4.6875rem;height:4.6875rem;top:58.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPnVLhXb8MF0BMDRGwdwHCgpqNE2XW47 { width:8.25rem;height:2.0625rem;top:55.4375rem;left:5.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKCmHKyq8vOOAfSrqJD5RuTkekcw3gF9 { width:11.875rem;height:0;top:133.76708125rem;left:4.0625rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wZoXArUVgHTT6y50SN1hIRRwynW0Q1Gf { width:5.125rem;height:1.04980625rem;top:78.3408203125rem;left:7.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwCM4XvzPDeqGTGb5EZAERVZV863iCcl { display:flex;width:2.75rem;height:2.75rem;top:59.125rem;left:8.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #Tf0ZG4uifrCE2tNlebS5uBHJL5bt8rgo { width:4.6875rem;height:4.6875rem;top:190.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52te8b5RZWVCbkCQ737H4RENLbn2ByW { width:11.8125rem;height:2.0625rem;top:181.4814453125rem;left:4.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6JbrPQxyzPOtyd9e1TcUn8KrfSTRfOX { width:11.125rem;height:4.4619125rem;top:184.1064453125rem;left:4.4375rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJ7AV7GIZSxrXf8BXPk3sT4IBt7CQio5 { display:flex;width:2.8125rem;height:2.8125rem;top:191rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #qcUPpD2FyT43E1nrTlAMrQqJNIdboLTG { display:flex;width:2.75rem;height:2.75rem;top:8.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgFMKGdLUp6ZJkbslXbBSynwUtwab2X6 { width:0.125rem;height:7.5rem;top:81.375rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #bosEXHfUufdnbWa30aL4nckKClJ8qmVp { width:13.9375rem;height:0;top:88.75rem;left:4.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #Oc27sVixdSu0a8XVz4ud3JR5aR9ETrKm { width:13.9375rem;height:0;top:100.0625rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #LiKggd6gHScPkdoTqsOCZR1pprVQxdxT { width:0.125rem;height:7.5rem;top:170.875rem;left:3.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #MP8tBdzW4D9LMrSxLQpnvhTu5Xl5VyAV { width:13.9375rem;height:0;top:130.875rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #NrawgKi6HJ8bly5kNiEWnnelsIRbKxCd { width:13.9375rem;height:0;top:142.875rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #RTd5PfpRc83FqTGS6gkSkygpIzlnzQgP { width:14rem;height:3.41161875rem;top:13.74853515625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PVSzQFmnqCxmbS1mq7aQ90guhdmkPDr1 { width:4.1875rem;height:4.1875rem;top:43.34375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdnJd2CtwwofSOJefTXwLg0I8DKvn04F { width:8rem;height:2.0625rem;top:36.732421875rem;left:6rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sK8KN5mZsV8U1sNay8npA1yFvVZzPg8R { width:5.5rem;height:0;top:105.58204375rem;left:7.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GG8H6vFokTRoalAnlAPlib2hynSTzTVL { width:3.625rem;height:3.625rem;top:73.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV2sygKx0cmx24ffBJBMfkoqtV6uJ55y { width:7.5rem;height:2.0625rem;top:87.04931640625rem;left:6.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdGB9LSHkmdcUoZVzcsDkTVlgB38z6KK { width:10.875rem;height:6.375rem;top:90.0634765625rem;left:4.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fyeu1S97zsuZBU8zCVpvWZ1qCTxuUddT { width:4.0625rem;height:4.0625rem;top:97.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdNVIlmZT5wmhGRrFlkvuCLznGboK9fJ { width:5.625rem;height:0;top:204.12501144409rem;left:0.85795456171037rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU { width:4.0625rem;height:4.0625rem;top:34.84716875rem;left:7.9375rem;z-index:15095;background-color:#02030f;background-image:url("https://images.assets-landingi.com/uc/b88e2896-3428-4ded-8698-18eaa67f5a3f/RobakiewiczMaciej1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.adaptive-delivery-prevent-bg, #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.lazyload, #eXxNTxb3WtHRFW6kkuDbTMIIBEIafrsU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EHuAibaNFBFkO9dhzlgPZzScp7bL3gq2 { width:4.0625rem;height:4.0625rem;top:29.53466875rem;left:7.9375rem;z-index:15096;display:none; }
 }@media only screen and (max-width: 763px) { #JA4uQVwpEsme9M64lrKgL5ABNJIq9Vqd { width:4.0625rem;height:4.0625rem;top:24.22216875rem;left:7.9375rem;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #VTUXTeRy5PxAhcK1m2rMy7G1vfGQUm1q { width:4.0625rem;height:4.0625rem;top:52.12109375rem;left:7.9375rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #eeleKe98VTPwTstNBqf3LKuPV8mgGHmk { width:3.6875rem;height:0;top:81.13281875rem;left:8.125rem;font-size:0.875rem;z-index:15006;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FxesHZ0iFADOQMPiDJOhRBtaqm1fBhRU { width:6.9375rem;height:0.125rem;top:176.41600625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #attSU9BnTVLNdsoGWHlxuRucdbvIqTBu { width:6.9375rem;height:0.125rem;top:175.04100625rem;left:6.5rem;z-index:15129;display:none; }
 }@media only screen and (max-width: 763px) { #PndzVTLRnKpORceGaMSUbq8Wlo7G1THf { width:6.9375rem;height:0.125rem;top:173.66600625rem;left:6.5rem;z-index:15130;display:none; }
 }@media only screen and (max-width: 763px) { #HQxu9Qdz5UrUTpTJElg8MX3wMTC7hqyM { width:6.9375rem;height:0.125rem;top:172.29100625rem;left:6.5rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #P6MJvDiqNvFDk8P9Eatud7mQk8xFoTma { width:6.9375rem;height:0.125rem;top:170.91600625rem;left:6.5rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #fGW1z004Ss58a3oln6V8cJon8Xzf1dw6 { width:6.9375rem;height:0.125rem;top:169.54100625rem;left:6.5rem;z-index:15133;display:none; }
 }@media only screen and (max-width: 763px) { #J50dOUhShFOU6o3mFo71cf7UDMAx1Kha { width:6.9375rem;height:0.125rem;top:168.16600625rem;left:6.5rem;z-index:15134;display:none; }
 }@media only screen and (max-width: 763px) { #KCiGloSZTcKBPBP4636U9a4vuVMkCHI3 { width:6.9375rem;height:0.125rem;top:166.79100625rem;left:6.5rem;z-index:15135;display:none; }
 }@media only screen and (max-width: 763px) { #xF7lZiaG5p6ztThpXoif2dqtpKMOwZT5 { width:6.9375rem;height:0.125rem;top:165.41600625rem;left:6.5rem;z-index:15136;display:none; }
 }@media only screen and (max-width: 763px) { #ZF6LK8hc457ILrIAQ8cEAJrZaE1WFuzs { width:6.9375rem;height:0.125rem;top:164.04100625rem;left:6.5rem;z-index:15137;display:none; }
 }@media only screen and (max-width: 763px) { #LaydmpE9HFPdScoRhe8HInS3uoT0iwxq { width:6.9375rem;height:0.125rem;top:162.66600625rem;left:6.5rem;z-index:15138;display:none; }
 }@media only screen and (max-width: 763px) { #i0XdymK9EwvIa63vMhoIVVM8E85QSQye { width:6.9375rem;height:0.125rem;top:161.29100625rem;left:6.5rem;z-index:15139;display:none; }
 }@media only screen and (max-width: 763px) { #dmEmr5ocC7Ma6Wd6khPqxMimlfpzoed1 { width:6.9375rem;height:0.125rem;top:159.91600625rem;left:6.5rem;z-index:15140;display:none; }
 }@media only screen and (max-width: 763px) { #T3T1mNgvvhAJzXM972mtoVUOEH1AEo3d { width:6.9375rem;height:0.125rem;top:158.54100625rem;left:6.5rem;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #g8NFnp5v4JRO5GCvLtMaWXpaeMLzZu8U { width:20rem;height:3.41161875rem;top:31.18359375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e6G2rZFO14QrPr85vKhzJlhKGmbQRgPc { width:20rem;height:4.548825rem;top:48.34375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xmuyHF81DPadAZsif9cL4RIVz1hhGIXg { width:20rem;height:2.9746125rem;top:39.357421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6RetaUBiogbnQFMG2vBvVOrS7G1QFAW { width:20rem;height:4.548825rem;top:80.640625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SFMdfqFW30BBWqCMmmbnLOoNIHnlDKgf { width:20rem;height:5.6860375rem;top:103.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t1uhL1LkXTewG24URwqp29PKQILGhCsm { width:18.5625rem;height:0;top:223.54974375rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #yHS2MaLoDZzkGha7PwVLXhiza61ox0dT { display:flex;width:3.125rem;height:3.125rem;top:115.875rem;left:8.5rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #xJAOmAhNDdsOuewvAdHKuOdgpGToyBNZ { width:5.9375rem;height:5.9375rem;top:114.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2I6SJXMdwP0lsLKIDdLOGNzkkt2EUkH { width:9.8125rem;height:2.0625rem;top:111.1875rem;left:5.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITeST3Vf096Z1RFN8V5QHDrbzGezz8wc { width:8.125rem;height:2.0625rem;top:146.5966796875rem;left:5.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vunKJxEfdLh9ZVa5ZdRro3Sr8lpOweUc { width:10.1875rem;height:1.04980625rem;top:102.0625rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6wrtRC4WlDZgWNkp8hsmk8T9vHh7hbE { width:20rem;height:1.59375rem;top:149.2216796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8eIpOlpnMtEdwC6ptXOG0AvrUUMJziQ { width:4.125rem;height:4.125rem;top:151.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6btEFL4rxV0lwLXJzcGS4bHX4MpdMed { width:20rem;height:2.2744125rem;top:158.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A337HICl1Q8DM8sxiKMTP0HTLr8Fy3ST { width:9.5625rem;height:2.0625rem;top:123.3466796875rem;left:5.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trzoDC0mHNWJSS9N5uCBaAt0eOTLLmUT { width:20rem;height:4.78125rem;top:125.9716796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIwJOwgzp0pyfHlTHKGRi5lNyTJG5zB0 { width:5.625rem;height:auto;top:87.0625rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IZZ6hZSaT56LaexEfUC96eGRfAZ5T6ra { width:4.125rem;height:4.125rem;top:131.5966796875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxuDy0ABEgZeUZRyUriZG6qiQHE2zqRv { width:17.875rem;height:7.9604375rem;top:136.5107421875rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pgcihQppDh9Sa5eg1oqyokWQd2RPuvyg { width:6.5rem;height:0;top:74.43359375rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hlai0hCnhT6ldcJdvesZcGJtmsMasbQJ { width:4.1875rem;height:4.1875rem;top:26.53125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxasJ4y4ir0PQg8npcZ01wrWTEkCnTIo { width:7.4375rem;height:0;top:108.93165625rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ioMAatLUcD5b9tlcg57AeNNkNRPsvCOt { width:4rem;height:4rem;top:43.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKezZTZlf7a5033BdNApoHpQKJOAed0 { width:7.4375rem;height:auto;top:108.9375rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SISk9HoWm1JJIXot6VekJInRuf13smbh { width:20rem;height:4.548825rem;top:174.67041015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TXQktPCNORPkKMMVGpuSKlNyVbUSl9Ih { width:4.0625rem;height:4.0625rem;top:169.9091796875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoFhGXDqLDTT1FE2NAu76tbmE8Ftp9v { width:20rem;height:3.1875rem;top:165.7314453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwCDf47uczFBTTqZk1s0b2feqeuHgpEv { width:9.5625rem;height:2.0625rem;top:163.1064453125rem;left:5.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mh5qftirsoRgfmTDbJDGnO6TxBqIlQZy { width:10.1875rem;height:1.04980625rem;top:156.375rem;left:4.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX { display:block; }#qNzg4OVLURt3F2lE4SBKolnSFpK0cgZX > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpMIQP1t1UaFJsXkGu6LaXuvtv6uNqKJ { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEIqzNO3fuSHAqLIXRzxzrsNMGnJ8T0G { width:20rem;height:17.4375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3TuGPy39bG93fMTtbuK0rwcN299KHmN { width:6.25rem;height:6.25rem;top:27.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPTQoXUwlhs5nSO6rv4OwmUxolEQ25D { width:17.0625rem;height:7.96875rem;top:38.0625rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2lPFwwd8I8i72uCyprq2RyQVTN6oBXD { width:13.4375rem;height:2.0625rem;top:35.4375rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFR8nWOzHd0lvEAnrECH2UnH4PFNzT0Q { width:13.4375rem;height:6.375rem;top:17.1875rem;left:3.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoW9bZendf02LdtlGaVW4bLp6W0NCCTx { width:13.4375rem;height:2.0625rem;top:14.125rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTIdfwAaxZkW37P1LCiTvXDurrfse3x { width:6.25rem;height:6.25rem;top:6.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK58zTelEquG7AU1ET0KQ9KbXcMTO4PP { width:20rem;height:15.4375rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m46badSqbdOQtnlQRkOFz6WLopHkZV9o { width:6.25rem;height:6.25rem;top:49.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeATboTReMB8x2N9XwQb7aU1ESD0mPu7 { width:13.4375rem;height:2.0625rem;top:57.3125rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFid1osl33Iit411O330Md1oeo47WrZJ { width:17.6865rem;height:4.78125rem;top:60.4375rem;left:1.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyQWG8IQSZw5m71BacJGF7ns2AzCHSoB { display:flex;width:1.8125rem;height:1.8125rem;top:75.1259765625rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #UrkBP3OFrtVHDrm0EEIQhV3RciSOV8zX { width:16.25rem;height:4.5rem;top:76.9384765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwEyfcOvPdXSGAHZWHq2FrqH72QLUCys { width:14.1235625rem;height:6rem;top:85.1884765625rem;left:2.93798828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hivOU1cNlMOCeGlf28lFe0s2wk1VFsJJ { display:flex;width:1.8125rem;height:1.8125rem;top:83.3759765625rem;left:9.09375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #D7oOTDA5IIPnyy1XawN82bUGS0qo5W25 { display:flex;width:1.8125rem;height:1.8125rem;top:93.0009765625rem;left:9.09375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #vGWM93T961m3kkZZJ3uZe5XSlqQBEZ3F { width:14.0625rem;height:6rem;top:94.8134765625rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4Vpfio5xsZXBP2E6XJIVWVW99RBFQz4 { width:3.6245125rem;height:3.6245125rem;top:7.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxTZO7FLqDqRbzhlb0xAncXDCn3EyMi { width:3.374025rem;height:3.3120125rem;top:29.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUChzNUPicXdv3kPMpwqkIRpFGh9hTgG { width:3.686525rem;height:3.686525rem;top:50.40673828125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKPI0Xzrwndxh7lW9mk3SfIqVK6s089 { width:13.125rem;height:3.4375rem;top:103.0009765625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWyuB2sSTBvbwmVPACasnvrfNZ1mWGs { display:block; }
 }@media only screen and (max-width: 763px) { #HUmrPh5LV4SQfsTDXM3c4U2xegeOWV81 { width:20rem;height:17rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDq8g9Hxx56JA3bqodTzvm9u04aXoPiu { width:10.8125rem;height:3.5625rem;top:70.0634765625rem;left:4.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7m3QVPTHHhbva97K2hF3x3NUG5EseCz { display:block; }#J7m3QVPTHHhbva97K2hF3x3NUG5EseCz > .row .container { width:20rem;height:257.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJDte2fgc3w0lv48Bcl0damcG9SmbrGP { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKzxzSLve5iUNZKy3gGS3Us2MqIxf1Mx { width:12.3735625rem;height:1.6499rem;top:13.99755859375rem;left:3.81298828125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2wqTUiayM04aXF6AQoC1THeMCMXCoEs { width:7.1875rem;height:7.1875rem;top:4.5996125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCHAiPhrxS4ND1t1tlfgl50cKtAshOm { width:7.1875rem;height:7.1875rem;top:44.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO6IfqyhRIxtm5p4pVvI0GyVufU4gzeg { width:6.25rem;height:6.25rem;top:89.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoobyohecq9xmAaaRGsADTn7TRCvNKU5 { width:7.1875rem;height:7.1875rem;top:89.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiQwabOvweqMpQu1M5xVVG2QHS7Iqdf { width:16.5rem;height:1.6499rem;top:99.47802734375rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmnXohp2o4hr9yyTrtzq6tDcQQ65C7Zo { width:18.5rem;height:18rem;top:102.04052734375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBl5eeH2yF8p1l9TmaAnJGA295DkgQeQ { width:20rem;height:29.375rem;top:13.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPecvxPEkoXRg69u7nzJraIXEhGbVtaB { width:20rem;height:34.9375rem;top:53.05615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7hKyC8BvnHdEaxOBLGDci6thPKT6s7 { width:20rem;height:23.625rem;top:97.65673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAWUItKF8rqfF6dpzOLpHlw4B8cgpXmB { width:7.1875rem;height:7.1875rem;top:122.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3e6vIMpmH6To9SN2cCFOVXbVRHRFVU { width:20rem;height:23.5rem;top:130.90673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutLn1BeF8vaOzd4GWJ0ugSErWpRkFV4 { width:6.125rem;height:6.125rem;top:122.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHQELUVXXUBKwnpzWLW5R4filJ4eUmf5 { width:18.1875rem;height:1.6499rem;top:132.40673828125rem;left:0.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDSXVCHPL5JTr5P8QLspySoqkPHPBPKT { width:18.3125rem;height:18rem;top:134.83154296875rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQSPfCm8CBClTbHn3aJkzH53N0vb0Wd6 { width:6.375rem;height:6.375rem;top:44.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQ0Db04CylaG2BHQgOrqL8eIMxlqp0Z { width:15rem;height:1.6499rem;top:54.46923828125rem;left:2.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRDlDl74FRrerKUvlNsXXWrF7Awu4Amd { width:18.625rem;height:30rem;top:56.96923828125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WptmqHZH0vrf8L2y8hIf5Ue440PMdDT8 { width:20rem;height:24.5625rem;top:163.40576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFH2Gd8Nhho1ICQtU50Py05VsxacnAzm { width:11.6875rem;height:11.6875rem;top:197.49141216278rem;left:3.8437498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #T41dK9NaFFCBLE82p61IkcUk8mXz9pbd { width:18.5625rem;height:24rem;top:16.42236328125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kruGw0TiptHzUW5LOhJE4boqQvAWiaqB { width:6.375rem;height:6.375rem;top:5.005859375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flT1CE5Af3O60n9vUVlEzF2MMdOVAr1s { width:18.875rem;height:18.375rem;top:167.99951171875rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVWGU9pFPdrLWWotq7IXtiirqGMTkgHa { width:13.1875rem;height:1.6499rem;top:165.34326171875rem;left:3.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvZMAOJDrirmVNmt7bXPxRnKXzvV7HEt { width:6.1875rem;height:6.1875rem;top:155.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRAUN9S23e6kWWdrRWbdRPANF7Lxcg2J { width:6.875rem;height:6.875rem;top:155.4375rem;left:6.5625rem;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QbBwoqTwM7ibirehpCBiZHa1NQHXSlBs { width:6.875rem;height:6.875rem;top:189.125rem;left:6.5625rem;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #562a2a, #9b9595);background-image: -moz-linear-gradient(40deg, #562a2a, #9b9595);background-image: -ms-linear-gradient(40deg, #562a2a, #9b9595);background-image: -o-linear-gradient(40deg, #562a2a, #9b9595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#562a2a', endColorstr='#9b9595' );";background-image: linear-gradient(40deg, #562a2a, #9b9595);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #filVNCci4zvl1Z9GP1eaRemBkxlfRi0z { width:6.625rem;height:6.625rem;top:231.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSH3Zu8Wg8G9VGd5C4cE2121qXQnDRrn { width:20rem;height:31.6875rem;top:196.84326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchL3NLBv4fMRVuT7SR7lJSlUZzJ4utt { width:5.8125rem;height:5.8125rem;top:189.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTvzBVzVS7pUR1JXnDn9AErFn5D1HmR { width:20rem;height:24rem;top:202.53076171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTymgbCITnPBSKsFIWtUpTJu73BQDA5L { width:20rem;height:3.29980625rem;top:198.03076171875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dw5MC2oyDnGWwyLTf0v84tMoTfUoR8Qt { width:20rem;height:11.625rem;top:328.96855476074rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sP55VIitsIBH6QkzffhTcoWAvKSABBIg { width:18.125rem;height:0;top:333.87333991699rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #v9zxCWV1eI1Ek7z7UfnwcX5AqXf37uDF { width:11.6875rem;height:11.6875rem;top:316.03105476074rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhq2sTxCBTBqGegaTqb2utwJByLT2nDK { width:20rem;height:11.625rem;top:303.15605476074rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKPwzfp4CdgbtrKmSDhmJAQd6TrQ9rw2 { width:10.375rem;height:10.375rem;top:316.65605476074rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6bdQr5d6XkLQRJLxd3ulMFym9EDEsfb { width:16.5625rem;height:0;top:308.06230476074rem;left:3.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxWBbTSqlTSoiG5m4eCJ3VnwMeP3AvCA { width:11.6875rem;height:11.6875rem;top:137.875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IewXxQBeQGp6vnhKsUrlTlB4UB5MmELk { width:5.8125rem;height:5.8125rem;top:231.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WME3FwTXKONiGfdTvTMC1nR3hraWcxcZ { width:10.375rem;height:10.375rem;top:278.03105476074rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EanrBCM3HDJPeO94Tumr2G8wpw0Lyxxk { width:11.625rem;height:11.625rem;top:277.40605476074rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMfzdWZJRTxxssq2eflXokTvKBo6BMDE { width:20rem;height:23.5625rem;top:230.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpIPNtOXBEw6ciTwSBSKr9frDIsU2Cd { width:12.875rem;height:1.19970625rem;top:233.9248046875rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeVxHcy0snAiDZ3dGOHwOpIQDdbbTH8N { width:6.875rem;height:6.875rem;top:244.0625rem;left:13.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #fJ0H51bXt4sgrAkt5Amt51aGd7dLy4Qt { width:6.875rem;height:6.875rem;top:242.84326171875rem;left:2.5625rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #oUQA0pX2ryFfdkOXzURdUktL9wGNX5aE { width:5.8125rem;height:5.8125rem;top:239.4375rem;left:0.3125rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ze2Tw4QPX1Mips6qc16BHTlkFiu18kSm { width:5.8125rem;height:5.8125rem;top:246.8125rem;left:0.3125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #dxtGOThx8TWceRGbnd9L4uvsbALqwfur { width:6.625rem;height:6.625rem;top:246.4375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NpLbM9xGoSgyxk0yguKr9qN3GLTUAVfW { width:6.625rem;height:6.625rem;top:239.0625rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #HpEzGsh7FIpnUB49TuTN20FmurJ3NCqC { width:12.875rem;height:1.19970625rem;top:241.744140625rem;left:7.125rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #iCwSIZRZP8CygPSbAq9EcVSClef8FEWR { width:12.875rem;height:1.19970625rem;top:249.119140625rem;left:7.125rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn { display:block; }#oi7lBKwxgvuGaRAVwpvkAmzT0FhrOXVn > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBCVhFQlX7Nn11EOEuTnLqHLJtiL0Cb1 { width:20rem;height:4.19921875rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJKf0L43zpFIrRHyhTzPomySqKEJ1Hhl { width:6.875rem;height:6.875rem;top:214.35624694824rem;left:5.8937500715256rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #JRVtPGBUeJN6uGKM1parPOxubapEvM69 { width:8.5625rem;height:1.3999rem;top:18.625rem;left:5.75rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5168KJQ91hCFF5vzc69mC8SBzr1suiX { width:10.125rem;height:10.125rem;top:7.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK { background-color:rgba(3,3,15,0.8);background-image:url("https://images.assets-landingi.com/uc/2933573a-6a7a-4fe4-bf6f-30b9998e0a4b/Postyosobowev320260203T153841518.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.adaptive-delivery-prevent-bg, #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.lazyload, #zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK.lazyloading { background-image: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { background-color: transparent; background-image: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container > .video-iframe-container { display: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row > .video-iframe-container { display: none; }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .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); }#zfpTa7DqX0BAs9ysGF4iVWhJQhhGg2pK > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6gDc4P6R6gwaRfbITLPg4tUBHpMVryc { width:18.4995403125rem;height:4.54980625rem;top:3.1215515136719rem;left:0.74908089637756rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfWtku18BW1Ag52lu20lIZ43ToNxwDoV { width:20rem;height:65.125rem;top:12.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoArruZy27OABO6TL40TW0AnIaNbkv7I { width:18.4993125rem;height:26.84375rem;top:9.7663359642031rem;left:0.75000005960463rem;font-size:1rem;line-height:1.6;display:block; }#JoArruZy27OABO6TL40TW0AnIaNbkv7I li:before{  }
 }@media only screen and (max-width: 763px) { #IyEtZyfM8HqK4w7LBDzGERfHeJExmu2w { width:12.375rem;height:3rem;top:96.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9GT1B117kBiOovQZ1NUoReRTf57Sw2 { display:block; }
 }@media only screen and (max-width: 763px) { #tEBxLClM0IFE5AKR5gFxcfpG5ufh4V5q { width:20rem;height:13.25rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa759ZJ7oJWWKwqP0pNf4wvmT75OLcPx { width:20rem;height:13.3125rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtFR3129Vm1bTrkGG9WhvMd9pHVhzX42 { width:20rem;height:13.3125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOz4t1p7d8uw9FvWZKTDB7mokfm7cwwW { width:20rem;height:0;top:68.540496826175rem;left:0rem;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #y3fc3m78zBWQxoTc8yHu1ca2ahReg6GK { width:20rem;height:15.375rem;top:71.825983047487rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 { display:flex;width:18rem;height:5.0625rem;top:88.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A5UctS8C73efo96UkPdQgzzcuFaVspTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #qtUNFQfo7a6lFwZHGLhOzmF2pFgF6R7g {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #nBXk2aClmRDnTHcBQmVb2zAHmPSIuw2l {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #a3m1bl2DfMKpc2gZCy1zITXSHZdvc1yz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #QqO2PvkVIWbTJTVR3WJiGqOGriIuXzVi {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #pVKIoGkVPpTPC14xG80UaEUSfApsHrnb {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #vccHDhK0UW67oZgR5QPk7PP7OGtLyswG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #ly7T5p0WiJcxVwlUK91PHeW6LIz2rPsC {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #A9vBouwxttdizi0rJyFT4O9yUJ5QTitW {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #rMRCFTyZMNTVVI8NrTU1CMS4AWEmnETD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #h7u1aR5vxtL9V6ySaqbBVpmVntVn2I7D {  }
 }@media only screen and (max-width: 763px) { #NDtgDkKoqJyRU4awTAb9wb6goK63W6M1 #UtqlHXdtlMUEsfEK95kCNPkmg5yIpTN6 {  }
 }@media only screen and (max-width: 763px) { #XRnVkd9tdDmzyCoocbu26zWTVTpkEPxC { width:20rem;height:4.38671875rem;top:82.8125rem;left:0rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH { display:block; }#rNfUUmZVxPFkw0udebOUJ2ogZ1NiladH > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp6G0bHOBpBBLHiTurenpW8zXRRc38cM { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7drNw1FZ3hEa7oc7nvpSgBGgKoqCC6 { width:13.3125rem;height:13.3125rem;top:29.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSaJxm5r1hs8kUAmCRdSk51kV9LyCgSU { width:16.9375rem;height:11.8125rem;top:37.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHWap7L8bbcGWHdo1S5gNvuKavW6WRmR { width:20rem;height:2.0996125rem;top:20.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2183GLUiS7tsJq3bGlaypuTDRQCt2Ii { width:9.5625rem;height:7.625rem;top:4.76171875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctZexb44cFSIbidO83FCZs7tnepP4pIn { width:7.1875rem;height:7.1875rem;top:24.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7IKsHnKLF7MS5A9Ne8lXeFCECSKTml { width:13.25rem;height:13.25rem;top:59.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAQ1u5VpmoSzyx9QwEXXZsrSnLwbpopT { width:14.0625rem;height:7.75rem;top:54.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZpEERSV5RwqmmEguG4Swh2xOJvaITbf { width:11.375rem;height:7.375rem;top:71.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV20hF487GnT9eqIIFGQ6wL3Ii1A8JSG { width:7.75rem;height:6.75rem;top:46.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfZ5ouSB7Kz9gOgDd1oVgZrNsGovFz5f { width:11.125rem;height:11.125rem;top:79rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2aZh45tfvu8Dl2DTUoJbSxTRql8KvG { width:14.375rem;height:6.9375rem;top:12.38671875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1r5O184eAuNETqCsT9PPwfRvLdXsALD { display:block; }#Q1r5O184eAuNETqCsT9PPwfRvLdXsALD > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUD36mG6qoQQBzvaplh2dZgAba24N6Qy { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEfA0EmKolgSwDLCSHh1AathHZCmfWqh { width:20rem;height:4.6494125rem;top:52.5429875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2  { width:17.5rem;height:44.193375rem;top:4.5996125rem;left:0rem; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 {display:block;}#WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 { width:17.5rem;height:44.193375rem;top:4.5996125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #lAXshdFUGzHWT3Htu4XPyeovwsJ3QUIJ {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #GxyQDkD24cATa8ZxXldEogOAT0dQdQ2p {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #m7k0id5EoLliSaVEeAMaSFnhTqLfHd6J {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #y1WlcCnwF2cNMGp1NXeGcKTV1kFszNVq {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #rkFl85zXe4rCCZ5GzF2fgqGofrK97QwX {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #c8Qi6TTxMKxJBpTsn5dy9c5ud2RTArrT {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Nk8uPbZFtE6oFSOE0DWHk9XenEobSfrI {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #O1LDvs6dCi388R37lP6p6Ot6cPhvCmEh {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #nGPnHAxfQJa8cyTFH6v7RAPHgBQ3i6xG {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #MLarB008VKLPBfmK2Wpx643BNd79bQz6 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #dvHRSpzz9Rqbe1s9HJSpv9rMRgssrxDn {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #fO813XRkESaSValV2Dxm5hRBU7afiUb1 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #pXIFCbzPJZrhwo975knFzM4GeKRmU4pd {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #ypIwHH1FGzNJ0VbFGn2qM2eCeuGbim4L {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #K3X0ABzbSheK71KOGUqN1WPWh1ahvieW {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #uNxufvqxxvel7hMPE5Zab7guQq72xgAb {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #LAS75RPvXTF5p8biVXTiOkLxU5lLuaUE {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #mc6MG8oT7XiETZdcoRp6ZS16UbMaNgLA {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B4x2nsdsf6MFm3Qe3QNuglFBDvWFC3xJ {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #UxO2acFQHrTlFLflf46LVIQ2Um5UeS1J {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #sqJ8qsvhMCDf2dlbA33TFrE2PmzZ2Crh {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #Cula0gIkHddDhxbwlFsGBmx3WBRPB9iv {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #HtqAG2WbMlUetGvHC8A4bNsGZKuM4Hk2 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #SJSc8nlWzDrd6y6U8PhcoyQmVM3mTQU3 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #wrX7VHRwsXDomBUk1LkFCrnzwinT6D14 {  }
 }@media only screen and (max-width: 763px) { #WHbnPm7WZdAJrifQDiRJBAcRFTZd56E2 #B6leMcBmI7zkB42TTTV6tlhv5fyMwWzW {  }
 }@media only screen and (max-width: 763px) { #bBQTvhsv6UyoNnsw8rTkZWLLs9DyRvAQ { width:16.875rem;height:3.0625rem;top:58.87939453125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuQOSFWm5KQnQRXIME2LFR6p6nllexTP { display:block; }
 }@media only screen and (max-width: 763px) { #QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA { display:block; }#QBL27ZvFv6biMVEBwgL2K2rvOT41vMsA > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iccb5KV74GgeyIAlCAp0LvP0KWdOrhbg { width:18.6875rem;height:13.5rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq6B4UIbLWLHz8HHXQo5JgPOEl6y2VpV { width:16.0625rem;height:4.5rem;top:2.875rem;left:1.9375rem;display:none; }
 }