.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-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;
  }
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/780ehuXd/sarnecki_t%C5%82o3.png);background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container { background-color: transparent; background-image: none; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .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); }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container { border-width: 0; border-radius: 0; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container { font-size:14px;font-family:arial;height:866px;width:1200px;position:relative;display:block; }#seBhJMZW0FNmaRdfubwhkqAG8QAgPhK1 { display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:50px;left:0;height:78px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AfPwHGFwpfNUlR95LXexc1wwn0g8oBVb { display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:99990;line-height:1.1;letter-spacing:0;top:167px;left:0;height:130px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9S81eFVpM6rZIcSSPr1r3bIhBGsQVDC { position:absolute;display:block;z-index:99989;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:440px;top:167px;left:626px;display:block; }
#XduQl2S7HcFLrBCbmDeJJuw6lEULIGRA { display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:99984;line-height:1.5;letter-spacing:0;top:329px;left:0;height:90px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBThQJ7eSJ0QRSaVBKkqBimtUJ8GDHmT { display:block;width:1200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:533px;left:0;height:32px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Zz2UeBxaRJAQ4xE1btRTeURAHSra1XJM { display:block;width:439px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:672px;left:382px;height:98px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#MfqSQS9VHy385xlbmTlh2szrtMo2QC3m { display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:99986;line-height:1.3;letter-spacing:0;top:784px;left:0;height:39px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NM7448JspKb5nhhHdQJvapbuPwq200H4 { position:absolute;display:block;z-index:99985;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:285px;top:783px;left:541px;display:block; }
#lkKUTfHstpAVuOFIn5tegnav1vcxRTfr { position:absolute;display:block;z-index:100000;height:50px;width:300px;top:579px;left:447px;display:block; }
#pdw4414hVKhw3wbTVKU875at05NU3opf { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:473px;left:569px;display:block; }
#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container { background-color: transparent; background-image: none; }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .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); }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container { border-width: 0; border-radius: 0; }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container { background-color: transparent; background-image: none; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .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); }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container { border-width: 0; border-radius: 0; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container { font-size:14px;font-family:arial;height:283px;width:1200px;position:relative;display:block; }#OQDwJiJvcRzniAwkHw2wzmkw529GvV3K { display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:49px;left:0;height:232px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }
#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container { background-color: transparent; background-image: none; }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .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); }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container { border-width: 0; border-radius: 0; }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container { background-color: transparent; background-image: none; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .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); }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container { border-width: 0; border-radius: 0; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container { background-color: transparent; background-image: none; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .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); }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container { border-width: 0; border-radius: 0; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:block; }#wZt8N2sOSBp9OLETOpCDD9kOHd07yGA3 { display:block;width:1200px;position:absolute;font-family:lato;font-size:38px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:50px;left:0;height:49px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }
#GfUVCqIFsS2aWXpBqscmUb0IqHzSRcTN { display:block;width:1200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:109px;left:0;height:23px;text-align:center;text-align-last:center;color:#e31d23;display:block; }
#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container { background-color: transparent; background-image: none; }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .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); }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container { border-width: 0; border-radius: 0; }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container { font-size:14px;font-family:arial;height:190px;width:1200px;position:relative;display:block; }#rXPGmmevPvH4WvVffaWBh4xbkLvXSiR0 { display:block;width:271px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0;left:180px;height:55px;color:#e31d23;font-style:normal;display:block; }
#OOKwrRmadGQ33oqvK2XmHn6BLvxWLFUr { display:block;width:368px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:32px;left:180px;height:138px;color:#1f447b;font-style:normal;display:block; }
#LHWNtxJ0bUga6wKKBlyKDzi2SiyhVwd1 { border-bottom:3px solid #167dc2;border-left:3px solid #167dc2;border-right:3px solid #167dc2;border-top:3px solid #167dc2;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none;height:80.02344px;width:79.02344px;position:absolute;display:block;z-index:100006;top:0;left:60px;display:block; }
#XZZl9TPflpLoBvSySroVXxp23SpI8UGL { box-sizing:content-box;color:#167dc2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:18px;left:78px;display:block; }
#UCwVt0GTJeLM3on70erGMtAHUutNEavg { display:block;width:369px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0;left:830px;height:28px;color:#e31d23;font-style:normal;display:block; }
#vfhfH09mFO0sh80NXTMKqSWbaFZOPzX2 { display:block;width:369px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32px;left:830px;height:138px;color:#1f447b;font-style:normal;display:block; }
#kfKG6eZDA6S0yTaqvzTq9Cd2e6wymLCe { border-bottom:3px solid #167dc2;border-left:3px solid #167dc2;border-right:3px solid #167dc2;border-top:3px solid #167dc2;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none;height:80px;width:80px;position:absolute;display:block;z-index:100010;top:0;left:710px;display:block; }
#itHOnFrckPF7OdNf1Xw73ve2iho7akrd { box-sizing:content-box;color:#167dc2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:18px;left:728px;display:block; }
#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container { background-color: transparent; background-image: none; }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .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); }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container { border-width: 0; border-radius: 0; }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container { font-size:14px;font-family:arial;height:146px;width:1200px;position:relative;display:block; }#htNJGVQWKrTdXIkP5L2WXl3bOBl35MXQ { border-bottom:3px solid #167dc2;border-left:3px solid #167dc2;border-right:3px solid #167dc2;border-top:3px solid #167dc2;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none;height:80px;width:80px;position:absolute;display:block;z-index:100008;top:0;left:60px;display:block; }
#TK7ThPELe8nZ0Rp52iSXwr680beM7KcK { box-sizing:content-box;color:#167dc2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:18px;left:78px;display:block; }
#AGTefKnJ6qVE6WM9hkx8iX6pDXiSBo77 { display:block;width:368px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:32px;left:180px;height:138px;color:#1f447b;font-style:normal;display:block; }
#uUb9u8HKZrHKSwn9ZF7TWswyuLBhudWz { display:block;width:271px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0;left:180px;height:28px;color:#e31d23;font-style:normal;display:block; }
#E8S0hwwKs206T6xZygy7SEH462b7ffIS { display:block;width:368px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:32px;left:830px;height:110px;color:#1f447b;font-style:normal;display:block; }
#I9vD5x3C8H1hhpvJQTyzeFcHsi8JO5Vf { border-bottom:3px solid #167dc2;border-left:3px solid #167dc2;border-right:3px solid #167dc2;border-top:3px solid #167dc2;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none;height:80px;width:80px;position:absolute;display:block;z-index:100012;top:0;left:710px;display:block; }
#dcFblTJ6lQQbBAOwxoIGJsHpzCXUGeA0 { box-sizing:content-box;color:#167dc2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:18px;left:728px;display:block; }
#rctIOrfIePgsKt2dGMqAfkOGklsv9sdv { display:block;width:368px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:0;left:830px;height:28px;color:#e31d23;font-style:normal;display:block; }
#fLhebHJW9irrfzLczrGQASTowsa2i2Cr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container { background-color: transparent; background-image: none; }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .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); }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container { border-width: 0; border-radius: 0; }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container { background-color: transparent; background-image: none; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .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); }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container { border-width: 0; border-radius: 0; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container { background-color: transparent; background-image: none; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .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); }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container { border-width: 0; border-radius: 0; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#wkn9CmofMmGXFNHMEtNyG6N35lbuebpL { display:block;width:1200px;position:absolute;font-family:lato;font-size:38px;font-weight:700;z-index:99995;line-height:1.3;letter-spacing:0;top:50px;left:0;height:49px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vreGCouH3WtQMTnlIBfk9nFsCepN27qN { display:block;width:989px;position:absolute;font-family:lato;font-size:22px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:146px;left:144px;height:;color:#1f447b;text-align:left;text-align-last:left;display:block; }#vreGCouH3WtQMTnlIBfk9nFsCepN27qN li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#vreGCouH3WtQMTnlIBfk9nFsCepN27qN li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#akhCzsPaw461D7pEnrncylyM02US9a5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container { background-color: transparent; background-image: none; }#akhCzsPaw461D7pEnrncylyM02US9a5W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akhCzsPaw461D7pEnrncylyM02US9a5W > .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); }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container { border-width: 0; border-radius: 0; }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container { background-color: transparent; background-image: none; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .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); }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container { border-width: 0; border-radius: 0; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container { background-color: transparent; background-image: none; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .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); }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container { border-width: 0; border-radius: 0; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container { font-size:14px;font-family:arial;height:373px;width:1200px;position:relative;display:block; }#fkzagJQMhFZkRDTFbLhnyaxHzhVRRyA1 { display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:50px;left:0;height:232px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }
#kxT312RpDxT3lMlAPtSEJpcd5uk6GCAo { display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:100004;line-height:2;letter-spacing:0;top:302px;left:0;height:;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }#kxT312RpDxT3lMlAPtSEJpcd5uk6GCAo li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kxT312RpDxT3lMlAPtSEJpcd5uk6GCAo li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container { background-color: transparent; background-image: none; }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .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); }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container { border-width: 0; border-radius: 0; }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container { background-color: transparent; background-image: none; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .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); }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container { border-width: 0; border-radius: 0; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container { font-size:14px;font-family:arial;height:454px;width:1200px;position:relative;display:block; }#gNaTrLqaFxhbMMcLSGDs0AKIGf3hQHVn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:452px;width:807px;top:0;left:198px;display:block; }
#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container { background-color: transparent; background-image: none; }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .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); }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container { border-width: 0; border-radius: 0; }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container { font-size:14px;font-family:arial;height:290px;width:1200px;position:relative;display:block; }#Zo4had90HbSU60OsNT4Xa3CGIaToFnxT { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:468px;height:88px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:50px;left:365px;display:block; }
#OksN3k8GU2gOwoHJGv6r0sd5D0NvgcRb { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#cikcImILTvydbQobN86833KT7WtB5aLR { display:block;width:1200px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:175px;left:0;height:103px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }
#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container { background-color: transparent; background-image: none; }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .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); }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container { border-width: 0; border-radius: 0; }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB { background-color:#e31d23;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container { background-color: transparent; background-image: none; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .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); }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container { border-width: 0; border-radius: 0; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;overflow:visible;position:relative;display:block; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container { background-color: transparent; background-image: none; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .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); }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container { border-width: 0; border-radius: 0; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container { font-size:14px;font-family:arial;height:285px;width:1200px;position:relative;display:block; }#W14O5kbtfAP0JUJbduJfFXVhAJh9cKOs { display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:51px;left:0;height:233px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }
#KswydwEJLpkliDfBkTSqC235RT5ffG1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container { background-color: transparent; background-image: none; }#KswydwEJLpkliDfBkTSqC235RT5ffG1c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .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); }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container { border-width: 0; border-radius: 0; }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container { font-size:14px;font-family:arial;height:263px;width:1200px;position:relative;display:block; }#brgDTbGnVUpbzsia7lGGDw25kJ3TZR1s { box-sizing:content-box;color:#1f447b;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:57px;left:570px;display:block; }
#BSQZ9bFfAKqssbIIcdkcT8mCQrJ4J07c { display:block;width:600px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:100005;line-height:2;letter-spacing:0;top:101px;left:300px;height:60px;text-align:center;text-align-last:center;color:#e31d23;font-style:normal;display:block; }#BSQZ9bFfAKqssbIIcdkcT8mCQrJ4J07c li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BSQZ9bFfAKqssbIIcdkcT8mCQrJ4J07c li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#oAcROnLLndouiVRrycCvmnubIOtxlfFn { position:absolute;display:block;z-index:100001;height:50px;width:300px;top:170px;left:450px;display:block; }
#eE5osqV8TaVErCs6rmgrVTs0URukCBQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container { background-color: transparent; background-image: none; }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .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); }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container { border-width: 0; border-radius: 0; }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/780ehuXd/sarnecki_t%C5%82o3.png);background-position:top left;background-repeat:repeat;background-attachment:fixed;position:relative;display:block; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container { background-color: transparent; background-image: none; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .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); }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container { border-width: 0; border-radius: 0; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container { font-size:14px;font-family:arial;height:135px;width:1200px;position:relative;display:block; }#TPbJa3CzTTCpdPy760WgAAJFL2HKgceU { display:block;width:156px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:50px;left:60px;height:45px;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/780ehuXd/sarnecki_t%C5%82o3.png);background-position:top left;background-repeat:repeat;background-attachment:fixed;position:relative;display:block; }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container { background-color: transparent; background-image: none; }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .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); }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container { border-width: 0; border-radius: 0; }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container { font-size:14px;font-family:arial;height:359px;width:1200px;position:relative;display:block; }#QSNLv8oaFzQsuClBzrkmX0xzsTiBw77u { display:block;width:733px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:116px;left:360px;height:143px;font-style:normal;color:#167dc2;text-align:justify;text-align-last:initial;display:block; }
#E67KJalXSdmEUz5SLeSKykcZZJVkqceu { display:block;width:584px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:69px;left:360px;height:23px;font-style:normal;color:#167dc2;display:block; }
#Av5VNTWff2aI94TvVtIeygeuZ8KR4mxH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:311px;width:259px;position:absolute;display:block;z-index:100006;top:0;left:60px;overflow:hidden;display:block; }
#QMDwg1Zv7gbfwAaCbWN09cF7P18VZE0Q { display:block;width:584px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:36px;left:360px;height:33px;font-style:normal;display:block; }
#AULKdzhuiFTm1AFXFk1AxFTNaVX5NaMb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;height:313px;width:818px;position:absolute;display:block;z-index:100007;top:0;left:320px;display:block; }
#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e31d23;background-image:none;position:relative;display:block; }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container { background-color: transparent; background-image: none; }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .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); }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container { border-width: 0; border-radius: 0; }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container { font-size:14px;font-family:arial;height:109px;width:1200px;position:relative;display:block; }#qhAwK1MqOG24Xru8NDhwIDTx6F4IHMFb { display:block;width:1100px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:29px;left:50px;height:53px;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/780ehuXd/sarnecki_t%C5%82o3.png);background-position:top left;background-repeat:repeat;background-attachment:fixed;position:relative;display:block; }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container { background-color: transparent; background-image: none; }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .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); }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container { border-width: 0; border-radius: 0; }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container { font-size:14px;font-family:arial;height:81px;width:1200px;position:relative;display:block; }#PwS5MTeBRdXVykGsNQLu69NN4ZXv6TWr { display:block;width:1100px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:32px;left:50px;height:18px;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 { display:block; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container { width:764px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #seBhJMZW0FNmaRdfubwhkqAG8QAgPhK1 { width:764px;height:39px;top:17px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #AfPwHGFwpfNUlR95LXexc1wwn0g8oBVb { width:761px;height:52px;top:66px;left:1px;font-size:24px;z-index:99981;display:block; }
 }@media only screen and (max-width: 1199px) { #T9S81eFVpM6rZIcSSPr1r3bIhBGsQVDC { width:189px;height:28px;top:386px;left:59.8125px;display:none; }
 }@media only screen and (max-width: 1199px) { #XduQl2S7HcFLrBCbmDeJJuw6lEULIGRA { width:648px;height:60px;top:139px;left:58px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #XBThQJ7eSJ0QRSaVBKkqBimtUJ8GDHmT { width:276px;height:20px;top:291px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Zz2UeBxaRJAQ4xE1btRTeURAHSra1XJM { width:289px;height:40px;top:347px;left:237px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #MfqSQS9VHy385xlbmTlh2szrtMo2QC3m { width:381px;height:25px;top:395px;left:191px;font-size:20px;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #NM7448JspKb5nhhHdQJvapbuPwq200H4 { width:180px;height:25px;top:114.97918701172px;left:197.8125px;display:none; }
 }@media only screen and (max-width: 1199px) { #lkKUTfHstpAVuOFIn5tegnav1vcxRTfr { width:300px;height:50px;top:228px;left:231px;display:block; }
 }@media only screen and (max-width: 1199px) { #pdw4414hVKhw3wbTVKU875at05NU3opf { width:52px;height:49px;top:136px;left:164px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ { display:block; }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 { display:block; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container { width:764px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OQDwJiJvcRzniAwkHw2wzmkw529GvV3K { width:764px;height:154px;top:30px;left:0;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi { display:block; }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vLkyuarMu4mRbI0uI93GuxHMP9qib8av { display:block; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p { display:block; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container { width:764px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wZt8N2sOSBp9OLETOpCDD9kOHd07yGA3 { width:764px;height:39px;top:30px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #GfUVCqIFsS2aWXpBqscmUb0IqHzSRcTN { width:764px;height:23px;top:93px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 { display:block; }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rXPGmmevPvH4WvVffaWBh4xbkLvXSiR0 { width:250px;height:55px;top:0;left:112px;display:block; }
 }@media only screen and (max-width: 1199px) { #OOKwrRmadGQ33oqvK2XmHn6BLvxWLFUr { width:270px;height:106px;top:67px;left:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #LHWNtxJ0bUga6wKKBlyKDzi2SiyhVwd1 { width:80px;height:80px;top:0;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #XZZl9TPflpLoBvSySroVXxp23SpI8UGL { width:50px;height:50px;top:18px;left:28px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #UCwVt0GTJeLM3on70erGMtAHUutNEavg { width:250px;height:55px;top:0;left:514px;display:block; }
 }@media only screen and (max-width: 1199px) { #vfhfH09mFO0sh80NXTMKqSWbaFZOPzX2 { width:250px;height:106px;top:68px;left:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #kfKG6eZDA6S0yTaqvzTq9Cd2e6wymLCe { width:80px;height:80px;top:0;left:402px;display:block; }
 }@media only screen and (max-width: 1199px) { #itHOnFrckPF7OdNf1Xw73ve2iho7akrd { width:50px;height:50px;top:19px;left:420px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX { display:block; }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container { width:764px;height:174px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #htNJGVQWKrTdXIkP5L2WXl3bOBl35MXQ { width:80px;height:80px;top:0;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #TK7ThPELe8nZ0Rp52iSXwr680beM7KcK { width:50px;height:50px;top:18px;left:28px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #AGTefKnJ6qVE6WM9hkx8iX6pDXiSBo77 { width:269px;height:106px;top:67px;left:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #uUb9u8HKZrHKSwn9ZF7TWswyuLBhudWz { width:250px;height:28px;top:0;left:112px;display:block; }
 }@media only screen and (max-width: 1199px) { #E8S0hwwKs206T6xZygy7SEH462b7ffIS { width:250px;height:85px;top:68px;left:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #I9vD5x3C8H1hhpvJQTyzeFcHsi8JO5Vf { width:80px;height:80px;top:0;left:402px;display:block; }
 }@media only screen and (max-width: 1199px) { #dcFblTJ6lQQbBAOwxoIGJsHpzCXUGeA0 { width:50px;height:50px;top:19px;left:420px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #rctIOrfIePgsKt2dGMqAfkOGklsv9sdv { width:250px;height:55px;top:0;left:514px;display:block; }
 }@media only screen and (max-width: 1199px) { #fLhebHJW9irrfzLczrGQASTowsa2i2Cr { display:block; }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r { display:block; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM { display:block; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wkn9CmofMmGXFNHMEtNyG6N35lbuebpL { width:764px;height:39px;top:30px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #vreGCouH3WtQMTnlIBfk9nFsCepN27qN { width:604px;height:190px;top:107px;left:92px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #akhCzsPaw461D7pEnrncylyM02US9a5W { display:block; }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh { display:block; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb { display:block; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container { width:764px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fkzagJQMhFZkRDTFbLhnyaxHzhVRRyA1 { width:764px;height:154px;top:30px;left:0;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #kxT312RpDxT3lMlAPtSEJpcd5uk6GCAo { width:689px;height:75px;top:203px;left:37px;font-size:25px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG { display:block; }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM { display:block; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gNaTrLqaFxhbMMcLSGDs0AKIGf3hQHVn { width:764px;height:428px;top:12px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #keOlyFcSZnG3tbMX0AP97qyKOekqbhFT { display:block; }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zo4had90HbSU60OsNT4Xa3CGIaToFnxT { width:468px;height:88px;top:30px;left:148px;display:block; }
 }@media only screen and (max-width: 1199px) { #OksN3k8GU2gOwoHJGv6r0sd5D0NvgcRb { display:block; }
 }@media only screen and (max-width: 1199px) { #cikcImILTvydbQobN86833KT7WtB5aLR { width:764px;height:154px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #fdsTWAIS7vk4HVztkofDZTvgatmnbXAo { display:block; }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB { display:block; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz { display:block; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container { width:764px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W14O5kbtfAP0JUJbduJfFXVhAJh9cKOs { width:764px;height:154px;top:30px;left:0;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #KswydwEJLpkliDfBkTSqC235RT5ffG1c { display:block; }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container { width:764px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brgDTbGnVUpbzsia7lGGDw25kJ3TZR1s { width:52px;height:49px;top:136px;left:164px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #BSQZ9bFfAKqssbIIcdkcT8mCQrJ4J07c { width:365px;height:60px;top:131px;left:234px;display:block; }
 }@media only screen and (max-width: 1199px) { #oAcROnLLndouiVRrycCvmnubIOtxlfFn { width:300px;height:50px;top:57px;left:231px;display:block; }
 }@media only screen and (max-width: 1199px) { #eE5osqV8TaVErCs6rmgrVTs0URukCBQD { display:block; }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x { display:block; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container { width:764px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TPbJa3CzTTCpdPy760WgAAJFL2HKgceU { width:764px;height:49px;top:30px;left:0;font-size:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE { display:block; }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container { width:764px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QSNLv8oaFzQsuClBzrkmX0xzsTiBw77u { width:479px;height:190px;top:78px;left:259px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #E67KJalXSdmEUz5SLeSKykcZZJVkqceu { width:425px;height:23px;top:44px;left:259px;display:block; }
 }@media only screen and (max-width: 1199px) { #Av5VNTWff2aI94TvVtIeygeuZ8KR4mxH { width:233px;height:280px;top:4px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #QMDwg1Zv7gbfwAaCbWN09cF7P18VZE0Q { width:425px;height:33px;top:10px;left:259px;z-index:100011;display:block; }
 }@media only screen and (max-width: 1199px) { #AULKdzhuiFTm1AFXFk1AxFTNaVX5NaMb { width:530px;height:280px;top:4px;left:233px;display:block; }
 }@media only screen and (max-width: 1199px) { #tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS { display:block; }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qhAwK1MqOG24Xru8NDhwIDTx6F4IHMFb { width:764px;height:60px;top:20px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 { display:block; }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PwS5MTeBRdXVykGsNQLu69NN4ZXv6TWr { width:764px;height:15px;top:20px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 { display:block; }#J5NS66Br7iZ4baV5IeBgktIW9BBmLyW9 > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seBhJMZW0FNmaRdfubwhkqAG8QAgPhK1 { width:320px;height:25px;top:6px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfPwHGFwpfNUlR95LXexc1wwn0g8oBVb { width:320px;height:42px;top:53px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9S81eFVpM6rZIcSSPr1r3bIhBGsQVDC { width:320px;height:68px;top:167px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #XduQl2S7HcFLrBCbmDeJJuw6lEULIGRA { width:305px;height:106px;top:117px;left:0;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBThQJ7eSJ0QRSaVBKkqBimtUJ8GDHmT { width:254px;height:24px;top:306px;left:33px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2UeBxaRJAQ4xE1btRTeURAHSra1XJM { width:320px;height:45px;top:359px;left:0;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfqSQS9VHy385xlbmTlh2szrtMo2QC3m { width:320px;height:25px;top:433px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM7448JspKb5nhhHdQJvapbuPwq200H4 { width:285px;height:41px;top:783px;left:17px;display:none; }
 }@media only screen and (max-width: 763px) { #lkKUTfHstpAVuOFIn5tegnav1vcxRTfr { width:300px;height:50px;top:245px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pdw4414hVKhw3wbTVKU875at05NU3opf { width:60px;height:60px;top:478px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ { display:block; }#ivlTlUO5AIqgLKrTI6Jr13FiPyRHXBIJ > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 { display:block; }#nuX0Gdr0vGvRqQkJIhoDiIcTRbaSL1X8 > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQDwJiJvcRzniAwkHw2wzmkw529GvV3K { width:320px;height:100px;top:20px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi { display:block; }#PuPTeUrd2XTDT1VHuwx2F18nVk70dSwi > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLkyuarMu4mRbI0uI93GuxHMP9qib8av { display:block; }#vLkyuarMu4mRbI0uI93GuxHMP9qib8av > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p { display:block; }#iBWXdTZGaDHXddtXowmwUUIL3w7GsM8p > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZt8N2sOSBp9OLETOpCDD9kOHd07yGA3 { width:320px;height:50px;top:20px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfUVCqIFsS2aWXpBqscmUb0IqHzSRcTN { width:320px;height:20px;top:90px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 { display:block; }#gzdGyinUboTGklUAovBQ7lqiVwO5ZrB9 > .row .container { width:320px;height:478px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXPGmmevPvH4WvVffaWBh4xbkLvXSiR0 { width:271px;height:23px;top:125px;left:23px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OOKwrRmadGQ33oqvK2XmHn6BLvxWLFUr { width:320px;height:85px;top:148px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LHWNtxJ0bUga6wKKBlyKDzi2SiyhVwd1 { width:79px;height:80px;top:30px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #XZZl9TPflpLoBvSySroVXxp23SpI8UGL { width:51px;height:51px;top:48px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UCwVt0GTJeLM3on70erGMtAHUutNEavg { width:320px;height:23px;top:369px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vfhfH09mFO0sh80NXTMKqSWbaFZOPzX2 { width:320px;height:85px;top:393px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kfKG6eZDA6S0yTaqvzTq9Cd2e6wymLCe { width:80px;height:80px;top:273px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #itHOnFrckPF7OdNf1Xw73ve2iho7akrd { width:49px;height:49px;top:291px;left:136px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX { display:block; }#OMWCNB3PE46f4Vrf9Aps3a7QKws6EhfX > .row .container { width:320px;height:449px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htNJGVQWKrTdXIkP5L2WXl3bOBl35MXQ { width:82px;height:79px;top:30px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #TK7ThPELe8nZ0Rp52iSXwr680beM7KcK { width:51px;height:51px;top:45px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AGTefKnJ6qVE6WM9hkx8iX6pDXiSBo77 { width:320px;height:85px;top:150px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uUb9u8HKZrHKSwn9ZF7TWswyuLBhudWz { width:271px;height:23px;top:126px;left:24px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E8S0hwwKs206T6xZygy7SEH462b7ffIS { width:320px;height:64px;top:385px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I9vD5x3C8H1hhpvJQTyzeFcHsi8JO5Vf { width:82px;height:82px;top:265px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #dcFblTJ6lQQbBAOwxoIGJsHpzCXUGeA0 { width:51px;height:51px;top:283px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rctIOrfIePgsKt2dGMqAfkOGklsv9sdv { width:320px;height:23px;top:361px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fLhebHJW9irrfzLczrGQASTowsa2i2Cr { display:block; }#fLhebHJW9irrfzLczrGQASTowsa2i2Cr > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r { display:block; }#Tcihq9D6uVQ2GGLSmfOHs999ENhWRH1r > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM { display:block; }#p3l0XmDHnIM1Xq5z4NeasaKCB89MLVLM > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkn9CmofMmGXFNHMEtNyG6N35lbuebpL { width:320px;height:25px;top:20px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vreGCouH3WtQMTnlIBfk9nFsCepN27qN { width:320px;height:220px;top:65px;left:0;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #akhCzsPaw461D7pEnrncylyM02US9a5W { display:block; }#akhCzsPaw461D7pEnrncylyM02US9a5W > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh { display:block; }#Wgd2u22Z2KECpxfzpfPKbi6ATFLaaDAh > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb { display:block; }#nxUHSaXwUMkJdOHeLra6MWE6fp4BnDQb > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkzagJQMhFZkRDTFbLhnyaxHzhVRRyA1 { width:320px;height:100px;top:20px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxT312RpDxT3lMlAPtSEJpcd5uk6GCAo { width:320px;height:48px;top:140px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG { display:block; }#tJxJUiRDxO91aHscy4SmyE0eh8PcS5BG > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM { display:block; }#gt0QUUUdQEVTFwrm0ZAAkZHm4VZZHfgM > .row .container { width:320px;height:179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNaTrLqaFxhbMMcLSGDs0AKIGf3hQHVn { width:320px;height:178.61386138614px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #keOlyFcSZnG3tbMX0AP97qyKOekqbhFT { display:block; }#keOlyFcSZnG3tbMX0AP97qyKOekqbhFT > .row .container { width:320px;height:228px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo4had90HbSU60OsNT4Xa3CGIaToFnxT { width:304px;height:88px;top:20px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OksN3k8GU2gOwoHJGv6r0sd5D0NvgcRb { display:block; }
 }@media only screen and (max-width: 763px) { #cikcImILTvydbQobN86833KT7WtB5aLR { width:320px;height:100px;top:128px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdsTWAIS7vk4HVztkofDZTvgatmnbXAo { display:block; }#fdsTWAIS7vk4HVztkofDZTvgatmnbXAo > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB { display:block; }#hQDJQOhwNkAGnJ3bbp6yCxlnp6DsQUAB > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz { display:block; }#uHZgCI3lAH5qRUg2wGm8qEFmIDveiJOz > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W14O5kbtfAP0JUJbduJfFXVhAJh9cKOs { width:320px;height:75px;top:20px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KswydwEJLpkliDfBkTSqC235RT5ffG1c { display:block; }#KswydwEJLpkliDfBkTSqC235RT5ffG1c > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brgDTbGnVUpbzsia7lGGDw25kJ3TZR1s { width:60px;height:60px;top:20px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #BSQZ9bFfAKqssbIIcdkcT8mCQrJ4J07c { width:255px;height:40px;top:80px;left:32px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAcROnLLndouiVRrycCvmnubIOtxlfFn { width:300px;height:50px;top:120px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #eE5osqV8TaVErCs6rmgrVTs0URukCBQD { display:block; }#eE5osqV8TaVErCs6rmgrVTs0URukCBQD > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x { display:block; }#UxKUPwFbwI1uuB6ICEKn2y4puch5sc0x > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPbJa3CzTTCpdPy760WgAAJFL2HKgceU { width:320px;height:43px;top:20px;left:0;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE { display:block; }#tBhqa03JZ6rsT0iu3Wd7g2Xf8w6LfPhE > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSNLv8oaFzQsuClBzrkmX0xzsTiBw77u { width:320px;height:285px;top:429px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E67KJalXSdmEUz5SLeSKykcZZJVkqceu { width:320px;height:20px;top:388px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Av5VNTWff2aI94TvVtIeygeuZ8KR4mxH { width:259px;height:311px;top:20px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QMDwg1Zv7gbfwAaCbWN09cF7P18VZE0Q { width:320px;height:25px;top:362px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AULKdzhuiFTm1AFXFk1AxFTNaVX5NaMb { width:320px;height:363px;top:350px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS { display:block; }#tGifJoiB7xW2hFpCW6LuCSD3JSUaToJS > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhAwK1MqOG24Xru8NDhwIDTx6F4IHMFb { width:320px;height:158px;top:20px;left:0;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 { display:block; }#cx7in6v74CTfWPZVCNTsxTrHh2cuqIc4 > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwS5MTeBRdXVykGsNQLu69NN4ZXv6TWr { width:320px;height:35px;top:20px;left:0;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }