.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:130,0,255;--color-primary-1:162,0,255;--color-primary-2:37,26,95;--color-primary-3:20,14,56;--color-primary-4:18,14,51;--color-secondary-0:39,64,127;--color-secondary-1:18,41,116;--color-secondary-2:14,36,92;--color-secondary-3:11,32,88;--color-secondary-4:10,32,79;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:216,236,255;--color-tertiary-3:130,142,153;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.66); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.66); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:29.737503051757rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:38.6875rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:58.8125rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;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:3rem;width:10.8125rem;top:0.8125rem;left:3.375rem;overflow:hidden;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:48.375rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,0,60,0.54); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,0,60,0.54); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#f6811d;display:block;width:72rem;position:absolute;font-family:"yeseva one";font-size:4.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4187502861025rem;left:2.9992179870606rem;height:5.3625rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:rgba(var(--color-tertiary-1),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4.875rem;height:16.915875rem;font-style:normal;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.625rem;left:5.625rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d11cnH4hQZemZw2CgkIWyT9rPQpTwNVd { color:#f6811d;display:block;width:68.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.731249809265rem;left:3.28125rem;height:2.4375rem;font-style:normal;display:block; }
#u6XHGcGAteVbyRTzPF63MzbD7hOVSH63 { position:absolute;display:block;z-index:15007;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:29.5rem;width:20.125rem;top:17.375rem;left:54.875rem;overflow:hidden;display:block; }
#JJUfUMUp6aUDd56ZTgGA8e3NEq6NzceJ { position:absolute;display:block;z-index:15008;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:25.125rem;width:15.9375rem;top:21.625rem;left:43.734093830334rem;overflow:hidden;display:block; }
#RXxfCduq6NPDQTk7x0tvNPGNc4G2MIro { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:40.405714899301rem;left:24.562143325806rem;height:2.25rem;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; }
#VoxL5U2CU3qJrqkaKXQWSJCMkTkEuGlC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bKeelguFMBqe2WzyEN1dNTwzTE1cRiST { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.28125rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.53125rem;left:2.5rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:27.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:27.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:53rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.03125rem;left:52.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;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.25rem;width:3.5rem;top:1.3125rem;left:60.375rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;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.875rem;width:4.875rem;top:1.7374992370606rem;left:35.0625rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:15011;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.375rem;width:5.375rem;top:1.65625rem;left:9.8125rem;overflow:hidden;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1516e068-3400-4f36-a7f1-e8d87f0eb6e2/ekipa_2.jpg");background-position:bottom 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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.adaptive-delivery-prevent-bg, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyload, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyloading { background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,84,0.77); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,84,0.77); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:"yeseva one";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2250003814697rem;left:3.75rem;height:6.825rem;font-style:normal;display:block; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:14.1875rem;left:3.75rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.205471038818rem;left:3.1875rem;height:32.1680125rem;font-style:normal;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.946875rem;padding-right:0.8125rem;padding-bottom:0.946875rem;padding-left:0.8125rem;display:block;align-items:center;width:4.87rem;min-width:4.87rem;height:5.091875rem;position:relative;font-family:arial;font-size:3.790625rem;font-weight:700;line-height:81.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.593125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.490625rem;height:2.011875rem;position:relative;font-family:"open sans";font-size:1.420625rem;font-weight:400;line-height:32.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:30rem;height:9.590625rem;padding-top:0.11875rem;padding-right:0.115625rem;padding-bottom:0.11875rem;padding-left:0.115625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.125rem;left:41.4375rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2554693222044rem;left:41.4375rem;height:1.950075rem;font-style:normal;display:block; }#BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
#FF7vmlP43fqahtoBTcT4RhlTDzHeXtOn { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7744375rem;height:3.76171875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:46rem;left:49.3623046875rem;display:block; }
#zGkaMksmPBVbMNQywBZCGAhRv83vsRKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFxf4LUPPZzOTUdKTgEmvFvMCvcUN9A1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:30.9375rem;left:39.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCsTsfheiLHhLrRPtDSotTFPTNWA3MhR { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:29.125rem;left:39.375rem;display:block; }
#NbuBTSuqBEuRThX6adexTVownqudSlKu { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:33.6875rem;left:39.4375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaUwly1NTEXZTlJBzmdb2f2BypUXExBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:26.4375rem;left:40.75rem; }
#IzLanflOlUZFVaakECFmNetSDLlF9TUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36.5625rem;left:40.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ZCsf8KHng9TXthS8VSncBqT2lcU0HZ2a { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:29.125rem;left:48.375rem;display:block; }
#ZhQg8JBIqtrsgZZ5GbawsNXkwNvHGPpz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:30.9375rem;left:48.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfl0TiKHbGTozwzKdMWTueDImblJMGCp { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:33.6875rem;left:48.4375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1NNSRTG1OnVbbtrTavchSTCo2kyBQ8e { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:36.5625rem;left:49.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#RBzgwTrRArvDmEgROprsGJwv95b5TGDK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:27.375rem;left:50.25rem; }
#SmgrZ7tJ6xNKU6Fk6hk16lD44Icn6FPk { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:29.125rem;left:57.5625rem;display:block; }
#RXoxlVnKqE7vS234k8xqzaag5ddimN1A { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:30.9375rem;left:57.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMPalOd18zgk3JWqU4T2z1FGr7CKx6Hx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:33.6875rem;left:57.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MF60NqsxBapom19r92MaCorE2rvlettN { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:36.5625rem;left:58.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Cnz4rAOOsKA59JHatlLcW45RyxGfWDCG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:27.9375rem;left:59.6875rem; }
#bR5sF9DJh4umbyydiErggHHdX0RO0XAJ { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #000000, #979797);background-image: -moz-linear-gradient(282deg, #000000, #979797);background-image: -ms-linear-gradient(282deg, #000000, #979797);background-image: -o-linear-gradient(282deg, #000000, #979797);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#979797' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#979797' );";background-image: linear-gradient(282deg, #000000, #979797);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:29.125rem;left:66.75rem;display:block; }
#kNN61BPAXT0GymH2CTlXGxJeEKmi2CXH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:30.9375rem;left:66.5625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWWBlx6Q2PZQRtkbcPtinxh6wPBb3ywS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:33.6875rem;left:66.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhnKCTQ97HAS6M657MBm05Cdtvgbl1d1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:36.5625rem;left:67.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Xh2dUHUFfyNPF8yo1VTrHInJZ1Ss0mIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:50.6875rem;left:39.4375rem; }
#IG4N2TxboGS2Hcpqrl6hbSUhwwliOuaK { box-sizing:content-box;height:5.3125rem;width:32.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(125,99,244,0.83);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.687316894531rem;left:40.81231880188rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bWIS2GZiNQMGa4MXlrnpQ3kFGnOzsTRR { color:#000000;display:block;width:32.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:53.49964427948rem;left:40.561433792114rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0);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; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:rgba(var(--color-tertiary-1),1);display:block;width:29.8125rem;position:absolute;font-family:"yeseva one";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:41.25rem;height:3.41264375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:62.9375rem;display:block; }
#w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:39.875rem;width:27.25rem;top:14.5rem;left:43.3125rem;display:block; }
#zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { position:absolute;display:block;z-index:15026;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:6rem;width:6rem;top:12.6875rem;left:45.625rem;overflow:hidden;display:block; }
#Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:12.25rem;left:45.25rem;display:block; }
#T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5625rem;left:45.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23rem;left:45.6875rem;height:27.28820625rem;font-style:normal;display:block; }
#hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.5625rem;width:27.25rem;top:34.375rem;left:4.5625rem;display:block; }
#tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:40.6875rem;left:7.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:43.1875rem;left:6.9375rem;height:15.59325rem;font-style:normal;display:block; }
#uvaKe95avsn2edT93UOxquwo9C4Vze91 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:35.375rem;left:23.5625rem;display:block; }
#G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { position:absolute;display:block;z-index:15040;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:6rem;width:6rem;top:32.6875rem;left:6.9375rem;overflow:hidden;display:block; }
#D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:32.25rem;left:6.5625rem;display:block; }
#WH3xJvCfX5mbe2TiisyhsArM2FgWSBdH { color:#ff8417;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.96875rem;height:8.28735rem;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; }
#RQfT2rCpdGZfMKSBTDnqR1pNTDnTLNrF { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.78125rem;height:11.3732625rem;font-style:normal;display:block; }
#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0);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; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { background-color: transparent; background-image: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container > .video-iframe-container { display: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row > .video-iframe-container { display: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .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); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { border-width: 0; border-radius: 0; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#KKdxlaphk0QbLifQ2yRnnPU0i5duKnfm { color:#ff8417;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.78125rem;height:8.28735rem;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; }
#WRyspgolnUhcI5MCnVlLuxod4BgFhe7B { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.91250038147rem;left:2.78125rem;height:12.9980625rem;font-style:normal;display:block; }
#Tzuv4pIBKMKcpxNu1Egl83EscAUZLzuC { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, #f6811d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.299221038818rem;left:48.375rem;display:block; }
#ZAQbRrxdSFPMrb2Xd2bCgwR5QG40c6ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adwrHFl1zW1DVnlaMlTg6D315OXowaDG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0);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; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { background-color: transparent; background-image: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container > .video-iframe-container { display: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row > .video-iframe-container { display: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .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); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { border-width: 0; border-radius: 0; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { font-size:0.875rem;font-family:arial;height:112.125rem;width:75rem;position:relative;display:block; }#fshADuRDNLQTMmyMiq8RQi5WeGKOZ2DP { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:"yeseva one";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:45.1875rem;height:3.4125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BH8IZOuEPkUynpV9ZAEtZbw1tGCiHnRP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:62.9375rem;display:block; }
#XFOvOMIfnypMvI9tiJigFsGQ7eccXfBQ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#UINNA3BAptPnEHZJAvGwzyNPWV9yp3x0 { position:absolute;display:block;z-index:15020;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:6rem;width:6rem;top:4.8125rem;left:5.625rem;overflow:hidden;display:block; }
#JkHke6SZKzS0CZ5DBA5eE5dar7ezBqB8 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:5.3125rem;display:block; }
#Q2lTyr6ii6C5HA53QgykvhdTs51yekGB { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANfWamJ7tb2vCo14rUJnasf2cVeUK6ft { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.850002288818rem;left:5.6875rem;height:7.796625rem;font-style:normal;display:block; }
#s10lnyJVq61ApfafiFufbMcTxJLt6dUt { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:12.3125rem;left:43.9375rem;display:block; }
#chFvZrIVSqh1oURVLTCJ9ukHwkEeP96o { position:absolute;display:block;z-index:15026;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:6rem;width:6rem;top:10.5rem;left:46.25rem;overflow:hidden;display:block; }
#tsBE6yNHhL3N7PJZbIgapD0Av2CNlsmG { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:45.875rem;display:block; }
#gJmAls2PsaT1ReIuiu3aNqtreEyXuyVE { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQ1ITi4FuF92OPpasXzyQp3d95cW9xN2 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:46.3125rem;height:9.0960625rem;font-style:normal;display:block; }
#ts2uxOUuImUR7ZOpsxA9B0IBZadD1MqZ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:36.375rem;left:43.9375rem;display:block; }
#JUpJMb1u9Amz90Za8TcPlJ90F2JKN08V { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.6875rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdlnUSaEUc5iLTLK5OQNceVLaTNx3S1s { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:46.3125rem;height:10.3955rem;font-style:normal;display:block; }
#H1ZUCtATmToGsOWTZgBVxKnISSPF2Smt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:37.375rem;left:62.9375rem;display:block; }
#HllGbTKInN7og1fyg8ogtImhhcRiVnNl { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:30.5625rem;left:3.75rem;display:block; }
#Zbg13QxeWRA0qi9U9ut2wRBZtMrRCPe9 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ow9LpTV0D6zaxH3RZrIdH3slQDlG36PM { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.6875rem;height:9.0960625rem;font-style:normal;display:block; }
#m8afVTdFd6RmtwcoXyTPEvTBwSNkyTZ7 { position:absolute;display:block;z-index:15040;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:6rem;width:6rem;top:34.6875rem;left:46.3125rem;overflow:hidden;display:block; }
#uC1BgBc5PoHGRQR1xausJkigE8AqTXZt { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:34.25rem;left:45.9375rem;display:block; }
#OUxAgybibqVcZEhqa6tFqS438ER0MW4H { position:absolute;display:block;z-index:15034;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:6rem;width:6rem;top:28.875rem;left:5.6875rem;overflow:hidden;display:block; }
#rv83f0LH0aszn22ccZd5ZgH7KWK14eRT { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:28.4375rem;left:5.3125rem;display:block; }
#z4PODOcgsFPVfEe376xJApadfMu8maF5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:54.5rem;left:3.75rem;display:block; }
#wJ3Whc4gE6TuHVftUMGUR8bAAu4vSDrS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:52.375rem;left:5.3125rem;display:block; }
#kqyPF3gptcTa2k5ItnbJ9ihoTK2JZSqM { position:absolute;display:block;z-index:15020;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:6rem;width:6rem;top:52.8125rem;left:5.6875rem;overflow:hidden;display:block; }
#dHl9CUAXFafufrRI3stkvv5hAm1wsfse { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60.4375rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biucrE2NE2EfHQXE0SeqLxqOzEpXowNy { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:63.0625rem;left:5.6875rem;height:9.0960625rem;font-style:normal;display:block; }
#EvU45vO5Hg2aMnGrerJMGvK0CLm6eJ3I { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:76.5625rem;left:5.3125rem;display:block; }
#zsXXSde7pmxDyIuit3m7n3iTbb4IinNf { position:absolute;display:block;z-index:15034;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:6rem;width:6rem;top:77rem;left:5.6875rem;overflow:hidden;display:block; }
#qKKTGbLlR06vlLwK1difykbQkuKvSK7Q { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:78.6875rem;left:3.75rem;display:block; }
#nXv3Ut9xf8HiP8vM1nvn05PG0GccA5bi { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:60.5rem;left:44.5625rem;display:block; }
#VvZCg1Q1TfwkOBWhHdxCxoZGe8SoXIC6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:58.25rem;left:46.5rem;display:block; }
#ZICMlP98gfTT1SL2gbsdlF38wTTBm9Lu { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.75rem;width:27.25rem;top:84.562316894531rem;left:44.56231880188rem;display:block; }
#wLCGVbgSImEVThquATqNLhxEi2mAVFBb { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:82.4375rem;left:46.5625rem;display:block; }
#gHs8Fia4BfpHS9GS8kTpkKCE6hs3azSk { position:absolute;display:block;z-index:15026;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:6rem;width:6rem;top:58.6875rem;left:46.875rem;overflow:hidden;display:block; }
#BTm37icW56gVGnQc9KsfLpuXx00Cz3Md { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:66.5625rem;left:46.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SpUnTm7GkX01lx7OoXa8a7znU0OIubJq { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:69rem;left:46.9375rem;height:10.3955rem;font-style:normal;display:block; }
#uckkNwmxZafnRauAHr5D0QV7r2teKCcE { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:84.6875rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zg5tRCCZoBct8K1BZJmFITbaLiS8nFI8 { position:absolute;display:block;z-index:15040;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:6rem;width:6rem;top:82.875rem;left:46.9375rem;overflow:hidden;display:block; }
#wMBlSgFKCTP5boUbancQUF1uggxq62EE { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:87.0625rem;left:5.625rem;height:9.0960625rem;font-style:normal;display:block; }
#NwRbHldSOv5sZamRJeQw3wqRiz800ZA1 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:90.875rem;left:47.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcK53S41L2xenoPrplzxSd69P5AhUHdA { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:93.0625rem;left:46.9375rem;height:10.3955rem;font-style:normal;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:none; }#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:"yeseva one";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.4125rem;font-style:normal;display:block; }
#ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { color:rgba(var(--color-tertiary-1),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.74374961853rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { position:relative;display:none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { color:rgba(var(--color-tertiary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.5625rem;left:8.25rem;display:block; }
#yRa2p1za28p9eO11pmh54hyOUDyGLTqH { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { position:relative;display:none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { border-width: 0; border-radius: 0; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PinG8fkEzMMJqW43CRyDPVCihOeUS82g { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { color:rgba(var(--color-tertiary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:7.5625rem;display:block; }
#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { position:relative;display:none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { border-width: 0; border-radius: 0; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { color:rgba(var(--color-tertiary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:7.5625rem;display:block; }
#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { position:relative;display:none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { border-width: 0; border-radius: 0; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { color:rgba(var(--color-tertiary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.09375rem;left:7.5625rem;display:block; }
#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { position:relative;display:none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { border-width: 0; border-radius: 0; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:22rem;height:1.625rem;font-style:normal;display:block; }
#tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { color:rgba(var(--color-tertiary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:32.375rem;height:2.6rem;font-style:normal;display:block; }
#qQNTvlodusdTFt5UfqtctAanABRDsvWb { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c3dc25f-1f5c-43a2-966c-5d917987a10b/1920_tlobialewstegi2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.adaptive-delivery-prevent-bg, #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.lazyload, #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.lazyloading { background-image: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { background-color: transparent; background-image: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(134,106,227,0.43); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container > .video-iframe-container { display: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(134,106,227,0.43); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container { display: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .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); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { border-width: 0; border-radius: 0; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo::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; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { font-size:0.875rem;font-family:arial;height:100rem;width:75rem;position:relative;display:block; }#kx1yXCFxR7gaQp8PucDP4f60XGpgW2cT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.5625rem;height:3.41264375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJTXN8nUi0AUDLNLuHMRuqMrMuIw7mhG { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13.1875rem;left:2.8125rem;display:block; }
#NmPnmVewXKH3lsEZI7pnHKHNAfwGVtwb { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.8125rem;height:1.46179375rem;font-style:normal;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-form-header {  }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#d89dfa;width:22.25rem;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;line-height:1.2;overflow:hidden; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),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:22.25rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),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:22.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .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; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .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:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:5rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .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.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .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; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-container:first-of-type{padding-top:0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-container:last-of-type{padding-bottom:0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.18603515625rem;left:43.873901367188rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .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; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 {display:block;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.18603515625rem;left:43.873901367188rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #eq3pmbWJlhLiL1L4AncPN8PZaxkNKPbo { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #gulFthus2mQUs26RRhUq04aZZncJqcIT { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #nkduI7yVehymHOAsTUC7t92UJdHVszEg { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv .container-column{width:50%;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #outv8WpSmd8a3n4zqcQ8uwUmB3t5HAEp { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #yyN7XLQ08qbotn02eRDe9eM9C2qH7EvP { position:relative;z-index:2; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RgQ2cxss0UP4AtnzRn9JJPRZPglJFPtK { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #KEhcAffrMIt0EzDMJVWQxhMXCedbIXB0 { position:relative;z-index:2; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X9WADdkS4eUIaJU3VE2laTGoxoFy7t0H { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #HyvAVqulrwUiTRmb3LVQtTCdauW9fb23 { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #CLUuPuSVfKDUCE71LTUZJvz4y2cOw0Kf { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #o09enu67yibeecD4ROrf5bp0g9UKW2DS { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #aMhrOQZ7vrmWc5AJgVa5zSrIgDNMKU6K { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #bhhNPwBH8WHzvlfG6C14M0A03Q7W5dDU { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #A9zqbKFahxH3AzhwS82co33VLKVlOthL { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #I2ZZtisJcqaNtevkedrPUc6t49mHQA4c { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RSBpRfb6CPoyS4bgQ85Gu7m2Ot2PNdWf { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sQE1qq6kRAFo7yOyEZI1JBkZ4pz4tbXo { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sfxUflvSIGyx0qOlfeI11m8hHBv8kfnZ { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #NvawZJ2CapFUNB4pxS5QNE2q8rrHhZGO { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dZXpW9GA1IqIgRm5FuqmoFPSnF6w7CP3 { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #kEyWVcHQ9nP1MRyoeUVhttKE1Mlfg6Ec { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #zoaaO6L0siTZ9QsZFPfklzT3GRiPh58a { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #BAETw9E5qN9BWMc1OVhQ5hTsND2xtr2C { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu .container-column{width:50%;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #XJhC2dnHq5rwdS5nognB9LWfz6GNEmbZ { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #a84biLll329BwftIwr63gUPuJ9tO7FrB { position:relative;z-index:2; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #xSrTeE73Ftn0WHH1NTI7GLdGCrWLviai { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #WAJp1pch2GaubenuyLq8TXNE5NPJUhao { position:relative;z-index:2; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #oIHSZl2KUU0kk6aplbVRAagd862IPeNi { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dMSKHNQRpL9xrybmpbeeAwbSVsMk6eRO { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #TTHT5aNLJiBo7flv96y7QEQsn6KVDXJs { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X3fvLS9R601CdTTH2r6FlAbNJp2kREKK { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PJ683TQsTg8z7RnpITZPcKhtekIW80SA { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iwg7VE2zlZtNHFs1ztKoSBh5WNa0HQXC { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iTVXEiMesqapgFoLKQOVU9IxUMJCeu5I { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #MIW4erbyXyKCbOXZCyd0xbktlrkLL72P { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #rgQQU8fTaoidP5V1hPMshuS4RRuaoclJ { position:relative;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #W4f6aTHTwPr6OCgfGMzq7pg4fg7hIfQ4 { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #cpo10cUhXEUTAe8908Ws2pwTOKbUtJoq { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #f4mONzRMCtB6DEw5uv2aNB0CZd2mLUt2 { position:relative;z-index:2; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Bop05NPodEV6irgKLmWnRVbaghg8cJuT { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Q2rHDEgHh5JgaBkDXVHVZ3StETEHTNSD { position:relative; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PDDtl6sdXw7Gv0vsoC9rB3swWTFciOAM { position:relative; }
#fge0FLyetexOd3hvpOUhG6SVygINJOtX { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:90.6875rem;width:27.8125rem;top:5.8117895126342rem;left:42.343748092651rem;display:block; }
#CzrCLiLcoEVpUWSytPDgliQG4JkT0Arh { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:9.1743602752688rem;left:45.18731880188rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liRImtTeRQPF4UH6toCp1NPBuPWV2GyZ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:41.4375rem;left:2.1875rem;display:block; }
#s2ZeyQX7GHrgQUC0HP2bvD06uFiSXg13 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:43.25rem;left:2.0625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHGa0W95cz1dt7T09A3r0de17UwTvGgp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:48.875rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ahRa6ZxooQQo5Toc5TIT8k5bzd5yZ7Pv { color:rgba(var(--color-primary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:58.7431640625rem;left:1.5625rem;height:14.78269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4wTslSAC5dhmmaRZCUR8pNISQkeAPxb { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:46rem;left:2.25rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x73levgrbhC2TzqWV15Uubt4ao1zmOnt { color:rgba(var(--color-primary-0),1);display:block;width:37.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.873401165009rem;left:1.2801837921143rem;height:4.7131375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wUvs81ofWNVkZWyBy3vyw9JMmmfdKFGr { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:31.125rem;left:5.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFFAt7vM10wU9Nw3BftkcB5oGHPEluTv { box-sizing:content-box;height:5.875rem;width:34.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(130,0,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.436786651611rem;left:3.0619659423828rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#cLfmItaKPDxeE60cP5OJakSDQTJiLXMd { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:41.4375rem;left:11.1875rem;display:block; }
#QTZvVemiKgCSTaURCAtJcHO1Sq1MwQeI { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -moz-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -ms-linear-gradient(282deg, #5c0e0e, #fb9131);background-image: -o-linear-gradient(282deg, #5c0e0e, #fb9131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e0e', endColorstr='#fb9131' );";background-image: linear-gradient(282deg, #5c0e0e, #fb9131);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:41.4375rem;left:20.375rem;display:block; }
#TlD00AzV8cT7JR7XimJWRPvrqEm3CTMX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #000000, #979797);background-image: -moz-linear-gradient(282deg, #000000, #979797);background-image: -ms-linear-gradient(282deg, #000000, #979797);background-image: -o-linear-gradient(282deg, #000000, #979797);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#979797' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#979797' );";background-image: linear-gradient(282deg, #000000, #979797);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.4375rem;width:7.0625rem;top:41.4375rem;left:29.5625rem;display:block; }
#o9TSPybrSwkTF27qBZ82oUNw6h8FySTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:43.25rem;left:11.1875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViKB8J0ktVHgBy47c4WKXpWttK4pOEBN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:43.25rem;left:20.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whKHdOTWug8mBIZIo6cZdsGwgZTw1JRf { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:43.25rem;left:29.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dP53b3A7OLrzLgm8F2ol907DS5aOEfKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:46rem;left:11.25rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OE2MDbGHzkxyxvSAPXATW6ViAmXUdMCW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:46.062141418457rem;left:20.374822616577rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VONIMOMERTrRJcSCbHFOOT9mtp4zGeTf { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:46.062141418457rem;left:29.562322616577rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bH5867lMeu0BU6GpfMK8Stfv3KZDIF7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:38.75rem;left:3.5625rem; }
#Son9hE424WI7Tnkd54uPN1eBJWiPF2Af { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:39.6875rem;left:13.0625rem; }
#Fsnt9T9KFD6qNZkLL93KeRECMC4n9DXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:40.25rem;left:22.5rem; }
#TUTCsSBOU0wM91QlNDPkyvHckVNrkMAb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:48.875rem;left:12.125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#iHePSXgzUOSKRcotV9bd212k7Xf1qTmR { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.875rem;left:21.4375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#NEkEZSXxNtu4uvLheqgv0oWy9QQkMKCq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.875rem;left:30.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OMZzghQGR7QgX3SOuUPdhNnWH3qTXRMA { 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:15039;opacity:1;top:28.875rem;left:1.5rem; }
#UZOoq9uzOCWyN2tQPtGBw5dmuzTgx8mE { color:#000000;display:block;width:32.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:31.249845027924rem;left:3.7446727752686rem;height:4.38538125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPPfhn5WxZRHl6FPIhOXZBAUSTzGmqMy { box-sizing:content-box;height:6.18696875rem;width:23.8743125rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.2993607521056rem;left:44.311079025269rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#HQ0beX4AebbcIrDoeuXcPKGtwhfWwGmp { 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:15062;opacity:1;top:8.8290128707888rem;left:61.937139511108rem; }
#hwmcWCtMyFQerNIbXRqzgfbN1BdkTLwN { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:16.418677806854rem;left:0.99769020080569rem;height:4.0625rem;font-style:normal;display:block; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:11.25rem;left:33.25rem;display:none; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:rgba(var(--color-tertiary-1),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.187500953674rem;left:16.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DW3suOXCXWfQUPNG9w8yPxc0RikFTOQs { position:absolute;display:block;z-index:15012;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:6.0625rem;width:21.9375rem;top:7.0625019073488rem;left:4.5rem;overflow:hidden;display:block; }
#TizA7tL6VUilpL29STcyN4aXGDUopqnl { position:absolute;display:block;z-index:15013;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.625rem;width:14.8125rem;top:7.8437519073488rem;left:54.51171875rem;overflow:hidden;display:block; }
#TRcduq9sRiPf1N02WJ2nHeTgcUqg47Tg { position:absolute;display:block;z-index:15014;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.875rem;top:7.9375019073488rem;left:35.38671875rem;overflow:hidden;display:block; }
#sos9Kk1Ug00S05oLiUOokfZTOf9zQibM { box-sizing:content-box;height:7.4375rem;width:0.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6250019073488rem;left:30.764846801757rem;display:block; }
#ShRFSL7FhG8JrULoB1JcpnPBp9OfhXkr { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:11.25rem;left:33.25rem;display:none; }
#Mt9omFTlAlpF9xcifBCMM0bUP2g1AS8v { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.75rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#RaJgifNpzW7Fnz7lAgAr3x0387lWSdg7 { position:absolute;display:block;z-index:15037;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:12.5rem;top:20.800001144409rem;left:55.66796875rem;overflow:hidden;display:block; }
#nTQ6MtTx6XIhzBGmpMkifeFEQbfivqkn { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.937501907349rem;left:46.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.1875rem;left:16.112503051757rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:7.875rem;height:2.1875rem;top:1.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.8125rem;left:0rem;width:10.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:8.1875rem;height:2.1875rem;top:1.1875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:7.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:18.1875rem;left:0rem;width:37.3125rem;height:16.875rem;font-size:1.3125rem;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:17.25rem;height:3.8125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #d11cnH4hQZemZw2CgkIWyT9rPQpTwNVd { top:12.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6XHGcGAteVbyRTzPF63MzbD7hOVSH63 { top:17.375rem;left:27.625rem;width:20.125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJUfUMUp6aUDd56ZTgGA8e3NEq6NzceJ { top:21.625rem;left:30.109093830334rem;width:15.9375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxfCduq6NPDQTk7x0tvNPGNc4G2MIro { top:40.375rem;left:10.937143325806rem;width:22.8125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxL5U2CU3qJrqkaKXQWSJCMkTkEuGlC { display:none; }
 }@media only screen and (max-width: 763px) { #bKeelguFMBqe2WzyEN1dNTwzTE1cRiST { display:none; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.25rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.5rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.25rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:8.25rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.0625rem;left:28.1875rem;width:19.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8rem;left:27.6875rem;width:19.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:37.5625rem;width:3.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.6875rem;left:21.375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.625rem;left:5.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:5.1875rem;left:0rem;width:23rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:14.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:17.1875rem;left:0rem;width:32.6875rem;height:;font-size:1.375rem;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 { top:6.25rem;left:15.0625rem;width:32.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }#BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #FF7vmlP43fqahtoBTcT4RhlTDzHeXtOn { width:13.75rem;height:3.75rem;top:46rem;left:28.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGkaMksmPBVbMNQywBZCGAhRv83vsRKb { display:block; }
 }@media only screen and (max-width: 763px) { #LFxf4LUPPZzOTUdKTgEmvFvMCvcUN9A1 { top:30.9375rem;left:23.875rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsTsfheiLHhLrRPtDSotTFPTNWA3MhR { top:29.125rem;left:23.875rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuBTSuqBEuRThX6adexTVownqudSlKu { top:33.6875rem;left:23.875rem;width:7rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaUwly1NTEXZTlJBzmdb2f2BypUXExBq { top:26.4375rem;left:23.875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzLanflOlUZFVaakECFmNetSDLlF9TUJ { top:36.5625rem;left:23.875rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCsf8KHng9TXthS8VSncBqT2lcU0HZ2a { top:29.125rem;left:27.9375rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQg8JBIqtrsgZZ5GbawsNXkwNvHGPpz { top:30.9375rem;left:27.9375rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfl0TiKHbGTozwzKdMWTueDImblJMGCp { top:33.6875rem;left:28rem;width:7rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NNSRTG1OnVbbtrTavchSTCo2kyBQ8e { top:36.5625rem;left:28.875rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzgwTrRArvDmEgROprsGJwv95b5TGDK { top:27.375rem;left:29.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmgrZ7tJ6xNKU6Fk6hk16lD44Icn6FPk { top:29.125rem;left:37.125rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoxlVnKqE7vS234k8xqzaag5ddimN1A { top:30.9375rem;left:37rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPalOd18zgk3JWqU4T2z1FGr7CKx6Hx { top:33.6875rem;left:37.25rem;width:7.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF60NqsxBapom19r92MaCorE2rvlettN { top:36.5625rem;left:38.1875rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnz4rAOOsKA59JHatlLcW45RyxGfWDCG { top:27.9375rem;left:39.25rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5sF9DJh4umbyydiErggHHdX0RO0XAJ { top:29.125rem;left:40.6875rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNN61BPAXT0GymH2CTlXGxJeEKmi2CXH { top:30.9375rem;left:40.5rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWWBlx6Q2PZQRtkbcPtinxh6wPBb3ywS { top:33.6875rem;left:40.6875rem;width:7.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhnKCTQ97HAS6M657MBm05Cdtvgbl1d1 { top:36.5625rem;left:43.1875rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh2dUHUFfyNPF8yo1VTrHInJZ1Ss0mIe { top:50.6875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG4N2TxboGS2Hcpqrl6hbSUhwwliOuaK { top:52.625rem;left:15.25rem;width:32.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIS2GZiNQMGa4MXlrnpQ3kFGnOzsTRR { top:53.4375rem;left:15.0625rem;width:32.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:5.25rem;left:17.9375rem;width:29.8125rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { top:14.5rem;left:20.5rem;width:27.25rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { top:12.6875rem;left:25.1875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { top:12.25rem;left:24.8125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { top:20.5625rem;left:25.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { top:23rem;left:25.25rem;width:22.5rem;height:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { top:34.375rem;left:0rem;width:27.25rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { top:40.6875rem;left:0.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { top:43.1875rem;left:0.125rem;width:22.5rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { top:35.375rem;left:15.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { top:32.6875rem;left:0.125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { top:32.25rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3xJvCfX5mbe2TiisyhsArM2FgWSBdH { top:5.25rem;left:0rem;width:32.6875rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQfT2rCpdGZfMKSBTDnqR1pNTDnTLNrF { top:14.5rem;left:0rem;width:31.9375rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J { display:block; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdxlaphk0QbLifQ2yRnnPU0i5duKnfm { top:3.625rem;left:0rem;width:32.6875rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRyspgolnUhcI5MCnVlLuxod4BgFhe7B { top:11.875rem;left:0rem;width:31.9375rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzuv4pIBKMKcpxNu1Egl83EscAUZLzuC { width:17.375rem;height:3.8125rem;top:11.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQbRrxdSFPMrb2Xd2bCgwR5QG40c6ta { display:block; }
 }@media only screen and (max-width: 763px) { #adwrHFl1zW1DVnlaMlTg6D315OXowaDG { display:none; }
 }@media only screen and (max-width: 763px) { #QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE { display:block; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fshADuRDNLQTMmyMiq8RQi5WeGKOZ2DP { top:5.25rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH8IZOuEPkUynpV9ZAEtZbw1tGCiHnRP { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOvOMIfnypMvI9tiJigFsGQ7eccXfBQ { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UINNA3BAptPnEHZJAvGwzyNPWV9yp3x0 { top:4.8125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHke6SZKzS0CZ5DBA5eE5dar7ezBqB8 { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2lTyr6ii6C5HA53QgykvhdTs51yekGB { top:12.4375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANfWamJ7tb2vCo14rUJnasf2cVeUK6ft { top:15.8125rem;left:0rem;width:22.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s10lnyJVq61ApfafiFufbMcTxJLt6dUt { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chFvZrIVSqh1oURVLTCJ9ukHwkEeP96o { top:10.5rem;left:25.8125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsBE6yNHhL3N7PJZbIgapD0Av2CNlsmG { top:10.0625rem;left:25.4375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmAls2PsaT1ReIuiu3aNqtreEyXuyVE { top:18.375rem;left:25.8125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1ITi4FuF92OPpasXzyQp3d95cW9xN2 { top:20.8125rem;left:25.25rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2uxOUuImUR7ZOpsxA9B0IBZadD1MqZ { top:36.375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUpJMb1u9Amz90Za8TcPlJ90F2JKN08V { top:42.6875rem;left:25.8125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlnUSaEUc5iLTLK5OQNceVLaTNx3S1s { top:44.875rem;left:25.25rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZUCtATmToGsOWTZgBVxKnISSPF2Smt { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HllGbTKInN7og1fyg8ogtImhhcRiVnNl { top:30.5625rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbg13QxeWRA0qi9U9ut2wRBZtMrRCPe9 { top:36.5625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow9LpTV0D6zaxH3RZrIdH3slQDlG36PM { top:39.125rem;left:0rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8afVTdFd6RmtwcoXyTPEvTBwSNkyTZ7 { top:34.6875rem;left:25.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1BgBc5PoHGRQR1xausJkigE8AqTXZt { top:34.25rem;left:25.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxAgybibqVcZEhqa6tFqS438ER0MW4H { top:28.875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv83f0LH0aszn22ccZd5ZgH7KWK14eRT { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PODOcgsFPVfEe376xJApadfMu8maF5 { top:54.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3Whc4gE6TuHVftUMGUR8bAAu4vSDrS { top:52.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyPF3gptcTa2k5ItnbJ9ihoTK2JZSqM { top:52.8125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHl9CUAXFafufrRI3stkvv5hAm1wsfse { top:60.4375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biucrE2NE2EfHQXE0SeqLxqOzEpXowNy { top:63.0625rem;left:0rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvU45vO5Hg2aMnGrerJMGvK0CLm6eJ3I { top:76.5625rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXXSde7pmxDyIuit3m7n3iTbb4IinNf { top:77rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKTGbLlR06vlLwK1difykbQkuKvSK7Q { top:78.6875rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv3Ut9xf8HiP8vM1nvn05PG0GccA5bi { top:60.5rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZCg1Q1TfwkOBWhHdxCxoZGe8SoXIC6 { top:58.25rem;left:26.0625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZICMlP98gfTT1SL2gbsdlF38wTTBm9Lu { top:84.5rem;left:20.5rem;width:27.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLCGVbgSImEVThquATqNLhxEi2mAVFBb { top:82.4375rem;left:26.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHs8Fia4BfpHS9GS8kTpkKCE6hs3azSk { top:58.6875rem;left:26.4375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm37icW56gVGnQc9KsfLpuXx00Cz3Md { top:66.5625rem;left:26.4375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUnTm7GkX01lx7OoXa8a7znU0OIubJq { top:69rem;left:25.25rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uckkNwmxZafnRauAHr5D0QV7r2teKCcE { top:84.6875rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg5tRCCZoBct8K1BZJmFITbaLiS8nFI8 { top:82.875rem;left:26.5rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBlSgFKCTP5boUbancQUF1uggxq62EE { top:87.0625rem;left:0rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwRbHldSOv5sZamRJeQw3wqRiz800ZA1 { top:90.875rem;left:26.6875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcK53S41L2xenoPrplzxSd69P5AhUHdA { top:93rem;left:25.25rem;width:22.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { top:1.625rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { top:11.6875rem;left:0rem;width:27.375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { top:2.5625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { top:2.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { top:2.375rem;left:8.375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo { display:block; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx1yXCFxR7gaQp8PucDP4f60XGpgW2cT { top:8.6875rem;left:0rem;width:33.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTXN8nUi0AUDLNLuHMRuqMrMuIw7mhG { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPnmVewXKH3lsEZI7pnHKHNAfwGVtwb { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-regular-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-textarea { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-button { width:12.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0  { width:22.25rem;height:auto;top:13.125rem;left:23rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .radio-container { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 {display:block;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 { width:22.25rem;height:auto;top:13.125rem;left:23rem; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #eq3pmbWJlhLiL1L4AncPN8PZaxkNKPbo {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #gulFthus2mQUs26RRhUq04aZZncJqcIT {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #nkduI7yVehymHOAsTUC7t92UJdHVszEg {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv {  }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #outv8WpSmd8a3n4zqcQ8uwUmB3t5HAEp {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #yyN7XLQ08qbotn02eRDe9eM9C2qH7EvP {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RgQ2cxss0UP4AtnzRn9JJPRZPglJFPtK {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #KEhcAffrMIt0EzDMJVWQxhMXCedbIXB0 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X9WADdkS4eUIaJU3VE2laTGoxoFy7t0H {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #HyvAVqulrwUiTRmb3LVQtTCdauW9fb23 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #CLUuPuSVfKDUCE71LTUZJvz4y2cOw0Kf {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #o09enu67yibeecD4ROrf5bp0g9UKW2DS {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #aMhrOQZ7vrmWc5AJgVa5zSrIgDNMKU6K {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #bhhNPwBH8WHzvlfG6C14M0A03Q7W5dDU {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #A9zqbKFahxH3AzhwS82co33VLKVlOthL {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #I2ZZtisJcqaNtevkedrPUc6t49mHQA4c {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RSBpRfb6CPoyS4bgQ85Gu7m2Ot2PNdWf {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sQE1qq6kRAFo7yOyEZI1JBkZ4pz4tbXo {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sfxUflvSIGyx0qOlfeI11m8hHBv8kfnZ {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #NvawZJ2CapFUNB4pxS5QNE2q8rrHhZGO {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dZXpW9GA1IqIgRm5FuqmoFPSnF6w7CP3 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #kEyWVcHQ9nP1MRyoeUVhttKE1Mlfg6Ec {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #zoaaO6L0siTZ9QsZFPfklzT3GRiPh58a {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #BAETw9E5qN9BWMc1OVhQ5hTsND2xtr2C {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu {  }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #XJhC2dnHq5rwdS5nognB9LWfz6GNEmbZ {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #a84biLll329BwftIwr63gUPuJ9tO7FrB {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #xSrTeE73Ftn0WHH1NTI7GLdGCrWLviai {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #WAJp1pch2GaubenuyLq8TXNE5NPJUhao {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #oIHSZl2KUU0kk6aplbVRAagd862IPeNi {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dMSKHNQRpL9xrybmpbeeAwbSVsMk6eRO {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #TTHT5aNLJiBo7flv96y7QEQsn6KVDXJs {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X3fvLS9R601CdTTH2r6FlAbNJp2kREKK {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PJ683TQsTg8z7RnpITZPcKhtekIW80SA {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iwg7VE2zlZtNHFs1ztKoSBh5WNa0HQXC {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iTVXEiMesqapgFoLKQOVU9IxUMJCeu5I {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #MIW4erbyXyKCbOXZCyd0xbktlrkLL72P {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #rgQQU8fTaoidP5V1hPMshuS4RRuaoclJ {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #W4f6aTHTwPr6OCgfGMzq7pg4fg7hIfQ4 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #cpo10cUhXEUTAe8908Ws2pwTOKbUtJoq {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #f4mONzRMCtB6DEw5uv2aNB0CZd2mLUt2 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Bop05NPodEV6irgKLmWnRVbaghg8cJuT {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Q2rHDEgHh5JgaBkDXVHVZ3StETEHTNSD {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PDDtl6sdXw7Gv0vsoC9rB3swWTFciOAM {  }
 }@media only screen and (max-width: 763px) { #fge0FLyetexOd3hvpOUhG6SVygINJOtX { top:5.75rem;left:19.9375rem;width:27.8125rem;height:90.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrCLiLcoEVpUWSytPDgliQG4JkT0Arh { top:9.125rem;left:24.74981880188rem;width:22.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRImtTeRQPF4UH6toCp1NPBuPWV2GyZ { top:41.4375rem;left:0rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZeyQX7GHrgQUC0HP2bvD06uFiSXg13 { top:43.25rem;left:0rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGa0W95cz1dt7T09A3r0de17UwTvGgp { top:48.875rem;left:0rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRa6ZxooQQo5Toc5TIT8k5bzd5yZ7Pv { top:58.6875rem;left:0rem;width:35.9375rem;height:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4wTslSAC5dhmmaRZCUR8pNISQkeAPxb { top:46rem;left:0rem;width:7rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73levgrbhC2TzqWV15Uubt4ao1zmOnt { top:23.8125rem;left:0rem;width:37.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUvs81ofWNVkZWyBy3vyw9JMmmfdKFGr { top:31.125rem;left:0rem;width:31.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFAt7vM10wU9Nw3BftkcB5oGHPEluTv { top:30.375rem;left:0rem;width:34.25rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLfmItaKPDxeE60cP5OJakSDQTJiLXMd { top:41.4375rem;left:4.375rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZvVemiKgCSTaURCAtJcHO1Sq1MwQeI { top:41.4375rem;left:13.5625rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlD00AzV8cT7JR7XimJWRPvrqEm3CTMX { top:41.4375rem;left:16.8125rem;width:7.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TSPybrSwkTF27qBZ82oUNw6h8FySTJ { top:43.25rem;left:4.375rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViKB8J0ktVHgBy47c4WKXpWttK4pOEBN { top:43.25rem;left:13.4375rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whKHdOTWug8mBIZIo6cZdsGwgZTw1JRf { top:43.25rem;left:16.625rem;width:7.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP53b3A7OLrzLgm8F2ol907DS5aOEfKQ { top:46rem;left:4.4375rem;width:7rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE2MDbGHzkxyxvSAPXATW6ViAmXUdMCW { top:46rem;left:13.562322616577rem;width:7.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VONIMOMERTrRJcSCbHFOOT9mtp4zGeTf { top:46rem;left:16.8125rem;width:7.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5867lMeu0BU6GpfMK8Stfv3KZDIF7k { top:38.75rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Son9hE424WI7Tnkd54uPN1eBJWiPF2Af { top:39.6875rem;left:6.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsnt9T9KFD6qNZkLL93KeRECMC4n9DXT { top:40.25rem;left:15.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTCsSBOU0wM91QlNDPkyvHckVNrkMAb { top:48.875rem;left:5.3125rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHePSXgzUOSKRcotV9bd212k7Xf1qTmR { top:48.875rem;left:14.625rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEkEZSXxNtu4uvLheqgv0oWy9QQkMKCq { top:48.875rem;left:19.3125rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZzghQGR7QgX3SOuUPdhNnWH3qTXRMA { top:28.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZOoq9uzOCWyN2tQPtGBw5dmuzTgx8mE { top:31.1875rem;left:0rem;width:32.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPPfhn5WxZRHl6FPIhOXZBAUSTzGmqMy { top:7.25rem;left:23.875rem;width:23.8125rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ0beX4AebbcIrDoeuXcPKGtwhfWwGmp { top:8.8125rem;left:41.499639511108rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmcWCtMyFQerNIbXRqzgfbN1BdkTLwN { top:16.375rem;left:0rem;width:37.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:6.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:11.25rem;left:19.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:14.1875rem;left:2.6875rem;width:43.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3suOXCXWfQUPNG9w8yPxc0RikFTOQs { top:7.0625rem;left:0rem;width:21.9375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizA7tL6VUilpL29STcyN4aXGDUopqnl { top:7.8125rem;left:32.9375rem;width:14.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcduq9sRiPf1N02WJ2nHeTgcUqg47Tg { top:7.9375rem;left:21.76171875rem;width:14.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sos9Kk1Ug00S05oLiUOokfZTOf9zQibM { top:6.625rem;left:17.139846801757rem;width:0.375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRFSL7FhG8JrULoB1JcpnPBp9OfhXkr { top:11.25rem;left:19.625rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mt9omFTlAlpF9xcifBCMM0bUP2g1AS8v { top:20.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJgifNpzW7Fnz7lAgAr3x0387lWSdg7 { top:20.75rem;left:35.25rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQ6MtTx6XIhzBGmpMkifeFEQbfivqkn { top:20.9375rem;left:32.625rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:4.75rem;height:2.1875rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.78125rem;left:5.6562498211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:9.9375rem;height:2.75rem;top:2.1875rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:top 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:6.173825rem;top:4.3125rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:25.037125rem;top:21.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:17.0625rem;height:3.8125rem;top:72.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #d11cnH4hQZemZw2CgkIWyT9rPQpTwNVd { width:20rem;height:4.2246125rem;top:12.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6XHGcGAteVbyRTzPF63MzbD7hOVSH63 { width:13rem;height:19.0625rem;top:51.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJUfUMUp6aUDd56ZTgGA8e3NEq6NzceJ { width:10.5625rem;height:16.5rem;top:53.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxfCduq6NPDQTk7x0tvNPGNc4G2MIro { width:14.25rem;height:5.699575rem;top:77rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ff980b;display:block; }
 }@media only screen and (max-width: 763px) { #VoxL5U2CU3qJrqkaKXQWSJCMkTkEuGlC { top:70.125rem;left:0rem;width:20rem;height:14.75rem;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bKeelguFMBqe2WzyEN1dNTwzTE1cRiST { top:21.1875rem;left:0rem;width:20rem;height:27.625rem;z-index:15000;background-color:rgba(var(--color-primary-3),0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:1.94921875rem;top:9.6875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:1.94921875rem;top:23.3125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:21.4375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:5.84765625rem;top:37.75rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:35.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:3.625rem;height:5.4375rem;top:29.480470657349rem;left:8.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.9375rem;height:4.9375rem;top:15.293402567506rem;left:7.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.8125rem;height:4.75rem;top:1.75rem;left:7.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1516e068-3400-4f36-a7f1-e8d87f0eb6e2/ekipa_2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.adaptive-delivery-prevent-bg, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyload, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyloading { background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,84,0.7); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,84,0.7); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:153rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.2246125rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.375rem;top:9.8125009536744rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:19.25rem;height:34.52145rem;top:12.721939086914rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:57.1875rem;left:0.87890625rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 { width:20rem;height:3.8984375rem;top:50.62890625rem;left:-0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }#BTRAw2iuN8NHg4DrAcwbv79tdhVEnRQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67caa60632154c5f700b06f716e70c37.svg); }
 }@media only screen and (max-width: 763px) { #FF7vmlP43fqahtoBTcT4RhlTDzHeXtOn { width:13.75rem;height:3.75rem;top:66.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGkaMksmPBVbMNQywBZCGAhRv83vsRKb { display:block; }
 }@media only screen and (max-width: 763px) { #LFxf4LUPPZzOTUdKTgEmvFvMCvcUN9A1 { width:7.25rem;height:2.5996125rem;top:77.75rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsTsfheiLHhLrRPtDSotTFPTNWA3MhR { width:7.0625rem;height:12.4375rem;top:75.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuBTSuqBEuRThX6adexTVownqudSlKu { width:7rem;height:1.70605625rem;top:80.25rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaUwly1NTEXZTlJBzmdb2f2BypUXExBq { display:flex;width:4.5625rem;height:4.5625rem;top:73rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #IzLanflOlUZFVaakECFmNetSDLlF9TUJ { width:4.5625rem;height:1.46218125rem;top:83.125rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCsf8KHng9TXthS8VSncBqT2lcU0HZ2a { width:7.0625rem;height:12.4375rem;top:91.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQg8JBIqtrsgZZ5GbawsNXkwNvHGPpz { width:7.25rem;height:2.5996125rem;top:93.25rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfl0TiKHbGTozwzKdMWTueDImblJMGCp { width:7rem;height:1.70605625rem;top:96rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NNSRTG1OnVbbtrTavchSTCo2kyBQ8e { width:4.5625rem;height:2.9243625rem;top:98.875rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzgwTrRArvDmEgROprsGJwv95b5TGDK { display:flex;width:3.625rem;height:3.625rem;top:89.6875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #SmgrZ7tJ6xNKU6Fk6hk16lD44Icn6FPk { width:7.0625rem;height:12.4375rem;top:107.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoxlVnKqE7vS234k8xqzaag5ddimN1A { width:7.25rem;height:2.5996125rem;top:109.375rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPalOd18zgk3JWqU4T2z1FGr7CKx6Hx { width:7.0625rem;height:1.70605625rem;top:111.9375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF60NqsxBapom19r92MaCorE2rvlettN { width:4.5625rem;height:2.9243625rem;top:114.8125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnz4rAOOsKA59JHatlLcW45RyxGfWDCG { display:flex;width:2.875rem;height:2.875rem;top:106.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #bR5sF9DJh4umbyydiErggHHdX0RO0XAJ { width:7.0625rem;height:12.4375rem;top:122.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNN61BPAXT0GymH2CTlXGxJeEKmi2CXH { width:7.25rem;height:2.5996125rem;top:124.0625rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWWBlx6Q2PZQRtkbcPtinxh6wPBb3ywS { width:7.0625rem;height:1.70605625rem;top:127.25rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhnKCTQ97HAS6M657MBm05Cdtvgbl1d1 { width:4.5625rem;height:2.9243625rem;top:130.125rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh2dUHUFfyNPF8yo1VTrHInJZ1Ss0mIe { display:flex;width:2.8125rem;height:2.8125rem;top:138.55645751953rem;left:8.5937494039537rem; }
 }@media only screen and (max-width: 763px) { #IG4N2TxboGS2Hcpqrl6hbSUhwwliOuaK { width:19.875rem;height:9.6875rem;top:140.12339782715rem;left:0.061257064342499rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIS2GZiNQMGa4MXlrnpQ3kFGnOzsTRR { width:19.124625rem;height:5.5234375rem;top:142.18660545349rem;left:0.43678975105286rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { background-color:rgba(var(--color-primary-3),0);background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR.adaptive-delivery-prevent-bg, #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR.lazyload, #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR.lazyloading { background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.11230625rem;top:31.274999976158rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.2493125rem;height:0.374645rem;top:36.948686599731rem;left:5.874467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { width:19.9375rem;height:37.5rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { width:6rem;height:6rem;top:42.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { width:6.625rem;height:6.625rem;top:42.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { width:19.4375rem;height:1.625rem;top:49.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { width:19.375rem;height:32.4950375rem;top:52.75rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { width:20rem;height:26.875rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { width:19.4375rem;height:1.625rem;top:95.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { width:19.1875rem;height:19.49705625rem;top:98.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { width:8.25rem;height:0.375rem;top:119.5625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { width:6rem;height:6rem;top:87.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { width:6.625rem;height:6.625rem;top:87.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3xJvCfX5mbe2TiisyhsArM2FgWSBdH { width:20rem;height:9.75rem;top:4.3625000715256rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQfT2rCpdGZfMKSBTDnqR1pNTDnTLNrF { width:20rem;height:11.6982375rem;top:15.27499961853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J { background-color:rgba(var(--color-primary-3),0);background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J.adaptive-delivery-prevent-bg, #NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J.lazyload, #NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J.lazyloading { background-image: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { background-color: transparent; background-image: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container > .video-iframe-container { display: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row > .video-iframe-container { display: none; }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .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); }#NPakzCq6e9FtgXvXzLE1ZKztXps5QM1J > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdxlaphk0QbLifQ2yRnnPU0i5duKnfm { width:20rem;height:10.398425rem;top:3.734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRyspgolnUhcI5MCnVlLuxod4BgFhe7B { width:19.1855625rem;height:14.297875rem;top:14.0693359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tzuv4pIBKMKcpxNu1Egl83EscAUZLzuC { width:17.375rem;height:3.8125rem;top:31.685157775879rem;left:1.3101562261581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQbRrxdSFPMrb2Xd2bCgwR5QG40c6ta { display:block; }
 }@media only screen and (max-width: 763px) { #adwrHFl1zW1DVnlaMlTg6D315OXowaDG { top:1.5625rem;left:0rem;width:20rem;height:28.5625rem;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE.adaptive-delivery-prevent-bg, #QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE.lazyload, #QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE.lazyloading { background-image: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { background-color: transparent; background-image: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container > .video-iframe-container { display: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row > .video-iframe-container { display: none; }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .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); }#QlaLI3r9HSfXIquAD2bUctkvQiEnRbTE > .row .container { width:20rem;height:240.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fshADuRDNLQTMmyMiq8RQi5WeGKOZ2DP { width:20rem;height:2.1125rem;top:5rem;left:-0.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #BH8IZOuEPkUynpV9ZAEtZbw1tGCiHnRP { width:8.25rem;height:0.375rem;top:8.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOvOMIfnypMvI9tiJigFsGQ7eccXfBQ { width:20rem;height:19.9375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UINNA3BAptPnEHZJAvGwzyNPWV9yp3x0 { width:6rem;height:6rem;top:12.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHke6SZKzS0CZ5DBA5eE5dar7ezBqB8 { width:6.625rem;height:6.625rem;top:12.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2lTyr6ii6C5HA53QgykvhdTs51yekGB { width:19.25rem;height:1.625rem;top:19.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANfWamJ7tb2vCo14rUJnasf2cVeUK6ft { width:18.75rem;height:10.3984375rem;top:23.375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s10lnyJVq61ApfafiFufbMcTxJLt6dUt { width:20rem;height:20.6875rem;top:127.75rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chFvZrIVSqh1oURVLTCJ9ukHwkEeP96o { width:6rem;height:6rem;top:123.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsBE6yNHhL3N7PJZbIgapD0Av2CNlsmG { width:6.625rem;height:6.625rem;top:123.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmAls2PsaT1ReIuiu3aNqtreEyXuyVE { width:19.4375rem;height:1.625rem;top:131.6875rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1ITi4FuF92OPpasXzyQp3d95cW9xN2 { width:19.375rem;height:11.69825rem;top:134.125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts2uxOUuImUR7ZOpsxA9B0IBZadD1MqZ { width:20rem;height:23.3125rem;top:154.1875rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUpJMb1u9Amz90Za8TcPlJ90F2JKN08V { width:19.4375rem;height:1.625rem;top:159.75rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdlnUSaEUc5iLTLK5OQNceVLaTNx3S1s { width:18.5625rem;height:12.9980625rem;top:162.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZUCtATmToGsOWTZgBVxKnISSPF2Smt { width:8.25rem;height:0.375rem;top:125.75rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HllGbTKInN7og1fyg8ogtImhhcRiVnNl { width:19.875rem;height:21.5625rem;top:42.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbg13QxeWRA0qi9U9ut2wRBZtMrRCPe9 { width:19.4375rem;height:1.625rem;top:48.4375rem;left:-0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ow9LpTV0D6zaxH3RZrIdH3slQDlG36PM { width:18.625rem;height:11.69825rem;top:51rem;left:0.68671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8afVTdFd6RmtwcoXyTPEvTBwSNkyTZ7 { width:6rem;height:6rem;top:151.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1BgBc5PoHGRQR1xausJkigE8AqTXZt { width:6.625rem;height:6.625rem;top:151.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUxAgybibqVcZEhqa6tFqS438ER0MW4H { width:6rem;height:6rem;top:39.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv83f0LH0aszn22ccZd5ZgH7KWK14eRT { width:6.625rem;height:6.625rem;top:38.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PODOcgsFPVfEe376xJApadfMu8maF5 { width:20rem;height:22.0625rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3Whc4gE6TuHVftUMGUR8bAAu4vSDrS { width:6.625rem;height:6.625rem;top:67.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyPF3gptcTa2k5ItnbJ9ihoTK2JZSqM { width:6rem;height:6rem;top:67.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHl9CUAXFafufrRI3stkvv5hAm1wsfse { width:19.4375rem;height:1.625rem;top:76.125rem;left:-0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biucrE2NE2EfHQXE0SeqLxqOzEpXowNy { width:18.9375rem;height:12.9980625rem;top:78.750000357625rem;left:0.53046876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvU45vO5Hg2aMnGrerJMGvK0CLm6eJ3I { width:6.625rem;height:6.625rem;top:94.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXXSde7pmxDyIuit3m7n3iTbb4IinNf { width:6rem;height:6rem;top:95.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKTGbLlR06vlLwK1difykbQkuKvSK7Q { width:20rem;height:22.4375rem;top:98.187478780744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv3Ut9xf8HiP8vM1nvn05PG0GccA5bi { width:20rem;height:23.1875rem;top:183.6875rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZCg1Q1TfwkOBWhHdxCxoZGe8SoXIC6 { width:6.625rem;height:6.625rem;top:180rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZICMlP98gfTT1SL2gbsdlF38wTTBm9Lu { width:20rem;height:23.5rem;top:212.875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLCGVbgSImEVThquATqNLhxEi2mAVFBb { width:6.625rem;height:6.625rem;top:209.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHs8Fia4BfpHS9GS8kTpkKCE6hs3azSk { width:6rem;height:6rem;top:180.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm37icW56gVGnQc9KsfLpuXx00Cz3Md { width:19.4375rem;height:1.625rem;top:188.9375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpUnTm7GkX01lx7OoXa8a7znU0OIubJq { width:19.375rem;height:12.9980625rem;top:191.8125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uckkNwmxZafnRauAHr5D0QV7r2teKCcE { width:19.3125rem;height:1.625rem;top:104rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zg5tRCCZoBct8K1BZJmFITbaLiS8nFI8 { width:6rem;height:6rem;top:209.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBlSgFKCTP5boUbancQUF1uggxq62EE { width:19.0625rem;height:12.9980625rem;top:106.375rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwRbHldSOv5sZamRJeQw3wqRiz800ZA1 { width:19.4375rem;height:1.625rem;top:218.4375rem;left:-0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcK53S41L2xenoPrplzxSd69P5AhUHdA { width:19.1875rem;height:12.9980625rem;top:221.5rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:2.6rem;top:3.8999938964844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { width:20rem;height:1.4625rem;top:1.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { width:20rem;height:1.38125rem;top:9.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:13.75rem;background-color:rgba(var(--color-primary-2),0);background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { width:9.75rem;height:1.625rem;top:3.8559112548828rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { width:19.25rem;height:5.2rem;top:6.4184112548825rem;left:0.81249994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:8.5625rem;height:1.95rem;top:1.2769031524658rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { width:9.75rem;height:1.625rem;top:4.0112857818604rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:5.2rem;top:6.9487857818606rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:8.5625rem;height:1.95rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { width:9.75rem;height:1.625rem;top:3.9375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:5.2rem;top:6.88716506958rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:8.5625rem;height:1.95rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { width:9.75rem;height:1.625rem;top:4.0625019073486rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:5.2rem;top:7.4487705230712rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { width:8.5625rem;height:1.95rem;top:1.2760391235351rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { width:9.75rem;height:1.625rem;top:3.8862838745117rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { width:18.8125rem;height:5.2rem;top:6.5737857818606rem;left:0.59288197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c3dc25f-1f5c-43a2-966c-5d917987a10b/1920_tlobialewstegi2.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.adaptive-delivery-prevent-bg, #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.lazyload, #uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo.lazyloading { background-image: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { background-color: transparent; background-image: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(134,106,227,0.28); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container > .video-iframe-container { display: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(134,106,227,0.28); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container { display: none; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .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); }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { border-width: 0; border-radius: 0; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo::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; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvIS9afXnD2VMlRRI7P4tH1oSkXkgrzo > .row .container { width:20rem;height:227.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx1yXCFxR7gaQp8PucDP4f60XGpgW2cT { width:20rem;height:2.5996125rem;top:7.4375rem;left:-0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJTXN8nUi0AUDLNLuHMRuqMrMuIw7mhG { width:8.25rem;height:0.375rem;top:12.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPnmVewXKH3lsEZI7pnHKHNAfwGVtwb { width:20rem;height:1.4619125rem;top:4.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-input-button { width:8.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.625rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0  { width:16.125rem;height:auto;top:138.4375rem;left:0.625rem; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 {display:block;}#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 { width:16.125rem;height:auto;top:138.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #eq3pmbWJlhLiL1L4AncPN8PZaxkNKPbo {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #gulFthus2mQUs26RRhUq04aZZncJqcIT { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #nkduI7yVehymHOAsTUC7t92UJdHVszEg {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv {  }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #DRTKUQddhv2UfSZ7C98l4ost0nGXxpWv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #outv8WpSmd8a3n4zqcQ8uwUmB3t5HAEp {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #yyN7XLQ08qbotn02eRDe9eM9C2qH7EvP {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RgQ2cxss0UP4AtnzRn9JJPRZPglJFPtK {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #KEhcAffrMIt0EzDMJVWQxhMXCedbIXB0 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X9WADdkS4eUIaJU3VE2laTGoxoFy7t0H {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #HyvAVqulrwUiTRmb3LVQtTCdauW9fb23 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #CLUuPuSVfKDUCE71LTUZJvz4y2cOw0Kf { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #o09enu67yibeecD4ROrf5bp0g9UKW2DS {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #aMhrOQZ7vrmWc5AJgVa5zSrIgDNMKU6K {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #bhhNPwBH8WHzvlfG6C14M0A03Q7W5dDU { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #A9zqbKFahxH3AzhwS82co33VLKVlOthL {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #I2ZZtisJcqaNtevkedrPUc6t49mHQA4c {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #RSBpRfb6CPoyS4bgQ85Gu7m2Ot2PNdWf { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sQE1qq6kRAFo7yOyEZI1JBkZ4pz4tbXo {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #sfxUflvSIGyx0qOlfeI11m8hHBv8kfnZ {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #NvawZJ2CapFUNB4pxS5QNE2q8rrHhZGO { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dZXpW9GA1IqIgRm5FuqmoFPSnF6w7CP3 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #kEyWVcHQ9nP1MRyoeUVhttKE1Mlfg6Ec {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #zoaaO6L0siTZ9QsZFPfklzT3GRiPh58a { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #BAETw9E5qN9BWMc1OVhQ5hTsND2xtr2C {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu {  }
#v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Lkwzv1dwxS59qCmfwLTw8V5Al3Kd8rdu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #XJhC2dnHq5rwdS5nognB9LWfz6GNEmbZ {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #a84biLll329BwftIwr63gUPuJ9tO7FrB {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #xSrTeE73Ftn0WHH1NTI7GLdGCrWLviai {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #WAJp1pch2GaubenuyLq8TXNE5NPJUhao {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #oIHSZl2KUU0kk6aplbVRAagd862IPeNi {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #dMSKHNQRpL9xrybmpbeeAwbSVsMk6eRO {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #TTHT5aNLJiBo7flv96y7QEQsn6KVDXJs { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #X3fvLS9R601CdTTH2r6FlAbNJp2kREKK {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PJ683TQsTg8z7RnpITZPcKhtekIW80SA {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iwg7VE2zlZtNHFs1ztKoSBh5WNa0HQXC {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #iTVXEiMesqapgFoLKQOVU9IxUMJCeu5I {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #MIW4erbyXyKCbOXZCyd0xbktlrkLL72P {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #rgQQU8fTaoidP5V1hPMshuS4RRuaoclJ { display:block; }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #W4f6aTHTwPr6OCgfGMzq7pg4fg7hIfQ4 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #cpo10cUhXEUTAe8908Ws2pwTOKbUtJoq {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #f4mONzRMCtB6DEw5uv2aNB0CZd2mLUt2 {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Bop05NPodEV6irgKLmWnRVbaghg8cJuT {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #Q2rHDEgHh5JgaBkDXVHVZ3StETEHTNSD {  }
 }@media only screen and (max-width: 763px) { #v9Exe6ErTBMMSu9od4T48wOKWoxdNJz0 #PDDtl6sdXw7Gv0vsoC9rB3swWTFciOAM {  }
 }@media only screen and (max-width: 763px) { #fge0FLyetexOd3hvpOUhG6SVygINJOtX { width:20rem;height:92.5rem;top:130.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrCLiLcoEVpUWSytPDgliQG4JkT0Arh { width:14.6875rem;height:2.4375rem;top:133.6875rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #liRImtTeRQPF4UH6toCp1NPBuPWV2GyZ { width:7.1875rem;height:12.6875rem;top:50.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZeyQX7GHrgQUC0HP2bvD06uFiSXg13 { width:20rem;height:2.5996125rem;top:52.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGa0W95cz1dt7T09A3r0de17UwTvGgp { width:4.5625rem;height:1.4619125rem;top:60.1875rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRa6ZxooQQo5Toc5TIT8k5bzd5yZ7Pv { width:20rem;height:11.6953125rem;top:113.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4wTslSAC5dhmmaRZCUR8pNISQkeAPxb { width:20rem;height:1.70605625rem;top:55.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x73levgrbhC2TzqWV15Uubt4ao1zmOnt { width:20rem;height:4.7109375rem;top:24.9140625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUvs81ofWNVkZWyBy3vyw9JMmmfdKFGr { width:20rem;height:0;top:25.125rem;left:-0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VFFAt7vM10wU9Nw3BftkcB5oGHPEluTv { width:20rem;height:9.0625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLfmItaKPDxeE60cP5OJakSDQTJiLXMd { width:7.0625rem;height:12.4375rem;top:66.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZvVemiKgCSTaURCAtJcHO1Sq1MwQeI { width:7.0625rem;height:12.4375rem;top:81.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlD00AzV8cT7JR7XimJWRPvrqEm3CTMX { width:7.0625rem;height:12.4375rem;top:96.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TSPybrSwkTF27qBZ82oUNw6h8FySTJ { width:7.25rem;height:2.5996125rem;top:68.0625rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViKB8J0ktVHgBy47c4WKXpWttK4pOEBN { width:7.25rem;height:2.5996125rem;top:83.3125rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whKHdOTWug8mBIZIo6cZdsGwgZTw1JRf { width:7.25rem;height:2.5996125rem;top:97.6875rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dP53b3A7OLrzLgm8F2ol907DS5aOEfKQ { width:7rem;height:1.70605625rem;top:70.8125rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE2MDbGHzkxyxvSAPXATW6ViAmXUdMCW { width:7.0623125rem;height:1.70605625rem;top:85.9375rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VONIMOMERTrRJcSCbHFOOT9mtp4zGeTf { width:7.0625rem;height:1.70605625rem;top:100.3125rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5867lMeu0BU6GpfMK8Stfv3KZDIF7k { display:flex;width:4.5625rem;height:4.5625rem;top:47.9375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #Son9hE424WI7Tnkd54uPN1eBJWiPF2Af { display:flex;width:3.625rem;height:3.625rem;top:64.5rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Fsnt9T9KFD6qNZkLL93KeRECMC4n9DXT { display:flex;width:2.875rem;height:2.875rem;top:80.125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #TUTCsSBOU0wM91QlNDPkyvHckVNrkMAb { width:6.9375rem;height:2.923825rem;top:75.125rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHePSXgzUOSKRcotV9bd212k7Xf1qTmR { width:7.0625rem;height:2.923825rem;top:90.0625rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEkEZSXxNtu4uvLheqgv0oWy9QQkMKCq { width:7.1875rem;height:2.923825rem;top:104.5rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZzghQGR7QgX3SOuUPdhNnWH3qTXRMA { display:flex;width:3.125rem;height:3.125rem;top:34.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UZOoq9uzOCWyN2tQPtGBw5dmuzTgx8mE { width:20rem;height:6.171875rem;top:38.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPPfhn5WxZRHl6FPIhOXZBAUSTzGmqMy { top:132.0625rem;left:1.8125rem;width:16.25rem;height:5.6875rem;z-index:15060;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ0beX4AebbcIrDoeuXcPKGtwhfWwGmp { display:flex;width:3.125rem;height:3.125rem;top:133.375rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #hwmcWCtMyFQerNIbXRqzgfbN1BdkTLwN { width:20rem;height:4.875rem;top:15.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/65c893cf-5a5b-4773-a753-6ec4a5c3217c/1920_wykres_rakieta.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI.adaptive-delivery-prevent-bg, #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI.lazyload, #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI.lazyloading { background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:12.85000038147rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:0;top:6.725rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DW3suOXCXWfQUPNG9w8yPxc0RikFTOQs { width:17.6875rem;height:4.75rem;top:5rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizA7tL6VUilpL29STcyN4aXGDUopqnl { width:13.8125rem;height:3.3125rem;top:24.026563644409rem;left:3.3789063096046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcduq9sRiPf1N02WJ2nHeTgcUqg47Tg { width:14.75rem;height:3.625rem;top:16.81953086853rem;left:2.9107323828369rem;display:block; }
 }@media only screen and (max-width: 763px) { #sos9Kk1Ug00S05oLiUOokfZTOf9zQibM { width:0.375rem;height:7.4375rem;top:18.651568603516rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShRFSL7FhG8JrULoB1JcpnPBp9OfhXkr { width:8.25rem;height:0.375rem;top:31.53750038147rem;left:5.8750000596046rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9omFTlAlpF9xcifBCMM0bUP2g1AS8v { width:20rem;height:2.5996125rem;top:33.162536621094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaJgifNpzW7Fnz7lAgAr3x0387lWSdg7 { width:12.5rem;height:1.25rem;top:48.9240026474rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQ6MtTx6XIhzBGmpMkifeFEQbfivqkn { width:6.312125rem;height:0.9747875rem;top:46.949562072754rem;left:6.843039393425rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }