.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093b73;background-image:none;position:relative;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container {  }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:#c9282f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.5625rem;left:59.875rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:15.625rem;top:1.71875rem;left:0.6875rem;overflow:hidden;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#80b1cf;background-image:url("https://images.assets-landingi.com/rTIDlCmu/zdjecie_nr_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container {  }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#O3GAsckP2OS8cnAieO1832xVJGMbMk7G { color:#203949;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PwV4liP3ls1WBZ1aAqvTMZMrFcVwbkTB { color:#203949;display:block;width:72.3125rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:14.9873046875rem;left:1.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kA6x42sxOBpC3Teap0a2zDHhEyIc6yhs { background-color:#c9282f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:2.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:9.9111328125rem;left:29.4375rem;display:block; }
#gUU2JxMkg6B0drZwkxgBINh46lAKpHUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oluUtl8LwTuCo99TyghWEfq4M577FPSn { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0rem 0.125rem rgba(0,0,0,0.24) ;height:26.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container { background-color: transparent; background-image: none; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container > .video-iframe-container { display: none; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row > .video-iframe-container { display: none; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .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); }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container { border-width: 0; border-radius: 0; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row > .video-iframe-container {  }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#a1AFXz3exkKMZKVhf8Dg22ZzPMaQmQ1z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:5.9375rem;top:36.125rem;left:0.625rem;overflow:hidden;display:block; }
#kTnOVlNneO4tBTOvFEzJ5ZWwyBkUcFEf { color:#203949;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6.28125rem;left:0.625rem;height:28.5rem;text-align:left;text-align-last:left;display:block; }
#kTrzvpFoKeMx5KlBkimUNxBNcVTWKePK { color:#203949;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:36.8125rem;left:8.4375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#IckudxbCBs4qsFX3QhL77UqCLyuyX6hr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.6806640625rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#TpWSySWrnWT6aFUsqOgEziWixZouJKcw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:31.125rem;top:5.1181640625rem;left:43.125rem;overflow:hidden;display:block; }
#KE1e6mvBGVMwBTT1LKEfuHVJHUspbI3s { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:23.4375rem;display:none; }
#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { background-color: transparent; background-image: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .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); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { border-width: 0; border-radius: 0; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container {  }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#VZV6FVT0nZV1AtChLCmkIKXhBFzxeleu { color:#203949;display:block;width:37.5rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:19.03125rem;height:2.3556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XfvGby850wBnDqsaBZaZBZDvBNkQ3wWF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.125rem;width:14.3125rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb { color:#203949;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7.625rem;left:21.65625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:before{  }
#sv5iFEHa8h7aQLTMtQNVqDLQKNoVEgeT { position:absolute;display:block;z-index:100006;background-color:#c9282f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.625rem;top:5.5625rem;left:19.03125rem;display:block; }
#LG2QGErCZ6pbHd7iMdwSl9ODJxaF0f9F { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.625rem;left:19.03125rem;overflow:hidden;display:block; }
#icw8LUI6ESIVImBU5L9XwniSEtQX28sh { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:10.5rem;left:19.03125rem;overflow:hidden;display:block; }
#u5sc7R3QPmCraw6wCzGaDBbVWVBDbAPs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:13.375rem;left:19.0625rem;overflow:hidden;display:block; }
#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { background-color: transparent; background-image: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container > .video-iframe-container { display: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row > .video-iframe-container { display: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .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); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { border-width: 0; border-radius: 0; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row > .video-iframe-container {  }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#pTm8egPK1cLknM8QesZ5QrwwvQJRuNTT { color:#203949;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.9375rem;height:2.35546875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#binBEZEdfw93cpvHNX54tMnEw1kaSWvE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:4.021484375rem;left:10.21875rem;overflow:hidden;display:block; }
#RN3K0TCgnMvHsUT8qH0aIN65qVCOwmN7 { color:#203949;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.9375rem;height:22.75rem;text-align:left;text-align-last:left;display:block; }
#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT { color:#c9282f;display:block;width:72.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:37.125rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT li:before{  }
#cOksD20THk9ieEwtXezohpHUU1E4wCW4 { color:#203949;display:block;width:59.875rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.4375rem;height:2.35546875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o1LpN4p0BxW24NcEgW7THSvxS0xbnXuc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:9.5rem;left:39.3125rem;overflow:hidden;display:block; }
#hSVMXEcE5OozwOeaoEWGHGwDCVbDA3zA { color:#203949;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:50rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#sT1odT0WgbWkr1cPrZmf5fnuKXRBamKT { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:37.5rem;top:7.59375rem;left:37.5rem;display:block; }
#zoLWCNZihxeHs2QtrWPQItU4m9lE1Try { color:#c9282f;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#DnfteVSnXuihokT2xmrU7SvATulVO4EN { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:23.6875rem;left:39.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DMOx8Kp4t8qlQebHEE4w2kU5dIJuVUSH { position:absolute;display:block;z-index:100007;background-color:#c9282f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.625rem;top:23rem;left:39.3125rem;display:block; }
#yC5klu0ogyAv0nHvIlO3eDFMkzHQIHiu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:20.75rem;left:67.625rem;overflow:hidden;display:block; }
#VyvvWvHz2TL7gXbHcpISJK6IytzTvG4b { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:34.4375rem;left:0.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { background-color: transparent; background-image: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container > .video-iframe-container { display: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row > .video-iframe-container { display: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .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); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { border-width: 0; border-radius: 0; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row > .video-iframe-container {  }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#dmV4sAotpa3c5broP9rzDiVeNs0W5Vgf { color:#203949;display:block;width:69.0625rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.9375rem;height:2.35546875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nw5TBGhyUOPp2tTqr2W5xCMnqw1UDv2b { color:#203949;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.9375rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy { color:#c9282f;display:block;width:72.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:31.5rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy li:before{  }
#TxEZGgDKiAuJ5GFvsMXD3wkRIdLHAqWx { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:37.5rem;top:9.5rem;left:37.5rem;display:block; }
#i7gXsz0DPx2SHnhayXSNxlBZWkMMbaST { color:#c9282f;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99998;line-height:1.3;letter-spacing:0;top:13.6875rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#w5SwZCmL38g5ZMUyTpahDr423QTfuK2P { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.5625rem;left:39.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Qixb3ITAdtvJ9NOpBlNwsUdZ5p8Etons { position:absolute;display:block;z-index:100007;background-color:#c9282f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.625rem;top:15.875rem;left:39.625rem;display:block; }
#UxTbfSJi7vs6XsNN5fGRyabz7MnfXO1M { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:13.625rem;left:67.9375rem;overflow:hidden;display:block; }
#eCMHOZC2BFVIidD8LK5ROk0tJFuSbL0D { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0.9375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#PNlIWwkxOMWl4XehLNvIwsoalQfr7kRT { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:44.5625rem;left:0.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSHzlDTymypbEtog2oLKdKsstBFa2ewW { color:#c9282f;display:block;width:72.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:47.9375rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#zSHzlDTymypbEtog2oLKdKsstBFa2ewW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zSHzlDTymypbEtog2oLKdKsstBFa2ewW li:before{  }
#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { background-color: transparent; background-image: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container > .video-iframe-container { display: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row > .video-iframe-container { display: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .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); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { border-width: 0; border-radius: 0; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row > .video-iframe-container {  }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#R4BH3rJ5TVo8ooaRZ4ZQ49XO6fDfFb06 { color:#203949;display:block;width:71rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dB2hlXR6AR6k5pc2129SrvCGLJlOTcQG { color:#203949;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.9375rem;height:40.625rem;text-align:left;text-align-last:left;display:block; }
#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s { color:#c9282f;display:block;width:66.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:56rem;left:1.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s li:before{  }
#l6GxQQ5sQBVxWCZH1T496u7Q3MnommXz { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:37.5rem;top:36.75rem;left:37.5rem;display:block; }
#QRuvaonUiWfw2tgdkr0Mn5mZghvaZCQ2 { color:#c9282f;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99998;line-height:1.3;letter-spacing:0;top:40.9375rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hZL6thAu8sL2nTAb1nwHNp3uL2RZkTus { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:43.8125rem;left:39.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#QrOiOsyOXlf9WemUWQTgbefXl4tMHRpb { position:absolute;display:block;z-index:100007;background-color:#c9282f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:16.625rem;top:43.125rem;left:39.625rem;display:block; }
#uPbLJ8SATJ1HyuuodsCdHX3Q2AJGBqQ9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.6875rem;top:40.875rem;left:67.9375rem;overflow:hidden;display:block; }
#MEps4CZmPbDFJADXXQwhXNd9k8gv1Fkv { color:#203949;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:52.5rem;left:0.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gnzOClo8m5Gvs469cZ40oEv3eILt3T4P { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:37.5rem;top:9.5rem;left:37.5rem;overflow:hidden;display:block; }
#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#093b73;background-image:none;position:relative;display:block; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container { background-color: transparent; background-image: none; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container > .video-iframe-container { display: none; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row > .video-iframe-container { display: none; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .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); }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container { border-width: 0; border-radius: 0; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row > .video-iframe-container {  }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container { font-size:0.875rem;font-family:"open sans";height:15.1875rem;width:75rem;position:relative;display:block; }#XNchxTkAPzhRaIFzBhipiKASLccSzDh4 { display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.5rem;height:9.09864375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#DFl71baCuqPpmm080Ad536ZzdAeRfUMa { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:15.625rem;top:2.25rem;left:1rem;overflow:hidden;display:block; }
#q1S3H3lL1iuxDRTzuEUf0pVOlaoeM4Tw { display:block;width:4.375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:46.1875rem;height:1.462675rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#XJxtITQtk6C5RURM5dihIPsTytO8cBmM { display:block;width:6.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:51.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#G9qr6c9ZnnLlq4u76JaZzQPTrW4MSCOm { display:block;width:6.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:58.125rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#qori2U4rSI6dHoH7fLh9WNgBMQruRZ80 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:2.25rem;left:65.3125rem;overflow:hidden;display:block; }
#gi1DrfOtld5NGPhnFHa3CKMwZFGQt1Of { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:2.25rem;left:69.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.5625rem;height:2.1875rem;top:2.03125rem;left:38.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 1199px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:1.25rem;left:0.1875rem;width:9.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:rgba(255,255,255,0.74);background-image:url("https://images.assets-landingi.com/rTIDlCmu/zdjecie_nr_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O3GAsckP2OS8cnAieO1832xVJGMbMk7G { width:44.9375rem;height:3.25rem;top:1.923828125rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PwV4liP3ls1WBZ1aAqvTMZMrFcVwbkTB { width:45.0605625rem;height:4.548825rem;top:10.857421875rem;left:0.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA6x42sxOBpC3Teap0a2zDHhEyIc6yhs { width:12.5rem;height:2.5rem;top:6.544921875rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUU2JxMkg6B0drZwkxgBINh46lAKpHUK { display:block; }
 }@media only screen and (max-width: 1199px) { #oluUtl8LwTuCo99TyghWEfq4M577FPSn { width:47.75rem;height:18.75rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy { display:block; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container { width:47.75rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a1AFXz3exkKMZKVhf8Dg22ZzPMaQmQ1z { width:4.3125rem;height:4.3125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTnOVlNneO4tBTOvFEzJ5ZWwyBkUcFEf { width:25rem;height:25.3125rem;top:7.3125rem;left:0.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTrzvpFoKeMx5KlBkimUNxBNcVTWKePK { width:18.75rem;height:3.65625rem;top:34.4375rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IckudxbCBs4qsFX3QhL77UqCLyuyX6hr { width:12.5rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpWSySWrnWT6aFUsqOgEziWixZouJKcw { width:18.75rem;height:12.5rem;top:6.921875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KE1e6mvBGVMwBTT1LKEfuHVJHUspbI3s { width:23.4375rem;height:11.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VZV6FVT0nZV1AtChLCmkIKXhBFzxeleu { width:17.9375rem;height:2.35546875rem;top:2.5625rem;left:13.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfvGby850wBnDqsaBZaZBZDvBNkQ3wWF { width:11.875rem;height:25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb { width:30.5625rem;height:11.375rem;top:6.0625rem;left:16.5rem;font-size:1.125rem;color:#c9282f;display:block; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:before{  }
 }@media only screen and (max-width: 1199px) { #sv5iFEHa8h7aQLTMtQNVqDLQKNoVEgeT { width:16.625rem;height:0.125rem;top:4.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LG2QGErCZ6pbHd7iMdwSl9ODJxaF0f9F { width:1.875rem;height:1.875rem;top:6.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icw8LUI6ESIVImBU5L9XwniSEtQX28sh { width:1.875rem;height:1.875rem;top:9.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5sc7R3QPmCraw6wCzGaDBbVWVBDbAPs { width:1.875rem;height:1.875rem;top:14.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f { display:block; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pTm8egPK1cLknM8QesZ5QrwwvQJRuNTT { width:17.9375rem;height:1.8681625rem;top:1.447265625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #binBEZEdfw93cpvHNX54tMnEw1kaSWvE { width:2.125rem;height:2.125rem;top:1.318359375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RN3K0TCgnMvHsUT8qH0aIN65qVCOwmN7 { width:23.1875rem;height:19.5rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT { width:46.875rem;height:12.375rem;top:28.1875rem;left:0rem;font-size:0.9375rem;color:#c9282f;display:block; }#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT li:before{  }
 }@media only screen and (max-width: 1199px) { #cOksD20THk9ieEwtXezohpHUU1E4wCW4 { width:37rem;height:3.736325rem;top:1.447265625rem;left:10.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1LpN4p0BxW24NcEgW7THSvxS0xbnXuc { width:6.25rem;height:6.25rem;top:6.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSVMXEcE5OozwOeaoEWGHGwDCVbDA3zA { width:12.5rem;height:3.65625rem;top:7.5rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sT1odT0WgbWkr1cPrZmf5fnuKXRBamKT { width:23.125rem;height:16.8125rem;top:5.6875rem;left:24.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 1199px) { #zoLWCNZihxeHs2QtrWPQItU4m9lE1Try { width:20.125rem;height:1.21875rem;top:14.6875rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnfteVSnXuihokT2xmrU7SvATulVO4EN { width:17.25rem;height:3.65625rem;top:17.375rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMOx8Kp4t8qlQebHEE4w2kU5dIJuVUSH { width:16.625rem;height:0.125rem;top:16.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yC5klu0ogyAv0nHvIlO3eDFMkzHQIHiu { width:1.5625rem;height:1.5625rem;top:14.5rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyvvWvHz2TL7gXbHcpISJK6IytzTvG4b { width:23.1875rem;height:1.21875rem;top:26.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP { display:block; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { width:47.75rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dmV4sAotpa3c5broP9rzDiVeNs0W5Vgf { width:42.1875rem;height:3.736325rem;top:1.447265625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nw5TBGhyUOPp2tTqr2W5xCMnqw1UDv2b { width:23.1875rem;height:10.96875rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HigQA1KgRJNlGhOHzvdSwLl7LubapLqy { width:46.875rem;height:7.5rem;top:23.5rem;left:0rem;font-size:0.9375rem;color:#c9282f;display:block; }#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy li:before{  }
 }@media only screen and (max-width: 1199px) { #TxEZGgDKiAuJ5GFvsMXD3wkRIdLHAqWx { width:23.125rem;height:10.9375rem;top:5.6875rem;left:24.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 1199px) { #i7gXsz0DPx2SHnhayXSNxlBZWkMMbaST { width:20.125rem;height:1.21875rem;top:8.0625rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5SwZCmL38g5ZMUyTpahDr423QTfuK2P { width:17.25rem;height:3.65625rem;top:10.75rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qixb3ITAdtvJ9NOpBlNwsUdZ5p8Etons { width:16.625rem;height:0.125rem;top:10rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxTbfSJi7vs6XsNN5fGRyabz7MnfXO1M { width:1.5625rem;height:1.5625rem;top:7.9375rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCMHOZC2BFVIidD8LK5ROk0tJFuSbL0D { width:23.1875rem;height:3.65625rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNlIWwkxOMWl4XehLNvIwsoalQfr7kRT { width:23.1875rem;height:1.21875rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSHzlDTymypbEtog2oLKdKsstBFa2ewW { width:46.875rem;height:9.4375rem;top:34.8125rem;left:0rem;font-size:0.9375rem;color:#c9282f;display:block; }#zSHzlDTymypbEtog2oLKdKsstBFa2ewW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zSHzlDTymypbEtog2oLKdKsstBFa2ewW li:before{  }
 }@media only screen and (max-width: 1199px) { #R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T { display:block; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { width:47.75rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R4BH3rJ5TVo8ooaRZ4ZQ49XO6fDfFb06 { width:47.6875rem;height:1.8681625rem;top:1.447265625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB2hlXR6AR6k5pc2129SrvCGLJlOTcQG { width:23.1875rem;height:35.34375rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AXTId4iEDim8mzIuhVBIpk86G9OVdM5s { width:46.875rem;height:6.1875rem;top:45.25rem;left:0rem;font-size:0.9375rem;color:#c9282f;display:block; }#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s li:before{  }
 }@media only screen and (max-width: 1199px) { #l6GxQQ5sQBVxWCZH1T496u7Q3MnommXz { width:23.125rem;height:11.4375rem;top:5.6875rem;left:24.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 1199px) { #QRuvaonUiWfw2tgdkr0Mn5mZghvaZCQ2 { width:20.125rem;height:1.21875rem;top:8.6875rem;left:25.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZL6thAu8sL2nTAb1nwHNp3uL2RZkTus { width:17.25rem;height:3.65625rem;top:11.375rem;left:25.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrOiOsyOXlf9WemUWQTgbefXl4tMHRpb { width:16.625rem;height:0.125rem;top:10.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uPbLJ8SATJ1HyuuodsCdHX3Q2AJGBqQ9 { width:1.5625rem;height:1.5625rem;top:8.5rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEps4CZmPbDFJADXXQwhXNd9k8gv1Fkv { width:23.1875rem;height:1.21875rem;top:43.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnzOClo8m5Gvs469cZ40oEv3eILt3T4P { width:23.125rem;height:15.375rem;top:20.546875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBft9cb3tgS0K31KWMkkeDmSD6DfynIg { display:block; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XNchxTkAPzhRaIFzBhipiKASLccSzDh4 { width:26.5rem;height:7.95703125rem;top:6.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFl71baCuqPpmm080Ad536ZzdAeRfUMa { top:1.5625rem;left:0.8125rem;width:9.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1S3H3lL1iuxDRTzuEUf0pVOlaoeM4Tw { width:4.375rem;height:1.4619125rem;top:1.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJxtITQtk6C5RURM5dihIPsTytO8cBmM { width:6.25rem;height:1.29980625rem;top:1.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9qr6c9ZnnLlq4u76JaZzQPTrW4MSCOm { width:9.375rem;height:1.29980625rem;top:3.125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qori2U4rSI6dHoH7fLh9WNgBMQruRZ80 { top:6.375rem;left:30.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi1DrfOtld5NGPhnFHa3CKMwZFGQt1Of { top:6.375rem;left:34.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.59375rem;left:5.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:9rem;height:1.625rem;top:0.625rem;left:5.0312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:rgba(255,255,255,0.92);background-image:url("https://images.assets-landingi.com/DLqngCav/header.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3GAsckP2OS8cnAieO1832xVJGMbMk7G { width:18.6875rem;height:6.5rem;top:3.5625rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwV4liP3ls1WBZ1aAqvTMZMrFcVwbkTB { width:17.75rem;height:5.361325rem;top:17.484375rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kA6x42sxOBpC3Teap0a2zDHhEyIc6yhs { width:16.125rem;height:2.625rem;top:12.03125rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUU2JxMkg6B0drZwkxgBINh46lAKpHUK { display:block; }
 }@media only screen and (max-width: 763px) { #oluUtl8LwTuCo99TyghWEfq4M577FPSn { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy { display:block; }#FTo5ZZGHT2nI3ryCAZnQnT5tXMzVVAsy > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1AFXz3exkKMZKVhf8Dg22ZzPMaQmQ1z { width:4.3125rem;height:4.3125rem;top:50.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnOVlNneO4tBTOvFEzJ5ZWwyBkUcFEf { width:19.25rem;height:33.75rem;top:15.625rem;left:0.375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kTrzvpFoKeMx5KlBkimUNxBNcVTWKePK { width:10.75rem;height:4.875rem;top:51.125rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IckudxbCBs4qsFX3QhL77UqCLyuyX6hr { width:12.5rem;height:2.4375rem;top:11.65625rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpWSySWrnWT6aFUsqOgEziWixZouJKcw { width:9.6875rem;height:6.4375rem;top:0.78125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KE1e6mvBGVMwBTT1LKEfuHVJHUspbI3s { top:0.6875rem;left:0rem;width:20rem;height:9.9375rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZV6FVT0nZV1AtChLCmkIKXhBFzxeleu { width:15rem;height:2.11230625rem;top:1.625rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfvGby850wBnDqsaBZaZBZDvBNkQ3wWF { width:1.25rem;height:2.625rem;top:47.35546875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb { width:16.75rem;height:14.53125rem;top:6.44921875rem;left:3.25rem;font-size:0.9375rem;display:block; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rPlSwEeFEHUkQ2wRckwunr6EBIGSucnb li:before{  }
 }@media only screen and (max-width: 763px) { #sv5iFEHa8h7aQLTMtQNVqDLQKNoVEgeT { width:9.375rem;height:0.125rem;top:4.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QGErCZ6pbHd7iMdwSl9ODJxaF0f9F { width:1.875rem;height:1.875rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icw8LUI6ESIVImBU5L9XwniSEtQX28sh { width:1.875rem;height:1.875rem;top:11.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5sc7R3QPmCraw6wCzGaDBbVWVBDbAPs { width:1.875rem;height:1.875rem;top:16.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f { background-color:#ffffff;background-image:none;display:block; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { background-color: transparent; background-image: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container > .video-iframe-container { display: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row > .video-iframe-container { display: none; }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .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); }#M9zIfn14s9UWL3rJZPOUtnhHVXZ6Oq8f > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTm8egPK1cLknM8QesZ5QrwwvQJRuNTT { width:15rem;height:1.7871125rem;top:1.32421875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #binBEZEdfw93cpvHNX54tMnEw1kaSWvE { width:1.25rem;height:1.25rem;top:1.5615234375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN3K0TCgnMvHsUT8qH0aIN65qVCOwmN7 { width:18.75rem;height:23.15625rem;top:27.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT { width:18.75rem;height:28.125rem;top:54.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }#KwPrhIcDTf24fONAVTsRL4a8kPNvxZwT li:before{  }
 }@media only screen and (max-width: 763px) { #cOksD20THk9ieEwtXezohpHUU1E4wCW4 { width:20rem;height:5.361325rem;top:4.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1LpN4p0BxW24NcEgW7THSvxS0xbnXuc { width:5rem;height:5rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSVMXEcE5OozwOeaoEWGHGwDCVbDA3zA { width:14.75rem;height:3.65625rem;top:11rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT1odT0WgbWkr1cPrZmf5fnuKXRBamKT { width:20rem;height:32.75rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoLWCNZihxeHs2QtrWPQItU4m9lE1Try { width:18.5625rem;height:3.57421875rem;top:17.5625rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnfteVSnXuihokT2xmrU7SvATulVO4EN { width:18.75rem;height:3.65625rem;top:22.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOx8Kp4t8qlQebHEE4w2kU5dIJuVUSH { width:16.625rem;height:0.125rem;top:36.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yC5klu0ogyAv0nHvIlO3eDFMkzHQIHiu { width:1.6875rem;height:1.6875rem;top:19.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvvWvHz2TL7gXbHcpISJK6IytzTvG4b { width:18.75rem;height:1.21875rem;top:51.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP { background-color:#ffffff;background-image:none;display:block; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { background-color: transparent; background-image: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container > .video-iframe-container { display: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row > .video-iframe-container { display: none; }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .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); }#FAiMoMGHZJvFWDHfohWkUz6IGh6hltHP > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmV4sAotpa3c5broP9rzDiVeNs0W5Vgf { width:18.0625rem;height:5.361325rem;top:1.32421875rem;left:0.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw5TBGhyUOPp2tTqr2W5xCMnqw1UDv2b { width:18.75rem;height:13.40625rem;top:7.6875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HigQA1KgRJNlGhOHzvdSwLl7LubapLqy { width:18.75rem;height:15.375rem;top:27.6875rem;left:0.5rem;font-size:0.9375rem;display:block; }#HigQA1KgRJNlGhOHzvdSwLl7LubapLqy li:before{  }
 }@media only screen and (max-width: 763px) { #TxEZGgDKiAuJ5GFvsMXD3wkRIdLHAqWx { width:20rem;height:32.75rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7gXsz0DPx2SHnhayXSNxlBZWkMMbaST { width:18.5625rem;height:3.57421875rem;top:68.9375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SwZCmL38g5ZMUyTpahDr423QTfuK2P { width:18.75rem;height:3.65625rem;top:73.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qixb3ITAdtvJ9NOpBlNwsUdZ5p8Etons { width:16.625rem;height:0.125rem;top:36.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxTbfSJi7vs6XsNN5fGRyabz7MnfXO1M { width:1.6875rem;height:1.6875rem;top:70.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMHOZC2BFVIidD8LK5ROk0tJFuSbL0D { width:18.75rem;height:3.65625rem;top:22.5rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNlIWwkxOMWl4XehLNvIwsoalQfr7kRT { width:11.25rem;height:1.21875rem;top:44.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHzlDTymypbEtog2oLKdKsstBFa2ewW { width:19.0625rem;height:18.625rem;top:47rem;left:0.5rem;font-size:0.9375rem;display:block; }#zSHzlDTymypbEtog2oLKdKsstBFa2ewW li:before{  }
 }@media only screen and (max-width: 763px) { #R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T { background-color:#ffffff;background-image:none;display:block; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { background-color: transparent; background-image: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container > .video-iframe-container { display: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row > .video-iframe-container { display: none; }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .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); }#R7FNhaF3SJh22rATKSb4DPpR0K6IHO0T > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4BH3rJ5TVo8ooaRZ4ZQ49XO6fDfFb06 { width:18.125rem;height:5.361325rem;top:1.13671875rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dB2hlXR6AR6k5pc2129SrvCGLJlOTcQG { width:18.75rem;height:42.65625rem;top:8.125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTId4iEDim8mzIuhVBIpk86G9OVdM5s { width:18.75rem;height:15.375rem;top:54.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }#AXTId4iEDim8mzIuhVBIpk86G9OVdM5s li:before{  }
 }@media only screen and (max-width: 763px) { #l6GxQQ5sQBVxWCZH1T496u7Q3MnommXz { width:20rem;height:32.75rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRuvaonUiWfw2tgdkr0Mn5mZghvaZCQ2 { width:18.5625rem;height:3.57421875rem;top:87.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZL6thAu8sL2nTAb1nwHNp3uL2RZkTus { width:18.75rem;height:3.65625rem;top:92.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOiOsyOXlf9WemUWQTgbefXl4tMHRpb { width:16.625rem;height:0.125rem;top:36.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPbLJ8SATJ1HyuuodsCdHX3Q2AJGBqQ9 { width:1.6875rem;height:1.6875rem;top:89.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEps4CZmPbDFJADXXQwhXNd9k8gv1Fkv { width:18.75rem;height:1.21875rem;top:51.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnzOClo8m5Gvs469cZ40oEv3eILt3T4P { width:19.375rem;height:12.9375rem;top:70.71484375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBft9cb3tgS0K31KWMkkeDmSD6DfynIg { display:block; }#PBft9cb3tgS0K31KWMkkeDmSD6DfynIg > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNchxTkAPzhRaIFzBhipiKASLccSzDh4 { width:18.125rem;height:11.3671875rem;top:7.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFl71baCuqPpmm080Ad536ZzdAeRfUMa { width:10.875rem;height:2rem;top:2.80859375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1S3H3lL1iuxDRTzuEUf0pVOlaoeM4Tw { width:4.375rem;height:1.4619125rem;top:23.75rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJxtITQtk6C5RURM5dihIPsTytO8cBmM { width:6.25rem;height:1.29980625rem;top:23.8125rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9qr6c9ZnnLlq4u76JaZzQPTrW4MSCOm { width:6.25rem;height:1.29980625rem;top:26rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qori2U4rSI6dHoH7fLh9WNgBMQruRZ80 { width:2.5rem;height:2.5rem;top:19.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1DrfOtld5NGPhnFHa3CKMwZFGQt1Of { width:2.5rem;height:2.5rem;top:19.8125rem;left:10.9375rem;display:block; }
 }