.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6.adaptive-delivery-prevent-bg, #zPCNuqnMJp6NfGOpnEldRrChiLbev9a6.lazyload, #zPCNuqnMJp6NfGOpnEldRrChiLbev9a6.lazyloading { background-image: none; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container { background-color: transparent; background-image: none; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container > .video-iframe-container { display: none; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row > .video-iframe-container { display: none; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .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); }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container { border-width: 0; border-radius: 0; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#fCn4A8Q4HUvxlx7KDqiK5pOiB6Npr5KI { position:absolute;display:block;z-index:15036;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.8737875rem;width:16.9371875rem;top:1.8082525730133rem;left:0rem;overflow:hidden;display:block; }
#s3bZcbiJGiGi74ZkxA20BrtHga2nuZhF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31079375rem;width:10.5603125rem;top:3.621826171875rem;left:64.4384765625rem;overflow:hidden;display:block; }
#ycP9ncpnq3Tbou5nkaqqN6Om8pL2MPyw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.8125rem #0087cc ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:3.4033203125rem;left:18.18603515625rem;display:block; }
#Sr4DvmoeMAWqMSebEcVDS5N0SWv50Bxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXbDhOSB3X2WJ4yrTZlmZ5ubU9ETsv2A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.8125rem #0087cc ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:3.4033203125rem;left:34.3095703125rem;display:block; }
#Tbgb0Bwha9t9QNwaFGm2yPqSFXsXX8PV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySnOMbKCUS8e4Iz2aXUhn0BOZXUAw3UV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.8125rem #0087cc ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:3.4033203125rem;left:50.8720703125rem;display:block; }
#atkoIImSBzsM4ILhaWS1D1ukTSyUsHPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.adaptive-delivery-prevent-bg, #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.lazyload, #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.lazyloading { background-image: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { background-color: transparent; background-image: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container > .video-iframe-container { display: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row > .video-iframe-container { display: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .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); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { border-width: 0; border-radius: 0; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#TREnEXaytOV5q2WiRF6zaWm1fHlzRbOo { color:#ffffff;display:block;width:29.3120625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15199;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:44.963327407837rem;left:44.331600189209rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#t3QMxwS3fZwsQJw4Un2Cc3k9Q7AFQLl7 { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15200;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:47.003259658814rem;left:54.149311065674rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zz0QeODt8AvTQBlNgNz2BpuW1uvO9bso { color:#ffffff;display:block;width:63.999375rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.5rem #ffffff;top:4.6864156723022rem;left:6.6167564392087rem;height:12.398rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:47.669677734375rem;left:32.294921875rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX > img { max-width: 100%;max-height:100%; width:1.62475625rem; height:1.62475625rem; }#xbXLbECiSpAku3spl1d6rOIdNci3vAd7 { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:44.4375rem;width:37.8125rem;top:5.807626953125rem;left:45.863348257205rem;overflow:hidden;display:block; }
#f77cIIe3qTi9TJsy4MAu9BXcL9muvFxm { color:#0087cc;display:block;width:45.0625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:4.871826171875rem;left:0rem;height:17.9991rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#we31IiyOFyQ8Z6h4GVztuPXH9K9n5L8k { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:25.62744140625rem;left:0rem;height:12.99301875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oomi4J7uEspPN8AzbMRngXbTJvWUTMkQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ddUHA9Ja2hQOayNtIAndR8ABdg8HTMfc { position:absolute;display:block;z-index:15036;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.6875rem;width:13.375rem;top:0.935791015625rem;left:-0.711669921875rem;overflow:hidden;display:none; }
#vF717g9T523MmfkhFotpaVlV6PNXsT2c { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.5625rem #0087cc ;box-sizing:border-box;color:#0087cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2798125rem;height:3.8432625rem;text-decoration:none;z-index:15272;text-align:center;text-align-last:center;top:46.56005859375rem;left:19.27978515625rem;display:block; }
#e3m0AD1ZVWusZNNZMgr1fHcGuBqrw2zD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d72082DLyy4G6tBWAgNcveayIzQsemtA { background-color:#c7174c;background-image:none;border-top:0.0625rem solid #c7174c;border-left:0.0625rem solid #c7174c;border-right:0.0625rem solid #c7174c;border-bottom:0.0625rem solid #c7174c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.5625rem #c7174c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.156rem;height:3.71875rem;text-decoration:none;z-index:15273;text-align:center;text-align-last:center;top:46.6064453125rem;left:0rem;display:block; }
#zebGBuNISWVdb22p3ZdevWioBwx9pWzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000611;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; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container { background-color: transparent; background-image: none; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container > .video-iframe-container { display: none; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row > .video-iframe-container { display: none; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .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); }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container { border-width: 0; border-radius: 0; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#E58b61vzJZFoHDs8tsTyxBCWDRqOQxuI { color:#0087cc;display:block;width:52.4353125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15220;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:3.802490234375rem;left:11.28173828125rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#SnP5r18ZcMFnRES7uEMmChTKvF3aioho { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho.adaptive-delivery-prevent-bg, #SnP5r18ZcMFnRES7uEMmChTKvF3aioho.lazyload, #SnP5r18ZcMFnRES7uEMmChTKvF3aioho.lazyloading { background-image: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { background-color: transparent; background-image: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container > .video-iframe-container { display: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row > .video-iframe-container { display: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .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); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { border-width: 0; border-radius: 0; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho::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; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FBUwzmMi2rVFVy2nu3wF9unOHEktmoBT { color:#ffffff;display:block;width:29.3120625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15199;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:44.963327407837rem;left:44.331600189209rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TGMAGxVZ4PWpkt85yRgLaMZtKS9DBitN { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15200;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:47.003259658814rem;left:54.149311065674rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iO9GJxp4CGWODCMLbsoskbT5imcvvrUA { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:poppins;font-size:4.4375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:3.38623046875rem;left:0rem;height:23.0704125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8eios7qT0utO85gON5tmMgou4COkSdF { color:#ffffff;display:block;width:42.99925rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:30.0625rem;left:0rem;height:5.19775625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Lhy7yEAlJy2QOooEpUaRfnAtEJsLf03V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:84.5625rem;left:36rem;filter: drop-shadow(0rem 0rem 0.8125rem #0087cc);display:none; }
#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.adaptive-delivery-prevent-bg, #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.lazyload, #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.lazyloading { background-image: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { background-color: transparent; background-image: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container > .video-iframe-container { display: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row > .video-iframe-container { display: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .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); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { border-width: 0; border-radius: 0; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT::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; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;overflow:visible;position:relative;display:block; }#CgUM5QS49FEFIFVhuBKmEKlni0Dl907P { color:#ffffff;display:block;width:29.3120625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15199;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:44.963327407837rem;left:44.331600189209rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pmlZT3ANTHJ71yZgIDxSW9AuWfOm7QmP { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15200;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:47.003259658814rem;left:54.149311065674rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cU3y3grJTsVCc6hF5QhTw3cqoJHCQw0d { box-sizing:content-box;height:45.625rem;width:23.999rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,6,17,0.8);background-image:none;top:3.625rem;left:0.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#x6U2TIuGDxQJzU1NfBfuqDUFBlgH2Srq { box-sizing:content-box;height:45.625rem;width:23.999rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,6,17,0.8);background-image:none;top:3.625rem;left:25.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#LqsKCBQ3dOyJMCJmHTbseoBciIMIGQcb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4370125rem;width:5.4370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15298;opacity:1;top:8.4375rem;left:9.875rem; }
#U8dmU4dykiS8F0dZcaSC9z7cHApHRUOr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15296;opacity:1;top:8.4375rem;left:34.3125rem;filter: drop-shadow(0rem 0rem 0.3125rem #c7174c); }
#phR0gphtlqpZs5TgltUgoyPDiFvbF1pr { box-sizing:content-box;height:45.625rem;width:23.999rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,6,17,0.8);background-image:none;top:3.625rem;left:51.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#G1OvTQSK0okLBJOnJJHgCBioTmtTRHKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15298;opacity:1;top:8rem;left:58.625rem; }
#ZzWFv4TTffN9CVflxLqGc2i6x0CBK5Am { color:#0087cc;display:block;width:17.3108125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15299;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:15.875rem;left:3.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#KEoihSl7udcvGfaSHaT7Uu6eakEqEbZr { color:#c7174c;display:block;width:17.3108125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15298;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #c7174c;top:15.875rem;left:28.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zN1rhT4vgg36naNsm8hh4ykeR0rsSJoo { color:#f1bc39;display:block;width:17.3108125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15299;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #f1bc39;top:15.875rem;left:53.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ZkgdErLausDEGFyx6sX04SVwI16swQbA { color:#0087cc;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15298;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:21.0625rem;left:1.5rem;height:5.6860375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EhWXo3fmPrSV5bqXsBX6bcVlyHy12Itd { color:#c7174c;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15297;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #c7174c;top:21.0625rem;left:27.125rem;height:5.685675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RuiPb45wg4Ey58xS7UX2Z8oQfO7aq2ST { color:#f1bc39;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15299;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #f1bc39;top:21.0625rem;left:53.0625rem;height:5.685675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ICre6bvKTTsPllCuvgOThQPlF3FBm6A1 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15176;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:29.0625rem;left:1.9375rem;height:9.199025rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VesDP8tSoTxR9SPl1R4a3IxB4osGo25t { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:29.0625rem;left:28.0625rem;height:6.8994375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#IwzgMOn1vuxUWTZFMKDgB76p9EQtoeaT { color:#ffffff;display:block;width:19.87425rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15177;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:29.0625rem;left:53.9375rem;height:6.8994375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#G2yraC3P7OE3KHCU5lbMzgkOUPHpo2f7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.5625rem #0087cc ;box-sizing:border-box;color:#0087cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.8745125rem;text-decoration:none;z-index:15271;text-align:center;text-align-last:center;top:42.5625rem;left:4.375rem;display:block; }
#zwfuiO9UhFeMgnOv9RIKzDqqScTqghTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKXSpqcWhpyAkV6mkf3GTzCzNLgKWQPh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7174c;border-left:0.0625rem solid #c7174c;border-right:0.0625rem solid #c7174c;border-bottom:0.0625rem solid #c7174c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.5625rem #c7174c ;box-sizing:border-box;color:#c7174c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2480625rem;height:3.811525rem;text-decoration:none;z-index:15272;text-align:center;text-align-last:center;top:42.578125rem;left:29.359130859375rem;display:block; }
#TU3psMIAaP57XNEfK64tVKK3g3TFkmZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6TKSmOHeVXd2wDnqBFzTu8zcOfzJ1x3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1bc39;border-left:0.0625rem solid #f1bc39;border-right:0.0625rem solid #f1bc39;border-bottom:0.0625rem solid #f1bc39;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.5625rem #f1bc39 ;box-sizing:border-box;color:#f1bc39;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2480625rem;height:3.811525rem;text-decoration:none;z-index:15273;text-align:center;text-align-last:center;top:42.5625rem;left:54.9375rem;display:block; }
#MRJTI1LIcH7HVzqqEa3UpWv5dcQnbiPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000611;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; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container { background-color: transparent; background-image: none; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container > .video-iframe-container { display: none; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row > .video-iframe-container { display: none; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .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); }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container { border-width: 0; border-radius: 0; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#qaWWwQo1rc0Gl2H0GHqH1CG4r2roUPxv { color:#0087cc;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15220;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:1.568603515625rem;left:0rem;height:8.79855rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#SinGqpadG1y260sRQNzfqECh5ThivHT0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SinGqpadG1y260sRQNzfqECh5ThivHT0.adaptive-delivery-prevent-bg, #SinGqpadG1y260sRQNzfqECh5ThivHT0.lazyload, #SinGqpadG1y260sRQNzfqECh5ThivHT0.lazyloading { background-image: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { background-color: transparent; background-image: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container > .video-iframe-container { display: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row > .video-iframe-container { display: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .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); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { border-width: 0; border-radius: 0; }#SinGqpadG1y260sRQNzfqECh5ThivHT0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;overflow:visible;position:relative;display:block; }#MvaX1lWnkGGbCzR9XXZDvIlpdRpFaT2h { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15097;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:8.4375rem;left:58.1875rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M7K0GZU5UWBS9no0g1TzikaL4OgRtwhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:10.6875rem;left:62rem; }
#oAZpZliIL1LO8CR9lALhfKRIdLOFqsL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:10.6875rem;left:59.875rem; }
#y8LnUSaRabJ1stT8zgBtqhRTwpkhTPrL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:10.6875rem;left:57.75rem; }
#ck6bdRyIT51kLThssMKtHs9IMn5IOr4n { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15096;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:16.25rem;left:51.4375rem;height:22.087375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yqvC0m8DXtkrtNyueFke4Q4tiWaLmE6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:10.6875rem;left:66.125rem; }
#I8vLaFX6aAHaEmpTEXTRyTbRp5EFMfou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:10.6875rem;left:64.0625rem; }
#cXV9ferOxLklXyDTLpMNxOtnKIUQ9d03 { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:22.0625rem;left:0.9375rem;height:15.29125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hSp0s1zPIlEblmPFXwegRgTXULSvD68Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:17.4375rem;left:11.75rem; }
#QGoOerzZzr6sf8kFT6Iy6QViG9m5GObe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:17.4375rem;left:9.625rem; }
#Ek3ybbC827AkuU2puZ4T6w1e9ktRqsiT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:17.4375rem;left:15.875rem; }
#JQ1SUZNcHlWH0VPct7QGpCJQncuIJTxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:17.4375rem;left:13.8125rem; }
#npWW7cU9mGTtbsb3Qs4DkJWnxTNWtXnE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:17.4375rem;left:7.5rem; }
#NZuSckqLlWCOhVeRLsyAR79qtPJELEtI { position:absolute;display:block;z-index:15110;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.5rem;width:5.5rem;top:15rem;left:0.9375rem;overflow:hidden;display:block; }
#bVTzHzmyfXZk9xCL7WpuDZKL1w82Hbf2 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:15.25rem;left:8rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hRtlFi4Q4f4aeCWznUAJAMfnJIs0K7Fh { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15114;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:14.3125rem;left:26.5rem;height:5.0970875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MK8bNgzXvf07uhTWTANzlwqXBfemSpFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:10.5625rem;left:37.4375rem; }
#UBE7AfGVPGKfbT7rDnC64xNHDatmRPrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:10.5625rem;left:41.5625rem; }
#mstkXSudNeVWTfvWcLMwBNUxwdqptTsD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:10.5625rem;left:39.5rem; }
#BP71G2fkCZryEdAyE0qHIumG5Ww7ZMfa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:10.5625rem;left:35.3125rem; }
#XQEaZE4IH8a019JEsTBAEcJW0u7Vgwbu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:10.5625rem;left:33.1875rem; }
#JDkbx3iveGl0GZo57tOv4nhKbs9HAUTH { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15115;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:8.4375rem;left:33.5rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD { position:absolute;display:block;z-index:15192;background-color:#000611;background-image:url("https://images.assets-landingi.com/uc/fbb5dd17-7e8f-458a-a679-287496ef6e19/JakubAdamkiewiczgoogleopiniazdjcie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:7.625rem;left:26.4375rem;display:block; }#ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD.adaptive-delivery-prevent-bg, #ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD.lazyload, #ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD.lazyloading { background-image: none; }
#AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT { position:absolute;display:block;z-index:15194;background-color:#000611;background-image:url("https://images.assets-landingi.com/uc/d04b449d-0f4c-4147-96a7-8bc7fdf99ae5/MelisaRajsgoogleopiniazdjcie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:7.8125rem;left:51.4375rem;display:block; }#AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT.adaptive-delivery-prevent-bg, #AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT.lazyload, #AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT.lazyloading { background-image: none; }
#wOR9A4Oe5w9LW6teXiB9T97Zp1N8qE8m { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:36.5rem;width:24.5625rem;top:6.5625rem;left:50.5rem;display:block; }
#lpg696iKiE7Gc1vtwM6vSnc05bhTfNUu { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:28.8125rem;width:24.5625rem;top:14.125rem;left:0rem;display:block; }
#ZX16v9NRKq2AHN7qPMLP7TsTDtrwaRWm { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:15.0625rem;width:24.5625rem;top:6.5625rem;left:25.25rem;display:block; }
#SOZsbztmJwiPnPwN3MfHAm6LP0wMBm6D { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:20.8125rem;width:24.5625rem;top:22.25rem;left:25.1875rem;display:block; }
#czP1FLLB0Ue0ymqTptmusd0TVQpPfelD { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:30.8125rem;left:26.25rem;height:10.1941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDIfePpODUTt88CxpgnPTldGWrQq7kZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:26.4375rem;left:33.0625rem; }
#pJKGQFx487c21e2PkTL1Ry0fmhtlLpVt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:26.4375rem;left:35.1875rem; }
#C1rOUFOxm68vpuAolt02JB93PfzuVxik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:26.4375rem;left:37.3125rem; }
#DsekBMCwxtgBQLTkJUwda9H6hqeB7OwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:26.4375rem;left:39.375rem; }
#emgnhvfcepumwRulQIq0Ok0nqwtuqLnP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:26.4375rem;left:41.4375rem; }
#SGR4QhdyVAlurIZlO23F6cUkMwvQrm6V { position:absolute;display:block;z-index:15109;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.1875rem;width:5.1875rem;top:23.5625rem;left:26.375rem;overflow:hidden;display:block; }
#Fh0PPSd7sAOls8EG6bUI0VHyOTtv0WIA { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:24.125rem;left:33.375rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nuULICdaGTn2eSTSgIzA8a2ZUzEHxiKA { color:#0773bb;display:block;width:22.6855625rem;position:absolute;font-family:poppins;font-size:6.875rem;font-weight:300;z-index:15077;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.5rem #0773bb;top:5.1875rem;left:0rem;height:8.2495rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lFcoTOJpWCayb63FIwyPZ3X2qNBlTELq { position:absolute;display:block;z-index:15070;background-color:rgba(0,6,17,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.5625rem rgba(7,115,187,0.94) ;height:3.8745125rem;width:16.25rem;top:47.8125rem;left:28.125rem;display:block; }
#vGalCGs9qMKl41NeXVbHN1ZHNBiTk5mA { color:#0087cc;display:block;width:16.9983125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15099;line-height:2;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #0087cc;top:48.5625rem;left:27.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TNh4KN8W8sconDTPHa4eBUDvZCXHirl1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.8745125rem;text-decoration:none;z-index:15249;text-align:center;text-align-last:center;top:47.875rem;left:28.25rem;display:block; }
#vcrTpqX2GSGhL8fpA70EynRNNnB4gpVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh.adaptive-delivery-prevent-bg, #c8Dyy08USXkHmwlWlesBz9icL7KgMxBh.lazyload, #c8Dyy08USXkHmwlWlesBz9icL7KgMxBh.lazyloading { background-image: none; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container { background-color: transparent; background-image: none; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container > .video-iframe-container { display: none; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row > .video-iframe-container { display: none; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .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); }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container { border-width: 0; border-radius: 0; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qkmMqCU2es0Q6QaObCzQW91XqduEUsMh { box-sizing:content-box;height:27.875rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,6,17,0.8);background-image:none;top:2.31201171875rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.5625rem #ffffff ;display:block; }
#wlmPrLvWksAIwh8tLTiR98xZJXcTFmfa { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15108;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:4.437255859375rem;left:1.99951171875rem;height:1.69921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qMRg64MA4eZA5lUkhNgnQiamfzdRN1iR { color:#0087cc;display:block;width:72.999375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15108;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #0087cc;top:5.6875rem;left:2rem;height:3.49975625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#wUfMl2FXha7uuqgTWfqAKR9zTfFxGTJi { background-color:#c7174c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.6875rem #c7174c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8745125rem;text-decoration:none;z-index:15236;text-align:center;text-align-last:center;top:14.3115234375rem;left:53.437255859375rem;display:block; }
#QPt4CB1GmhUaqUyUbhRAW5msVhEwpe1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCdyIBKCVZUccWmdVJMToQGniSUQABKh { color:#ffffff;display:block;width:53.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15135;line-height:1.7;letter-spacing:0;top:11.06201171875rem;left:1.99951171875rem;height:14.297625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TCdyIBKCVZUccWmdVJMToQGniSUQABKh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TCdyIBKCVZUccWmdVJMToQGniSUQABKh li:before{  }
#EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection.adaptive-delivery-prevent-bg, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection.lazyload, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection.lazyloading { background-image: none; } #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection *:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="text"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="email"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="tel"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection textarea:focus-visible { outline: none; } #crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container { background-color: transparent; background-image: none; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container > .video-iframe-container { display: none; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row > .video-iframe-container { display: none; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .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); }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container { border-width: 0; border-radius: 0; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.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; }#ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection.adaptive-delivery-prevent-bg, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection.lazyload, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection.lazyloading { background-image: none; } #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection *:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="text"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="email"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="tel"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection textarea:focus-visible { outline: none; } #I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container { background-color: transparent; background-image: none; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container > .video-iframe-container { display: none; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row > .video-iframe-container { display: none; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .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); }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container { border-width: 0; border-radius: 0; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf::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; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container { font-size:0.875rem;font-family:"open sans";height:17.25rem;width:75rem;position:relative;display:block; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS.adaptive-delivery-prevent-bg, #LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS.lazyload, #LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS.lazyloading { background-image: none; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS > .row .container { border-width: 0; border-radius: 0; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#h4TNTKwcChfPqub6ZGtVFJdeIvJ1eN2R { color:#ffffff;display:block;width:29.3120625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15199;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:44.963327407837rem;left:44.331600189209rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uhDzmXacUvr0TiedxMfu06cJFsTwHXuU { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15200;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:47.003259658814rem;left:54.149311065674rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cbOGy2tTu3AXacyy1KkAZaadZMRqPBUp { color:#ffffff;display:block;width:63.999375rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.5rem #ffffff;top:4.6864156723022rem;left:6.6167564392087rem;height:12.398rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RsX8J4O9F8RwV9AZrm0xAsSflVrMyUNb { position:absolute;display:block;z-index:15048;background-color:#c7174c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7174c;border-left:0.0625rem solid #c7174c;border-right:0.0625rem solid #c7174c;border-bottom:0.0625rem solid #c7174c;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.5625rem #c7174c ;height:3.75rem;width:16.25rem;top:44.305557250976rem;left:29.304473876953rem;display:none; }
#SkdKeKl0gdx2G1kTgePwX1c1LyyR4dJB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:44.304412841797rem;left:29.372976303101rem;display:none; }
#a56cB7Qo6K3NRptFEOPvWJLPx7Cx4Tc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q279DH1ZPog5xmyUot7DffWSCZIgfuaD { color:#ffffff;display:block;width:13.624125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:45.382598876953rem;left:30.686851501465rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yqQmqNZTTioJDXOSH4WGmm6tGwTry7Pi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:84.5625rem;left:36rem;filter: drop-shadow(0rem 0rem 0.8125rem #0087cc);display:none; }
#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi.adaptive-delivery-prevent-bg, #PBQoM1y21x6TgtT8cruwtbuITTCb2Chi.lazyload, #PBQoM1y21x6TgtT8cruwtbuITTCb2Chi.lazyloading { background-image: none; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi > .row .container { border-width: 0; border-radius: 0; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi::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; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#sq2FKeT7pp0LuksN2qnbqe28kpKBQUmJ { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:10.8740234375rem;left:0rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#XJHkhwA4k4oVHEsop6BD0ZVMGPT2Fvxx { color:#ffffff;display:block;width:24.4995rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15098;line-height:1.6;letter-spacing:0;top:10.8740234375rem;left:25.2490234375rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#gLDRqllchTUm1L2pC6x51ZFIdZNdcFvC { color:#ffffff;display:block;width:24.4983125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15099;line-height:1.6;letter-spacing:0;top:10.8740234375rem;left:50.50048828125rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#CSvTkX8rhBxlh0KJr36of77LcDTMA6lH { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15205;line-height:1.2;letter-spacing:0;top:15.185546875rem;left:3.375rem;height:3.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWRuUvz75wiJgcfCxXxxcENQx0fdVK8O { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15206;line-height:1.2;letter-spacing:0;top:19.747314453125rem;left:3.3740234375rem;height:6.8994375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ln41Gz3DNUTAw3StRbs4atUGUI4yLOiO { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15207;line-height:1.2;letter-spacing:0;top:29.987548828125rem;left:3.310546875rem;height:5.1745625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xluDTTXrOSeNR2dWh6RQQCrwwgrGDnXa { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:16.322021484375rem;left:0.9521484375rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#gT0uWWrKTldrIO5k0K1vNTvyTSlyc1u8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15220;opacity:1;top:20.6865234375rem;left:0.9521484375rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#qfWut4mTTARJ1maIVtETKmUrIFretFdd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15221;opacity:1;top:30.873779296875rem;left:0.9521484375rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#EuCyHpeoF5e94o5an49WvNQMCnTE284u { position:absolute;display:block;z-index:15055;background-color:#0087cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.0625rem #0087cc ;height:3.3125rem;width:16.25rem;top:39.25rem;left:4.3125rem;display:block; }
#uXUzw6tCa8CKBrtQF5A5ahVzpSqhfClQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:39.263916015625rem;left:4.375rem;display:block; }
#DVs27MfHTtSi3zz9LNBKaDNSTAqtCtN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxCiA0twe9dT0fTuyWXAP8V3l3eo4T1a { color:#ffffff;display:block;width:13.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:40.201904296875rem;left:5.687255859375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C82HEItwiotaL3iFO1QTDpoNQikIWgWQ { position:absolute;display:block;z-index:15057;background-color:#0087cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.0625rem #0087cc ;height:3.3125rem;width:16.25rem;top:39.375rem;left:29.375rem;display:block; }
#Asl3Ch9boThLMBtg0IIe6DAMETK7XhEf { position:absolute;display:block;z-index:15059;background-color:#0087cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0087cc;border-left:0.0625rem solid #0087cc;border-right:0.0625rem solid #0087cc;border-bottom:0.0625rem solid #0087cc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.0625rem #0087cc ;height:3.3125rem;width:16.25rem;top:39.375rem;left:54.75rem;display:block; }
#iIRCsTlZL261e2GOg1cXmbihUvw6mx6O { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15211;line-height:1.2;letter-spacing:0;top:15.1875rem;left:28.6875rem;height:5.1745625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JvkxmuWKlXGLtuEylhuATfhBoI7QauaZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:16.3125rem;left:26.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#NpwBdlT7pGX7K5XB040N8yiuqISVKBW8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:23rem;left:26.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#B4UEsaS4ZiGUvcK0qrzw4n3R0mE7Ryzc { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15212;line-height:1.2;letter-spacing:0;top:22.0625rem;left:28.6875rem;height:3.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XwGpHDzRxtw05MFlnxEoUChit5g8iUiu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:30.1875rem;left:26.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#cM3gKJUEUE7nqvCWqJQoqX5LHW82r2Cr { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15213;line-height:1.2;letter-spacing:0;top:29.3125rem;left:28.625rem;height:5.1745625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXqo4LJM1vmHpfUkXecoZA2X0CVphKdT { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15217;line-height:1.2;letter-spacing:0;top:15.1875rem;left:53.6875rem;height:3.4497125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JdrKX7cs4HzZOi1FxGJSCv1JheNdrWxT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15231;opacity:1;top:16.3125rem;left:51.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#dsWy5Cbq1h0XIzzlIp7qXXgtLXNaSxJP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15232;opacity:1;top:21.25rem;left:51.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#GndTgNMdpzLDe7TLU7HLIwcIEa3flkGW { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15218;line-height:1.2;letter-spacing:0;top:20.3125rem;left:53.6875rem;height:5.1745625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VWWLp7rLMvIbJtePCurdB4Vvl19OJyaG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:28.3125rem;left:51.3125rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#wBQB8LMMIv6GWN2i2iXnAe3I5q8a1iNp { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15219;line-height:1.2;letter-spacing:0;top:27.4375rem;left:53.625rem;height:3.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yx4t45MCqztrlLI6kOB77ueJJ4LML2F1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:39.388916015625rem;left:29.375rem;display:block; }
#bCx7XDsw0lbc2KxG9z6kHV9xIdcidEGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O47Hy76Wkxwpen7ZD3pDyqc2u0f3XV41 { color:#ffffff;display:block;width:13.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:40.2958984375rem;left:30.812255859375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWuEmRJdXBkDsBTJQ4VTDpOH69TA4MRJ { color:#ffffff;display:block;width:13.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:40.3583984375rem;left:56.14013671875rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3yauJZmyLn6gvQsJ72fTkZCtKpSIiDS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:39.263916015625rem;left:54.7509765625rem;display:block; }
#l99dyOfRW9LtUJezAGJBk0AXkOKTphLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.adaptive-delivery-prevent-bg, #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.lazyload, #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.lazyloading { background-image: none; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR > .row .container { border-width: 0; border-radius: 0; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR::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; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR > .row .container { font-size:0.875rem;font-family:arial;height:79.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#ngfvSQTcFbqRqzMo989MeF8ClX4FIvhS { color:#ffffff;display:block;width:29.3120625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15199;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:44.963327407837rem;left:44.331600189209rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AeksRiuFcCJIos5oEK8CT52cRTN1mPqC { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15200;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:47.003259658814rem;left:54.149311065674rem;height:1.91189375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uIBsb3o43pFseNihZoIL0TN3lbG0JmgL { box-sizing:content-box;height:18rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,6,17,0.8);background-image:none;top:23.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#kUqituLTRTXkdpama0GSmvnDXr1ZvvAu { color:#c7174c;display:block;width:40.1855625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #c7174c;top:29.625rem;left:11.5rem;height:2.84301875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#gqxmclWNIJ3VHNATPTnetk4TrnGrv6wQ { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:33.125rem;left:11.5rem;height:4.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lFe2Psn8DsfZnI7a2Vi8CQRhTdLNOeoJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:10.125rem;left:68.5rem;filter: drop-shadow(0rem 0rem 0.5rem #0087cc); }
#AWzAIZx0MrRF6D6mgGBnkTJsQaaJwRum { position:absolute;display:block;z-index:15073;background-color:rgba(0,6,17,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0773bb;border-left:0.0625rem solid #0773bb;border-right:0.0625rem solid #0773bb;border-bottom:0.0625rem solid #0773bb;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.5625rem rgba(7,115,187,0.94) ;height:3.8745125rem;width:16.25rem;top:9rem;left:55.8125rem;display:block; }
#PEKsXboThsxTKmw2aUFtTWXUyX1IriCa { color:#0087cc;display:block;width:16.9983125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15102;line-height:2;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #0087cc;top:9.75rem;left:55.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qeyuKp60ArOBBlcFxgsseoR8dyw7mu2m { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.8745125rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:9rem;left:55.8125rem;display:block; }
#khmXLIRdOsgRTnWhcHg8lMgEtKAWQmuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dg1Cnl4G7BJBfcbmOctLupU9A1KKMrzn { color:#c7174c;display:block;width:17.3108125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15222;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #c7174c;top:26rem;left:11.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#koyWhTexuBME27uEcSqMTSCcE938imOC { box-sizing:content-box;height:18rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,6,17,0.8);background-image:none;top:45.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#T8uAz9zmbF2e72RZgz7wToGTou0Sg2Cf { box-sizing:content-box;height:18rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,6,17,0.8);background-image:none;top:2rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 0rem 2.1875rem #ffffff ;display:block; }
#tzQDAfLxnE1nKAt5kPQmM0uQHCvRBMUy { color:#0087cc;display:block;width:17.312rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15226;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:3.9375rem;left:11.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#CpZIFtHQBaIczTTB1H7E4oVkiaeV5tOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4370125rem;width:5.4370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:4.6875rem;left:2.9375rem; }
#m8ihSVCzJqxw08XyTfh0mVE5IRf07u05 { color:#0087cc;display:block;width:40.1855625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #0087cc;top:7.8125rem;left:11.5rem;height:2.84301875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#q2vRqBn27RAoll5u64wL5hBpxbhn3Wo7 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15103;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:11.6875rem;left:11.5rem;height:4.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zAwzrAuzaJOzrANHWkpI6m2R8Edm6oh7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15220;opacity:1;top:26rem;left:3rem;filter: drop-shadow(0rem 0rem 0.3125rem #c7174c); }
#RS97GDuxmfpOCSsRzxTa0HJTWut5TmMw { position:absolute;display:block;z-index:15077;background-color:rgba(0,6,17,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7174c;border-left:0.0625rem solid #c7174c;border-right:0.0625rem solid #c7174c;border-bottom:0.0625rem solid #c7174c;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.5625rem #c7174c ;height:3.8745125rem;width:16.25rem;top:32.4375rem;left:55.8125rem;display:block; }
#VhH9MFXfaTGkxwCfbuAIXbmQ7B6pIiR8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.8745125rem;text-decoration:none;z-index:15217;text-align:center;text-align-last:center;top:32.4375rem;left:55.875rem;display:block; }
#IlnAM2AsGPVmqWgaqOa2CFbGvrTOT19G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1b2kTGlFnh3RWyq5F0IIAs6os9ic4mV { color:#c7174c;display:block;width:16.9983125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15106;line-height:2;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #c7174c;top:33.1875rem;left:55.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DJtkoqlSmTGIpUoVZWA8HQUiDbHIRNEa { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:33.625rem;left:69.125rem;filter: drop-shadow(0rem 0rem 0.5rem #c7174c); }
#gVNnAs0y1HpSTCZLpDndizC67BxSuUwO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:47.625rem;left:1.625rem; }
#yROCJmZQ9zfJlqJwJ8tWMVhWpuHqaFQW { color:#f1bc39;display:block;width:17.3108125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15223;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #f1bc39;top:47.6875rem;left:11.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C0o54WGLB95lxFVTOVF4IB6fIaAy7aqf { color:#f1bc39;display:block;width:34.4995rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15223;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #f1bc39;top:51.8125rem;left:11.5rem;height:2.84301875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#rQoDr3lfIsW2VEQZpfrWhd0t9JlDd9DN { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15101;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:55.4375rem;left:11.5rem;height:4.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hwvqptpNN5Goza3q4fusbdWrIJWvo0OX { position:absolute;display:block;z-index:15081;background-color:rgba(0,6,17,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1bc39;border-left:0.0625rem solid #f1bc39;border-right:0.0625rem solid #f1bc39;border-bottom:0.0625rem solid #f1bc39;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.5625rem #f1bc39 ;height:3.8745125rem;width:16.25rem;top:54.375rem;left:55.875rem;display:block; }
#xu8K5qFARgHQEMbZlWyNTVgkTCu4sMmq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3110625rem;height:3.8745125rem;text-decoration:none;z-index:15221;text-align:center;text-align-last:center;top:54.4375rem;left:55.875rem;display:block; }
#GV30LKzzC6BgERzTnfGSdCsleTFlIIQB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXSAAaAaBOkAGlR7k8iyNp6I9wXU93BW { color:#f1bc39;display:block;width:16.9983125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15110;line-height:2;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #f1bc39;top:55.125rem;left:55.1875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#QsUzUcSrrgi96s0oABGk2t13iundPkKN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15230;opacity:1;top:55.5625rem;left:69.1875rem;filter: drop-shadow(0rem 0rem 0.5rem #f1bc39); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 { display:block; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCn4A8Q4HUvxlx7KDqiK5pOiB6Npr5KI { width:16.875rem;height:5.8522209819369rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3bZcbiJGiGi74ZkxA20BrtHga2nuZhF { top:3.5625rem;left:37.25rem;width:10.5rem;height:2.2975962477436rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycP9ncpnq3Tbou5nkaqqN6Om8pL2MPyw { width:10.625rem;height:2.75rem;top:3.375rem;left:4.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4DvmoeMAWqMSebEcVDS5N0SWv50Bxh { display:block; }
 }@media only screen and (max-width: 763px) { #pXbDhOSB3X2WJ4yrTZlmZ5ubU9ETsv2A { width:10.625rem;height:2.75rem;top:3.375rem;left:20.6845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbgb0Bwha9t9QNwaFGm2yPqSFXsXX8PV { display:block; }
 }@media only screen and (max-width: 763px) { #ySnOMbKCUS8e4Iz2aXUhn0BOZXUAw3UV { width:10.625rem;height:2.75rem;top:3.375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkoIImSBzsM4ILhaWS1D1ukTSyUsHPy { display:block; }
 }@media only screen and (max-width: 763px) { #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV { display:block; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TREnEXaytOV5q2WiRF6zaWm1fHlzRbOo { width:18.875rem;height:3.625rem;top:67.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3QMxwS3fZwsQJw4Un2Cc3k9Q7AFQLl7 { width:19.375rem;height:2.9375rem;top:78.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zz0QeODt8AvTQBlNgNz2BpuW1uvO9bso { width:20rem;height:9.875rem;top:6.0625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX { top:47.625rem;left:18.669921875rem;width:1.5625rem;height:1.5625rem;display:block; }
#PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xbXLbECiSpAku3spl1d6rOIdNci3vAd7 { top:5.75rem;left:9.9375rem;width:37.8125rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cIIe3qTi9TJsy4MAu9BXcL9muvFxm { width:45.0625rem;height:18rem;top:4.8125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #we31IiyOFyQ8Z6h4GVztuPXH9K9n5L8k { width:29.75rem;height:15.5625rem;top:25.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oomi4J7uEspPN8AzbMRngXbTJvWUTMkQ { display:none; }
 }@media only screen and (max-width: 763px) { #ddUHA9Ja2hQOayNtIAndR8ABdg8HTMfc { width:13.375rem;height:4.6875rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF717g9T523MmfkhFotpaVlV6PNXsT2c { width:16.25rem;height:3.8125rem;top:46.5rem;left:5.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3m0AD1ZVWusZNNZMgr1fHcGuBqrw2zD { display:block; }
 }@media only screen and (max-width: 763px) { #d72082DLyy4G6tBWAgNcveayIzQsemtA { width:18.125rem;height:3.6875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebGBuNISWVdb22p3ZdevWioBwx9pWzV { display:block; }
 }@media only screen and (max-width: 763px) { #Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo { display:block; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E58b61vzJZFoHDs8tsTyxBCWDRqOQxuI { width:47.75rem;height:4.375rem;top:3.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnP5r18ZcMFnRES7uEMmChTKvF3aioho { display:block; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBUwzmMi2rVFVy2nu3wF9unOHEktmoBT { width:18.875rem;height:3.625rem;top:67.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGMAGxVZ4PWpkt85yRgLaMZtKS9DBitN { width:19.375rem;height:2.9375rem;top:78.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO9GJxp4CGWODCMLbsoskbT5imcvvrUA { width:47.75rem;height:23.0625rem;top:3.375rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eios7qT0utO85gON5tmMgou4COkSdF { width:42.9375rem;height:5.1875rem;top:30.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhy7yEAlJy2QOooEpUaRfnAtEJsLf03V { top:84.5625rem;left:22.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT { display:block; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgUM5QS49FEFIFVhuBKmEKlni0Dl907P { width:18.875rem;height:3.625rem;top:67.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmlZT3ANTHJ71yZgIDxSW9AuWfOm7QmP { width:19.375rem;height:2.9375rem;top:78.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU3y3grJTsVCc6hF5QhTw3cqoJHCQw0d { top:3.625rem;left:0rem;width:23.9375rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6U2TIuGDxQJzU1NfBfuqDUFBlgH2Srq { top:3.625rem;left:11.9375rem;width:23.9375rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqsKCBQ3dOyJMCJmHTbseoBciIMIGQcb { top:8.4375rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8dmU4dykiS8F0dZcaSC9z7cHApHRUOr { top:8.4375rem;left:20.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phR0gphtlqpZs5TgltUgoyPDiFvbF1pr { top:3.625rem;left:23.8125rem;width:23.9375rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OvTQSK0okLBJOnJJHgCBioTmtTRHKJ { top:8rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWFv4TTffN9CVflxLqGc2i6x0CBK5Am { width:17.25rem;height:3.5625rem;top:15.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEoihSl7udcvGfaSHaT7Uu6eakEqEbZr { width:17.25rem;height:3.5625rem;top:15.875rem;left:15.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1rhT4vgg36naNsm8hh4ykeR0rsSJoo { width:17.25rem;height:3.5625rem;top:15.875rem;left:30.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkgdErLausDEGFyx6sX04SVwI16swQbA { width:22.1875rem;height:5.625rem;top:21.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhWXo3fmPrSV5bqXsBX6bcVlyHy12Itd { width:21.25rem;height:5.625rem;top:21rem;left:13.4990234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuiPb45wg4Ey58xS7UX2Z8oQfO7aq2ST { width:19.0625rem;height:8.5rem;top:21rem;left:28.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICre6bvKTTsPllCuvgOThQPlF3FBm6A1 { width:21.875rem;height:11.4375rem;top:29.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesDP8tSoTxR9SPl1R4a3IxB4osGo25t { width:20.3125rem;height:6.875rem;top:29.0625rem;left:14.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwzgMOn1vuxUWTZFMKDgB76p9EQtoeaT { width:19.8125rem;height:6.875rem;top:29.0625rem;left:27.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2yraC3P7OE3KHCU5lbMzgkOUPHpo2f7 { width:16.25rem;height:3.8125rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwfuiO9UhFeMgnOv9RIKzDqqScTqghTf { display:block; }
 }@media only screen and (max-width: 763px) { #rKXSpqcWhpyAkV6mkf3GTzCzNLgKWQPh { width:16.1875rem;height:3.75rem;top:42.5625rem;left:15.734130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3psMIAaP57XNEfK64tVKK3g3TFkmZA { display:block; }
 }@media only screen and (max-width: 763px) { #y6TKSmOHeVXd2wDnqBFzTu8zcOfzJ1x3 { width:16.1875rem;height:3.75rem;top:42.5625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJTI1LIcH7HVzqqEa3UpWv5dcQnbiPr { display:block; }
 }@media only screen and (max-width: 763px) { #uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh { display:block; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaWWwQo1rc0Gl2H0GHqH1CG4r2roUPxv { width:47.75rem;height:8.75rem;top:1.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinGqpadG1y260sRQNzfqECh5ThivHT0 { display:block; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvaX1lWnkGGbCzR9XXZDvIlpdRpFaT2h { width:10.1875rem;height:1.75rem;top:8.4375rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7K0GZU5UWBS9no0g1TzikaL4OgRtwhp { top:10.6875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZpZliIL1LO8CR9lALhfKRIdLOFqsL3 { top:10.6875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8LnUSaRabJ1stT8zgBtqhRTwpkhTPrL { top:10.6875rem;left:44.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck6bdRyIT51kLThssMKtHs9IMn5IOr4n { width:21.5625rem;height:25.4375rem;top:16.25rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqvC0m8DXtkrtNyueFke4Q4tiWaLmE6x { top:10.6875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vLaFX6aAHaEmpTEXTRyTbRp5EFMfou { top:10.6875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXV9ferOxLklXyDTLpMNxOtnKIUQ9d03 { width:23.1875rem;height:20.375rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSp0s1zPIlEblmPFXwegRgTXULSvD68Q { top:17.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGoOerzZzr6sf8kFT6Iy6QViG9m5GObe { top:17.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek3ybbC827AkuU2puZ4T6w1e9ktRqsiT { top:17.4375rem;left:2.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1SUZNcHlWH0VPct7QGpCJQncuIJTxw { top:17.4375rem;left:0.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npWW7cU9mGTtbsb3Qs4DkJWnxTNWtXnE { top:17.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuSckqLlWCOhVeRLsyAR79qtPJELEtI { top:15rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTzHzmyfXZk9xCL7WpuDZKL1w82Hbf2 { width:7.1875rem;height:1.75rem;top:15.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRtlFi4Q4f4aeCWznUAJAMfnJIs0K7Fh { width:22.8125rem;height:6.75rem;top:14.3125rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8bNgzXvf07uhTWTANzlwqXBfemSpFT { top:10.5625rem;left:23.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBE7AfGVPGKfbT7rDnC64xNHDatmRPrl { top:10.5625rem;left:27.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mstkXSudNeVWTfvWcLMwBNUxwdqptTsD { top:10.5625rem;left:25.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP71G2fkCZryEdAyE0qHIumG5Ww7ZMfa { top:10.5625rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQEaZE4IH8a019JEsTBAEcJW0u7Vgwbu { top:10.5625rem;left:19.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkbx3iveGl0GZo57tOv4nhKbs9HAUTH { width:11.875rem;height:1.75rem;top:8.4375rem;left:19.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD { top:7.625rem;left:12.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT { top:7.8125rem;left:37.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOR9A4Oe5w9LW6teXiB9T97Zp1N8qE8m { top:6.5625rem;left:23.0625rem;width:24.5rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpg696iKiE7Gc1vtwM6vSnc05bhTfNUu { top:14.125rem;left:0rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX16v9NRKq2AHN7qPMLP7TsTDtrwaRWm { top:6.5625rem;left:11.625rem;width:24.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZsbztmJwiPnPwN3MfHAm6LP0wMBm6D { top:22.25rem;left:11.5625rem;width:24.5rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czP1FLLB0Ue0ymqTptmusd0TVQpPfelD { width:23.5rem;height:11.875rem;top:30.8125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDIfePpODUTt88CxpgnPTldGWrQq7kZ3 { top:26.4375rem;left:19.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKGQFx487c21e2PkTL1Ry0fmhtlLpVt { top:26.4375rem;left:21.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1rOUFOxm68vpuAolt02JB93PfzuVxik { top:26.4375rem;left:23.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsekBMCwxtgBQLTkJUwda9H6hqeB7OwW { top:26.4375rem;left:25.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emgnhvfcepumwRulQIq0Ok0nqwtuqLnP { top:26.4375rem;left:27.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGR4QhdyVAlurIZlO23F6cUkMwvQrm6V { top:23.5625rem;left:12.75rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh0PPSd7sAOls8EG6bUI0VHyOTtv0WIA { width:12.6875rem;height:1.75rem;top:24.125rem;left:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuULICdaGTn2eSTSgIzA8a2ZUzEHxiKA { width:22.625rem;height:8.1875rem;top:5.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcoTOJpWCayb63FIwyPZ3X2qNBlTELq { top:47.8125rem;left:14.5rem;width:16.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGalCGs9qMKl41NeXVbHN1ZHNBiTk5mA { width:16.9375rem;height:2.5rem;top:48.5625rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNh4KN8W8sconDTPHa4eBUDvZCXHirl1 { width:16.25rem;height:3.8125rem;top:47.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrTpqX2GSGhL8fpA70EynRNNnB4gpVZ { display:block; }
 }@media only screen and (max-width: 763px) { #c8Dyy08USXkHmwlWlesBz9icL7KgMxBh { display:block; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkmMqCU2es0Q6QaObCzQW91XqduEUsMh { top:2.25rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlmPrLvWksAIwh8tLTiR98xZJXcTFmfa { width:19.6875rem;height:1.6875rem;top:4.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRg64MA4eZA5lUkhNgnQiamfzdRN1iR { width:47.75rem;height:3.4375rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfMl2FXha7uuqgTWfqAKR9zTfFxGTJi { width:16.25rem;height:3.8125rem;top:14.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPt4CB1GmhUaqUyUbhRAW5msVhEwpe1L { display:block; }
 }@media only screen and (max-width: 763px) { #TCdyIBKCVZUccWmdVJMToQGniSUQABKh { width:47.75rem;height:16.4375rem;top:11rem;left:0rem;font-size:1.25rem;display:block; }#TCdyIBKCVZUccWmdVJMToQGniSUQABKh li:before{  }
 }@media only screen and (max-width: 763px) { #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection { display:block; } #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection *:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="text"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="email"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="tel"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection textarea:focus-visible { outline: none; } #crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection { display:block; } #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection *:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="text"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="email"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="tel"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection textarea:focus-visible { outline: none; } #I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS { display:block; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4TNTKwcChfPqub6ZGtVFJdeIvJ1eN2R { width:18.875rem;height:3.625rem;top:67.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhDzmXacUvr0TiedxMfu06cJFsTwHXuU { width:19.375rem;height:2.9375rem;top:78.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbOGy2tTu3AXacyy1KkAZaadZMRqPBUp { width:20rem;height:9.875rem;top:6.0625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsX8J4O9F8RwV9AZrm0xAsSflVrMyUNb { top:44.25rem;left:15.679473876953rem;width:16.25rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkdKeKl0gdx2G1kTgePwX1c1LyyR4dJB { width:16.25rem;height:3.8125rem;top:44.25rem;left:15.747976303101rem;display:none; }
 }@media only screen and (max-width: 763px) { #a56cB7Qo6K3NRptFEOPvWJLPx7Cx4Tc4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q279DH1ZPog5xmyUot7DffWSCZIgfuaD { width:13.5625rem;height:1.5625rem;top:45.375rem;left:17.061851501465rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqQmqNZTTioJDXOSH4WGmm6tGwTry7Pi { top:84.5625rem;left:22.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBQoM1y21x6TgtT8cruwtbuITTCb2Chi { display:block; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sq2FKeT7pp0LuksN2qnbqe28kpKBQUmJ { width:24.5rem;height:3rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHkhwA4k4oVHEsop6BD0ZVMGPT2Fvxx { width:24.4375rem;height:2.9375rem;top:10.8125rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDRqllchTUm1L2pC6x51ZFIdZNdcFvC { width:24.4375rem;height:2.9375rem;top:10.8125rem;left:23.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvTkX8rhBxlh0KJr36of77LcDTMA6lH { width:18.0625rem;height:3.4375rem;top:15.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRuUvz75wiJgcfCxXxxcENQx0fdVK8O { width:20rem;height:8.5625rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln41Gz3DNUTAw3StRbs4atUGUI4yLOiO { width:20rem;height:6.875rem;top:29.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluDTTXrOSeNR2dWh6RQQCrwwgrGDnXa { top:16.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0uWWrKTldrIO5k0K1vNTvyTSlyc1u8 { top:20.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfWut4mTTARJ1maIVtETKmUrIFretFdd { top:30.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuCyHpeoF5e94o5an49WvNQMCnTE284u { top:39.25rem;left:0rem;width:16.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUzw6tCa8CKBrtQF5A5ahVzpSqhfClQ { width:16.25rem;height:3.4375rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVs27MfHTtSi3zz9LNBKaDNSTAqtCtN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DxCiA0twe9dT0fTuyWXAP8V3l3eo4T1a { width:13.5625rem;height:1.5625rem;top:40.1875rem;left:1.124755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C82HEItwiotaL3iFO1QTDpoNQikIWgWQ { top:39.375rem;left:15.375rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asl3Ch9boThLMBtg0IIe6DAMETK7XhEf { top:39.375rem;left:31.25rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRCsTlZL261e2GOg1cXmbihUvw6mx6O { width:19.8125rem;height:5.125rem;top:15.125rem;left:11.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvkxmuWKlXGLtuEylhuATfhBoI7QauaZ { top:16.3125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwBdlT7pGX7K5XB040N8yiuqISVKBW8 { top:23rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UEsaS4ZiGUvcK0qrzw4n3R0mE7Ryzc { width:20rem;height:5.125rem;top:22.0625rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGpHDzRxtw05MFlnxEoUChit5g8iUiu { top:30.1875rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3gKJUEUE7nqvCWqJQoqX5LHW82r2Cr { width:20rem;height:6.875rem;top:29.3125rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqo4LJM1vmHpfUkXecoZA2X0CVphKdT { width:19.8125rem;height:3.4375rem;top:15.1875rem;left:27.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrKX7cs4HzZOi1FxGJSCv1JheNdrWxT { top:16.3125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsWy5Cbq1h0XIzzlIp7qXXgtLXNaSxJP { top:21.25rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GndTgNMdpzLDe7TLU7HLIwcIEa3flkGW { width:20rem;height:5.125rem;top:20.3125rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWLp7rLMvIbJtePCurdB4Vvl19OJyaG { top:28.3125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBQB8LMMIv6GWN2i2iXnAe3I5q8a1iNp { width:20rem;height:3.4375rem;top:27.4375rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx4t45MCqztrlLI6kOB77ueJJ4LML2F1 { width:16.25rem;height:3.4375rem;top:39.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCx7XDsw0lbc2KxG9z6kHV9xIdcidEGS { display:block; }
 }@media only screen and (max-width: 763px) { #O47Hy76Wkxwpen7ZD3pDyqc2u0f3XV41 { width:13.5625rem;height:1.5625rem;top:40.25rem;left:17.124755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWuEmRJdXBkDsBTJQ4VTDpOH69TA4MRJ { width:13.5625rem;height:1.5625rem;top:40.3125rem;left:33.32763671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3yauJZmyLn6gvQsJ72fTkZCtKpSIiDS { width:16.25rem;height:3.4375rem;top:39.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99dyOfRW9LtUJezAGJBk0AXkOKTphLf { display:block; }
 }@media only screen and (max-width: 763px) { #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR { display:block; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngfvSQTcFbqRqzMo989MeF8ClX4FIvhS { width:18.875rem;height:3.625rem;top:67.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeksRiuFcCJIos5oEK8CT52cRTN1mPqC { width:19.375rem;height:2.9375rem;top:78.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIBsb3o43pFseNihZoIL0TN3lbG0JmgL { top:23.9375rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqituLTRTXkdpama0GSmvnDXr1ZvvAu { width:40.125rem;height:2.8125rem;top:29.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqxmclWNIJ3VHNATPTnetk4TrnGrv6wQ { width:33.4375rem;height:4.5625rem;top:33.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFe2Psn8DsfZnI7a2Vi8CQRhTdLNOeoJ { top:10.125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWzAIZx0MrRF6D6mgGBnkTJsQaaJwRum { top:9rem;left:31.375rem;width:16.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKsXboThsxTKmw2aUFtTWXUyX1IriCa { width:16.9375rem;height:2.5rem;top:9.75rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyuKp60ArOBBlcFxgsseoR8dyw7mu2m { width:16.25rem;height:3.8125rem;top:9rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmXLIRdOsgRTnWhcHg8lMgEtKAWQmuM { display:block; }
 }@media only screen and (max-width: 763px) { #Dg1Cnl4G7BJBfcbmOctLupU9A1KKMrzn { width:17.25rem;height:3.5625rem;top:26rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #koyWhTexuBME27uEcSqMTSCcE938imOC { top:45.9375rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uAz9zmbF2e72RZgz7wToGTou0Sg2Cf { top:2rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQDAfLxnE1nKAt5kPQmM0uQHCvRBMUy { width:17.25rem;height:3.5625rem;top:3.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpZIFtHQBaIczTTB1H7E4oVkiaeV5tOi { top:4.6875rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ihSVCzJqxw08XyTfh0mVE5IRf07u05 { width:40.125rem;height:2.8125rem;top:7.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2vRqBn27RAoll5u64wL5hBpxbhn3Wo7 { width:47.75rem;height:4.5625rem;top:11.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwzrAuzaJOzrANHWkpI6m2R8Edm6oh7 { top:26rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS97GDuxmfpOCSsRzxTa0HJTWut5TmMw { top:32.4375rem;left:31.375rem;width:16.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhH9MFXfaTGkxwCfbuAIXbmQ7B6pIiR8 { width:16.25rem;height:3.8125rem;top:32.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlnAM2AsGPVmqWgaqOa2CFbGvrTOT19G { display:block; }
 }@media only screen and (max-width: 763px) { #N1b2kTGlFnh3RWyq5F0IIAs6os9ic4mV { width:16.9375rem;height:2.5rem;top:33.1875rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJtkoqlSmTGIpUoVZWA8HQUiDbHIRNEa { top:33.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVNnAs0y1HpSTCZLpDndizC67BxSuUwO { top:47.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yROCJmZQ9zfJlqJwJ8tWMVhWpuHqaFQW { width:17.25rem;height:3.5625rem;top:47.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0o54WGLB95lxFVTOVF4IB6fIaAy7aqf { width:34.4375rem;height:2.8125rem;top:51.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoDr3lfIsW2VEQZpfrWhd0t9JlDd9DN { width:42.1875rem;height:4.5625rem;top:55.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwvqptpNN5Goza3q4fusbdWrIJWvo0OX { top:54.375rem;left:31.375rem;width:16.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu8K5qFARgHQEMbZlWyNTVgkTCu4sMmq { width:16.25rem;height:3.8125rem;top:54.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV30LKzzC6BgERzTnfGSdCsleTFlIIQB { display:block; }
 }@media only screen and (max-width: 763px) { #rXSAAaAaBOkAGlR7k8iyNp6I9wXU93BW { width:16.9375rem;height:2.5rem;top:55.125rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsUzUcSrrgi96s0oABGk2t13iundPkKN { top:55.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 { display:none; }#zPCNuqnMJp6NfGOpnEldRrChiLbev9a6 > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fCn4A8Q4HUvxlx7KDqiK5pOiB6Npr5KI { width:14.8125rem;height:5.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3bZcbiJGiGi74ZkxA20BrtHga2nuZhF { width:6.749125rem;height:1.67100625rem;top:2.4989759922027rem;left:12.811415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycP9ncpnq3Tbou5nkaqqN6Om8pL2MPyw { width:7rem;height:2.375rem;top:10.249267578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4DvmoeMAWqMSebEcVDS5N0SWv50Bxh { display:block; }
 }@media only screen and (max-width: 763px) { #pXbDhOSB3X2WJ4yrTZlmZ5ubU9ETsv2A { width:5.96850625rem;height:2.34301875rem;top:10.249267578125rem;left:7.37451171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbgb0Bwha9t9QNwaFGm2yPqSFXsXX8PV { display:block; }
 }@media only screen and (max-width: 763px) { #ySnOMbKCUS8e4Iz2aXUhn0BOZXUAw3UV { width:6.21875rem;height:2.34301875rem;top:10.249267578125rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkoIImSBzsM4ILhaWS1D1ukTSyUsHPy { display:block; }
 }@media only screen and (max-width: 763px) { #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.adaptive-delivery-prevent-bg, #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.lazyload, #Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV.lazyloading { background-image: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { background-color: transparent; background-image: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container > .video-iframe-container { display: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row > .video-iframe-container { display: none; }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .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); }#Aa6GB2ma5r8TRKlZwT9F342plGSKPKMV > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TREnEXaytOV5q2WiRF6zaWm1fHlzRbOo { width:18.936625rem;height:0;top:68.771703720094rem;left:0.53059893846512rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1.4;z-index:15200;display:none; }
 }@media only screen and (max-width: 763px) { #t3QMxwS3fZwsQJw4Un2Cc3k9Q7AFQLl7 { width:19.375rem;height:0;top:72.720922470094rem;left:0.56141489744186rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.4;z-index:15201;display:none; }
 }@media only screen and (max-width: 763px) { #zz0QeODt8AvTQBlNgNz2BpuW1uvO9bso { width:19.375rem;height:0;top:4.9696187973022rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;text-shadow:0rem 0rem 0.5rem #ffffff;z-index:15084;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX { display:flex;width:3.125rem;height:3.125rem;top:127.70294465637rem;left:8.4375rem;display:none; }
#PEVV1lvpxHoHC0LeOlTzeSvTmwz4M4AX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xbXLbECiSpAku3spl1d6rOIdNci3vAd7 { width:20rem;height:23.4985625rem;top:40.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cIIe3qTi9TJsy4MAu9BXcL9muvFxm { width:19.1858125rem;height:7.1950875rem;top:7.24853515625rem;left:0.406494140625rem;text-align:left;text-align-last:left;font-size:2rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #we31IiyOFyQ8Z6h4GVztuPXH9K9n5L8k { width:18.5608125rem;height:13.46480625rem;top:15.062255859375rem;left:0.718994140625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oomi4J7uEspPN8AzbMRngXbTJvWUTMkQ { display:flex;top:0rem;left:16.483154296875rem;width:2.3120125rem;height:2.3120125rem;z-index:15213;display:none; }
 }@media only screen and (max-width: 763px) { #ddUHA9Ja2hQOayNtIAndR8ABdg8HTMfc { width:12.8125rem;height:4.3125rem;top:1.2484836578369rem;left:0rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vF717g9T523MmfkhFotpaVlV6PNXsT2c { width:18.156rem;height:3.655275rem;top:35.18310546875rem;left:0.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3m0AD1ZVWusZNNZMgr1fHcGuBqrw2zD { display:block; }
 }@media only screen and (max-width: 763px) { #d72082DLyy4G6tBWAgNcveayIzQsemtA { width:18.125rem;height:3.6875rem;top:30.433349609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebGBuNISWVdb22p3ZdevWioBwx9pWzV { display:block; }
 }@media only screen and (max-width: 763px) { #Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo { display:block; }#Mi7deoUkys3u5HCiztNxD9VPU2IKTqvo > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E58b61vzJZFoHDs8tsTyxBCWDRqOQxuI { width:15.1233125rem;height:8.3971875rem;top:1.685791015625rem;left:2.437744140625rem;text-align:center;text-align-last:center;font-size:2rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SnP5r18ZcMFnRES7uEMmChTKvF3aioho { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho.adaptive-delivery-prevent-bg, #SnP5r18ZcMFnRES7uEMmChTKvF3aioho.lazyload, #SnP5r18ZcMFnRES7uEMmChTKvF3aioho.lazyloading { background-image: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { background-color: transparent; background-image: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container > .video-iframe-container { display: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row > .video-iframe-container { display: none; }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .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); }#SnP5r18ZcMFnRES7uEMmChTKvF3aioho > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBUwzmMi2rVFVy2nu3wF9unOHEktmoBT { width:18.936625rem;height:0;top:68.771703720094rem;left:0.53059893846512rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1.4;z-index:15200;display:none; }
 }@media only screen and (max-width: 763px) { #TGMAGxVZ4PWpkt85yRgLaMZtKS9DBitN { width:19.375rem;height:0;top:72.720922470094rem;left:0.56141489744186rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.4;z-index:15201;display:none; }
 }@media only screen and (max-width: 763px) { #iO9GJxp4CGWODCMLbsoskbT5imcvvrUA { width:19.43725rem;height:13.4101625rem;top:3.24951171875rem;left:0.562744140625rem;text-align:left;text-align-last:left;font-size:2.0625rem;color:#0773bb;text-shadow:0rem 0rem 1.125rem #000611;display:block; }
 }@media only screen and (max-width: 763px) { #z8eios7qT0utO85gON5tmMgou4COkSdF { width:18.2495rem;height:7.6953125rem;top:19.990234375rem;left:0.875244140625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lhy7yEAlJy2QOooEpUaRfnAtEJsLf03V { display:flex;width:3.125rem;height:3.125rem;top:29.43359375rem;left:8.4375rem;z-index:15217; }
 }@media only screen and (max-width: 763px) { #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.adaptive-delivery-prevent-bg, #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.lazyload, #yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT.lazyloading { background-image: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { background-color: transparent; background-image: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container > .video-iframe-container { display: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.59); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row > .video-iframe-container { display: none; }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .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); }#yyOeCI2Jwwemd2KgL8Odf4a23TWuJiHT > .row .container { width:20rem;height:120.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgUM5QS49FEFIFVhuBKmEKlni0Dl907P { width:18.936625rem;height:0;top:68.771703720094rem;left:0.53059893846512rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1.4;z-index:15200;display:none; }
 }@media only screen and (max-width: 763px) { #pmlZT3ANTHJ71yZgIDxSW9AuWfOm7QmP { width:19.375rem;height:0;top:72.720922470094rem;left:0.56141489744186rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.4;z-index:15201;display:none; }
 }@media only screen and (max-width: 763px) { #cU3y3grJTsVCc6hF5QhTw3cqoJHCQw0d { width:20rem;height:38.75rem;top:80.5625rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #x6U2TIuGDxQJzU1NfBfuqDUFBlgH2Srq { width:20rem;height:38.125rem;top:0rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #LqsKCBQ3dOyJMCJmHTbseoBciIMIGQcb { display:flex;width:5.37475625rem;height:5.37475625rem;top:83.75rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #U8dmU4dykiS8F0dZcaSC9z7cHApHRUOr { display:flex;width:6.5625rem;height:6.5625rem;top:2.4375rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #phR0gphtlqpZs5TgltUgoyPDiFvbF1pr { width:20rem;height:36.5625rem;top:41.125rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #G1OvTQSK0okLBJOnJJHgCBioTmtTRHKJ { display:flex;width:7.937rem;height:7.937rem;top:43.3125rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #ZzWFv4TTffN9CVflxLqGc2i6x0CBK5Am { width:17.2485625rem;height:2.799075rem;top:90.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KEoihSl7udcvGfaSHaT7Uu6eakEqEbZr { width:17.2485625rem;height:2.799075rem;top:10.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;color:#c7174c;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zN1rhT4vgg36naNsm8hh4ykeR0rsSJoo { width:17.2485625rem;height:2.799075rem;top:53.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;color:#f1bc39;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZkgdErLausDEGFyx6sX04SVwI16swQbA { width:20rem;height:4.02609375rem;top:94.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EhWXo3fmPrSV5bqXsBX6bcVlyHy12Itd { width:18.374rem;height:4.0260875rem;top:15.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#c7174c;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RuiPb45wg4Ey58xS7UX2Z8oQfO7aq2ST { width:19.0625rem;height:4.0260875rem;top:57.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#f1bc39;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ICre6bvKTTsPllCuvgOThQPlF3FBm6A1 { width:17.68675rem;height:8.74545rem;top:101.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VesDP8tSoTxR9SPl1R4a3IxB4osGo25t { width:17.68675rem;height:5.2478rem;top:22.1875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IwzgMOn1vuxUWTZFMKDgB76p9EQtoeaT { width:17.68675rem;height:5.2478rem;top:61.3125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G2yraC3P7OE3KHCU5lbMzgkOUPHpo2f7 { width:16.21875rem;height:3.78100625rem;top:112.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwfuiO9UhFeMgnOv9RIKzDqqScTqghTf { display:block; }
 }@media only screen and (max-width: 763px) { #rKXSpqcWhpyAkV6mkf3GTzCzNLgKWQPh { width:16.15525rem;height:3.71875rem;top:30.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3psMIAaP57XNEfK64tVKK3g3TFkmZA { display:block; }
 }@media only screen and (max-width: 763px) { #y6TKSmOHeVXd2wDnqBFzTu8zcOfzJ1x3 { width:16.15525rem;height:3.71875rem;top:70.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJTI1LIcH7HVzqqEa3UpWv5dcQnbiPr { display:block; }
 }@media only screen and (max-width: 763px) { #uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh { display:block; }#uO6BE5RJrJ0NK7u0kUwFWO4WbIGTxMUh > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaWWwQo1rc0Gl2H0GHqH1CG4r2roUPxv { width:18.999rem;height:11.1953875rem;top:1.24755859375rem;left:0.499267578125rem;text-align:center;text-align-last:center;font-size:2rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SinGqpadG1y260sRQNzfqECh5ThivHT0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#SinGqpadG1y260sRQNzfqECh5ThivHT0.adaptive-delivery-prevent-bg, #SinGqpadG1y260sRQNzfqECh5ThivHT0.lazyload, #SinGqpadG1y260sRQNzfqECh5ThivHT0.lazyloading { background-image: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { background-color: transparent; background-image: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container > .video-iframe-container { display: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row > .video-iframe-container { display: none; }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .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); }#SinGqpadG1y260sRQNzfqECh5ThivHT0 > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvaX1lWnkGGbCzR9XXZDvIlpdRpFaT2h { width:12.8125rem;height:1.80541875rem;top:43.75rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M7K0GZU5UWBS9no0g1TzikaL4OgRtwhp { display:flex;width:2.1875rem;height:2.1875rem;top:46.0625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #oAZpZliIL1LO8CR9lALhfKRIdLOFqsL3 { display:flex;width:2.1875rem;height:2.1875rem;top:46.0625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #y8LnUSaRabJ1stT8zgBtqhRTwpkhTPrL { display:flex;width:2.1875rem;height:2.1875rem;top:46.0625rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #ck6bdRyIT51kLThssMKtHs9IMn5IOr4n { width:18.75rem;height:23.7864375rem;top:49.875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yqvC0m8DXtkrtNyueFke4Q4tiWaLmE6x { display:flex;width:2.1875rem;height:2.1875rem;top:46.0625rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #I8vLaFX6aAHaEmpTEXTRyTbRp5EFMfou { display:flex;width:2.1875rem;height:2.1875rem;top:46.0625rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #cXV9ferOxLklXyDTLpMNxOtnKIUQ9d03 { width:18.75rem;height:19.3264375rem;top:21.9375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hSp0s1zPIlEblmPFXwegRgTXULSvD68Q { display:flex;width:2.1866rem;height:2.1866rem;top:18.1875rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #QGoOerzZzr6sf8kFT6Iy6QViG9m5GObe { display:flex;width:2.1866rem;height:2.1866rem;top:18.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Ek3ybbC827AkuU2puZ4T6w1e9ktRqsiT { display:flex;width:2.1866rem;height:2.1866rem;top:18.125rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #JQ1SUZNcHlWH0VPct7QGpCJQncuIJTxw { display:flex;width:2.1866rem;height:2.1866rem;top:18.1875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #npWW7cU9mGTtbsb3Qs4DkJWnxTNWtXnE { display:flex;width:2.1875rem;height:2.1875rem;top:18.125rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #NZuSckqLlWCOhVeRLsyAR79qtPJELEtI { width:4.4375rem;height:4.4375rem;top:15.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTzHzmyfXZk9xCL7WpuDZKL1w82Hbf2 { width:12.8125rem;height:1.80541875rem;top:15.75rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hRtlFi4Q4f4aeCWznUAJAMfnJIs0K7Fh { width:18.75rem;height:5.9472625rem;top:7.1875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MK8bNgzXvf07uhTWTANzlwqXBfemSpFT { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #UBE7AfGVPGKfbT7rDnC64xNHDatmRPrl { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #mstkXSudNeVWTfvWcLMwBNUxwdqptTsD { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #BP71G2fkCZryEdAyE0qHIumG5Ww7ZMfa { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #XQEaZE4IH8a019JEsTBAEcJW0u7Vgwbu { display:flex;width:2.1875rem;height:2.1875rem;top:3.8125rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #JDkbx3iveGl0GZo57tOv4nhKbs9HAUTH { width:12.8125rem;height:1.80541875rem;top:1.5rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ipThwGqQJn1W1TVJAwsUeV7FMw9IddiD { width:4.4375rem;height:4.4375rem;top:1.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH19mmoQ94Zz09DslOc3QaUVIVOB8LTT { width:4.4375rem;height:4.4375rem;top:43.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOR9A4Oe5w9LW6teXiB9T97Zp1N8qE8m { width:19.9375rem;height:31.3125rem;top:42.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpg696iKiE7Gc1vtwM6vSnc05bhTfNUu { width:19.875rem;height:27.625rem;top:14.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX16v9NRKq2AHN7qPMLP7TsTDtrwaRWm { width:19.9375rem;height:13.1875rem;top:0.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZsbztmJwiPnPwN3MfHAm6LP0wMBm6D { width:19.875rem;height:20.75rem;top:22.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czP1FLLB0Ue0ymqTptmusd0TVQpPfelD { width:20rem;height:auto;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aDIfePpODUTt88CxpgnPTldGWrQq7kZ3 { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJKGQFx487c21e2PkTL1Ry0fmhtlLpVt { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1rOUFOxm68vpuAolt02JB93PfzuVxik { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsekBMCwxtgBQLTkJUwda9H6hqeB7OwW { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #emgnhvfcepumwRulQIq0Ok0nqwtuqLnP { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGR4QhdyVAlurIZlO23F6cUkMwvQrm6V { width:5.125rem;height:5.125rem;top:23.5625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh0PPSd7sAOls8EG6bUI0VHyOTtv0WIA { width:12.6875rem;height:auto;top:24.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nuULICdaGTn2eSTSgIzA8a2ZUzEHxiKA { width:18.75rem;height:0;top:2.249755859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.4375rem;color:#0773bb;display:none; }
 }@media only screen and (max-width: 763px) { #lFcoTOJpWCayb63FIwyPZ3X2qNBlTELq { width:16.25rem;height:3.8125rem;top:76.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGalCGs9qMKl41NeXVbHN1ZHNBiTk5mA { width:16.93725rem;height:1.74926875rem;top:77.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TNh4KN8W8sconDTPHa4eBUDvZCXHirl1 { width:16.25rem;height:3.8125rem;top:76.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrTpqX2GSGhL8fpA70EynRNNnB4gpVZ { display:block; }
 }@media only screen and (max-width: 763px) { #c8Dyy08USXkHmwlWlesBz9icL7KgMxBh { display:block; }#c8Dyy08USXkHmwlWlesBz9icL7KgMxBh > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkmMqCU2es0Q6QaObCzQW91XqduEUsMh { width:20rem;height:45.625rem;top:2.4365234375rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #wlmPrLvWksAIwh8tLTiR98xZJXcTFmfa { width:13.18725rem;height:1.48681875rem;top:4.4365234375rem;left:1.31201171875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qMRg64MA4eZA5lUkhNgnQiamfzdRN1iR { width:18.3125rem;height:4.375rem;top:5.8115234375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wUfMl2FXha7uuqgTWfqAKR9zTfFxGTJi { width:16.25rem;height:3.81225625rem;top:41.2451171875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPt4CB1GmhUaqUyUbhRAW5msVhEwpe1L { display:block; }
 }@media only screen and (max-width: 763px) { #TCdyIBKCVZUccWmdVJMToQGniSUQABKh { width:18.562rem;height:27.79125rem;top:11.246337890625rem;left:1.37548828125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }#TCdyIBKCVZUccWmdVJMToQGniSUQABKh li:before{  }
 }@media only screen and (max-width: 763px) { #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection { display:block; } #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection *:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="text"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="email"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection input[type="tel"]:focus-visible, #EytNkeM0iNknV1cG0RNeXCefaOwKgNPh.widget-smartsection textarea:focus-visible { outline: none; } #crGLa9swpI65QLD7oSRRxwwrPHagvBCt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection { display:block; } #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection *:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="text"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="email"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection input[type="tel"]:focus-visible, #ZvC3FXKpigfSgrlTSnT0JH17uaOL1Tlt.widget-smartsection textarea:focus-visible { outline: none; } #I5VTGbLsPuRaHKZqhT6uLsEIcuZai0xf > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS { display:none; }#LeXTxZkWH2087XLZXPvgaI1IU7AT3fNS > .row .container { width:20rem;height:75.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h4TNTKwcChfPqub6ZGtVFJdeIvJ1eN2R { width:18.936625rem;height:0;top:68.771703720094rem;left:0.53059893846512rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1.4;z-index:15200;display:none; }
 }@media only screen and (max-width: 763px) { #uhDzmXacUvr0TiedxMfu06cJFsTwHXuU { width:19.375rem;height:0;top:72.720922470094rem;left:0.56141489744186rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.4;z-index:15201;display:none; }
 }@media only screen and (max-width: 763px) { #cbOGy2tTu3AXacyy1KkAZaadZMRqPBUp { width:19.375rem;height:9.448225rem;top:4.9696187973022rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;text-shadow:0rem 0rem 0.5rem #ffffff;z-index:15084;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RsX8J4O9F8RwV9AZrm0xAsSflVrMyUNb { width:15.061875rem;height:2.68663125rem;top:19.875rem;left:2.375rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #SkdKeKl0gdx2G1kTgePwX1c1LyyR4dJB { width:15.061875rem;height:2.8125rem;top:19.875rem;left:2.5rem;z-index:15204;display:block; }
 }@media only screen and (max-width: 763px) { #a56cB7Qo6K3NRptFEOPvWJLPx7Cx4Tc4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q279DH1ZPog5xmyUot7DffWSCZIgfuaD { width:13.5623125rem;height:1.62475625rem;top:20.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #yqQmqNZTTioJDXOSH4WGmm6tGwTry7Pi { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:8.5625rem;z-index:15217; }
 }@media only screen and (max-width: 763px) { #PBQoM1y21x6TgtT8cruwtbuITTCb2Chi { display:none; }#PBQoM1y21x6TgtT8cruwtbuITTCb2Chi > .row .container { width:20rem;height:237.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sq2FKeT7pp0LuksN2qnbqe28kpKBQUmJ { width:19.3739375rem;height:1.74926875rem;top:89.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XJHkhwA4k4oVHEsop6BD0ZVMGPT2Fvxx { width:20rem;height:1.74926875rem;top:137.3107921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gLDRqllchTUm1L2pC6x51ZFIdZNdcFvC { width:20rem;height:1.74926875rem;top:195.43579335937rem;left:-0.18798828125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CSvTkX8rhBxlh0KJr36of77LcDTMA6lH { width:20rem;height:3.898925rem;top:16.185982704163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #fWRuUvz75wiJgcfCxXxxcENQx0fdVK8O { width:20rem;height:8.62425rem;top:111.30737421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #Ln41Gz3DNUTAw3StRbs4atUGUI4yLOiO { width:20rem;height:6.8994375rem;top:121.54663203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #xluDTTXrOSeNR2dWh6RQQCrwwgrGDnXa { display:flex;width:1.5625rem;height:1.5625rem;top:107.88208125rem;left:0.9521484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT0uWWrKTldrIO5k0K1vNTvyTSlyc1u8 { display:flex;width:1.5625rem;height:1.5625rem;top:112.24609492187rem;left:0.9521484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfWut4mTTARJ1maIVtETKmUrIFretFdd { display:flex;width:1.5625rem;height:1.5625rem;top:122.4328625rem;left:0.9521484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuCyHpeoF5e94o5an49WvNQMCnTE284u { width:16.25rem;height:3.3125rem;top:130.80932734375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXUzw6tCa8CKBrtQF5A5ahVzpSqhfClQ { width:16.25rem;height:3.4375rem;top:130.82397578125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVs27MfHTtSi3zz9LNBKaDNSTAqtCtN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DxCiA0twe9dT0fTuyWXAP8V3l3eo4T1a { width:13.5625rem;height:0;top:131.76147578125rem;left:5.000732421875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #C82HEItwiotaL3iFO1QTDpoNQikIWgWQ { width:16.25rem;height:3.25rem;top:178.93676992187rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Asl3Ch9boThLMBtg0IIe6DAMETK7XhEf { width:16.25rem;height:3.25rem;top:223.93676992187rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIRCsTlZL261e2GOg1cXmbihUvw6mx6O { width:19.812rem;height:7.797875rem;top:154.7485375rem;left:0.188rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #JvkxmuWKlXGLtuEylhuATfhBoI7QauaZ { display:flex;width:1.5625rem;height:1.5625rem;top:155.87402578125rem;left:0.96923828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpwBdlT7pGX7K5XB040N8yiuqISVKBW8 { display:flex;width:1.5625rem;height:1.5625rem;top:162.5610375rem;left:0.96923828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4UEsaS4ZiGUvcK0qrzw4n3R0mE7Ryzc { width:20rem;height:5.1745625rem;top:161.6235375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #XwGpHDzRxtw05MFlnxEoUChit5g8iUiu { display:flex;width:1.5625rem;height:1.5625rem;top:169.7485375rem;left:0.96923828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM3gKJUEUE7nqvCWqJQoqX5LHW82r2Cr { width:20rem;height:6.8994375rem;top:168.87329335937rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #OXqo4LJM1vmHpfUkXecoZA2X0CVphKdT { width:19.812rem;height:3.898925rem;top:199.7485375rem;left:0.188rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #JdrKX7cs4HzZOi1FxGJSCv1JheNdrWxT { display:flex;width:1.5625rem;height:1.5625rem;top:200.87402578125rem;left:0.623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsWy5Cbq1h0XIzzlIp7qXXgtLXNaSxJP { display:flex;width:1.5625rem;height:1.5625rem;top:205.81176992187rem;left:0.623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GndTgNMdpzLDe7TLU7HLIwcIEa3flkGW { width:20rem;height:5.1745625rem;top:204.87426992187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #VWWLp7rLMvIbJtePCurdB4Vvl19OJyaG { display:flex;width:1.5625rem;height:1.5625rem;top:212.8735375rem;left:0.623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBQB8LMMIv6GWN2i2iXnAe3I5q8a1iNp { width:20rem;height:3.44970625rem;top:211.99829335937rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0773bb;text-shadow:0rem 0rem 0.5rem #0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #yx4t45MCqztrlLI6kOB77ueJJ4LML2F1 { width:16.25rem;height:3.4375rem;top:178.95019765625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCx7XDsw0lbc2KxG9z6kHV9xIdcidEGS { display:block; }
 }@media only screen and (max-width: 763px) { #O47Hy76Wkxwpen7ZD3pDyqc2u0f3XV41 { width:13.5625rem;height:0;top:179.85718007812rem;left:5.061767578125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nWuEmRJdXBkDsBTJQ4VTDpOH69TA4MRJ { width:13.5625rem;height:0;top:224.9194359375rem;left:5.015380859375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #L3yauJZmyLn6gvQsJ72fTkZCtKpSIiDS { width:16.25rem;height:3.4375rem;top:223.8256859375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l99dyOfRW9LtUJezAGJBk0AXkOKTphLf { display:block; }
 }@media only screen and (max-width: 763px) { #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec828099-6497-42e4-a286-701a9500a4c7/Projektbeznazwy.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.adaptive-delivery-prevent-bg, #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.lazyload, #BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR.lazyloading { background-image: none; }#BZP11C0KTmUhqGoSGIXCqa0mKssuI4AR > .row .container { width:20rem;height:113.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ngfvSQTcFbqRqzMo989MeF8ClX4FIvhS { width:18.936625rem;height:0;top:68.771703720094rem;left:0.53059893846512rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#ffffff;line-height:1.4;z-index:15200;display:none; }
 }@media only screen and (max-width: 763px) { #AeksRiuFcCJIos5oEK8CT52cRTN1mPqC { width:19.375rem;height:0;top:72.720922470094rem;left:0.56141489744186rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.4;z-index:15201;display:none; }
 }@media only screen and (max-width: 763px) { #uIBsb3o43pFseNihZoIL0TN3lbG0JmgL { width:20rem;height:32.625rem;top:36.9375rem;left:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #kUqituLTRTXkdpama0GSmvnDXr1ZvvAu { width:18.125rem;height:4.02588125rem;top:47.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#c7174c;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gqxmclWNIJ3VHNATPTnetk4TrnGrv6wQ { width:17.6245rem;height:5.2478rem;top:56rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lFe2Psn8DsfZnI7a2Vi8CQRhTdLNOeoJ { display:flex;width:1.5625rem;height:1.5625rem;top:164.62181445313rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWzAIZx0MrRF6D6mgGBnkTJsQaaJwRum { width:16.25rem;height:3.8125rem;top:26.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKsXboThsxTKmw2aUFtTWXUyX1IriCa { width:16.93725rem;height:1.74926875rem;top:27.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qeyuKp60ArOBBlcFxgsseoR8dyw7mu2m { width:16.25rem;height:3.81225625rem;top:26.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmXLIRdOsgRTnWhcHg8lMgEtKAWQmuM { display:block; }
 }@media only screen and (max-width: 763px) { #Dg1Cnl4G7BJBfcbmOctLupU9A1KKMrzn { width:17.2485625rem;height:2.799075rem;top:44.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:2rem;color:#c7174c;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #koyWhTexuBME27uEcSqMTSCcE938imOC { width:20rem;height:31.6875rem;top:72.375rem;left:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #T8uAz9zmbF2e72RZgz7wToGTou0Sg2Cf { width:20rem;height:32.8125rem;top:1rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #tzQDAfLxnE1nKAt5kPQmM0uQHCvRBMUy { width:17.2485625rem;height:2.799075rem;top:8.625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:2rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CpZIFtHQBaIczTTB1H7E4oVkiaeV5tOi { display:flex;width:4.0625rem;height:4.0625rem;top:3.125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #m8ihSVCzJqxw08XyTfh0mVE5IRf07u05 { width:18.31175rem;height:4.02588125rem;top:11.5rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#0087cc;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q2vRqBn27RAoll5u64wL5hBpxbhn3Wo7 { width:16.1875rem;height:6.99706875rem;top:17.1875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zAwzrAuzaJOzrANHWkpI6m2R8Edm6oh7 { display:flex;width:4.74975625rem;height:4.74975625rem;top:38.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #RS97GDuxmfpOCSsRzxTa0HJTWut5TmMw { width:16.25rem;height:3.8125rem;top:61.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhH9MFXfaTGkxwCfbuAIXbmQ7B6pIiR8 { width:16.25rem;height:3.81225625rem;top:62rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlnAM2AsGPVmqWgaqOa2CFbGvrTOT19G { display:block; }
 }@media only screen and (max-width: 763px) { #N1b2kTGlFnh3RWyq5F0IIAs6os9ic4mV { width:16.93725rem;height:1.74926875rem;top:63rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DJtkoqlSmTGIpUoVZWA8HQUiDbHIRNEa { display:flex;width:1.5625rem;height:1.5625rem;top:214.68431445313rem;left:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVNnAs0y1HpSTCZLpDndizC67BxSuUwO { display:flex;width:6.3745rem;height:6.3745rem;top:73.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yROCJmZQ9zfJlqJwJ8tWMVhWpuHqaFQW { width:17.2485625rem;height:2.799075rem;top:80.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:2rem;color:#f1bc39;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C0o54WGLB95lxFVTOVF4IB6fIaAy7aqf { width:16.25rem;height:2.0129375rem;top:83.625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#f1bc39;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rQoDr3lfIsW2VEQZpfrWhd0t9JlDd9DN { width:17.6875rem;height:5.2478rem;top:87.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hwvqptpNN5Goza3q4fusbdWrIJWvo0OX { width:16.25rem;height:3.8125rem;top:96.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu8K5qFARgHQEMbZlWyNTVgkTCu4sMmq { width:16.25rem;height:3.8125rem;top:261.719471875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GV30LKzzC6BgERzTnfGSdCsleTFlIIQB { display:block; }
 }@media only screen and (max-width: 763px) { #rXSAAaAaBOkAGlR7k8iyNp6I9wXU93BW { width:16.93725rem;height:1.74926875rem;top:97.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QsUzUcSrrgi96s0oABGk2t13iundPkKN { display:flex;width:1.5625rem;height:1.5625rem;top:262.844471875rem;left:16.1875rem;display:none; }
 }