.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { position:relative;display:block; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { background-color: transparent; background-image: none; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row .container > .video-iframe-container { display: none; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row > .video-iframe-container { display: none; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .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); }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { border-width: 0; border-radius: 0; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .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; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#xKgUo9vpVQ6TU6RvDNPASbHxMiODAkdp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.1875rem;top:0.71875rem;left:3.71875rem;overflow:hidden;display:block; }
#WDpDVcLMqbG6Rh6huo539nVOUE9QQWBs { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.89453125rem;left:56.875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIhtZC7eck8CpbVVMidh30WTaHFZeZLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74974375rem;width:2.74974375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.6875rem;left:53.5rem; }
#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { background-color: transparent; background-image: none; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container > .video-iframe-container { display: none; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row > .video-iframe-container { display: block; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .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); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { border-width: 0; border-radius: 0; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB::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; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-form-header {  }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#1a1d21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:3rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#1a1d21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .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:25.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -moz-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -ms-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -o-linear-gradient(180deg, #8ef3ff, #b86bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );";background-image: linear-gradient(180deg, #8ef3ff, #b86bff);background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#000000;width:25.1875rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#d6d4d4;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .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; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-container:first-of-type{padding-top:0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-container:last-of-type{padding-bottom:0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.076171875rem;left:45.6875rem; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 {display:block;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.076171875rem;left:45.6875rem; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #Ai4o42DF2pxTu1iu0mTM8KeJzZepSprR { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QMRPSXHTqTeE6QUvMkkFTUkOPRziOlAo { position:relative;display:none; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #CfF5stuA5npUAQq0aDHmGNIN9rsZGttn { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QQO2grbhOPkkyGSlSneFg1993STBzok2 { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #WKpxeaXHLLHOB2W51NuM8k8Z1OWL6kXc { position:relative;display:none; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #nUSPFtAA2qxhdebQETV338Mpu2v9bS4c { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #HLUNbFvXicX3nTZsG6QvRC6bu12nsea1 { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #hThc2kmF23Vzs4xfL7OKTclAg7JaPAtr { position:relative;z-index:2; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #ZP9grHfvQanQ0Rp9TimMtUVhLeE0JhEL { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #L9IpioAW5c2rc4zw1x009QNTl3GmTZ8f { position:relative; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #GbSA6QSVUT46UwrLMiSCAanW9XJmFwKf { position:relative; }
#QtndRSdsHQxPABGCrdRRJnI34fb7V96t { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:6.96875rem;left:0rem;height:7.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jk2IUeuuKD271r8XheNqZqUQh3oqwwnS { box-sizing:content-box;height:30.4375rem;width:28.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:8.21875rem;left:45.125rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#wTHSHknwwTsnkPsqtArR9a5OiLoXJnw8 { color:#6b7dff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:13.125rem;left:43.4375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9EE6iE2LegLG6C8w8N4e2Hk2TydCLiK { position:absolute;display:block;z-index:15043;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.25rem;width:3.625rem;top:15.625rem;left:57.71875rem;overflow:hidden;display:block; }
#mcmgi4Wf4T6xaD60mnpB6O98T1nebR1L { color:#ffd782;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:10.125rem;left:43.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MoV0tQQ6eWDsE87CPCHMsrP7UHUn2Akw { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:17.1875rem;left:0rem;overflow:hidden;display:block; }
#DCzSWE2ECg14PvSyKs2I6tintciCbbZR { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.28125rem;left:0rem;overflow:hidden;display:block; }
#rVUyFxUTAZffkKM5tC96CN49tQxhkdlT { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.59375rem;left:4rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygJ8H7wC3bD1d3B6SSzeeTtOmawAwgLF { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:28.625rem;left:0rem;overflow:hidden;display:block; }
#WOV41dT87feA4QSIPX1maszQBsnKW6aJ { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.171875rem;left:4rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ie5klkzVswPMnmcQAOm0qM7mHLcHTXKf { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:34.5rem;left:0rem;overflow:hidden;display:block; }
#M736xW1SbrTVTUgGoirm6k3Emq04uUNn { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.7978515625rem;left:4.03125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrOL0s1NeyNqbydzfJ4vDJcdHXFizfH0 { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.53125rem;left:4rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKvOPwaJkqtI3pq3cu1VJbig7NRLlBez { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:11.375rem;top:9.09375rem;left:71.884161403413rem;overflow:hidden;display:block; }
#ek4HTKwUVfrvrfQ8sVaxRVpDCGcmgU64 { box-sizing:content-box;height:2.5625rem;width:37.875rem;position:absolute;display:block;z-index:15002;background-color:#ffd782;background-image:none;top:43.375rem;left:21.1875rem;display:block; }
#S5Nu40TwlezBKdAwhqB08VUlkc4k47Ig { color:#000000;display:block;width:36rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.4375rem;left:23.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkF6GKqV7BIeEZIZBgQhFSh9JK8ezB2N { position:absolute;display:block;z-index:15052;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.8125rem;width:5.8125rem;top:40.75rem;left:16.5625rem;overflow:hidden;display:block; }
#Q1Kc5cSa8IcbhHVlpD8OyMCrMXrXqgqB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:72.6875rem;top:45.9375rem;left:1.15625rem;overflow:hidden;display:block; }
#t26xpVM9IcqmlzBsyvi570Ps8tpFV3AK { position:absolute;display:block;z-index:15004;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:19.9375rem;width:19.9375rem;top:45.9375rem;left:5.3125rem;overflow:hidden;display:none; }
#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dbf8223-4b46-4266-9bee-c77637e58b56/bcg.png");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; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.adaptive-delivery-prevent-bg, #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.lazyload, #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.lazyloading { background-image: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { background-color: transparent; background-image: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container > .video-iframe-container { display: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row > .video-iframe-container { display: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .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); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { border-width: 0; border-radius: 0; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw::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; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:14.0625rem;top:14.875rem;left:56.75rem;overflow:hidden;display:block; }
#pnVdQsBXaWJ8Rr1IAmcxaG97CfSRCyB6 { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.4375rem;left:2.625rem;height:8.125rem;display:block; }
#rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.625rem;height:7.3125rem;display:block; }
#DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:10rem;top:24.8125rem;left:44.5625rem;overflow:hidden;display:block; }
#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c070a49-8901-4e69-afb5-765e300af1f5/bcg2.png");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; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.adaptive-delivery-prevent-bg, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyload, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyloading { background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { background-color: transparent; background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .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); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { border-width: 0; border-radius: 0; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::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; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:27.5rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.03125rem;left:34rem;height:8.125rem;text-align:right;text-align-last:right;display:block; }
#Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:28.375rem;height:7.3125rem;text-align:right;text-align-last:right;display:block; }
#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebe24f8d-9f6e-44a5-b39c-f94f7c418099/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.adaptive-delivery-prevent-bg, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyload, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyloading { background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { background-color: transparent; background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .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); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { border-width: 0; border-radius: 0; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::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; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:block; }#WGcKyDXBBxd5gComzAbmTfeaC2L884eB { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:3.125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.375rem;left:12.5625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:26rem;left:11.125rem;border-top:0;border-left:0.25rem solid #ffffff;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:25.8125rem;left:40.6875rem;border-top:0.0625rem solid #5d92ff;border-left:0.25rem solid #ffffff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:50.125rem;left:18.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { color:#ffd782;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.1875rem;left:18.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LQdxMblNSlO7lQOQayBfbrytRrANaCQt { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:29.4375rem;left:15.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.625rem;left:15.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:26.625rem;left:44.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29.4375rem;left:44.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.125rem;left:39.4375rem;overflow:hidden;display:block; }
#LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:37.8125rem;left:40.6875rem;border-top:0.0625rem solid #5d92ff;border-left:0.25rem solid #ffffff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:38.625rem;left:44.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:41.125rem;left:44.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:37.875rem;left:11.125rem;border-top:0;border-left:0.25rem solid #ffffff;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:38.625rem;left:15.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#u41xXRnnECxlNFtEyF7p6WO53WEAGKls { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:41.125rem;left:15.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:37rem;left:9.8125rem;overflow:hidden;display:block; }
#eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.125rem;left:9.5rem;overflow:hidden;display:block; }
#Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:36.8125rem;left:39.4375rem;overflow:hidden;display:block; }
#MsLm1burz3QDqpyPSE4JbTfvKThJLosG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -moz-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -ms-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -o-linear-gradient(180deg, #8ef3ff, #b86bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );";background-image: linear-gradient(180deg, #8ef3ff, #b86bff);background-size:auto !important;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:58.375rem;left:24.25rem;display:block; }
#Aa8vyBTvT0Hixazgp9qTkA7RCSvCTt3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWL15aPAz3eqDPit5Dn0L4tZ15IgbaHB { box-sizing:content-box;height:2.1875rem;width:23.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:2.625rem;left:23.1875rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:2.5rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
#UsMkh4AMQ3AbTziDLPudV9ShoIWre1pq { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.8125rem;top:1.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#QO15bikcR8ihkHx1ay5WP45EqGNaTxXC { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3rem;left:23.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dbf8223-4b46-4266-9bee-c77637e58b56/bcg.png");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; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.adaptive-delivery-prevent-bg, #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.lazyload, #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.lazyloading { background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { border-width: 0; border-radius: 0; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::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; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:16.625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:3.0625rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:28.5625rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9375rem;left:8.25rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:33.125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { position:absolute;display:block;z-index:15017;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.9375rem;width:7.6875rem;top:20.625rem;left:8.3125rem;overflow:hidden;display:block; }
#GlOk1KnzSTbDbFva07TZMGSoe27mEGio { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.4375rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.4375rem;left:28.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { position:absolute;display:block;z-index:15018;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.875rem;width:12rem;top:20.625rem;left:31.6875rem;overflow:hidden;display:block; }
#Eu1Mn9GUK8DA3x6WU6l9vozPzoNZClKJ { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:54.1875rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#bHolWDbwn4JhP2hpsEof8lHTFnlxA0R4 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.9375rem;left:55.84375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Ud8NNMZtTfQOss6lz2XSBkOblSEOGf6D { position:absolute;display:block;z-index:15025;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.3125rem;width:11.3125rem;top:20.90625rem;left:57.65625rem;overflow:hidden;display:block; }
#WTGOMqWQlplL9VTxhwNTMfrIJNn74sRv { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:33.4375rem;left:54.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c070a49-8901-4e69-afb5-765e300af1f5/bcg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW.adaptive-delivery-prevent-bg, #tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW.lazyload, #tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW.lazyloading { background-image: none; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container { background-color: transparent; background-image: none; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container > .video-iframe-container { display: none; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row > .video-iframe-container { display: none; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .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); }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container { border-width: 0; border-radius: 0; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW::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; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#DWLpwAveOlJwAzKa0MWTqCPJkstefTET { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.109375rem;left:11.09375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c070a49-8901-4e69-afb5-765e300af1f5/bcg2.png");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; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng.adaptive-delivery-prevent-bg, #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng.lazyload, #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng.lazyloading { background-image: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { background-color: transparent; background-image: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .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); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { border-width: 0; border-radius: 0; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng::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; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { position:absolute;display:block;z-index:15000;height:10.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dbf8223-4b46-4266-9bee-c77637e58b56/bcg.png");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; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.adaptive-delivery-prevent-bg, #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.lazyload, #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.lazyloading { background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { border-width: 0; border-radius: 0; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::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; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:2.90625rem;left:14.125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { position:absolute;display:block;z-index:15004;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: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:17.625rem;width:35.1875rem;top:20rem;left:1.5rem;overflow:hidden;display:block; }
#EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { position:absolute;display:block;z-index:15005;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: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:19.875rem;width:32rem;top:18.875rem;left:40.6875rem;overflow:hidden;display:block; }
#fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:2.75rem;left:7.65625rem;overflow:hidden;display:block; }
#O352ki4kc2vw7KRwSc7RiDL9eScETTnA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -moz-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -ms-linear-gradient(180deg, #8ef3ff, #b86bff);background-image: -o-linear-gradient(180deg, #8ef3ff, #b86bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ef3ff', endColorstr='#b86bff' );";background-image: linear-gradient(180deg, #8ef3ff, #b86bff);background-size:auto !important;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:44.25rem;left:24.21875rem;display:block; }
#ulb9xwsonhvKEb4Dt6lUrrHKZzydL51K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEIAv8KseXAGVRESSSI6xtZwSOvv1r1Q { box-sizing:content-box;height:2.1875rem;width:29.75rem;position:absolute;display:block;z-index:15001;background-color:#ffd782;background-image:none;top:13.5rem;left:4.1875rem;display:block; }
#Q7nPGXwllTKDVzcWwJR98bRCMDQ2I2Pz { box-sizing:content-box;height:2.1875rem;width:9.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffd782;background-image:none;top:13.5rem;left:41.8125rem;display:block; }
#vDB4i3oqFoEeZLrO1hZavcNX7AW5n12n { box-sizing:content-box;height:2.1875rem;width:29.75rem;position:absolute;display:block;z-index:15001;background-color:#ffd782;background-image:none;top:13.5rem;left:4.1875rem;display:none; }
#TmG0cFhCnokz5goegScExr7T3xs5bz49 { position:relative;display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { background-color: transparent; background-image: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { border-width: 0; border-radius: 0; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;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; }#NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.9375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#sAa9TuXTBm1uOG9owqidsRIlfmPRP1bf { position:absolute;display:block;z-index:15004;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:36.1875rem;width:31.6875rem;top:13.6875rem;left:0rem;overflow:hidden;display:block; }
#roT48Q4eXyB3ax6uWAqR2DeRW7IvqFIS { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.9375rem;left:37.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUTTO82Qqb0Iiz1nO1zR27CkNpJSs8UT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.625rem;left:33.0625rem;overflow:hidden;display:block; }
#Qaupgg25QFLbJSyfCuw644zquEEqgBCG { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:33.0625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#opQBa67zUBOnGwJgvEZhCRPUxnqZorXt { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#p5uCOhLqrb0xHT43RwG3sOy0f15kPmTP { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:35.96875rem;left:33.0625rem;overflow:hidden;display:block; }
#Q89ceFSSpMoTSRde2hlL38CnBxKCymFb { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5rem;left:37.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgAqUfkDkFwVF395NKQV4he2v8sVthXb { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.625rem;left:33.0625rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { display:block; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKgUo9vpVQ6TU6RvDNPASbHxMiODAkdp { top:0.6875rem;left:0rem;width:9.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDpDVcLMqbG6Rh6huo539nVOUE9QQWBs { top:0.875rem;left:31.8125rem;width:15.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIhtZC7eck8CpbVVMidh30WTaHFZeZLq { top:0.6875rem;left:39.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLtkNE5AfulpMB0x5eMG36IfucS5xKKB { display:block; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9  { width:21.6875rem;height:auto;top:11.875rem;left:1.806640625rem; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 {display:block;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 { width:21.6875rem;height:auto;top:11.875rem;left:1.806640625rem; }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #Ai4o42DF2pxTu1iu0mTM8KeJzZepSprR {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QMRPSXHTqTeE6QUvMkkFTUkOPRziOlAo { display:none; }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #CfF5stuA5npUAQq0aDHmGNIN9rsZGttn {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QQO2grbhOPkkyGSlSneFg1993STBzok2 {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #WKpxeaXHLLHOB2W51NuM8k8Z1OWL6kXc {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #nUSPFtAA2qxhdebQETV338Mpu2v9bS4c {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #HLUNbFvXicX3nTZsG6QvRC6bu12nsea1 {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #hThc2kmF23Vzs4xfL7OKTclAg7JaPAtr {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #ZP9grHfvQanQ0Rp9TimMtUVhLeE0JhEL {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #L9IpioAW5c2rc4zw1x009QNTl3GmTZ8f {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #GbSA6QSVUT46UwrLMiSCAanW9XJmFwKf {  }
 }@media only screen and (max-width: 763px) { #QtndRSdsHQxPABGCrdRRJnI34fb7V96t { top:6.9375rem;left:0rem;width:40.625rem;height:10.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk2IUeuuKD271r8XheNqZqUQh3oqwwnS { top:8.1875rem;left:18.9375rem;width:28.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHSHknwwTsnkPsqtArR9a5OiLoXJnw8 { top:13.125rem;left:16.1875rem;width:31.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9EE6iE2LegLG6C8w8N4e2Hk2TydCLiK { top:15.625rem;left:44.09375rem;width:3.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcmgi4Wf4T6xaD60mnpB6O98T1nebR1L { top:10.125rem;left:16.1875rem;width:31.5625rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV0tQQ6eWDsE87CPCHMsrP7UHUn2Akw { top:17.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCzSWE2ECg14PvSyKs2I6tintciCbbZR { top:23.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUyFxUTAZffkKM5tC96CN49tQxhkdlT { top:21.5625rem;left:0rem;width:30.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygJ8H7wC3bD1d3B6SSzeeTtOmawAwgLF { top:28.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOV41dT87feA4QSIPX1maszQBsnKW6aJ { top:29.125rem;left:0rem;width:37.3125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5klkzVswPMnmcQAOm0qM7mHLcHTXKf { top:34.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M736xW1SbrTVTUgGoirm6k3Emq04uUNn { top:33.75rem;left:0rem;width:32.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrOL0s1NeyNqbydzfJ4vDJcdHXFizfH0 { top:17.5625rem;left:0rem;width:39.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKvOPwaJkqtI3pq3cu1VJbig7NRLlBez { top:9.0625rem;left:36rem;width:11.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4HTKwUVfrvrfQ8sVaxRVpDCGcmgU64 { top:43.375rem;left:7.5625rem;width:37.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Nu40TwlezBKdAwhqB08VUlkc4k47Ig { top:43.4375rem;left:9.5rem;width:36rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkF6GKqV7BIeEZIZBgQhFSh9JK8ezB2N { top:40.75rem;left:2.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Kc5cSa8IcbhHVlpD8OyMCrMXrXqgqB { top:45.9375rem;left:0rem;width:47.75rem;height:14.780739466896rem;display:block; }
 }@media only screen and (max-width: 763px) { #t26xpVM9IcqmlzBsyvi570Ps8tpFV3AK { top:45.9375rem;left:0rem;width:19.9375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw { display:block; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { top:14.875rem;left:33.6875rem;width:14.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVdQsBXaWJ8Rr1IAmcxaG97CfSRCyB6 { top:28.4375rem;left:0rem;width:39.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { top:18.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { top:24.8125rem;left:30.9375rem;width:10rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { display:block; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { top:4.5rem;left:0rem;width:27.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { top:14rem;left:8.5625rem;width:39.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { top:4.5rem;left:2.5625rem;width:45.1875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGcKyDXBBxd5gComzAbmTfeaC2L884eB { top:6.8125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { top:15.375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { top:26rem;left:0rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { top:25.8125rem;left:22.875rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { top:50.125rem;left:4.6875rem;width:38.375rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { top:55.1875rem;left:4.6875rem;width:38.375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQdxMblNSlO7lQOQayBfbrytRrANaCQt { top:29.4375rem;left:2.125rem;width:16.4375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { top:26.625rem;left:2.125rem;width:10.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { top:26.625rem;left:31.3125rem;width:14.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { top:29.4375rem;left:31.25rem;width:16.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { top:25.125rem;left:25.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { top:37.8125rem;left:22.875rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { top:38.625rem;left:31.25rem;width:16.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { top:41.125rem;left:31.1875rem;width:15.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { top:37.875rem;left:0rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { top:38.625rem;left:1.875rem;width:10.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u41xXRnnECxlNFtEyF7p6WO53WEAGKls { top:41.125rem;left:1.6875rem;width:14.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { top:37rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { top:25.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { top:36.8125rem;left:25.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLm1burz3QDqpyPSE4JbTfvKThJLosG { width:26.5625rem;height:5.0625rem;top:58.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8vyBTvT0Hixazgp9qTkA7RCSvCTt3y { display:block; }
 }@media only screen and (max-width: 763px) { #vWL15aPAz3eqDPit5Dn0L4tZ15IgbaHB { top:2.625rem;left:9.5625rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsMkh4AMQ3AbTziDLPudV9ShoIWre1pq { top:1.9375rem;left:24.6875rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO15bikcR8ihkHx1ay5WP45EqGNaTxXC { top:3rem;left:10.1875rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { top:5.5rem;left:3rem;width:42.0625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { top:15rem;left:0rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { top:15rem;left:14.9375rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { top:16.9375rem;left:0rem;width:7.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { top:16.9375rem;left:19.5rem;width:9.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { top:20.625rem;left:0rem;width:7.6875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlOk1KnzSTbDbFva07TZMGSoe27mEGio { top:33.4375rem;left:0rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { top:33.4375rem;left:15rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { top:20.625rem;left:18.0625rem;width:12rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1Mn9GUK8DA3x6WU6l9vozPzoNZClKJ { top:15rem;left:29.5rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHolWDbwn4JhP2hpsEof8lHTFnlxA0R4 { top:16.9375rem;left:32.8125rem;width:14.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8NNMZtTfQOss6lz2XSBkOblSEOGf6D { top:20.875rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGOMqWQlplL9VTxhwNTMfrIJNn74sRv { top:33.4375rem;left:29.625rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW { display:block; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLpwAveOlJwAzKa0MWTqCPJkstefTET { top:3.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { top:0rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { top:2.875rem;left:0.5rem;width:46.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { top:20rem;left:0rem;width:35.1875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { top:13.875rem;left:0rem;width:31.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { top:13.875rem;left:12.25rem;width:35.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { top:18.875rem;left:15.75rem;width:32rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { top:2.75rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O352ki4kc2vw7KRwSc7RiDL9eScETTnA { width:26.5625rem;height:5.0625rem;top:44.25rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulb9xwsonhvKEb4Dt6lUrrHKZzydL51K { display:block; }
 }@media only screen and (max-width: 763px) { #GEIAv8KseXAGVRESSSI6xtZwSOvv1r1Q { top:13.5rem;left:0rem;width:29.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nPGXwllTKDVzcWwJR98bRCMDQ2I2Pz { top:13.5rem;left:28.1875rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDB4i3oqFoEeZLrO1hZavcNX7AW5n12n { top:13.5rem;left:0rem;width:29.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { top:4.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAa9TuXTBm1uOG9owqidsRIlfmPRP1bf { top:13.6875rem;left:0rem;width:31.6875rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT48Q4eXyB3ax6uWAqR2DeRW7IvqFIS { top:28.9375rem;left:15.1875rem;width:32.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTO82Qqb0Iiz1nO1zR27CkNpJSs8UT { top:29.625rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaupgg25QFLbJSyfCuw644zquEEqgBCG { top:16.4375rem;left:8.5625rem;width:39.1875rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opQBa67zUBOnGwJgvEZhCRPUxnqZorXt { top:24.6875rem;left:8.5625rem;width:39.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uCOhLqrb0xHT43RwG3sOy0f15kPmTP { top:35.9375rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q89ceFSSpMoTSRde2hlL38CnBxKCymFb { top:35.5rem;left:16.1875rem;width:31.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgAqUfkDkFwVF395NKQV4he2v8sVthXb { top:29.625rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { display:block; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 { border-width: 0; border-radius: 0; }#otR8JQPDuWneHDoQ1CJXDoWC6uyLsvV3 > .row .container { width:20rem;height:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKgUo9vpVQ6TU6RvDNPASbHxMiODAkdp { width:5.3125rem;height:1.375rem;top:0.71875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDpDVcLMqbG6Rh6huo539nVOUE9QQWBs { width:15.9375rem;height:1.4619125rem;top:2.984375rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIhtZC7eck8CpbVVMidh30WTaHFZeZLq { display:flex;width:1.875rem;height:1.875rem;top:2.77734375rem;left:4.71875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rLtkNE5AfulpMB0x5eMG36IfucS5xKKB { background-color:transparent;background-image:none;display:block; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { background-color: transparent; background-image: none; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container > .video-iframe-container { display: none; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row > .video-iframe-container { display: block; }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .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); }#rLtkNE5AfulpMB0x5eMG36IfucS5xKKB > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]:-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]::-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9  { width:17.5rem;height:auto;top:30.92578125rem;left:0rem; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 {display:block;}#Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 { width:17.5rem;height:auto;top:30.92578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #Ai4o42DF2pxTu1iu0mTM8KeJzZepSprR {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QMRPSXHTqTeE6QUvMkkFTUkOPRziOlAo { display:none; }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #CfF5stuA5npUAQq0aDHmGNIN9rsZGttn {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #QQO2grbhOPkkyGSlSneFg1993STBzok2 {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #WKpxeaXHLLHOB2W51NuM8k8Z1OWL6kXc { display:none; }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #nUSPFtAA2qxhdebQETV338Mpu2v9bS4c {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #HLUNbFvXicX3nTZsG6QvRC6bu12nsea1 {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #hThc2kmF23Vzs4xfL7OKTclAg7JaPAtr {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #ZP9grHfvQanQ0Rp9TimMtUVhLeE0JhEL {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #L9IpioAW5c2rc4zw1x009QNTl3GmTZ8f {  }
 }@media only screen and (max-width: 763px) { #Lni66y6PgFUhf1B97LOMUwUEtpRirUu9 #GbSA6QSVUT46UwrLMiSCAanW9XJmFwKf {  }
 }@media only screen and (max-width: 763px) { #QtndRSdsHQxPABGCrdRRJnI34fb7V96t { width:20rem;height:7.7988125rem;top:1.55078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jk2IUeuuKD271r8XheNqZqUQh3oqwwnS { width:19.875rem;height:25.5rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHSHknwwTsnkPsqtArR9a5OiLoXJnw8 { width:15.5rem;height:2rem;top:29.5rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9EE6iE2LegLG6C8w8N4e2Hk2TydCLiK { width:1.9375rem;height:2.3125rem;top:29.34375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcmgi4Wf4T6xaD60mnpB6O98T1nebR1L { width:16.875rem;height:2.3994125rem;top:26.5625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoV0tQQ6eWDsE87CPCHMsrP7UHUn2Akw { width:1.875rem;height:1.875rem;top:10.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCzSWE2ECg14PvSyKs2I6tintciCbbZR { width:1.875rem;height:1.875rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUyFxUTAZffkKM5tC96CN49tQxhkdlT { width:16.5625rem;height:2.923825rem;top:13.8466796875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ygJ8H7wC3bD1d3B6SSzeeTtOmawAwgLF { width:1.875rem;height:1.875rem;top:17.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOV41dT87feA4QSIPX1maszQBsnKW6aJ { width:11.5625rem;height:2.923825rem;top:20.8671875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ie5klkzVswPMnmcQAOm0qM7mHLcHTXKf { width:1.875rem;height:1.875rem;top:21.392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M736xW1SbrTVTUgGoirm6k3Emq04uUNn { width:16rem;height:2.923825rem;top:17.294921875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrOL0s1NeyNqbydzfJ4vDJcdHXFizfH0 { width:11.5rem;height:2.923825rem;top:10.2607421875rem;left:2.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKvOPwaJkqtI3pq3cu1VJbig7NRLlBez { width:11.375rem;height:29.6875rem;top:59.17578125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek4HTKwUVfrvrfQ8sVaxRVpDCGcmgU64 { width:18.1875rem;height:3.25rem;top:53.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Nu40TwlezBKdAwhqB08VUlkc4k47Ig { width:15.0625rem;height:3.25rem;top:53.125rem;left:5.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkF6GKqV7BIeEZIZBgQhFSh9JK8ezB2N { width:4.9375rem;height:4.9375rem;top:52.0625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Kc5cSa8IcbhHVlpD8OyMCrMXrXqgqB { width:20rem;height:6.1875rem;top:58.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t26xpVM9IcqmlzBsyvi570Ps8tpFV3AK { width:18rem;height:18rem;top:57rem;left:1rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/699411de-1de4-4827-9674-a98723d31f5d/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.adaptive-delivery-prevent-bg, #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.lazyload, #vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw.lazyloading { background-image: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { background-color: transparent; background-image: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container > .video-iframe-container { display: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row > .video-iframe-container { display: none; }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .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); }#vZ26Z8efnMU7MPlL5VuGGiTH8NAItrCw > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { width:14.8125rem;height:28.375rem;top:19.40625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVdQsBXaWJ8Rr1IAmcxaG97CfSRCyB6 { width:20rem;height:7.3095625rem;top:9.5859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { width:17.4375rem;height:6.09375rem;top:1.4375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { width:10rem;height:11.8125rem;top:30.3984375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2ec8fdb-45ec-4626-94bb-7ec437cbffaf/grafika2_27.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.adaptive-delivery-prevent-bg, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyload, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyloading { background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { background-color: transparent; background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(61,40,127,0.15); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(61,40,127,0.15); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .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); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { width:15.9375rem;height:11.9375rem;top:18.84375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { width:20rem;height:8.7715rem;top:8.8984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { width:17.4375rem;height:6.09375rem;top:1.4375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebe24f8d-9f6e-44a5-b39c-f94f7c418099/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.adaptive-delivery-prevent-bg, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyload, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyloading { background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { background-color: transparent; background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .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); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGcKyDXBBxd5gComzAbmTfeaC2L884eB { width:20rem;height:8.125rem;top:5.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { width:20rem;height:8.7715rem;top:14.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { width:19.75rem;height:9rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { width:19.6875rem;height:9rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { width:20rem;height:4.38574375rem;top:76.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { width:16.25rem;height:2.923825rem;top:81.625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQdxMblNSlO7lQOQayBfbrytRrANaCQt { width:17.125rem;height:4.38574375rem;top:31rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { width:10.0625rem;height:1.7871125rem;top:28rem;left:6.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { width:14.1875rem;height:1.7871125rem;top:41rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { width:13.5625rem;height:2.923825rem;top:44.5rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { width:4.375rem;height:4.375rem;top:38.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { width:19.6875rem;height:9rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { width:16.4375rem;height:1.7871125rem;top:65.3125rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { width:19rem;height:4.38574375rem;top:67.9375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { width:19.75rem;height:9rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { width:10.0625rem;height:1.7871125rem;top:52.875rem;left:6.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u41xXRnnECxlNFtEyF7p6WO53WEAGKls { width:18.3125rem;height:2.923825rem;top:56rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { width:4.375rem;height:4.375rem;top:50.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { width:4.375rem;height:4.375rem;top:25.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { width:4.375rem;height:4.375rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLm1burz3QDqpyPSE4JbTfvKThJLosG { width:19rem;height:3.4375rem;top:86.375rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8vyBTvT0Hixazgp9qTkA7RCSvCTt3y { display:block; }
 }@media only screen and (max-width: 763px) { #vWL15aPAz3eqDPit5Dn0L4tZ15IgbaHB { width:18.5625rem;height:2.1875rem;top:1.5625rem;left:0rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:1.25rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;display:block; }
 }@media only screen and (max-width: 763px) { #UsMkh4AMQ3AbTziDLPudV9ShoIWre1pq { width:6.25rem;height:2.9375rem;top:1.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO15bikcR8ihkHx1ay5WP45EqGNaTxXC { width:14.6875rem;height:1.29980625rem;top:1.9375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/699411de-1de4-4827-9674-a98723d31f5d/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.adaptive-delivery-prevent-bg, #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.lazyload, #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7.lazyloading { background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { width:17.4375rem;height:6.09375rem;top:1.4375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { width:18.125rem;height:22.75rem;top:8.78125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { width:18.125rem;height:22.75rem;top:33.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { width:7.875rem;height:1.4619125rem;top:10.71875rem;left:6.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { width:9.0625rem;height:1.4619125rem;top:35.09375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { width:7.6875rem;height:11.9375rem;top:14.40625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlOk1KnzSTbDbFva07TZMGSoe27mEGio { width:18.125rem;height:2.923825rem;top:27.21875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { width:18.125rem;height:2.923825rem;top:51.59375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { width:12rem;height:11.875rem;top:38.78125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1Mn9GUK8DA3x6WU6l9vozPzoNZClKJ { width:18.125rem;height:22.75rem;top:57.53125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHolWDbwn4JhP2hpsEof8lHTFnlxA0R4 { width:14.9375rem;height:1.4619125rem;top:59.46875rem;left:2.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8NNMZtTfQOss6lz2XSBkOblSEOGf6D { width:11.3125rem;height:11.3125rem;top:63.4375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGOMqWQlplL9VTxhwNTMfrIJNn74sRv { width:18.125rem;height:2.923825rem;top:75.96875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW { display:block; }#tSvUs3XHmthbFAP3wvhUy8JIbPdkgHbW > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLpwAveOlJwAzKa0MWTqCPJkstefTET { width:20rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { background-color: transparent; background-image: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:20rem;height:34.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/171747d7-fcdb-403e-bc0b-b7a79f3f814b/PurpleWhiteFuturisticMetaversePresentation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container.adaptive-delivery-prevent-bg, #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container.lazyload, #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { width:20rem;height:10.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/699411de-1de4-4827-9674-a98723d31f5d/Projektbeznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.adaptive-delivery-prevent-bg, #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.lazyload, #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP.lazyloading { background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { width:20rem;height:6.09375rem;top:1.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { width:20rem;height:10.017761989343rem;top:13.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { width:19.125rem;height:4.38574375rem;top:8.53125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { width:19.8125rem;height:5.84765625rem;top:25.34375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { width:20rem;height:12.421875rem;top:32.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { width:2.6875rem;height:2.6875rem;top:2.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O352ki4kc2vw7KRwSc7RiDL9eScETTnA { width:19rem;height:3.4375rem;top:47.4072265625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulb9xwsonhvKEb4Dt6lUrrHKZzydL51K { display:block; }
 }@media only screen and (max-width: 763px) { #GEIAv8KseXAGVRESSSI6xtZwSOvv1r1Q { width:20rem;height:1.5625rem;top:8.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nPGXwllTKDVzcWwJR98bRCMDQ2I2Pz { width:8.5rem;height:1.5rem;top:25.34375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDB4i3oqFoEeZLrO1hZavcNX7AW5n12n { width:8rem;height:1.5625rem;top:10.09375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAa9TuXTBm1uOG9owqidsRIlfmPRP1bf { width:20rem;height:22.875rem;top:28.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT48Q4eXyB3ax6uWAqR2DeRW7IvqFIS { width:14.625rem;height:3.8994125rem;top:17.2421875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTO82Qqb0Iiz1nO1zR27CkNpJSs8UT { width:2.5rem;height:2.5rem;top:17.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaupgg25QFLbJSyfCuw644zquEEqgBCG { width:20rem;height:5.19921875rem;top:8.7841796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opQBa67zUBOnGwJgvEZhCRPUxnqZorXt { width:20rem;height:1.4619125rem;top:15.03125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5uCOhLqrb0xHT43RwG3sOy0f15kPmTP { width:3.125rem;height:3.125rem;top:62.8984375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q89ceFSSpMoTSRde2hlL38CnBxKCymFb { width:13.75rem;height:3.8994125rem;top:22.8984375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgAqUfkDkFwVF395NKQV4he2v8sVthXb { width:2.5rem;height:2.5rem;top:23.59765625rem;left:0rem;z-index:15050;display:block; }
 }