.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { background-color:#000000;background-image:none;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; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { background-color: transparent; background-image: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container > .video-iframe-container { display: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container { display: none; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .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); }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { border-width: 0; border-radius: 0; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { font-size:0.875rem;font-family:lato;height:1.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { background-color:#ffffff;background-image:none;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; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { background-color: transparent; background-image: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container > .video-iframe-container { display: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container { display: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .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); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { border-width: 0; border-radius: 0; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { font-size:0.875rem;font-family:lato;height:62.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { color:#040404;display:block;width:50.7498125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:1.8125rem;left:13.4375rem;height:10.9988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mv6R1k5arqoZMrx6gOFRvF6nMChQm4vt { color:#141414;display:block;width:43.0615rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.25rem;left:17.25rem;height:3.74823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p5ghzXePtPaieVKKddRwPHTUip2MarHI { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:36.311875rem;width:64.8125rem;top:20.5625rem;left:5rem;display:block; }
#pn8GTVatmhPpBOdw6wSsT8nqgW77kQfg { box-sizing:content-box;height:43.5rem;width:74.875rem;position:absolute;display:block;z-index:14998;background-color:#d9e7ff;background-image:none;top:16.5rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#uJdomKhxtnJSKLN3XGJHJ1nz3qAbgO9p { color:#000000;display:block;width:35.811625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:17.1875rem;left:15.75rem;height:2.43661875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sin9LrHFF7GWRaqalZarFbvApR8ABAsf { 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:15015;opacity:1;top:16.875rem;left:44.4375rem; }
#GwyxdWlGoi9JQuxZuX5WwTO5hF8Dbc9b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.499875rem;width:8.499875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.6875rem;left:3.125rem; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#002261;background-image:none;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; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:lato;height:35.25rem;width:75rem;overflow:visible;position:relative;display:block; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:#ffffff;display:block;width:60.2495625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.9356555938721rem;left:7.3746738433837rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JFHB8mviEo7fiXB0Hc16absWmFzT0520 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9373125rem;width:7.9373125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.1875rem;left:6.0625rem; }
#PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9373125rem;width:7.9373125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.6875rem;left:2.625rem; }
#oa3vpDKy6I5vc5cQ4ZEs6xdnhIOee0mr { color:#0061ff;display:block;width:46.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.0625rem;left:14.4375rem;height:1.8741125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#axTf5dzJkgMHB8KtkdEdBJ5LNolGO80g { 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:15014;opacity:1;top:20.9375rem;left:36.125rem; }
#FOLvCHFcT2meVn0Z51wODofsziUOlGtl { z-index:15003;top:25.0625rem;left:25.125rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -moz-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -ms-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -o-linear-gradient(12deg, #0061ff, #5b99fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061ff', endColorstr='#5b99fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061ff', endColorstr='#5b99fd' );";background-image: linear-gradient(12deg, #0061ff, #5b99fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1248125rem;height:4.43739375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gvaImxGsn0wac5q57A8Wc5THsHiCTWu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdoLLcAkKuoXkunJPdtq2H8xvzHLJZl3 { box-sizing:content-box;height:14.4998125rem;width:46.312375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.77));background-image: -moz-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.77));background-image: -ms-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.77));background-image: -o-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffc4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffc4' );";background-image: linear-gradient(299deg, #ffffff, rgba(255,255,255,0.77));background-size:auto !important;top:16.8125rem;left:14.5rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Sz4zzFSoMSRB5FTn5zfsCHRhsqXBvzKz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.499375rem;width:8.499375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.37272834777832rem;left:63.624677658081rem; }
#TzzrTTq0Ji1MWoomXyualihUeDkzuWIk { position:absolute;display:block;z-index:15000;height:7.8125rem;width:51.124125rem;top:7.5607653260231rem;left:11.937936782837rem;display:block; }
#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { background-color:#ffffff;background-image:none;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; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { background-color: transparent; background-image: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container > .video-iframe-container { display: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container { display: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .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); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { border-width: 0; border-radius: 0; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { font-size:0.875rem;font-family:lato;height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { color:#040404;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.6614589691162rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HwiGLNecrFXnmDO6kmge73Be4a2yHiud { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:48.5rem;top:7.375rem;left:10.84375rem;overflow:hidden;display:block; }
#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { background-color:#002261;background-image:none;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; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { background-color: transparent; background-image: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .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); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { border-width: 0; border-radius: 0; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { font-size:0.875rem;font-family:lato;height:49.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#LfLypWVThLXNyoaXwTWPivaPUskEFZaT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZ9rZFaoFp8JSicJbJivqTDe8GzWMrgV { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.375rem;left:1.375rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H8sKX8ba6yVr8JdApgy0THUtxndZ7ggU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0624961853028rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l132ExCzD0PoqFiLPaDQOpTnNtfNXAnW { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:19.75rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SoVTVupLTTqXT7ttu0VOQgAUfC9TuTsH { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.375rem;left:38.375rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TbmFoSD5QPokZF5OH5KsDWFnE9Fm0QN9 { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:32rem;left:19.9375rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dSgVm8JqzrFJOd4uw1XCNRlpKkruoDrV { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:32.75rem;left:38.3125rem;height:3.37565rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IDv43vA51PVDTTBWFbIrnedG43fK8m5c { color:#040404;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:32.375rem;left:56.5625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:44.625001907349rem;left:4.875rem;height:1.8741125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rzdRu4oMQMGkvxVO86t1iILnsNzDb8ZN { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.4375rem;left:8.3125rem;display:block; }
#KEO9zg0gqPTQb47o5p5VRzlL2BuMJlWq { 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:15018;opacity:1;top:11.4375rem;left:8.25rem; }
#haqHcTivoDmqMu6vGEcP7vnGOTmSF7EG { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.4375rem;left:26.75rem;display:block; }
#CSSdTqdESJcoTZqrOBsIMici4E89L3vf { 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:15020;opacity:1;top:11.4375rem;left:26.6875rem; }
#gn9lfoRcOAVvVqINqnCM3iKRdrbPwS0G { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.4375rem;left:45.3125rem;display:block; }
#UZuhXnQ09c2y1JdhaOwJTwaKB1REd2fm { 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:15022;opacity:1;top:11.4375rem;left:45.25rem; }
#WlDTH5ZBoTWGFf1tBcBDM3WeIcvERAWl { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:28.0625rem;left:27.1875rem;display:block; }
#THolkn0nhf8anITi92sUGrcBcP8GvcaD { 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:15024;opacity:1;top:28.0625rem;left:27.125rem; }
#NOegkLO6C07s24zaJJ8FkFoBZrCi2aIQ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:28.8125rem;left:45.1875rem;display:block; }
#Mi4TNgkzwP5ogdEP3ZP85u2R7w1h7Q27 { 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:15026;opacity:1;top:28.8125rem;left:45.125rem; }
#wVevCFmiz2yoOtFvDrOb0AfmcNEH118v { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -moz-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -ms-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-image: -o-linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ffad', endColorstr='#80b0ff' );";background-image: linear-gradient(180deg, rgba(217,231,255,0.68), #80b0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:28.4375rem;left:63.4375rem;display:block; }
#hzTAN93OZMISqfigSgQMUcfBhcHqsMKF { 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:15028;opacity:1;top:28.4375rem;left:63.375rem; }
#TSbaBEHUdLkuNiHwseBc7dM4TGpQXxxr { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:19.3125rem;width:17.6875rem;top:10.8125rem;left:1.0625rem;display:block; }
#zExd4se7VwTpEpz2TVTiTpP1sAePCoVP { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:14.25rem;width:17.6875rem;top:10.8125rem;left:19.4375rem;display:block; }
#y0sUVImSSaWacX1Xr2NeRHxeVpliH5Cd { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:15.6875rem;width:17.6875rem;top:10.8125rem;left:37.9375rem;display:block; }
#Sahn9oVJ7NWhUWPTG7N16Ksla7NVrr8E { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:14.0625rem;width:17.6875rem;top:27.4375rem;left:19.75rem;display:block; }
#FHp0FWNZFaOGVVcoAxRH3pcCARpcxzTf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:9.6875rem;width:17.6875rem;top:27.8125rem;left:37.9375rem;display:block; }
#gg5LvNtoWBHeRP1GHESTQrr3bw07kPtI { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:12.6875rem;width:17.6875rem;top:27.8125rem;left:56.25rem;display:block; }
#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp { position:relative;display:block; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp { background-color: transparent; background-image: none; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container > .video-iframe-container { display: none; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row > .video-iframe-container { display: none; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .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); }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp { border-width: 0; border-radius: 0; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n2V7XAPpPZNM3zf5sMf3vcdt9lUqFzF3 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:36.0623125rem;width:34.375rem;top:1.8706526756287rem;left:2.1875rem;overflow:hidden;display:block; }
#etstf4RERKG4lFQATLP34OIAqFoUX4Ai { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:25.625rem;width:34.375rem;top:1.8717422485351rem;left:38.687067031861rem;overflow:hidden;display:block; }
#wrzCavzeb8GGVMdNP8IvlgadqTXnOoLc { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:28.875rem;width:30.3125rem;top:28.663741111756rem;left:43.429906845093rem;overflow:hidden;display:block; }
#i5N02M0KtEG0MD756OPywMZBT2EifpbJ { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:25.7498125rem;width:37.0621875rem;top:39.379334449768rem;left:5.4904499053955rem;overflow:hidden;display:block; }
#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4bd402f-baa0-43ea-a079-c7ee990118c4/Projektbeznazwy20250915T141506348.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.adaptive-delivery-prevent-bg, #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.lazyload, #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.lazyloading { background-image: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { background-color: transparent; background-image: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,34,97,0.72); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container > .video-iframe-container { display: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,34,97,0.72); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row > .video-iframe-container { display: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .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); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { border-width: 0; border-radius: 0; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g::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; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#PFP2icaKSoTaM4Wt7HiaWoCAlqoizUvk { position:absolute;display:block;z-index:15000;height:19.2480625rem;width:74.124375rem;top:8.8085947036744rem;left:0.87565231323244rem;display:block; }
#W057WkF3UI8uKXkKPpl62dyVyhF44gFT { background-color:#ffffff;background-image:none;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; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { background-color: transparent; background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .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); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { border-width: 0; border-radius: 0; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { font-size:0.875rem;font-family:lato;height:33.25rem;width:75rem;overflow:visible;position:relative;display:block; }#MlZTZwhuaBDsmaTMpffGOM5O772STnNe { color:#040404;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3124961853028rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mR2D8phP5HAv4H0EEJFkxwylpx4Z7W2S { color:#040404;display:block;width:67rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.68359375rem;left:4rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GakLaAGNRMdZoyE2B8gVTSLfOtfybWMP { box-sizing:content-box;height:12.9375rem;width:46.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.3));background-image: -moz-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.3));background-image: -ms-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.3));background-image: -o-linear-gradient(299deg, #ffffff, rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff4c' );";background-image: linear-gradient(299deg, #ffffff, rgba(255,255,255,0.3));background-size:auto !important;top:16.9375rem;left:14.3125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sWzpm28LCRXXHF1JZeO3oknDlnvWP8ig { z-index:15007;top:23.374567031861rem;left:24.937067031861rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -moz-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -ms-linear-gradient(12deg, #0061ff, #5b99fd);background-image: -o-linear-gradient(12deg, #0061ff, #5b99fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061ff', endColorstr='#5b99fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061ff', endColorstr='#5b99fd' );";background-image: linear-gradient(12deg, #0061ff, #5b99fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1248125rem;height:4.43739375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zxfdsc48HOIr6mGwU84S70Rgmv7hR6cx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geT0ErnBBWXqaF4kkwn5qC03FRvIXBAK { 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:15018;opacity:1;top:19.624567031861rem;left:35.937501907349rem; }
#yzu9l0RwOTMCaP417FPmVWeLxtrSkIoN { color:#000000;display:block;width:46.4371875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:17.749567031861rem;left:14.280599594116rem;height:1.8741125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #ffffff, #d9e7ff);background-image: -o-linear-gradient(180deg, #ffffff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #ffffff, #d9e7ff);background-size:auto !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; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:lato;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:1.6875rem;left:65.625rem;display:block; }
#oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:1.6875rem;left:55.625rem;display:block; }
#ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1BUuRbpX9uHJWtLZ0d1HAF2440mw0pM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:13.8125rem;top:0.8125rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { display:block; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { top:1.8125rem;left:0rem;width:47.75rem;height:8.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv6R1k5arqoZMrx6gOFRvF6nMChQm4vt { top:11.25rem;left:3.625rem;width:43rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5ghzXePtPaieVKKddRwPHTUip2MarHI { top:20.5625rem;left:0rem;width:47.5rem;height:26.612367405979rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8GTVatmhPpBOdw6wSsT8nqgW77kQfg { top:16.5rem;left:0rem;width:47.625rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdomKhxtnJSKLN3XGJHJ1nz3qAbgO9p { top:17.1875rem;left:2.125rem;width:35.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sin9LrHFF7GWRaqalZarFbvApR8ABAsf { top:16.875rem;left:30.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwyxdWlGoi9JQuxZuX5WwTO5hF8Dbc9b { top:1.6875rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFHB8mviEo7fiXB0Hc16absWmFzT0520 { top:22.1875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { top:25.6875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa3vpDKy6I5vc5cQ4ZEs6xdnhIOee0mr { top:18.0625rem;left:0.8125rem;width:46.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTf5dzJkgMHB8KtkdEdBJ5LNolGO80g { top:20.9375rem;left:22.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOLvCHFcT2meVn0Z51wODofsziUOlGtl { top:25.0625rem;left:11.5rem;width:25.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaImxGsn0wac5q57A8Wc5THsHiCTWu8 { display:block; }
 }@media only screen and (max-width: 763px) { #pdoLLcAkKuoXkunJPdtq2H8xvzHLJZl3 { top:16.8125rem;left:0.875rem;width:46.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4zzFSoMSRB5FTn5zfsCHRhsqXBvzKz { top:0.3125rem;left:39.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzrTTq0Ji1MWoomXyualihUeDkzuWIk { top:7.5rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwiGLNecrFXnmDO6kmge73Be4a2yHiud { top:7.375rem;left:0rem;width:47.75rem;height:31.812822164948rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9rZFaoFp8JSicJbJivqTDe8GzWMrgV { top:15.375rem;left:0rem;width:16.875rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8sKX8ba6yVr8JdApgy0THUtxndZ7ggU { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l132ExCzD0PoqFiLPaDQOpTnNtfNXAnW { top:15.375rem;left:6.125rem;width:16.875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoVTVupLTTqXT7ttu0VOQgAUfC9TuTsH { top:15.375rem;left:24.75rem;width:16.875rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmFoSD5QPokZF5OH5KsDWFnE9Fm0QN9 { top:32rem;left:6.3125rem;width:16.875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgVm8JqzrFJOd4uw1XCNRlpKkruoDrV { top:32.75rem;left:24.6875rem;width:16.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDv43vA51PVDTTBWFbIrnedG43fK8m5c { top:32.375rem;left:30.875rem;width:16.875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { top:44.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzdRu4oMQMGkvxVO86t1iILnsNzDb8ZN { top:11.4375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEO9zg0gqPTQb47o5p5VRzlL2BuMJlWq { top:11.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqHcTivoDmqMu6vGEcP7vnGOTmSF7EG { top:11.4375rem;left:13.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSdTqdESJcoTZqrOBsIMici4E89L3vf { top:11.4375rem;left:13.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn9lfoRcOAVvVqINqnCM3iKRdrbPwS0G { top:11.4375rem;left:31.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZuhXnQ09c2y1JdhaOwJTwaKB1REd2fm { top:11.4375rem;left:31.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlDTH5ZBoTWGFf1tBcBDM3WeIcvERAWl { top:28.0625rem;left:13.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THolkn0nhf8anITi92sUGrcBcP8GvcaD { top:28.0625rem;left:13.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOegkLO6C07s24zaJJ8FkFoBZrCi2aIQ { top:28.8125rem;left:31.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4TNgkzwP5ogdEP3ZP85u2R7w1h7Q27 { top:28.8125rem;left:31.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVevCFmiz2yoOtFvDrOb0AfmcNEH118v { top:28.4375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzTAN93OZMISqfigSgQMUcfBhcHqsMKF { top:28.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSbaBEHUdLkuNiHwseBc7dM4TGpQXxxr { top:10.8125rem;left:0rem;width:17.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zExd4se7VwTpEpz2TVTiTpP1sAePCoVP { top:10.8125rem;left:5.8125rem;width:17.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0sUVImSSaWacX1Xr2NeRHxeVpliH5Cd { top:10.8125rem;left:24.3125rem;width:17.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sahn9oVJ7NWhUWPTG7N16Ksla7NVrr8E { top:27.4375rem;left:6.125rem;width:17.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp0FWNZFaOGVVcoAxRH3pcCARpcxzTf { top:27.8125rem;left:24.3125rem;width:17.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5LvNtoWBHeRP1GHESTQrr3bw07kPtI { top:27.8125rem;left:30.0625rem;width:17.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp { display:block; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2V7XAPpPZNM3zf5sMf3vcdt9lUqFzF3 { top:1.8125rem;left:0rem;width:34.375rem;height:36.0623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etstf4RERKG4lFQATLP34OIAqFoUX4Ai { top:1.8125rem;left:13.25rem;width:34.375rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzCavzeb8GGVMdNP8IvlgadqTXnOoLc { top:28.625rem;left:17.3125rem;width:30.3125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5N02M0KtEG0MD756OPywMZBT2EifpbJ { top:39.375rem;left:0rem;width:37rem;height:25.706606295163rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g { display:block; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFP2icaKSoTaM4Wt7HiaWoCAlqoizUvk { top:8.75rem;left:0rem;width:47.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlZTZwhuaBDsmaTMpffGOM5O772STnNe { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR2D8phP5HAv4H0EEJFkxwylpx4Z7W2S { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GakLaAGNRMdZoyE2B8gVTSLfOtfybWMP { top:16.9375rem;left:0.6875rem;width:46.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzpm28LCRXXHF1JZeO3oknDlnvWP8ig { top:23.3125rem;left:11.312067031861rem;width:25.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxfdsc48HOIr6mGwU84S70Rgmv7hR6cx { display:block; }
 }@media only screen and (max-width: 763px) { #geT0ErnBBWXqaF4kkwn5qC03FRvIXBAK { top:19.5625rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzu9l0RwOTMCaP417FPmVWeLxtrSkIoN { top:17.6875rem;left:0.65559959411619rem;width:46.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { width:9.375rem;height:3.75rem;top:1.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:9.375rem;height:3.75rem;top:1.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #L1BUuRbpX9uHJWtLZ0d1HAF2440mw0pM { top:0.8125rem;left:0rem;width:13.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO { display:block; }#p8geuA5XxVwHosTo7qEcpBy9yeOOmnVO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { width:19.2496875rem;height:11.25rem;top:5.37489375rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mv6R1k5arqoZMrx6gOFRvF6nMChQm4vt { width:20rem;height:4.50195rem;top:17.87489375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5ghzXePtPaieVKKddRwPHTUip2MarHI { height:10.625rem;width:18.9995625rem;top:30.060221910477rem;left:0.39550793170929rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8GTVatmhPpBOdw6wSsT8nqgW77kQfg { width:19.875rem;height:18.9375rem;top:23.62359375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdomKhxtnJSKLN3XGJHJ1nz3qAbgO9p { width:20rem;height:1.50065rem;top:24.87359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sin9LrHFF7GWRaqalZarFbvApR8ABAsf { display:flex;width:3.125rem;height:3.125rem;top:26.373156785965rem;left:8.3468971252444rem; }
 }@media only screen and (max-width: 763px) { #GwyxdWlGoi9JQuxZuX5WwTO5hF8Dbc9b { display:flex;width:2.87489375rem;height:2.87489375rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:4.798175rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFHB8mviEo7fiXB0Hc16absWmFzT0520 { display:flex;width:7.875rem;height:7.875rem;top:22.1875rem;left:6.0625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { display:flex;width:7.875rem;height:7.875rem;top:25.6875rem;left:6.0625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oa3vpDKy6I5vc5cQ4ZEs6xdnhIOee0mr { width:18.686rem;height:3.0013rem;top:25.3125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axTf5dzJkgMHB8KtkdEdBJ5LNolGO80g { display:flex;width:3.125rem;height:3.125rem;top:28.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FOLvCHFcT2meVn0Z51wODofsziUOlGtl { top:32.0625rem;left:0.5rem;width:18.9985rem;height:4.3472225rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaImxGsn0wac5q57A8Wc5THsHiCTWu8 { display:block; }
 }@media only screen and (max-width: 763px) { #pdoLLcAkKuoXkunJPdtq2H8xvzHLJZl3 { width:19.874125rem;height:14.436875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4zzFSoMSRB5FTn5zfsCHRhsqXBvzKz { display:flex;width:8.4375rem;height:8.4375rem;top:36.375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #TzzrTTq0Ji1MWoomXyualihUeDkzuWIk { width:20rem;height:10rem;top:8.4038629531863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwiGLNecrFXnmDO6kmge73Be4a2yHiud { width:20rem;height:13.3125rem;top:4.8990875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:20rem;height:116.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { width:15.125rem;height:2.3997375rem;top:1.25rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9rZFaoFp8JSicJbJivqTDe8GzWMrgV { width:17.25rem;height:13.49825rem;top:17.585938453674rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8sKX8ba6yVr8JdApgy0THUtxndZ7ggU { width:19.8125rem;height:5.17578125rem;top:4.8990875rem;left:0.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l132ExCzD0PoqFiLPaDQOpTnNtfNXAnW { width:16.1875rem;height:8.4364375rem;top:38.0240875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoVTVupLTTqXT7ttu0VOQgAUfC9TuTsH { width:16.875rem;height:10.1236875rem;top:53.5240875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbmFoSD5QPokZF5OH5KsDWFnE9Fm0QN9 { width:16.875rem;height:8.4364375rem;top:70.4615875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSgVm8JqzrFJOd4uw1XCNRlpKkruoDrV { width:16.875rem;height:3.37565rem;top:86.1490875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDv43vA51PVDTTBWFbIrnedG43fK8m5c { width:16.875rem;height:6.749125rem;top:96.7115875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { width:20rem;height:5.625rem;top:106.0865875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzdRu4oMQMGkvxVO86t1iILnsNzDb8ZN { width:3.0625rem;height:3.0625rem;top:13.5240875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEO9zg0gqPTQb47o5p5VRzlL2BuMJlWq { display:flex;width:3.125rem;height:3.125rem;top:13.5240875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #haqHcTivoDmqMu6vGEcP7vnGOTmSF7EG { width:3.0625rem;height:3.0625rem;top:34.0865875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSdTqdESJcoTZqrOBsIMici4E89L3vf { display:flex;width:3.125rem;height:3.125rem;top:34.0865875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #gn9lfoRcOAVvVqINqnCM3iKRdrbPwS0G { width:3.0625rem;height:3.0625rem;top:49.5865875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZuhXnQ09c2y1JdhaOwJTwaKB1REd2fm { display:flex;width:3.125rem;height:3.125rem;top:49.5865875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WlDTH5ZBoTWGFf1tBcBDM3WeIcvERAWl { width:3.0625rem;height:3.0625rem;top:66.5240875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THolkn0nhf8anITi92sUGrcBcP8GvcaD { display:flex;width:3.125rem;height:3.125rem;top:66.5240875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #NOegkLO6C07s24zaJJ8FkFoBZrCi2aIQ { width:3.0625rem;height:3.0625rem;top:82.2115875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4TNgkzwP5ogdEP3ZP85u2R7w1h7Q27 { display:flex;width:3.125rem;height:3.125rem;top:82.2115875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #wVevCFmiz2yoOtFvDrOb0AfmcNEH118v { width:3.0625rem;height:3.0625rem;top:92.7740875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzTAN93OZMISqfigSgQMUcfBhcHqsMKF { display:flex;width:3.125rem;height:3.125rem;top:92.7740875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #TSbaBEHUdLkuNiHwseBc7dM4TGpQXxxr { width:17.6875rem;height:19.3125rem;top:12.8990875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zExd4se7VwTpEpz2TVTiTpP1sAePCoVP { width:17.6875rem;height:14.25rem;top:33.4615875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0sUVImSSaWacX1Xr2NeRHxeVpliH5Cd { width:17.6875rem;height:15.6875rem;top:48.9615875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sahn9oVJ7NWhUWPTG7N16Ksla7NVrr8E { width:17.6875rem;height:14.0625rem;top:65.8990875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp0FWNZFaOGVVcoAxRH3pcCARpcxzTf { width:17.6875rem;height:9.6875rem;top:81.2115875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5LvNtoWBHeRP1GHESTQrr3bw07kPtI { width:17.6875rem;height:12.6875rem;top:92.1490875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp { display:block; }#Auvn6sJJzpcBOpxf36PdxPtxLm3aALkp > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2V7XAPpPZNM3zf5sMf3vcdt9lUqFzF3 { width:19.875rem;height:20.850573409091rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etstf4RERKG4lFQATLP34OIAqFoUX4Ai { width:19.875rem;height:14.815909090909rem;top:23.4195695rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzCavzeb8GGVMdNP8IvlgadqTXnOoLc { width:19.875rem;height:18.932474226804rem;top:54.682646rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5N02M0KtEG0MD756OPywMZBT2EifpbJ { width:19.875rem;height:13.808616219361rem;top:39.5545765rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4bd402f-baa0-43ea-a079-c7ee990118c4/Projektbeznazwy20250915T141506348.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.adaptive-delivery-prevent-bg, #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.lazyload, #WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g.lazyloading { background-image: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { background-color: transparent; background-image: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,35,97,0.74); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container > .video-iframe-container { display: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,35,97,0.74); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row > .video-iframe-container { display: none; }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .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); }#WTm1equRDpf07FAtFbyEIaAiu2cFUZ8g > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFP2icaKSoTaM4Wt7HiaWoCAlqoizUvk { width:20rem;height:25.3125rem;top:4.5930995941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlZTZwhuaBDsmaTMpffGOM5O772STnNe { width:20rem;height:4.798175rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mR2D8phP5HAv4H0EEJFkxwylpx4Z7W2S { width:20rem;height:7.5rem;top:7.2992625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GakLaAGNRMdZoyE2B8gVTSLfOtfybWMP { width:19.8746875rem;height:12.9373125rem;top:15.546876907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzpm28LCRXXHF1JZeO3oknDlnvWP8ig { top:23.422311782837rem;left:0.50021708011627rem;width:18.999rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxfdsc48HOIr6mGwU84S70Rgmv7hR6cx { display:block; }
 }@media only screen and (max-width: 763px) { #geT0ErnBBWXqaF4kkwn5qC03FRvIXBAK { display:flex;width:3.125rem;height:3.125rem;top:19.734701156616rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yzu9l0RwOTMCaP417FPmVWeLxtrSkIoN { width:20rem;height:3.0013rem;top:16.0492625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { width:9.375rem;height:3.125rem;top:9.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:11rem;height:3.125rem;top:9.7493591308594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #L1BUuRbpX9uHJWtLZ0d1HAF2440mw0pM { width:18.3125rem;height:7.3125rem;top:1.25rem;left:0.8125rem;display:block; }
 }