.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcbDe8R9/bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { background-color: transparent; background-image: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container > .video-iframe-container { display: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container { display: none; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .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); }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { border-width: 0; border-radius: 0; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { color:#1a4097;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.59375rem;height:1.29980625rem;display:block; }
#dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { color:#1a4097;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.9375rem;height:1.29980625rem;display:block; }
#so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.625rem;left:26.75rem;overflow:hidden;display:block; }
#NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { color:#1a4097;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.125rem;height:1.29980625rem;display:block; }
#RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { 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:1.375rem;width:1.375rem;top:1.6875rem;left:43.0625rem;overflow:hidden;display:block; }
#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 { position:relative;display:block; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 { background-color: transparent; background-image: none; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container > .video-iframe-container { display: none; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row > .video-iframe-container { display: none; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .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); }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 { border-width: 0; border-radius: 0; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c6CIAJQT5Vd77Bhcasgi3ZtfV2uX0vpQ { color:#000000;display:block;width:57.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:1.90625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { position:relative;display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { background-color: transparent; background-image: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container > .video-iframe-container { display: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row > .video-iframe-container { display: none; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .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); }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { border-width: 0; border-radius: 0; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qhi8MlTMhy3uAa7hH4swbT1yWUXlsrtR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.0625rem;left:22.125rem;display:block; }
#u0Q3lbRsTnrPkmCuiCU02ym3wPPJRbQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfTASSMbyJuwJhaRy2Ox5B3kTfmTcOfr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.199225rem;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; }
#eQ0VofNRnlyOy7b16BGRz2X5StR7o2av { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.6640625rem;left:18.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#PRfO1O1pXXpLJTMsVXEwR6kbuXzKdJbr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:60rem;display:none; }
#HMT0y6TT4zFi2NfAthfsPhVUOvFMEr9v { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#HChxM7qt77TV7sJRW5gwtGdTuKAbuAkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wizhSsSIBeo68HRrvV6NrDI34nIcgHVo { color:#ff0000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.71484375rem;left:0rem;height:15.59764375rem;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; }
#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4NfGvbz8/sekcja3_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.adaptive-delivery-prevent-bg, #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.lazyload, #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P.lazyloading { background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { background-color: transparent; background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .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); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { border-width: 0; border-radius: 0; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.1875rem;left:44.125rem;display:block; }
#CH5fenTlD1tWL4TZOfKd5irqbRkpTgwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { color:#1a4097;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15004;line-height:.8;letter-spacing:0;top:4.5rem;left:18.375rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { position:absolute;display:block;z-index:15002;background-color:#1a4097;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.34) ;height:22rem;width:39.6875rem;top:10.9375rem;left:20.3125rem;display:block; }
#otixeBELyJfi6MOX27ynTu8leMvVBTpw { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:13.125rem;left:26.09375rem;height:4.5rem;display:block; }
#AKxnG1aA9iZVfaq5kHvGtVdgv8EvipGK { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:17.625rem;left:26.09375rem;height:1.19921875rem;display:block; }
#MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.337890625rem;left:28rem;height:3.89941875rem;display:block; }
#b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15016;line-height:.8;letter-spacing:0;top:26.625rem;left:27.40625rem;height:2.29980625rem;font-style:normal;display:block; }
#LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.5rem;left:32.9375rem;height:2.5996125rem;display:block; }
#aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:30rem;top:24.8125rem;left:25.9375rem;display:block; }
#bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:20.40625rem;left:26.09375rem;overflow:hidden;display:block; }
#rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:20.59375rem;left:44.125rem;overflow:hidden;display:block; }
#Ldm10sruKnFlZu4twnL9KRUvkI79qtnH { color:#ffffff;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.78125rem;left:26.09375rem;height:1.94921875rem;display:block; }
#TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:30rem;top:19.125rem;left:25.9375rem;display:block; }
#JBiB0IyXkJp81UaLfm0zSkiKJQx4d5xw { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:30rem;left:33.8125rem;height:2.5996125rem;display:block; }
#hpesmpSHampleIqR8ITgGzgtqcokvceC { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:11.208984375rem;left:0.96875rem;height:9.2607375rem;text-align:center;text-align-last:center;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; }
#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { position:relative;display:block; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { background-color: transparent; background-image: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container > .video-iframe-container { display: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row > .video-iframe-container { display: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .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); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { border-width: 0; border-radius: 0; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yMwc1voLSUVMf0t5ZOQDcMCvs5Pt2Gvy { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#WO9DMa9Gpb6RK9pPTN8gEa60Oot4cTWu { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#EPb1VJJf3RpLV9szZKXh4BERceqytU1i { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK9ek4AAmL5KtbsbnbRIbeKJNwGCTkTo { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DLs9NyItV7fwZhQGpOvnvrhgzg2oKZTm { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#vTaT9DhoaxFMLhVTTq5ftGWU1r2XbysM { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#f3npEGZ1owNwfGWtrBTt6VZ0gch7GJTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6eZTqC8oTqDTnu127OUU4TkdDuL3ewV { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#EClG2XpOWxaEw65aCoepdzv7hxnBGyNt { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#upVNliCgz5S9mDw2FVxCWTPdqXFn1gLm { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.8125rem;height:5.199225rem;display:block; }
#VBb4bSPKXcSdRZTNvnZZRaEgHCzKsldT { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#W5ruVPPnHsEkoPTOqsBorTy0D1QZJGb9 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#rGsm20o9NFHSThkPiNh28ItflOUFSx7M { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#pOiNGsOzJm1724kRB4dNGZlWCnEkd67v { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#BWRhfefLSR9p29NAFB6gUkMztqU2vZua { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:9.2607375rem;text-align:center;text-align-last:center;display:block; }
#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { position:relative;display:block; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { background-color: transparent; background-image: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container > .video-iframe-container { display: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row > .video-iframe-container { display: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .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); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { border-width: 0; border-radius: 0; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yZWgdZofesyiH8QRB9pLT16rWo0Z11Tx { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#Ss39RGnaVZcGXzz3WcTwsMTIAWAwXCkE { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#KD9BBHrz1xT2i4DyPrTqd3OKOy0vqmmo { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcCunKv8lXSTPwVTuh3kQyZpiMEg1H9b { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#i3A8yBISdV1G6oPkcIXO4gC06iMyIZe3 { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#pBVUgNFZHzbcgxxxDpAN2MhhZh7NaFnX { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#aKkD7I5vxT2tHD0tDgSGrhpIFSnK0zXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhCVfmTF7PQnQZxgOMH7fdQ1PuoK05LL { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#otl120pCq6GummKu9COn8OniQGin9RkK { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#yBnbSoyVOK9bEa3g7eQRrH63ACUADISA { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.4384765625rem;left:18.25rem;height:6.49903125rem;display:block; }
#rrqIfmaQE5aQ2CgsTQG2XP64eNtEHnAW { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#lOAHX2ULmi6HqawVFN6ZUZW5UZXlUCbG { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#SKcHOvJiAkRKKuINiH49X5D22ZMG4ESn { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#dVUNw0mG8W9IzlgoopEmHIBOTVf34TgT { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#Rq6KBMf3Z5WkymgSHTu3M2pRNbIU0lne { color:#d2e11c;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0.625rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#VJ30sUismPtGRlou9gUvrOT7TVyygDal { position:relative;display:block; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal { background-color: transparent; background-image: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container > .video-iframe-container { display: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row > .video-iframe-container { display: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .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); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal { border-width: 0; border-radius: 0; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fnQAZLJHnuTqk9O8QT6DJW9F8FDbntHD { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#rUwn1zKN73Fb6zRNhfkTugl6Ock1oVfr { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#q421e4RMD8pK6VEqNKT9ILvnG7DGhOgP { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZoEMTHBwPBB1mwyFuyomF1H1mTE1Lrg { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#E5BgLihoWfbrBWoUss5cnTqwfldk3Ozr { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#C13rNXiJHavMSgG4LIPK8v8BXVA00Ky0 { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#AwJ5oDMnP0BOm6eNivDotDJ4kz5OPTpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmLtcI3pxTfJ1cxmqKxb3PT982yupuvr { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#fqeiRLRp30vbZlkIiBoULWlJ3DV45keS { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#cdk84uDvhpJimh8SWTLgGEBVGJARV9WD { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.8125rem;height:5.199225rem;display:block; }
#yhTu8HZTIRdV2qAAQcdcGPV3Kmo17DDJ { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#ahOTMNxcxOLV8ROEZxCAZLM4NZe01pPR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#EX2oCTOMKwJX2dbLkxgIM0MQiOPNoxcS { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#ddJ4naiyC1Kt5BsHzB4iRsqcNvPJxPaH { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#Gcl7GA9WwHryBwDCDdePpbk8AzLxM3Cl { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:9.2607375rem;text-align:center;text-align-last:center;display:block; }
#x6r02JMgHJSgImOAZTolabTdedIlDtkf { position:relative;display:block; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf { background-color: transparent; background-image: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container > .video-iframe-container { display: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row > .video-iframe-container { display: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .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); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf { border-width: 0; border-radius: 0; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JreG4CofztxnG0kTyx5vpWgMRKQyRS5W { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#LdyS1PP6hWAgfvZHMfwa7RCT2Q8SWhRU { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#dox0MrNFOCb3EBpCuOBETFDVJOLlG8c6 { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WK3L8SnAE8BVLuGP9aKLlzl4vTWCxyee { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nfoPggQI2qiyJzQyQpnFwqH1J3WOIFsk { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#WWzm1UtU4hJCbOsQmGOZvZ5KqJI25mc7 { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#kXS2kQTgR5affgkGNp9vPMoAqPN9vQOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Inav9p92OWmy2aqign2CIxk8pgxNDJU5 { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#SAB2seBxyzq3ZJ75l2lwzbC5bAXtHZT6 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#NNQS3JQt8PTV5Tb2oDXnTufs4gs4kcba { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.4384765625rem;left:18.25rem;height:6.49903125rem;display:block; }
#NrvxMO9noFLJwQoDckuura2xlgxnLUTm { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#BDKgD9iVKNNSf0JliP0mxuRndBPD544l { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#K2dSokduzswTApZqueKqO54lCTH3sxDD { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#c08tvxUooh2rdVKUXb89WC38Ia4bqhcI { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#U4oUtfAWpsyA6a9XfTVy2vnx1MJn5gTh { color:#d2e11c;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0.625rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { position:relative;display:block; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { background-color: transparent; background-image: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container > .video-iframe-container { display: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row > .video-iframe-container { display: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .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); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { border-width: 0; border-radius: 0; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IlHIQSKzd5TVgiT7OX20ffSvFP0DCGPX { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#CT9yuLgsmsCKSkCS22S9Oi685NMWsOiG { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#mfSDv6IigSA1qEN4OqwtnrA4ZTIgindw { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsiyyBNLmO488Gw3ciMZm2dc9efcKTxu { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DtTNkffxFbgcxhqm12XGXALcUmT3Tl3i { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#RpaXz71M0EhQytA471O2g9K2JOnkxziI { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#DORfomxbue5PovV1b2t4q2nuOwSfThQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlyuXJVHZtaarVZsnCQSzV8h9VSxTyQR { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#zCMbIcx99iI0EEoHOdBdFb7v8Rsf7DsK { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#Vd5XViG1ATpr2BUTMdo7ZTp36b1OLLz7 { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.8125rem;height:5.199225rem;display:block; }
#Hls8C5l06bWbXadEPixV3EpNPvz7okgl { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#xpZqOF7IexWy5z2UMt1RLCxKuJ46sRET { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#zXPntexuFMK6vpHm3T7QtN5c8B5TJE2T { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#Z6nFvwhi0TWN6x81S8MLwmtKcVFGCX83 { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#ZpakV9LSTq0FasW0FFdMXu2hVUhFNOFG { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:9.2607375rem;text-align:center;text-align-last:center;display:block; }
#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { position:relative;display:block; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { background-color: transparent; background-image: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container > .video-iframe-container { display: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row > .video-iframe-container { display: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .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); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { border-width: 0; border-radius: 0; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TzLTxV9i3IxJuRiw9ToTnOwmKuQqE7ry { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#erckHpdzfraiLCAycdu2BtOSts0suThy { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#cCrlaWdWKx5mpgxvTKHp6DMBSDeREToa { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNRoMR8DsKZwIqMHW6ME1NclOfUibEkU { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TrGO2WhzCD8Gu5RgWgpDLWwmZQSrIIbO { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#br9xNbnTyLdsQvgmEms2q3l04ZTNdT4y { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#a78IiWJDSgpmyyIzig8vseFT64koZ4Qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6HEt1i6nB2ufBgoImWMFzh50yhAav2N { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#EBWOWEcyni28wkb6kr61FI0hVGDGOqzT { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#Xw82fbhsMupUNNJPbvreD21i7A7Xmxp3 { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.4384765625rem;left:18.25rem;height:6.49903125rem;display:block; }
#mWhHuiCEgJEUqeBxLHDTSvwtVFRoZwPR { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#urP0A8FnhGu0KXB7JQAStCFHM3QGLS2Z { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#DGI6E6CmhNiWyyTTQqTLXCReaJGts0sG { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#zenaKJQHfsGwRguTAfTAXGvAkpkHuSik { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#aTvxypKkD4d8uNLU75tHJRU58HXUoSIl { color:#d2e11c;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0.625rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { position:relative;display:block; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { background-color: transparent; background-image: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container > .video-iframe-container { display: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row > .video-iframe-container { display: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .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); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { border-width: 0; border-radius: 0; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FOl8xdchHXfxtEz7DqRPnlXnlOeTWBHw { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#fKKxgzgrMkvD12QJTZ4wycTffHJkrBi6 { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#fqVTwPGb6T74vl9KI08vRr3NJC6yHuHy { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gxvu0NXuNVmzgkn0ovhzkThsUJzZiz6X { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#r5A1dcg2bOKATHlcPVBH93PVxuH4UAdI { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#JerTEiLSKTvdagRmWtNFgStd8d5KACqo { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#gHeLKeTzkKFJuTWG2iRZQMngvwua0i3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#penX4dPn7yx2dUKTJDtEmQOfxzpkJlst { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#WZfAvxmvV0xpfMVT9ogMloyearRa5bS4 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#X8HDrs6gp3MQy3lQzbeMTHpdVMGzzTlT { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.8125rem;height:5.199225rem;display:block; }
#J0z7FHrW7UoTRsRBEsD0Z8VGdgWqu7uz { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#ohBTXT71myAJ9pqEwNrBC2p4sDCTAruZ { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#XUNtRlTV7sfxm2ikiy7QLPUOZBOcQZ6V { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#DPaReA3B1U22cBKeCtsHRsywSq7ZTNMU { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#FdXH8wqSJv44eE602gPH9Oq3oFg8tl6r { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { position:relative;display:block; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { background-color: transparent; background-image: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container > .video-iframe-container { display: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row > .video-iframe-container { display: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .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); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { border-width: 0; border-radius: 0; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gPG76DWZ66cfIv5ko21db05AzS5PawRi { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:13.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#R3TDMXmCeBzp0WM98UB9aIQ0NsiFSoxe { position:absolute;display:block;z-index:15029;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat: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:13.875rem;width:13.875rem;top:0.0625rem;left:46.125rem;display:block; }
#CvszNEKvFKsAgb3SXMd6vEa6moumfsOB { color:#1a4097;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:2.375rem;left:49.34375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3BFc22g6Q9dhXaGFUCZaLptPnvVLu9G { color:#1a4097;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4.875rem;left:48.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#USB7eVUwRIlvKk7cLbOEatrtmpZIcC5w { color:#1a4097;display:block;width:1rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.40625rem;height:1.94921875rem;display:block; }
#hkMDm4vExwFkI4NMxxEi0fgMAu5uOxHL { background-color:#5ae4d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a4097;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.5625rem;left:47.4375rem;display:block; }
#aFIpqTzNpCJztzvUrMccIpQxKQ4uVy85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkXketF6BwmbroorIMIvtx7JI1daKpPx { position:absolute;display:block;z-index:15050;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:27.5rem;top:7rem;left:16.3125rem;display:block; }
#TFBuh1MURNALdSOwBq7i4rTHHy6AP0kB { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.5rem;left:39.75rem;overflow:hidden;display:block; }
#VHzfw8TGM33h4vdybZI8HH4FQmREHPtE { color:#606060;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.4384765625rem;left:18.25rem;height:6.49903125rem;display:block; }
#Kb02TXfyXZ0LkLwXeJWaQUOhBRJ6PeP3 { color:#606060;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.25rem;height:1.29980625rem;display:block; }
#XqDIoGPrrpwcw4Jy4DWKNt91R81xgCeK { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:16.3125rem;overflow:hidden;display:block; }
#ARzMFiRa6s2Sa19CqC89EHTqiXucvUhf { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.1875rem;left:37.1875rem;height:2.5996125rem;display:block; }
#tcDi1zxc8x06TXDIB0dTroJuOk4szHsD { color:#1a4097;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0rem;left:16.3125rem;height:4.2246125rem;display:block; }
#xpadTHSVtgfHXQOo31oyCiiUSexR99kU { color:#d2e11c;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0.625rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:#5ae4d9;background-image:url("https://images.assets-landingi.com/d0Uq2ef8/sekcja2_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { border-width: 0; border-radius: 0; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:60rem;height:56.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:11.5rem;left:1.3125rem;height:3.5996125rem;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:15.5625rem;left:1.3125rem;height:3.75rem;font-style:normal;display:block; }
#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/free-images/Architecture/twilight-power-lines-evening-evening-sun-46169.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:10.5625rem;left:45rem;display:block; }#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.adaptive-delivery-prevent-bg, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyload, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyloading { background-image: none; }
#XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { position:absolute;display:block;z-index:15005;background-color:rgba(244,174,0,0.8);background-image:none;background-position:top left !important;background-repeat: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:15rem;width:15rem;top:25.5625rem;left:45rem;display:block; }
#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/free-images/Business/notes-macbook-study-conference.jpg");background-position:center !important;background-repeat: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:15rem;width:15rem;top:40.5625rem;left:45rem;display:block; }#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.adaptive-delivery-prevent-bg, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyload, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyloading { background-image: none; }
#XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { position:absolute;display:block;z-index:15007;background-color:#e64444;background-image:none;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:15rem;width:15rem;top:10.5625rem;left:30.0625rem;display:block; }
#k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/free-images/Electronics/pexels-photo-257906.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:15rem;width:15rem;top:25.5625rem;left:30.0625rem;display:block; }#k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.adaptive-delivery-prevent-bg, #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.lazyload, #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE.lazyloading { background-image: none; }
#TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { position:absolute;display:block;z-index:15009;background-color:rgba(255,0,38,0.7);background-image:none;background-position:top left !important;background-repeat: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:15rem;width:15rem;top:40.5625rem;left:30.0625rem;display:block; }
#XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.75rem;left:46.1875rem;height:3.0869125rem;font-style:normal;display:block; }
#dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1875rem;left:46.125rem;height:4.0625rem;font-style:normal;display:block; }
#nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.6875rem;left:46.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.125rem;left:31.4375rem;height:5.19921875rem;font-style:normal;display:block; }
#nirzwCLoNhcvqcQoTEckc84vD1tHCLom { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.625rem;left:31.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RI6cr4EqsM54uFZtX4QW2ssfMmKpA63K { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51rem;left:31.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoTI1wx4pRMaLDZV1y3lBP3DOyLwvvgf { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:20.25rem;left:1.3125rem;height:1.79980625rem;display:block; }
#uSTmbBReEvrqK6kqTQe6Itb9hEcA4qFm { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.3125rem;left:31.0625rem;height:1.54296875rem;font-style:italic;display:block; }
#G63e3Sgcgh1XwwI7fuRNEuxmvRNhmVBy { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.375rem;left:29.375rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#p0qxe127XTgTTOIPL6QLuz4Uast7h7lc { box-sizing:content-box;color:#0e9ae5;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:block;z-index:15019;top:14.4375rem;left:36rem;display:block; }
#kbbm2Qks7VpNG3a9Bgvq0r9D55VWF1Xq { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:30.6875rem;height:1.70605625rem;display:block; }
#uypFtTvaiB4UEF4BpgoFrSF95sSrl3VV { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.375rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#Xpg3s9lp24CdSbW6v5gqQfHICcPibXEC { box-sizing:content-box;color:#0e9ae5;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:block;z-index:15020;top:19.3125rem;left:36rem;display:block; }
#Cw18RrEGfsqzAtCa1BEKURrTnaF25Qhy { position:absolute;display:block;z-index:15021;height:32.5625rem;width:27.9375rem;top:22.4375rem;left:1.3125rem;display:block; }
#uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:3.25rem;left:0rem;height:9.02831875rem;text-align:center;text-align-last:center;display:block; }
#EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:3.75rem;height:3.25rem;display:block; }
#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { background-color: transparent; background-image: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .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); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { border-width: 0; border-radius: 0; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#JPOwfDtuLkbyoMBHqlsBlAgXSlfx4Nr6 { 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:8.6875rem;width:8.6875rem;top:2.84375rem;left:2.625rem;overflow:hidden;display:block; }
#r1nWJylyfbHaT6ShT0KTugOKSxdIXAN4 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.5625rem;height:5.199225rem;display:block; }
#o57t4zsgCC56HLl8CeknZka18IUitaFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1280/hands-people-woman-working.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT.adaptive-delivery-prevent-bg, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyload, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyloading { background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { background-color: transparent; background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0046ea; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0046ea; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .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); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { border-width: 0; border-radius: 0; }#o57t4zsgCC56HLl8CeknZka18IUitaFT::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; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:0.4375rem;left:25.09375rem;height:3rem;font-style:normal;display:block; }
#NutMrriNparLUr0ADqJTlueBnSlsLEZV { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:20.875rem;width:20.875rem;top:0rem;left:0rem;display:block; }
#yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:4.1875rem;left:25.09375rem;height:16.9921875rem;display:block; }
#M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.3125rem;height:1.29980625rem;display:block; }
#mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.25rem;height:1.29980625rem;display:block; }
#KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { position:absolute;display:block;z-index:15090;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.9375rem;width:1.1875rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:24.375rem;left:0.0625rem;overflow:hidden;display:block; }
#aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { position:absolute;display:block;z-index:15092;background-color:rgba(255,255,255,0.8);background-image:none;background-position:top left !important;background-repeat: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:3.125rem;width:3.125rem;top:23.4375rem;left:25.3125rem;display:block; }
#yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.5625rem;top:24.1875rem;left:26.125rem;overflow:hidden;display:block; }
#eSEIZQ8vbui8Pd4qml6hUulwvzphL3kg { position:absolute;display:block;z-index:15094;background-color:rgba(255,255,255,0.8);background-image:none;background-position:top left !important;background-repeat: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:3.125rem;width:3.125rem;top:23.4375rem;left:29.0625rem;display:block; }
#Hev0sQ694kcqo4Gf8HR37ZAbZoPHMvxi { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:24.25rem;left:29.8125rem;overflow:hidden;display:block; }
#LRxU47OhksThCTTMrnXTymAorfTqwttI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:18.3125rem;top:0.21875rem;left:1.125rem;overflow:hidden;display:block; }
#TEnC8QfUirVhTvXBkOlnuKrRFTywzMex { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.5rem;height:2.1933625rem;font-style:normal;display:block; }
#yESDQH1OCVu9THzT4CyQGB1IlwkFEr12 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { display:block; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { width:3.875rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { width:17.5rem;height:2.5rem;top:1.75rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { width:13.75rem;height:1.25rem;top:1.75rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { width:1.4375rem;height:1.4375rem;top:1.625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { width:13.8125rem;height:1.25rem;top:1.8125rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { width:1.3125rem;height:1.3125rem;top:1.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 { display:block; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6CIAJQT5Vd77Bhcasgi3ZtfV2uX0vpQ { top:0.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qhi8MlTMhy3uAa7hH4swbT1yWUXlsrtR { width:17.5rem;height:3.4375rem;top:30.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Q3lbRsTnrPkmCuiCU02ym3wPPJRbQn { display:block; }
 }@media only screen and (max-width: 763px) { #VfTASSMbyJuwJhaRy2Ox5B3kTfmTcOfr { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ0VofNRnlyOy7b16BGRz2X5StR7o2av { top:25.625rem;left:11.9375rem;width:25.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRfO1O1pXXpLJTMsVXEwR6kbuXzKdJbr { width:47.75rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMT0y6TT4zFi2NfAthfsPhVUOvFMEr9v { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HChxM7qt77TV7sJRW5gwtGdTuKAbuAkB { display:block; }
 }@media only screen and (max-width: 763px) { #wizhSsSIBeo68HRrvV6NrDI34nIcgHVo { top:7.6875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { width:11.25rem;height:3.125rem;top:26.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5fenTlD1tWL4TZOfKd5irqbRkpTgwJ { display:block; }
 }@media only screen and (max-width: 763px) { #d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { width:41.625rem;height:3rem;top:4.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:39.6875rem;height:22rem;top:10.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otixeBELyJfi6MOX27ynTu8leMvVBTpw { width:32.375rem;height:4.5rem;top:13.125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxnG1aA9iZVfaq5kHvGtVdgv8EvipGK { width:19.625rem;height:1.1875rem;top:17.625rem;left:19.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { width:18.375rem;height:3.875rem;top:19.3125rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { width:7.4375rem;height:2.25rem;top:26.625rem;left:21.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { width:8.4375rem;height:2.5rem;top:26.5rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:30rem;height:0.0625rem;top:24.8125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { width:1.3125rem;height:1.3125rem;top:20.375rem;left:19.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { width:1.4375rem;height:1.4375rem;top:20.5625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldm10sruKnFlZu4twnL9KRUvkI79qtnH { width:1rem;height:1.9375rem;top:26.75rem;left:19.96875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:30rem;height:0.0625rem;top:19.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBiB0IyXkJp81UaLfm0zSkiKJQx4d5xw { top:30rem;left:23.75rem;width:24rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpesmpSHampleIqR8ITgGzgtqcokvceC { top:11.1875rem;left:0rem;width:16.125rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { display:block; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMwc1voLSUVMf0t5ZOQDcMCvs5Pt2Gvy { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9DMa9Gpb6RK9pPTN8gEa60Oot4cTWu { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPb1VJJf3RpLV9szZKXh4BERceqytU1i { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK9ek4AAmL5KtbsbnbRIbeKJNwGCTkTo { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLs9NyItV7fwZhQGpOvnvrhgzg2oKZTm { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTaT9DhoaxFMLhVTTq5ftGWU1r2XbysM { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3npEGZ1owNwfGWtrBTt6VZ0gch7GJTW { display:block; }
 }@media only screen and (max-width: 763px) { #g6eZTqC8oTqDTnu127OUU4TkdDuL3ewV { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClG2XpOWxaEw65aCoepdzv7hxnBGyNt { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVNliCgz5S9mDw2FVxCWTPdqXFn1gLm { width:17.8125rem;height:5.1875rem;top:7.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBb4bSPKXcSdRZTNvnZZRaEgHCzKsldT { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ruVPPnHsEkoPTOqsBorTy0D1QZJGb9 { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGsm20o9NFHSThkPiNh28ItflOUFSx7M { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOiNGsOzJm1724kRB4dNGZlWCnEkd67v { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRhfefLSR9p29NAFB6gUkMztqU2vZua { top:0.4375rem;left:0rem;width:16.125rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { display:block; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZWgdZofesyiH8QRB9pLT16rWo0Z11Tx { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss39RGnaVZcGXzz3WcTwsMTIAWAwXCkE { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9BBHrz1xT2i4DyPrTqd3OKOy0vqmmo { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCunKv8lXSTPwVTuh3kQyZpiMEg1H9b { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3A8yBISdV1G6oPkcIXO4gC06iMyIZe3 { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBVUgNFZHzbcgxxxDpAN2MhhZh7NaFnX { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkD7I5vxT2tHD0tDgSGrhpIFSnK0zXS { display:block; }
 }@media only screen and (max-width: 763px) { #zhCVfmTF7PQnQZxgOMH7fdQ1PuoK05LL { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otl120pCq6GummKu9COn8OniQGin9RkK { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnbSoyVOK9bEa3g7eQRrH63ACUADISA { width:17.8125rem;height:6.4375rem;top:7.4375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrqIfmaQE5aQ2CgsTQG2XP64eNtEHnAW { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOAHX2ULmi6HqawVFN6ZUZW5UZXlUCbG { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcHOvJiAkRKKuINiH49X5D22ZMG4ESn { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVUNw0mG8W9IzlgoopEmHIBOTVf34TgT { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6KBMf3Z5WkymgSHTu3M2pRNbIU0lne { top:0.4375rem;left:0rem;width:15.75rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ30sUismPtGRlou9gUvrOT7TVyygDal { display:block; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnQAZLJHnuTqk9O8QT6DJW9F8FDbntHD { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUwn1zKN73Fb6zRNhfkTugl6Ock1oVfr { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q421e4RMD8pK6VEqNKT9ILvnG7DGhOgP { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZoEMTHBwPBB1mwyFuyomF1H1mTE1Lrg { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BgLihoWfbrBWoUss5cnTqwfldk3Ozr { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13rNXiJHavMSgG4LIPK8v8BXVA00Ky0 { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwJ5oDMnP0BOm6eNivDotDJ4kz5OPTpc { display:block; }
 }@media only screen and (max-width: 763px) { #hmLtcI3pxTfJ1cxmqKxb3PT982yupuvr { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeiRLRp30vbZlkIiBoULWlJ3DV45keS { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk84uDvhpJimh8SWTLgGEBVGJARV9WD { width:17.8125rem;height:5.1875rem;top:7.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTu8HZTIRdV2qAAQcdcGPV3Kmo17DDJ { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOTMNxcxOLV8ROEZxCAZLM4NZe01pPR { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX2oCTOMKwJX2dbLkxgIM0MQiOPNoxcS { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddJ4naiyC1Kt5BsHzB4iRsqcNvPJxPaH { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcl7GA9WwHryBwDCDdePpbk8AzLxM3Cl { top:0.4375rem;left:0rem;width:16.125rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6r02JMgHJSgImOAZTolabTdedIlDtkf { display:block; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JreG4CofztxnG0kTyx5vpWgMRKQyRS5W { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdyS1PP6hWAgfvZHMfwa7RCT2Q8SWhRU { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dox0MrNFOCb3EBpCuOBETFDVJOLlG8c6 { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK3L8SnAE8BVLuGP9aKLlzl4vTWCxyee { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoPggQI2qiyJzQyQpnFwqH1J3WOIFsk { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWzm1UtU4hJCbOsQmGOZvZ5KqJI25mc7 { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXS2kQTgR5affgkGNp9vPMoAqPN9vQOJ { display:block; }
 }@media only screen and (max-width: 763px) { #Inav9p92OWmy2aqign2CIxk8pgxNDJU5 { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAB2seBxyzq3ZJ75l2lwzbC5bAXtHZT6 { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNQS3JQt8PTV5Tb2oDXnTufs4gs4kcba { width:17.8125rem;height:6.4375rem;top:7.4375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrvxMO9noFLJwQoDckuura2xlgxnLUTm { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKgD9iVKNNSf0JliP0mxuRndBPD544l { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2dSokduzswTApZqueKqO54lCTH3sxDD { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08tvxUooh2rdVKUXb89WC38Ia4bqhcI { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4oUtfAWpsyA6a9XfTVy2vnx1MJn5gTh { top:0.4375rem;left:0rem;width:15.75rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { display:block; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlHIQSKzd5TVgiT7OX20ffSvFP0DCGPX { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9yuLgsmsCKSkCS22S9Oi685NMWsOiG { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSDv6IigSA1qEN4OqwtnrA4ZTIgindw { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsiyyBNLmO488Gw3ciMZm2dc9efcKTxu { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTNkffxFbgcxhqm12XGXALcUmT3Tl3i { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpaXz71M0EhQytA471O2g9K2JOnkxziI { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DORfomxbue5PovV1b2t4q2nuOwSfThQR { display:block; }
 }@media only screen and (max-width: 763px) { #KlyuXJVHZtaarVZsnCQSzV8h9VSxTyQR { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCMbIcx99iI0EEoHOdBdFb7v8Rsf7DsK { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5XViG1ATpr2BUTMdo7ZTp36b1OLLz7 { width:17.8125rem;height:5.1875rem;top:7.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hls8C5l06bWbXadEPixV3EpNPvz7okgl { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZqOF7IexWy5z2UMt1RLCxKuJ46sRET { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPntexuFMK6vpHm3T7QtN5c8B5TJE2T { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nFvwhi0TWN6x81S8MLwmtKcVFGCX83 { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpakV9LSTq0FasW0FFdMXu2hVUhFNOFG { top:0.4375rem;left:0rem;width:16.125rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { display:block; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzLTxV9i3IxJuRiw9ToTnOwmKuQqE7ry { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erckHpdzfraiLCAycdu2BtOSts0suThy { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCrlaWdWKx5mpgxvTKHp6DMBSDeREToa { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNRoMR8DsKZwIqMHW6ME1NclOfUibEkU { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGO2WhzCD8Gu5RgWgpDLWwmZQSrIIbO { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9xNbnTyLdsQvgmEms2q3l04ZTNdT4y { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a78IiWJDSgpmyyIzig8vseFT64koZ4Qz { display:block; }
 }@media only screen and (max-width: 763px) { #K6HEt1i6nB2ufBgoImWMFzh50yhAav2N { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBWOWEcyni28wkb6kr61FI0hVGDGOqzT { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw82fbhsMupUNNJPbvreD21i7A7Xmxp3 { width:17.8125rem;height:6.4375rem;top:7.4375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWhHuiCEgJEUqeBxLHDTSvwtVFRoZwPR { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP0A8FnhGu0KXB7JQAStCFHM3QGLS2Z { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGI6E6CmhNiWyyTTQqTLXCReaJGts0sG { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zenaKJQHfsGwRguTAfTAXGvAkpkHuSik { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTvxypKkD4d8uNLU75tHJRU58HXUoSIl { top:0.4375rem;left:0rem;width:15.75rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { display:block; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOl8xdchHXfxtEz7DqRPnlXnlOeTWBHw { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKKxgzgrMkvD12QJTZ4wycTffHJkrBi6 { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVTwPGb6T74vl9KI08vRr3NJC6yHuHy { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxvu0NXuNVmzgkn0ovhzkThsUJzZiz6X { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5A1dcg2bOKATHlcPVBH93PVxuH4UAdI { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerTEiLSKTvdagRmWtNFgStd8d5KACqo { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHeLKeTzkKFJuTWG2iRZQMngvwua0i3R { display:block; }
 }@media only screen and (max-width: 763px) { #penX4dPn7yx2dUKTJDtEmQOfxzpkJlst { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZfAvxmvV0xpfMVT9ogMloyearRa5bS4 { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HDrs6gp3MQy3lQzbeMTHpdVMGzzTlT { width:17.8125rem;height:5.1875rem;top:7.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0z7FHrW7UoTRsRBEsD0Z8VGdgWqu7uz { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohBTXT71myAJ9pqEwNrBC2p4sDCTAruZ { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNtRlTV7sfxm2ikiy7QLPUOZBOcQZ6V { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPaReA3B1U22cBKeCtsHRsywSq7ZTNMU { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXH8wqSJv44eE602gPH9Oq3oFg8tl6r { top:0.4375rem;left:0rem;width:16.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { display:block; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPG76DWZ66cfIv5ko21db05AzS5PawRi { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TDMXmCeBzp0WM98UB9aIQ0NsiFSoxe { width:13.875rem;height:13.875rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvszNEKvFKsAgb3SXMd6vEa6moumfsOB { width:7.4375rem;height:2.25rem;top:2.375rem;left:40.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BFc22g6Q9dhXaGFUCZaLptPnvVLu9G { width:8.875rem;height:2.5rem;top:4.875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USB7eVUwRIlvKk7cLbOEatrtmpZIcC5w { width:1rem;height:1.9375rem;top:2.75rem;left:42.28125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkMDm4vExwFkI4NMxxEi0fgMAu5uOxHL { width:11.25rem;height:3.125rem;top:7.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFIpqTzNpCJztzvUrMccIpQxKQ4uVy85 { display:block; }
 }@media only screen and (max-width: 763px) { #EkXketF6BwmbroorIMIvtx7JI1daKpPx { width:27.5rem;height:0.0625rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBuh1MURNALdSOwBq7i4rTHHy6AP0kB { width:1.25rem;height:1.25rem;top:8.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzfw8TGM33h4vdybZI8HH4FQmREHPtE { width:17.8125rem;height:6.4375rem;top:7.4375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb02TXfyXZ0LkLwXeJWaQUOhBRJ6PeP3 { width:18.0625rem;height:1.25rem;top:4.4375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqDIoGPrrpwcw4Jy4DWKNt91R81xgCeK { width:1.25rem;height:1.25rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARzMFiRa6s2Sa19CqC89EHTqiXucvUhf { top:11.1875rem;left:24.9375rem;width:22.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDi1zxc8x06TXDIB0dTroJuOk4szHsD { width:20.625rem;height:4.1875rem;top:0rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpadTHSVtgfHXQOo31oyCiiUSexR99kU { top:0.4375rem;left:0rem;width:15.75rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:23.9375rem;height:3.5rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:23.0625rem;height:3.75rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { width:15rem;height:15rem;top:10.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:15rem;height:15rem;top:25.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:15rem;height:15rem;top:40.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { width:15rem;height:15rem;top:10.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { width:15rem;height:15rem;top:25.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:15rem;height:15rem;top:40.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { width:11.375rem;height:3.0625rem;top:28.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:13.875rem;height:4.0625rem;top:31.1875rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:11.625rem;height:2.5rem;top:35.6875rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:15.75rem;height:5.125rem;top:45.125rem;left:25.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:11.625rem;height:2.5rem;top:42.625rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI6cr4EqsM54uFZtX4QW2ssfMmKpA63K { width:15.3125rem;height:1.25rem;top:51rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTI1wx4pRMaLDZV1y3lBP3DOyLwvvgf { width:23.9375rem;height:1.75rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTmbBReEvrqK6kqTQe6Itb9hEcA4qFm { top:13.3125rem;left:24.9375rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G63e3Sgcgh1XwwI7fuRNEuxmvRNhmVBy { top:15.375rem;left:23.25rem;width:16.4375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0qxe127XTgTTOIPL6QLuz4Uast7h7lc { top:14.4375rem;left:29.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbbm2Qks7VpNG3a9Bgvq0r9D55VWF1Xq { top:11.0625rem;left:24.5625rem;width:15.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uypFtTvaiB4UEF4BpgoFrSF95sSrl3VV { top:20.25rem;left:23.25rem;width:16.4375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpg3s9lp24CdSbW6v5gqQfHICcPibXEC { top:19.3125rem;left:29.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw18RrEGfsqzAtCa1BEKURrTnaF25Qhy { top:22.4375rem;left:0rem;width:27.9375rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { width:47.75rem;height:8.75rem;top:3.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { display:block; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPOwfDtuLkbyoMBHqlsBlAgXSlfx4Nr6 { width:8.6875rem;height:8.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1nWJylyfbHaT6ShT0KTugOKSxdIXAN4 { top:1.625rem;left:0rem;width:37.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57t4zsgCC56HLl8CeknZka18IUitaFT { display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { width:34.4375rem;height:3rem;top:0.4375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NutMrriNparLUr0ADqJTlueBnSlsLEZV { width:20.875rem;height:20.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { width:34.75rem;height:18.5625rem;top:4.1875rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { width:18.5625rem;height:1.25rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { width:18.6875rem;height:1.25rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { width:1.1875rem;height:0.9375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { width:1.3125rem;height:1.3125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { width:3.125rem;height:3.125rem;top:23.4375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { width:1.5625rem;height:1.75rem;top:24.1875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEIZQ8vbui8Pd4qml6hUulwvzphL3kg { width:3.125rem;height:3.125rem;top:23.4375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hev0sQ694kcqo4Gf8HR37ZAbZoPHMvxi { width:1.5625rem;height:1.5625rem;top:24.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRxU47OhksThCTTMrnXTymAorfTqwttI { width:18.3125rem;height:20.4375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnC8QfUirVhTvXBkOlnuKrRFTywzMex { top:21.3125rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESDQH1OCVu9THzT4CyQGB1IlwkFEr12 { width:2.8125rem;height:2.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 { display:block; }#ssbeCuc6tbnTqAWgBNwVndXVm1C2THk0 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8Qu3KfINX8VpcAkmLePxW5bKsNrxhC { width:5.5625rem;height:5.75rem;top:0rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJkQswzpcbKsfSQyWSVSG1ZpHxwKqvt { width:17.625rem;height:1.29980625rem;top:5.75rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZNDw6tN8lWgSBn6OKu7hf1JlZXTFwai { width:10.125rem;height:0;top:7.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #so75E4EOAoSxgGOTWpRCBIsERz6xkNtF { width:1.5rem;height:1.5rem;top:7.4375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxOurv0GxOisN2T1HPmgISEWKpKeS3X1 { width:12.8125rem;height:0;top:9.8125rem;left:4.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RV6X3xOnUzfB7X3Rz55tuUyhl7JxzDet { width:1.375rem;height:1.375rem;top:9.75rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 { display:block; }#EDRLOOPGtAoUocBf5Tt9HixFLKD8vU97 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6CIAJQT5Vd77Bhcasgi3ZtfV2uX0vpQ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 { display:block; }#tQk89HavLx7wDP95Qn3qqDW6ZHgqcvn2 > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qhi8MlTMhy3uAa7hH4swbT1yWUXlsrtR { width:17.5rem;height:3.4375rem;top:60.3212890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Q3lbRsTnrPkmCuiCU02ym3wPPJRbQn { display:block; }
 }@media only screen and (max-width: 763px) { #VfTASSMbyJuwJhaRy2Ox5B3kTfmTcOfr { width:20rem;height:3.89941875rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ0VofNRnlyOy7b16BGRz2X5StR7o2av { width:20rem;height:5.19921875rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRfO1O1pXXpLJTMsVXEwR6kbuXzKdJbr { top:64.8837890625rem;left:0.8125rem;width:19.1875rem;height:11.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HMT0y6TT4zFi2NfAthfsPhVUOvFMEr9v { top:77.3125rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15007;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HChxM7qt77TV7sJRW5gwtGdTuKAbuAkB { display:block; }
 }@media only screen and (max-width: 763px) { #wizhSsSIBeo68HRrvV6NrDI34nIcgHVo { width:20rem;height:42.89356875rem;top:16.60546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoybVHGXTpktzVyVppe9A0KRaT5Qi6GW { width:11.25rem;height:3.125rem;top:23.90625rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5fenTlD1tWL4TZOfKd5irqbRkpTgwJ { display:block; }
 }@media only screen and (max-width: 763px) { #d0N1myv7SGtGRbhSswuT1kvVqx4u4ZM3 { width:20rem;height:1.5996125rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:20rem;height:20.25rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otixeBELyJfi6MOX27ynTu8leMvVBTpw { width:16.125rem;height:3.298825rem;top:11.8125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxnG1aA9iZVfaq5kHvGtVdgv8EvipGK { width:16.125rem;height:1.19921875rem;top:15.0625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC1m5lFu2pkGxxPCKeq0X2vC3mCR1rfx { width:13.6230625rem;height:5.199225rem;top:16.9375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8p7WHXotd97dpJZEx6Ai2JVCsomc25p { width:3.8125rem;height:1.5996125rem;top:22.03125rem;left:8.59375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSkuG67ecKuDz1B2Nv29OBN117lWKB6 { width:5.999025rem;height:5.199225rem;top:21.9375rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:20rem;height:0.0615234375rem;top:21.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFG7W1L2KhZETZhq4kDEzanwPzGnBBkH { width:1.311525rem;height:1.311525rem;top:17.3125rem;left:1.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOyhk2Ed6dTn3zRA0MT8BNR4uDixeKnP { width:1.4375rem;height:1.4375rem;top:19.3125rem;left:1.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldm10sruKnFlZu4twnL9KRUvkI79qtnH { width:0.999025rem;height:2.5996125rem;top:21.40625rem;left:7rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:20rem;height:0.0625rem;top:15.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBiB0IyXkJp81UaLfm0zSkiKJQx4d5xw { width:20rem;height:3.8994125rem;top:27.03125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpesmpSHampleIqR8ITgGzgtqcokvceC { width:16.125rem;height:0;top:33.1875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { display:block; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q { background-color: transparent; background-image: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container > .video-iframe-container { display: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row > .video-iframe-container { display: none; }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .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); }#t1DTEQETEsPrTy1AEh4qJHGyhnWr879q > .row .container { width:20rem;height:43.88475rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMwc1voLSUVMf0t5ZOQDcMCvs5Pt2Gvy { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WO9DMa9Gpb6RK9pPTN8gEa60Oot4cTWu { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPb1VJJf3RpLV9szZKXh4BERceqytU1i { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK9ek4AAmL5KtbsbnbRIbeKJNwGCTkTo { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLs9NyItV7fwZhQGpOvnvrhgzg2oKZTm { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTaT9DhoaxFMLhVTTq5ftGWU1r2XbysM { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3npEGZ1owNwfGWtrBTt6VZ0gch7GJTW { display:block; }
 }@media only screen and (max-width: 763px) { #g6eZTqC8oTqDTnu127OUU4TkdDuL3ewV { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClG2XpOWxaEw65aCoepdzv7hxnBGyNt { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVNliCgz5S9mDw2FVxCWTPdqXFn1gLm { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBb4bSPKXcSdRZTNvnZZRaEgHCzKsldT { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ruVPPnHsEkoPTOqsBorTy0D1QZJGb9 { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGsm20o9NFHSThkPiNh28ItflOUFSx7M { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOiNGsOzJm1724kRB4dNGZlWCnEkd67v { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRhfefLSR9p29NAFB6gUkMztqU2vZua { width:16.125rem;height:0;top:33.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { display:block; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk { background-color: transparent; background-image: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container > .video-iframe-container { display: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row > .video-iframe-container { display: none; }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .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); }#MANVFT4ETNLwK3z2OhqeN19FUqRsHuTk > .row .container { width:20rem;height:46.9716875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZWgdZofesyiH8QRB9pLT16rWo0Z11Tx { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ss39RGnaVZcGXzz3WcTwsMTIAWAwXCkE { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9BBHrz1xT2i4DyPrTqd3OKOy0vqmmo { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCunKv8lXSTPwVTuh3kQyZpiMEg1H9b { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3A8yBISdV1G6oPkcIXO4gC06iMyIZe3 { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBVUgNFZHzbcgxxxDpAN2MhhZh7NaFnX { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkD7I5vxT2tHD0tDgSGrhpIFSnK0zXS { display:block; }
 }@media only screen and (max-width: 763px) { #zhCVfmTF7PQnQZxgOMH7fdQ1PuoK05LL { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otl120pCq6GummKu9COn8OniQGin9RkK { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnbSoyVOK9bEa3g7eQRrH63ACUADISA { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrqIfmaQE5aQ2CgsTQG2XP64eNtEHnAW { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOAHX2ULmi6HqawVFN6ZUZW5UZXlUCbG { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcHOvJiAkRKKuINiH49X5D22ZMG4ESn { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVUNw0mG8W9IzlgoopEmHIBOTVf34TgT { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6KBMf3Z5WkymgSHTu3M2pRNbIU0lne { width:15.75rem;height:0;top:33.375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ30sUismPtGRlou9gUvrOT7TVyygDal { display:block; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal { background-color: transparent; background-image: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container > .video-iframe-container { display: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row > .video-iframe-container { display: none; }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .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); }#VJ30sUismPtGRlou9gUvrOT7TVyygDal > .row .container { width:20rem;height:43.88475rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnQAZLJHnuTqk9O8QT6DJW9F8FDbntHD { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rUwn1zKN73Fb6zRNhfkTugl6Ock1oVfr { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q421e4RMD8pK6VEqNKT9ILvnG7DGhOgP { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZoEMTHBwPBB1mwyFuyomF1H1mTE1Lrg { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BgLihoWfbrBWoUss5cnTqwfldk3Ozr { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13rNXiJHavMSgG4LIPK8v8BXVA00Ky0 { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwJ5oDMnP0BOm6eNivDotDJ4kz5OPTpc { display:block; }
 }@media only screen and (max-width: 763px) { #hmLtcI3pxTfJ1cxmqKxb3PT982yupuvr { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeiRLRp30vbZlkIiBoULWlJ3DV45keS { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk84uDvhpJimh8SWTLgGEBVGJARV9WD { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTu8HZTIRdV2qAAQcdcGPV3Kmo17DDJ { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOTMNxcxOLV8ROEZxCAZLM4NZe01pPR { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX2oCTOMKwJX2dbLkxgIM0MQiOPNoxcS { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddJ4naiyC1Kt5BsHzB4iRsqcNvPJxPaH { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcl7GA9WwHryBwDCDdePpbk8AzLxM3Cl { width:16.125rem;height:0;top:33.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6r02JMgHJSgImOAZTolabTdedIlDtkf { display:block; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf { background-color: transparent; background-image: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container > .video-iframe-container { display: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row > .video-iframe-container { display: none; }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .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); }#x6r02JMgHJSgImOAZTolabTdedIlDtkf > .row .container { width:20rem;height:46.9716875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JreG4CofztxnG0kTyx5vpWgMRKQyRS5W { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LdyS1PP6hWAgfvZHMfwa7RCT2Q8SWhRU { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dox0MrNFOCb3EBpCuOBETFDVJOLlG8c6 { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK3L8SnAE8BVLuGP9aKLlzl4vTWCxyee { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoPggQI2qiyJzQyQpnFwqH1J3WOIFsk { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWzm1UtU4hJCbOsQmGOZvZ5KqJI25mc7 { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXS2kQTgR5affgkGNp9vPMoAqPN9vQOJ { display:block; }
 }@media only screen and (max-width: 763px) { #Inav9p92OWmy2aqign2CIxk8pgxNDJU5 { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAB2seBxyzq3ZJ75l2lwzbC5bAXtHZT6 { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNQS3JQt8PTV5Tb2oDXnTufs4gs4kcba { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrvxMO9noFLJwQoDckuura2xlgxnLUTm { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKgD9iVKNNSf0JliP0mxuRndBPD544l { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2dSokduzswTApZqueKqO54lCTH3sxDD { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c08tvxUooh2rdVKUXb89WC38Ia4bqhcI { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4oUtfAWpsyA6a9XfTVy2vnx1MJn5gTh { width:15.75rem;height:0;top:33.375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { display:block; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu { background-color: transparent; background-image: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container > .video-iframe-container { display: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row > .video-iframe-container { display: none; }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .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); }#T9mEuD0Ffw1SJH2C4uFoDDeGcPs0HHIu > .row .container { width:20rem;height:43.88475rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlHIQSKzd5TVgiT7OX20ffSvFP0DCGPX { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CT9yuLgsmsCKSkCS22S9Oi685NMWsOiG { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSDv6IigSA1qEN4OqwtnrA4ZTIgindw { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsiyyBNLmO488Gw3ciMZm2dc9efcKTxu { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTNkffxFbgcxhqm12XGXALcUmT3Tl3i { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpaXz71M0EhQytA471O2g9K2JOnkxziI { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DORfomxbue5PovV1b2t4q2nuOwSfThQR { display:block; }
 }@media only screen and (max-width: 763px) { #KlyuXJVHZtaarVZsnCQSzV8h9VSxTyQR { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCMbIcx99iI0EEoHOdBdFb7v8Rsf7DsK { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5XViG1ATpr2BUTMdo7ZTp36b1OLLz7 { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hls8C5l06bWbXadEPixV3EpNPvz7okgl { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZqOF7IexWy5z2UMt1RLCxKuJ46sRET { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPntexuFMK6vpHm3T7QtN5c8B5TJE2T { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nFvwhi0TWN6x81S8MLwmtKcVFGCX83 { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpakV9LSTq0FasW0FFdMXu2hVUhFNOFG { width:16.125rem;height:0;top:33.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { display:block; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy { background-color: transparent; background-image: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container > .video-iframe-container { display: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row > .video-iframe-container { display: none; }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .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); }#vEzra8CEWviNdNGuDibCIV4QcJtDWZwy > .row .container { width:20rem;height:46.9716875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzLTxV9i3IxJuRiw9ToTnOwmKuQqE7ry { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #erckHpdzfraiLCAycdu2BtOSts0suThy { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCrlaWdWKx5mpgxvTKHp6DMBSDeREToa { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNRoMR8DsKZwIqMHW6ME1NclOfUibEkU { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGO2WhzCD8Gu5RgWgpDLWwmZQSrIIbO { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9xNbnTyLdsQvgmEms2q3l04ZTNdT4y { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a78IiWJDSgpmyyIzig8vseFT64koZ4Qz { display:block; }
 }@media only screen and (max-width: 763px) { #K6HEt1i6nB2ufBgoImWMFzh50yhAav2N { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBWOWEcyni28wkb6kr61FI0hVGDGOqzT { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw82fbhsMupUNNJPbvreD21i7A7Xmxp3 { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWhHuiCEgJEUqeBxLHDTSvwtVFRoZwPR { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP0A8FnhGu0KXB7JQAStCFHM3QGLS2Z { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGI6E6CmhNiWyyTTQqTLXCReaJGts0sG { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zenaKJQHfsGwRguTAfTAXGvAkpkHuSik { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTvxypKkD4d8uNLU75tHJRU58HXUoSIl { width:15.75rem;height:0;top:33.375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { display:block; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP { background-color: transparent; background-image: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container > .video-iframe-container { display: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row > .video-iframe-container { display: none; }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .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); }#yRdl7kHd3AbErKSnygI1FUSoTQAdulJP > .row .container { width:20rem;height:43.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOl8xdchHXfxtEz7DqRPnlXnlOeTWBHw { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fKKxgzgrMkvD12QJTZ4wycTffHJkrBi6 { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVTwPGb6T74vl9KI08vRr3NJC6yHuHy { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxvu0NXuNVmzgkn0ovhzkThsUJzZiz6X { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5A1dcg2bOKATHlcPVBH93PVxuH4UAdI { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerTEiLSKTvdagRmWtNFgStd8d5KACqo { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHeLKeTzkKFJuTWG2iRZQMngvwua0i3R { display:block; }
 }@media only screen and (max-width: 763px) { #penX4dPn7yx2dUKTJDtEmQOfxzpkJlst { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZfAvxmvV0xpfMVT9ogMloyearRa5bS4 { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HDrs6gp3MQy3lQzbeMTHpdVMGzzTlT { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0z7FHrW7UoTRsRBEsD0Z8VGdgWqu7uz { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohBTXT71myAJ9pqEwNrBC2p4sDCTAruZ { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNtRlTV7sfxm2ikiy7QLPUOZBOcQZ6V { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPaReA3B1U22cBKeCtsHRsywSq7ZTNMU { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXH8wqSJv44eE602gPH9Oq3oFg8tl6r { width:16.125rem;height:0;top:33.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { display:block; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ { background-color: transparent; background-image: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container > .video-iframe-container { display: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row > .video-iframe-container { display: none; }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .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); }#JMkXgyQObv67ozMuWRlAXLuOVM9wsmuQ > .row .container { width:20rem;height:46.9716875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPG76DWZ66cfIv5ko21db05AzS5PawRi { width:20rem;height:21.5rem;top:10.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R3TDMXmCeBzp0WM98UB9aIQ0NsiFSoxe { width:20rem;height:6.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvszNEKvFKsAgb3SXMd6vEa6moumfsOB { width:4rem;height:1.5996125rem;top:22.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BFc22g6Q9dhXaGFUCZaLptPnvVLu9G { width:5.999025rem;height:5.19921875rem;top:23.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USB7eVUwRIlvKk7cLbOEatrtmpZIcC5w { width:0.999025rem;height:2.5996125rem;top:21.6875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkMDm4vExwFkI4NMxxEi0fgMAu5uOxHL { width:11.25rem;height:3.125rem;top:24.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFIpqTzNpCJztzvUrMccIpQxKQ4uVy85 { display:block; }
 }@media only screen and (max-width: 763px) { #EkXketF6BwmbroorIMIvtx7JI1daKpPx { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBuh1MURNALdSOwBq7i4rTHHy6AP0kB { width:1.25rem;height:1.124025rem;top:25.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzfw8TGM33h4vdybZI8HH4FQmREHPtE { width:12.5625rem;height:6.49903125rem;top:18.0625rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb02TXfyXZ0LkLwXeJWaQUOhBRJ6PeP3 { width:11.5625rem;height:2.5996125rem;top:15rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqDIoGPrrpwcw4Jy4DWKNt91R81xgCeK { width:1.25rem;height:1.25rem;top:23.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARzMFiRa6s2Sa19CqC89EHTqiXucvUhf { width:20rem;height:3.89941875rem;top:28.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcDi1zxc8x06TXDIB0dTroJuOk4szHsD { width:16.5rem;height:3.574225rem;top:11.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpadTHSVtgfHXQOo31oyCiiUSexR99kU { width:15.75rem;height:0;top:33.375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 { background-color:#5ae4d9;background-image:url("https://images.assets-landingi.com/d0Uq2ef8/sekcja2_bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.adaptive-delivery-prevent-bg, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyload, #cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0.lazyloading { background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { background-color: transparent; background-image: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row > .video-iframe-container { display: none; }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .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); }#cSV7oyXtOSDEfRJTKy23PNVqPNikLoL0 > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:18.4980625rem;height:5.3994125rem;top:0rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:17.6875rem;height:2.19921875rem;top:5.25rem;left:0.75rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z { width:15rem;height:15rem;top:10.5625rem;left:2.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rwXaSOPa/sekcja2_foto2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.adaptive-delivery-prevent-bg, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyload, #SnT7cmd4UAseJeycS0BlOTguZ0wrVE5Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:15rem;height:15rem;top:25.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:15rem;height:15rem;top:40.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ { width:15rem;height:15rem;top:10.5625rem;left:2.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/yhGK0kb4/sekcja2_foto1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.adaptive-delivery-prevent-bg, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyload, #XbQSQIoHKz8kCENcr7ybmvnuEsMLsTvQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k1OlGi00dfNpeaLFVDp7PHS1EHNDWkaE { width:15rem;height:15rem;top:25.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:15rem;height:15rem;top:40.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnkJ50sBCOpiISpvxMtyTOH16mRgVRoK { width:11.375rem;height:auto;top:28.75rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:13.875rem;height:auto;top:31.1875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:11.625rem;height:auto;top:35.6875rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:15.75rem;height:auto;top:45.125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:11.625rem;height:auto;top:42.625rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI6cr4EqsM54uFZtX4QW2ssfMmKpA63K { width:15.3125rem;height:auto;top:51rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoTI1wx4pRMaLDZV1y3lBP3DOyLwvvgf { width:20rem;height:auto;top:20.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSTmbBReEvrqK6kqTQe6Itb9hEcA4qFm { width:16.4375rem;height:auto;top:13.3125rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G63e3Sgcgh1XwwI7fuRNEuxmvRNhmVBy { width:16.4375rem;height:auto;top:15.375rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p0qxe127XTgTTOIPL6QLuz4Uast7h7lc { width:3.125rem;height:3.125rem;top:14.4375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbbm2Qks7VpNG3a9Bgvq0r9D55VWF1Xq { width:15.375rem;height:auto;top:11.0625rem;left:2.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uypFtTvaiB4UEF4BpgoFrSF95sSrl3VV { width:16.4375rem;height:auto;top:20.25rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xpg3s9lp24CdSbW6v5gqQfHICcPibXEC { width:3.125rem;height:3.125rem;top:19.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cw18RrEGfsqzAtCa1BEKURrTnaF25Qhy { width:20rem;height:32.5625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcTitexf47Sw3w4Hc2DHUI0UBZtLEJZ { width:18.683625rem;height:23.78909375rem;top:17.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZXyXuOQNduSyLTSMGXeI9EDAWz6442R { width:19.3105625rem;height:7.7988125rem;top:7.4375rem;left:0.34375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t { background-color:#ffffff;background-image:none;display:block; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { background-color: transparent; background-image: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row > .video-iframe-container { display: none; }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .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); }#TAHL1D8Pds23XNKT52M0wSM6oyu7NQ9t > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPOwfDtuLkbyoMBHqlsBlAgXSlfx4Nr6 { width:6.125rem;height:6.125rem;top:3.40625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1nWJylyfbHaT6ShT0KTugOKSxdIXAN4 { width:20rem;height:7.79883125rem;top:47.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o57t4zsgCC56HLl8CeknZka18IUitaFT { background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/LMDevdc2/sekcja2_bg4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#o57t4zsgCC56HLl8CeknZka18IUitaFT.adaptive-delivery-prevent-bg, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyload, #o57t4zsgCC56HLl8CeknZka18IUitaFT.lazyloading { background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { background-color: transparent; background-image: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row > .video-iframe-container { display: none; }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .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); }#o57t4zsgCC56HLl8CeknZka18IUitaFT > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9HDxNBESCgV7DgVy71UN2boR3lpkcTS { width:17.1875rem;height:1.5996125rem;top:12.84375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NutMrriNparLUr0ADqJTlueBnSlsLEZV { width:10rem;height:10rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9MOdBnJDITKynIVQdqdw3kuHQKwir2 { width:18.125rem;height:33.46875rem;top:15.65625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4usA8uREqzIe1WHPvksRZKWbN2K9P6N { width:14.0625rem;height:1.29980625rem;top:55.71875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI2MnDcV1b96gmwL5zrtuk1Dn0FUPc5l { width:14.6875rem;height:1.29980625rem;top:60.40625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsguIEWO5ASWxqPBJk8AkaI4OXE8nZ84 { width:1.1875rem;height:0.9375rem;top:58.21875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQn6BvqbGTIVqTn889POpOqUxBXeXp07 { width:1.3125rem;height:1.3125rem;top:53.15625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeFuAMvHKg5ZTqtnihpHTMV1wv6rAgBv { width:3.125rem;height:3.125rem;top:42.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuRaLAalJVPp6eZkFS5opNWEa8sk6FEZ { width:1.5625rem;height:1.75rem;top:43.3125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSEIZQ8vbui8Pd4qml6hUulwvzphL3kg { width:3.125rem;height:3.125rem;top:42.5625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hev0sQ694kcqo4Gf8HR37ZAbZoPHMvxi { width:1.5625rem;height:1.5625rem;top:43.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRxU47OhksThCTTMrnXTymAorfTqwttI { width:9rem;height:10.125rem;top:1.46875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnC8QfUirVhTvXBkOlnuKrRFTywzMex { width:12.5rem;height:2.1933625rem;top:49.71875rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yESDQH1OCVu9THzT4CyQGB1IlwkFEr12 { width:6.125rem;height:6.125rem;top:36.3125rem;left:6.9375rem;display:none; }
 }