.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:#0061ff;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:3.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xr1KiWddivktvyFyV4QRG9crbn8R6CJO { color:#ffffff;display:block;width:58.812375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88053387403488rem;left:0.99934768676756rem;height:1.80013125rem;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:right;text-align-last:right;display:block; }
#m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { position:absolute;display:block;z-index:15007;background-color:#5b99fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:41.5625rem;top:1.6875rem;left:0rem;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:58.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { color:#040404;display:block;width:70.561875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:1.9715714454651rem;left:2.2184238433838rem;height:6.18706875rem;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:58.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.3120665550231rem;left:9.7187480926512rem;height:3.93663125rem;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; }
#feneq0oONRQ8bISLUkw0Bl6w0wmIRA6X { box-sizing:content-box;height:3.125rem;width:40.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002261, #5b99fd);background-image: -moz-linear-gradient(90deg, #002261, #5b99fd);background-image: -ms-linear-gradient(90deg, #002261, #5b99fd);background-image: -o-linear-gradient(90deg, #002261, #5b99fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002261', endColorstr='#5b99fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002261', endColorstr='#5b99fd' );";background-image: linear-gradient(90deg, #002261, #5b99fd);background-size:auto !important;top:5.2558598518372rem;left:17.062391281128rem;display:block; }
#p5ghzXePtPaieVKKddRwPHTUip2MarHI { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #002261;border-left:0.125rem solid #002261;border-right:0.125rem solid #002261;border-bottom:0.125rem solid #002261;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.6873125rem;width:56.4985rem;top:25.040149688721rem;left:9.1455078125rem;display:block; }
#xWKOBfCvgDhZTm5ZVSbLogT3wUUrN2OO { position:absolute;display:block;z-index:15012;height:6.3748125rem;width:11.3748125rem;top:17.686634063721rem;left:31.812067031861rem;display:block; }
#ae2f2bRmSr39Ea33f9TcW4hwUIDRWL6c { position:absolute;display:block;z-index:15012;height:6.375rem;width:11.375rem;top:14.625rem;left:31.8125rem;display:none; }
#l2TR9Xvu0owPyVRQ1wnJZChDwMtF4lv2 { 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:15013;opacity:1;top:13.825955569744rem;left:35.937501907349rem; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { 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; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:lato;height:25.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { 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.0625rem;left:0rem;height:3.37456875rem;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; }
#mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { 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:15023;opacity:1;top:8.25rem;left:60.9375rem; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { 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:15021;opacity:1;top:8.25rem;left:10.9375rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:14.8125rem;left:52.5rem;height:1.80013125rem;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; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:14.8125rem;left:27.5rem;height:1.80013125rem;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; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { 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:8.6875rem;left:35.9375rem; }
#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.25rem;left:52.5rem;height:5.063475rem;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; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:17.25rem;left:27.5rem;height:5.063475rem;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; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:17.25rem;left:2.5rem;height:5.063475rem;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; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#040404;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:14.8125rem;left:2.5rem;height:1.80013125rem;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; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:6.6875rem;left:9.375rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:7.125rem;left:34.375rem;display:block; }
#phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { 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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:6.6875rem;left:59.375rem;display:block; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#d9e7ff;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:41.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:#040404;display:block;width:42.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.437171936035rem;left:2.6871738433838rem;height:2.999675rem;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:left;text-align-last:left;display:block; }
#WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { color:#141414;display:block;width:37.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.75rem;left:2.75rem;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:left;text-align-last:left;display:block; }
#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { color:#040404;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:16.1875rem;left:6.25rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { color:#141414;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:25.9375rem;left:2.6875rem;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:left;text-align-last:left;display:block; }
#VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { color:#040404;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:23.375rem;left:6.25rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#Iaq327omOJeptqsZEeV60nAGHEuHebSo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:15.8125rem;left:2.6875rem; }
#mMHuZrRa2qXdHillmDRq1Logi5KVwABl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23rem;left:2.6875rem; }
#D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { color:#141414;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:33.625rem;left:2.6875rem;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:left;text-align-last:left;display:block; }
#TS1rTI36inXf9I5QPevfmub5gtlfqqzw { color:#040404;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:31.0625rem;left:6.1875rem;height:1.80013125rem;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:left;text-align-last:left;display:block; }
#lxA60wLoy2GqCRnMfax6rA69CABW2CUf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.6875rem;left:2.6875rem; }
#zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b0ff, #d9e7ff);background-image: -moz-linear-gradient(180deg, #80b0ff, #d9e7ff);background-image: -ms-linear-gradient(180deg, #80b0ff, #d9e7ff);background-image: -o-linear-gradient(180deg, #80b0ff, #d9e7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#d9e7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#d9e7ff' );";background-image: linear-gradient(180deg, #80b0ff, #d9e7ff);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:12.5rem;width:12.5rem;top:5.125rem;left:62.5rem;display:block; }
#MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { color:#141414;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10rem;left:2.6875rem;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:left;text-align-last:left;display:block; }
#JFHB8mviEo7fiXB0Hc16absWmFzT0520 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29rem;left:43.375rem; }
#PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.5625rem;left:39.875rem; }
#NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #0061ff;border-left:0.0625rem solid #0061ff;border-right:0.0625rem solid #0061ff;border-bottom:0.0625rem solid #0061ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:26.8125rem;width:17.75rem;top:6.875rem;left:47.6875rem;overflow:hidden;display:block; }
#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d9e7ff, #ffffff);background-image: -moz-linear-gradient(180deg, #d9e7ff, #ffffff);background-image: -ms-linear-gradient(180deg, #d9e7ff, #ffffff);background-image: -o-linear-gradient(180deg, #d9e7ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #d9e7ff, #ffffff);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; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container { background-color: transparent; background-image: none; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container > .video-iframe-container { display: none; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row > .video-iframe-container { display: none; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .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); }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container { border-width: 0; border-radius: 0; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container { font-size:0.875rem;font-family:lato;height:26.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RnqcHzzOC9HtfrLEz569BOElVVHMuO9S { color:#040404;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:2.999675rem;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; }
#ZXAzc7xM2NyW02iqSooTwVhLEKTLkRyh { color:#141414;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20.5rem;left:9.8125rem;height:2.99913125rem;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; }
#Q6UzNVJ5fqICCW1iKGfZhD4sDT0Kg7sG { color:#141414;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:20.5625rem;left:49.0625rem;height:2.99913125rem;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; }
#fpqCnerBAQ5VwXT0C2hiMFisCmEPFrF8 { color:#141414;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20.5625rem;left:29.4375rem;height:2.99913125rem;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; }
#IQt63ZKXSm9SM1O8ZlrGQgNUeoU7n7Zo { color:#040404;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:18rem;left:49.0625rem;height:2.24989375rem;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; }
#sJww8xiohQKV6Hc6yDQJSiR8gxwFRfyS { color:#040404;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:18rem;left:9.8125rem;height:2.24989375rem;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; }
#tTET9TJZ7ZA4yOvJelCDO6IzlDretWkH { color:#040404;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:18rem;left:29.4375rem;height:2.24989375rem;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; }
#iAVG8vIMeoLTT048gymAC0KSgTOozXye { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.875rem;left:16.4375rem; }
#VbG6fMxyg1H8hZJTnFWbdxXmybODWLZc { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12rem;left:36rem; }
#H5My0NLlNSTCFWIhQKXLsUSRQyBDgElP { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.8125rem;left:55.5625rem; }
#Q8LSzv6JJonipRVNsevqxRLB1tkIyVqK { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem dotted #0061ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:37.5rem;top:13.1875rem;left:18.625rem;display:block; }
#S9LaqUoHMcm2pUTvx8sqPwJvk0cTxGcD { position:absolute;display:block;z-index:15007;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:10.124237060547rem;left:14.749349594116rem;display:block; }
#qptTs7eKSUmDaUc0Z2h3ukeUl1VXpySt { 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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:10.281036376953rem;left:34.375001907349rem;display:block; }
#mVT4NlWNJL2kyxLGAQ4tvDM0FWnVx5Rk { position:absolute;display:block;z-index:15009;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:6.25rem;width:6.25rem;top:10.124240875244rem;left:53.999570846558rem;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { 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; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:lato;height:23.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#UmfrFdFnF60gScZ9eXVQRC93DuN1W1nz { position:absolute;display:block;z-index:15006;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#vuQbkE1TSdUaXZ0pIU1pRoJvbDBTCq55 { position:absolute;display:block;z-index:15007;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='#add9e7ff', endColorstr='#80b0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e7ff', 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:9.0625rem;width:9.0625rem;top:6.5625rem;left:5.8125rem;display:block; }
#qvX5zKGHQFESb7bVrUV1i1Ez4RaQblf6 { position:absolute;display:block;z-index:15013;height:6.3748125rem;width:11.3748125rem;top:16.375rem;left:31.8125rem;display:block; }
#mAfvLt8qqy15UJcBMK9dmdzRkT55XFLG { color:#040404;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:1.0625rem;left:18.875rem;height:3.37456875rem;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; }
#LmXIwfrtEtdiDgoouDGcCxT1dPqoiHwq { color:#141414;display:block;width:45.062375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:8.375rem;left:14.9375rem;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; }
#BzzPmzpIZw3F4bx0ZpUAZLezlsapQEZV { color:#0061ff;display:block;width:51.1870625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:11.875rem;height:2.24989375rem;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; }
#ZykduTHlTebO5RsFpyxIrVJdWLK5ZPMu { position:absolute;display:block;z-index:15013;height:6.375rem;width:11.375rem;top:20.9375rem;left:31.8125rem;display:none; }
#a7deCuZuG5sLVLfWgtynfAsEcDa7RhPc { 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:12.5625rem;left:35.9375rem; }
#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:47.8125rem;width:75rem;overflow:visible;position:relative;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:40.5615rem;width:48.5623125rem;top:7.2509775161744rem;left:12.124567031861rem;overflow:hidden;display:block; }
#q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { color:#040404;display:block;width:26.499rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:14.75rem;left:48.5625rem;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; }
#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.9367399215698rem;left:0rem;height:3.37456875rem;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; }
#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD { background-color:#d9e7ff;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; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container { background-color: transparent; background-image: none; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container > .video-iframe-container { display: none; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row > .video-iframe-container { display: none; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .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); }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container { border-width: 0; border-radius: 0; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container { font-size:0.875rem;font-family:lato;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#awJmHsfSkmpEBDEXmTVxA4D95HwuRbdv { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b0ff, #003180);background-image: -moz-linear-gradient(180deg, #80b0ff, #003180);background-image: -ms-linear-gradient(180deg, #80b0ff, #003180);background-image: -o-linear-gradient(180deg, #80b0ff, #003180);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );";background-image: linear-gradient(180deg, #80b0ff, #003180);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.75rem;width:3.75rem;top:27.125rem;left:47.4375rem;display:block; }
#WUnlxU2zzUPOpBbvJgKZirQw6PpAbsL6 { color:#272727;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:16rem;left:13.75rem;height:8.9056875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9PIV0c7RXvcoAT7Od35cWEaQBhd8T7q { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b0ff, #003180);background-image: -moz-linear-gradient(180deg, #80b0ff, #003180);background-image: -ms-linear-gradient(180deg, #80b0ff, #003180);background-image: -o-linear-gradient(180deg, #80b0ff, #003180);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );";background-image: linear-gradient(180deg, #80b0ff, #003180);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.75rem;width:3.75rem;top:16rem;left:9.3125rem;display:block; }
#W8TQBQiI3DNikXQF49W7Brhg3k60ci6F { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b0ff, #003180);background-image: -moz-linear-gradient(180deg, #80b0ff, #003180);background-image: -ms-linear-gradient(180deg, #80b0ff, #003180);background-image: -o-linear-gradient(180deg, #80b0ff, #003180);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );";background-image: linear-gradient(180deg, #80b0ff, #003180);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.75rem;width:3.75rem;top:16rem;left:42.5625rem;display:block; }
#HtA9J4i5KTDeC4CGZeg5Wao8RhqzTZTP { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b0ff, #003180);background-image: -moz-linear-gradient(180deg, #80b0ff, #003180);background-image: -ms-linear-gradient(180deg, #80b0ff, #003180);background-image: -o-linear-gradient(180deg, #80b0ff, #003180);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b0ff', endColorstr='#003180' );";background-image: linear-gradient(180deg, #80b0ff, #003180);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.75rem;width:3.75rem;top:27.125rem;left:17.5rem;display:block; }
#OfAv37IOWQKE3KpB2Z1LpguvwVRr7MuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.375rem;left:63.5625rem; }
#LfLypWVThLXNyoaXwTWPivaPUskEFZaT { color:#040404;display:block;width:28.2498125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.78125rem;left:23.374567031861rem;height:3.37456875rem;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; }
#sN5aPKIO6mvTXimk9ts5TtgwUFtF8kTa { color:#272727;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:16rem;left:47rem;height:7.1245625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V02zZ4QeRLH6JmhH2rCQqu114QyHNxZu { color:#272727;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:27.125rem;left:52.0625rem;height:7.1245625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HQ4EdltP3Wm3FEGCTHmNW8yX1QdEl3SV { color:#272727;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:27.125rem;left:22.0625rem;height:7.1245625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aomWtXlWGI4M7QyOZZXnIrvPpJGm0FJ4 { color:#272727;display:block;width:47.9373125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:36.374786376953rem;left:13.530817031861rem;height:2.8125rem;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:#040404;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:9.8442935943606rem;left:0rem;height:2.24989375rem;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; }
#gs328RE4wNFE7C0mkWsvD2cp1hChZ5dg { 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:15012;opacity:1;top:0rem;left:67.0625rem; }
#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc { 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; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.adaptive-delivery-prevent-bg, #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.lazyload, #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.lazyloading { background-image: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { background-color: transparent; background-image: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,35,97,0.74); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container > .video-iframe-container { display: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .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); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row > .video-iframe-container { display: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .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); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { border-width: 0; border-radius: 0; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc::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; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#lRSIWJbb7TTEdVeqzL0Arhy5fPsBScmP { position:absolute;display:block;z-index:15000;height:17.125rem;width:74.125rem;top:2.24609375rem;left:0.43619728088379rem;display:block; }
#tLOLeB1y3NwMeikwHolrebmnMnteraEE { position:absolute;display:block;z-index:15001;height:7.8125rem;width:51.1230625rem;top:20.180665969849rem;left:11.937391281128rem;display:block; }
#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002261;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; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container { background-color: transparent; background-image: none; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container > .video-iframe-container { display: none; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row > .video-iframe-container { display: none; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .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); }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container { border-width: 0; border-radius: 0; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container { font-size:0.875rem;font-family:arial;height:98.4375rem;width:75rem;position:relative;display:block; }#ADxQFGIHD6C79zlbrgIZzNhxQUnyf1cE { 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; }
#dFqpfuJTIlHhlNcPp1tMbEDwAX6ixVHy { 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; }
#pdilC9u0DQmcoigKF9SKmRVOmR9Sg3d6 { 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:40.315215110779rem;left:0rem;overflow:hidden;display:block; }
#oRJgUbRHiZMeqOHpcOTmlEu1VC8hqUkn { position:absolute;display:block;z-index:15005;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:16.25rem;width:30.999375rem;top:56.083986282349rem;left:39.592557907104rem;overflow:hidden;display:block; }
#RIIJmmX7qDPwfB9EgHTsCHQdwOspJkQJ { position:absolute;display:block;z-index:15005;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.374875rem;width:32.8125rem;top:29.251303672791rem;left:38.687067031861rem;overflow:hidden;display:block; }
#BzL5thuZEhflGVvRveWb2H3fF0ep9oRi { position:absolute;display:block;z-index:15009;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:21.0623125rem;width:33.187375rem;top:73.748927116394rem;left:39.280057907104rem;overflow:hidden;display:block; }
#uGZGkeRyzUbg7yIEJBQN0F98L95HbOPL { position:absolute;display:block;z-index:15009;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:22.749rem;width:37.6871875rem;top:67.905840873719rem;left:0rem;overflow:hidden;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:30.375rem;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:3.2481498718262rem;left:0rem;height:3.37456875rem;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:7.3703289031981rem;left:3.9990234375rem;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; }
#cBS3wdlWKvv5Mtgods6yhgHTTvUigde8 { position:absolute;display:block;z-index:15014;height:6.3748125rem;width:11.3748125rem;top:22.624778747559rem;left:31.812067031861rem;display:block; }
#svCtPLvXcHATtnntZBBfnkDPtocKgpSu { position:absolute;display:block;z-index:15014;height:6.375rem;width:11.375rem;top:20.9375rem;left:31.8125rem;display:none; }
#wiB560TV6vp8siLmbHefZslVHUWcE5Wd { 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:17.120220184326rem;left:35.937501907349rem; }
#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) { #xr1KiWddivktvyFyV4QRG9crbn8R6CJO { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;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.9375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv6R1k5arqoZMrx6gOFRvF6nMChQm4vt { top:9.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feneq0oONRQ8bISLUkw0Bl6w0wmIRA6X { top:5.25rem;left:0rem;width:40.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5ghzXePtPaieVKKddRwPHTUip2MarHI { top:25rem;left:0rem;width:47.5rem;height:26.640483265042rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKOBfCvgDhZTm5ZVSbLogT3wUUrN2OO { top:17.625rem;left:18.187067031861rem;width:11.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2f2bRmSr39Ea33f9TcW4hwUIDRWL6c { top:14.625rem;left:18.1875rem;width:11.375rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2TR9Xvu0owPyVRQ1wnJZChDwMtF4lv2 { top:13.8125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:2.0625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { top:8.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:8.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:14.8125rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:14.8125rem;left:13.875rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:8.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:17.25rem;left:27.75rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:17.25rem;left:13.875rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:17.25rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:14.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:6.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:7.125rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { top:6.6875rem;left:41.5rem;width:6.25rem;height:6.25rem;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:6.375rem;left:0rem;width:42.9375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { top:18.75rem;left:0rem;width:37.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { top:16.1875rem;left:0rem;width:33.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { top:25.9375rem;left:0rem;width:37.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { top:23.375rem;left:0rem;width:33.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { top:15.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { top:23rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { top:33.625rem;left:0rem;width:37.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { top:31.0625rem;left:0rem;width:33.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { top:30.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { top:5.125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { top:10rem;left:0rem;width:37.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFHB8mviEo7fiXB0Hc16absWmFzT0520 { top:29rem;left:29.75rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { top:32.5625rem;left:26.25rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { top:6.875rem;left:29.875rem;width:17.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq { display:block; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnqcHzzOC9HtfrLEz569BOElVVHMuO9S { top:4.875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAzc7xM2NyW02iqSooTwVhLEKTLkRyh { top:20.5rem;left:0rem;width:16.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UzNVJ5fqICCW1iKGfZhD4sDT0Kg7sG { top:20.5rem;left:31.6875rem;width:16.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpqCnerBAQ5VwXT0C2hiMFisCmEPFrF8 { top:20.5rem;left:15.812391281128rem;width:16.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQt63ZKXSm9SM1O8ZlrGQgNUeoU7n7Zo { top:18rem;left:31.6875rem;width:16.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJww8xiohQKV6Hc6yDQJSiR8gxwFRfyS { top:18rem;left:0rem;width:16.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTET9TJZ7ZA4yOvJelCDO6IzlDretWkH { top:18rem;left:15.8125rem;width:16.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVG8vIMeoLTT048gymAC0KSgTOozXye { top:11.875rem;left:2.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbG6fMxyg1H8hZJTnFWbdxXmybODWLZc { top:12rem;left:22.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5My0NLlNSTCFWIhQKXLsUSRQyBDgElP { top:11.8125rem;left:41.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LSzv6JJonipRVNsevqxRLB1tkIyVqK { top:13.1875rem;left:5rem;width:37.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #S9LaqUoHMcm2pUTvx8sqPwJvk0cTxGcD { top:10.0625rem;left:1.1243495941162rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptTs7eKSUmDaUc0Z2h3ukeUl1VXpySt { top:10.25rem;left:20.750001907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVT4NlWNJL2kyxLGAQ4tvDM0FWnVx5Rk { top:10.0625rem;left:40.374570846558rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmfrFdFnF60gScZ9eXVQRC93DuN1W1nz { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbkE1TSdUaXZ0pIU1pRoJvbDBTCq55 { top:6.5625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvX5zKGHQFESb7bVrUV1i1Ez4RaQblf6 { top:16.375rem;left:18.1875rem;width:11.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAfvLt8qqy15UJcBMK9dmdzRkT55XFLG { top:1.0625rem;left:5.25rem;width:37.1875rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXIwfrtEtdiDgoouDGcCxT1dPqoiHwq { top:8.375rem;left:1.3125rem;width:45rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzPmzpIZw3F4bx0ZpUAZLezlsapQEZV { top:5.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZykduTHlTebO5RsFpyxIrVJdWLK5ZPMu { top:20.9375rem;left:18.1875rem;width:11.375rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7deCuZuG5sLVLfWgtynfAsEcDa7RhPc { top:12.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;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) { #HwiGLNecrFXnmDO6kmge73Be4a2yHiud { top:7.25rem;left:0rem;width:47.75rem;height:39.883018853355rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { top:14.75rem;left:21.3125rem;width:26.4375rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { top:2.875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD { display:block; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awJmHsfSkmpEBDEXmTVxA4D95HwuRbdv { top:27.125rem;left:33.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUnlxU2zzUPOpBbvJgKZirQw6PpAbsL6 { top:16rem;left:0.125rem;width:25.375rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9PIV0c7RXvcoAT7Od35cWEaQBhd8T7q { top:16rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TQBQiI3DNikXQF49W7Brhg3k60ci6F { top:16rem;left:28.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtA9J4i5KTDeC4CGZeg5Wao8RhqzTZTP { top:27.125rem;left:3.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAv37IOWQKE3KpB2Z1LpguvwVRr7MuM { top:3.375rem;left:39.875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { top:5.75rem;left:9.7495670318606rem;width:28.1875rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5aPKIO6mvTXimk9ts5TtgwUFtF8kTa { top:16rem;left:25.75rem;width:21.9375rem;height:7.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02zZ4QeRLH6JmhH2rCQqu114QyHNxZu { top:27.125rem;left:24.75rem;width:23rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ4EdltP3Wm3FEGCTHmNW8yX1QdEl3SV { top:27.125rem;left:8.4375rem;width:23rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomWtXlWGI4M7QyOZZXnIrvPpJGm0FJ4 { top:36.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8sKX8ba6yVr8JdApgy0THUtxndZ7ggU { top:9.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs328RE4wNFE7C0mkWsvD2cp1hChZ5dg { top:0rem;left:39.875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc { display:block; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRSIWJbb7TTEdVeqzL0Arhy5fPsBScmP { top:2.1875rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOLeB1y3NwMeikwHolrebmnMnteraEE { top:20.125rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq { display:block; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADxQFGIHD6C79zlbrgIZzNhxQUnyf1cE { top:1.8125rem;left:0rem;width:34.375rem;height:36.0623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFqpfuJTIlHhlNcPp1tMbEDwAX6ixVHy { top:1.8125rem;left:13.25rem;width:34.375rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdilC9u0DQmcoigKF9SKmRVOmR9Sg3d6 { top:40.3125rem;left:0rem;width:37rem;height:25.706606295163rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJgUbRHiZMeqOHpcOTmlEu1VC8hqUkn { top:56.0625rem;left:16.6875rem;width:30.9375rem;height:16.217564870259rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIJmmX7qDPwfB9EgHTsCHQdwOspJkQJ { top:29.25rem;left:14.8125rem;width:32.8125rem;height:25.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzL5thuZEhflGVvRveWb2H3fF0ep9oRi { top:73.6875rem;left:14.5rem;width:33.125rem;height:21.022726309704rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZGkeRyzUbg7yIEJBQN0F98L95HbOPL { top:67.875rem;left:0rem;width:37.625rem;height:22.711461952421rem;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:3.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR2D8phP5HAv4H0EEJFkxwylpx4Z7W2S { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBS3wdlWKvv5Mtgods6yhgHTTvUigde8 { top:22.5625rem;left:18.187067031861rem;width:11.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCtPLvXcHATtnntZBBfnkDPtocKgpSu { top:20.9375rem;left:18.1875rem;width:11.375rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiB560TV6vp8siLmbHefZslVHUWcE5Wd { top:17.0625rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;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:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xr1KiWddivktvyFyV4QRG9crbn8R6CJO { width:12.5rem;height:1.19954375rem;top:0.99283856153488rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6gU2WAPFHZdDJbKnkgi9t1Z5WZksvpV { width:5.625rem;height:0.0623915rem;top:1.5625001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { width:20rem;height:3.41145625rem;top:2.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mv6R1k5arqoZMrx6gOFRvF6nMChQm4vt { width:18.3745625rem;height:7.4354375rem;top:6.5614154338837rem;left:0.8121745586395rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #feneq0oONRQ8bISLUkw0Bl6w0wmIRA6X { width:19.9375rem;height:1.875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5ghzXePtPaieVKKddRwPHTUip2MarHI { height:11.076375rem;width:19.749875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKOBfCvgDhZTm5ZVSbLogT3wUUrN2OO { width:11.375rem;height:6.375rem;top:19.125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae2f2bRmSr39Ea33f9TcW4hwUIDRWL6c { width:11.3748125rem;height:6.3748125rem;top:17.9375rem;left:4.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #l2TR9Xvu0owPyVRQ1wnJZChDwMtF4lv2 { display:flex;width:3.125rem;height:3.125rem;top:14.120769500733rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:20rem;height:2.3997375rem;top:3.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { display:flex;width:2.5rem;height:2.5rem;top:30.8125rem;left:1rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:9.2734375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:1.6497375rem;top:31.25rem;left:5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:1.6497375rem;top:21.4375rem;left:5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:21rem;left:1rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:20rem;height:4.4987rem;top:34.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:20rem;height:2.99913125rem;top:25.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:20rem;height:4.4987rem;top:13.3359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:1.6497375rem;top:9.623046875rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:8.3359375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { width:4.375rem;height:4.375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:4.7992625rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { width:20rem;height:4.4987rem;top:20.736979484558rem;left:0rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { width:16.875rem;height:3.2986125rem;top:17.437500953674rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { width:20rem;height:4.4987rem;top:34.153645515442rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { width:16.875rem;height:3.2986125rem;top:30.187500953674rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { display:flex;width:2.5rem;height:2.5rem;top:14.062500953674rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { display:flex;width:2.5rem;height:2.5rem;top:27rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { width:20rem;height:2.99913125rem;top:46.507813453674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { width:16.875rem;height:3.2986125rem;top:42.229827880859rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { display:flex;width:2.5rem;height:2.5rem;top:39.771485328674rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { width:12.5rem;height:12.5rem;top:66.687280654906rem;left:7.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { width:20rem;height:5.063475rem;top:7.6744794845581rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFHB8mviEo7fiXB0Hc16absWmFzT0520 { display:flex;width:3.625rem;height:3.625rem;top:70.4375rem;left:6.375rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #PHX6WJT3iUVJSRcSbKZzIlt0FDbcBrJi { display:flex;width:7.9375rem;height:7.9375rem;top:51.1875rem;left:0rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { width:15.3125rem;height:23.0625rem;top:52.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq { display:block; }#OihfhiWsxl8ZctR2g35CQ06UkxJNxLeq > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnqcHzzOC9HtfrLEz569BOElVVHMuO9S { width:20rem;height:2.39963125rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAzc7xM2NyW02iqSooTwVhLEKTLkRyh { width:16rem;height:2.99913125rem;top:11.3125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UzNVJ5fqICCW1iKGfZhD4sDT0Kg7sG { width:16rem;height:2.99913125rem;top:31.0625rem;left:4rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fpqCnerBAQ5VwXT0C2hiMFisCmEPFrF8 { width:16rem;height:2.99913125rem;top:21.1875rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQt63ZKXSm9SM1O8ZlrGQgNUeoU7n7Zo { width:16rem;height:2.0625rem;top:28.75rem;left:4rem;font-size:1.375rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJww8xiohQKV6Hc6yDQJSiR8gxwFRfyS { width:16rem;height:2.0625rem;top:9rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTET9TJZ7ZA4yOvJelCDO6IzlDretWkH { width:16rem;height:2.0625rem;top:18.875rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAVG8vIMeoLTT048gymAC0KSgTOozXye { display:flex;width:1.875rem;height:1.875rem;top:9.1875rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VbG6fMxyg1H8hZJTnFWbdxXmybODWLZc { display:flex;width:1.875rem;height:1.875rem;top:19.0625rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #H5My0NLlNSTCFWIhQKXLsUSRQyBDgElP { display:flex;width:1.875rem;height:1.875rem;top:28.9375rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Q8LSzv6JJonipRVNsevqxRLB1tkIyVqK { width:0.4375rem;height:20.375rem;top:10.25rem;left:1.3125rem;border-top:0;border-left:0.375rem dotted #6d20f7;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #S9LaqUoHMcm2pUTvx8sqPwJvk0cTxGcD { width:3.125rem;height:3.125rem;top:8.4678821563719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptTs7eKSUmDaUc0Z2h3ukeUl1VXpySt { width:3.125rem;height:3.125rem;top:18.343109130859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVT4NlWNJL2kyxLGAQ4tvDM0FWnVx5Rk { width:3.125rem;height:3.125rem;top:27.972002029419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmfrFdFnF60gScZ9eXVQRC93DuN1W1nz { width:5rem;height:5rem;top:18.086481094361rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbkE1TSdUaXZ0pIU1pRoJvbDBTCq55 { width:5.37489375rem;height:5.37489375rem;top:30.564779281616rem;left:14.624567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvX5zKGHQFESb7bVrUV1i1Ez4RaQblf6 { width:11.375rem;height:6.375rem;top:28.586590766907rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAfvLt8qqy15UJcBMK9dmdzRkT55XFLG { 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) { #LmXIwfrtEtdiDgoouDGcCxT1dPqoiHwq { width:20rem;height:8.439125rem;top:9.6484375rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzzPmzpIZw3F4bx0ZpUAZLezlsapQEZV { width:20rem;height:3.75rem;top:4.8990875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZykduTHlTebO5RsFpyxIrVJdWLK5ZPMu { width:11.3748125rem;height:6.3748125rem;top:23.711481571197rem;left:4.3120660781861rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #a7deCuZuG5sLVLfWgtynfAsEcDa7RhPc { display:flex;width:3.125rem;height:3.125rem;top:19.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwiGLNecrFXnmDO6kmge73Be4a2yHiud { width:20rem;height:16.704625rem;top:11.0620625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TKahvxQICgKFevuRQp6JDlMG59GLR3 { width:20rem;height:4.4987rem;top:6.1490888595581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { width:20rem;height:2.39963125rem;top:2.1864147186279rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD { display:block; }#T9nw96bTTx26MSTTv13oxmOi3QVZ6nnD > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awJmHsfSkmpEBDEXmTVxA4D95HwuRbdv { width:3.75rem;height:3.75rem;top:47.266180992126rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUnlxU2zzUPOpBbvJgKZirQw6PpAbsL6 { width:15.625rem;height:10.4969375rem;top:13.774414539337rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9PIV0c7RXvcoAT7Od35cWEaQBhd8T7q { width:3.75rem;height:3.75rem;top:15.71181678772rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TQBQiI3DNikXQF49W7Brhg3k60ci6F { width:3.75rem;height:3.75rem;top:28.021378040314rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtA9J4i5KTDeC4CGZeg5Wao8RhqzTZTP { width:3.75rem;height:3.75rem;top:37.830946445465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAv37IOWQKE3KpB2Z1LpguvwVRr7MuM { display:flex;width:4.0625rem;height:4.0625rem;top:0rem;left:15.409072875976rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { width:15.1248125rem;height:2.39963125rem;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) { #sN5aPKIO6mvTXimk9ts5TtgwUFtF8kTa { width:15.625rem;height:5.9982625rem;top:26.896702289581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V02zZ4QeRLH6JmhH2rCQqu114QyHNxZu { width:15.625rem;height:8.997375rem;top:45.392253875733rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQ4EdltP3Wm3FEGCTHmNW8yX1QdEl3SV { width:15.625rem;height:7.4978125rem;top:35.957575321198rem;left:4.3750004768372rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aomWtXlWGI4M7QyOZZXnIrvPpJGm0FJ4 { width:20rem;height:3.75rem;top:56.200070858002rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8sKX8ba6yVr8JdApgy0THUtxndZ7ggU { width:19.8123125rem;height:5.625rem;top:5.5246315002441rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs328RE4wNFE7C0mkWsvD2cp1hChZ5dg { display:flex;width:7.875rem;height:7.875rem;top:28.703365875244rem;left:6.0625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc { 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; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.adaptive-delivery-prevent-bg, #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.lazyload, #BTXoVm5e7GZlUL5xT2LyqtBONKogccvc.lazyloading { background-image: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { background-color: transparent; background-image: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,35,97,0.74); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container > .video-iframe-container { display: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .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); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row > .video-iframe-container { display: none; }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .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); }#BTXoVm5e7GZlUL5xT2LyqtBONKogccvc > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRSIWJbb7TTEdVeqzL0Arhy5fPsBScmP { width:20rem;height:25.3125rem;top:2.5927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOLeB1y3NwMeikwHolrebmnMnteraEE { width:20rem;height:7.8125rem;top:33.217231810093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq { display:block; }#u7odzHZDCAaPGapo4TJcVt5SEcBdrLQq > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADxQFGIHD6C79zlbrgIZzNhxQUnyf1cE { width:19.8746875rem;height:20.849625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFqpfuJTIlHhlNcPp1tMbEDwAX6ixVHy { width:19.8746875rem;height:14.8155625rem;top:23.4190695rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdilC9u0DQmcoigKF9SKmRVOmR9Sg3d6 { width:19.8746875rem;height:13.808625rem;top:39.5540765rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJgUbRHiZMeqOHpcOTmlEu1VC8hqUkn { width:19.8746875rem;height:10.4183125rem;top:84.7022225rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIJmmX7qDPwfB9EgHTsCHQdwOspJkQJ { width:19.8746875rem;height:15.3851875rem;top:54.682146rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzL5thuZEhflGVvRveWb2H3fF0ep9oRi { width:19.8746875rem;height:12.613375rem;top:96.4399795rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZGkeRyzUbg7yIEJBQN0F98L95HbOPL { width:19.8746875rem;height:11.9970625rem;top:71.386278rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlZTZwhuaBDsmaTMpffGOM5O772STnNe { width:20rem;height:2.3997375rem;top:3.0625rem;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:11.25rem;top:6.7109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBS3wdlWKvv5Mtgods6yhgHTTvUigde8 { width:11.375rem;height:6.375rem;top:34.2740875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svCtPLvXcHATtnntZBBfnkDPtocKgpSu { width:11.3748125rem;height:6.3748125rem;top:23.273112297058rem;left:4.3120660781861rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #wiB560TV6vp8siLmbHefZslVHUWcE5Wd { display:flex;width:3.125rem;height:3.125rem;top:18.585063934326rem;left:8.4375rem; }
 }@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:9.375rem;height:3.125rem;top:9.75rem;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; }
 }