.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mFeoIqs3/konferencja_22.11_4.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { background-color: transparent; background-image: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container > .video-iframe-container { display: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row > .video-iframe-container { display: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .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); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { border-width: 0; border-radius: 0; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { font-size:14px;font-family:arial;height:711px;width:1200px;position:relative;display:block; }#rHkkkIoNpsC1WIGVmIAQddkEnskI3Nzu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:160px;top:14px;left:520px;overflow:hidden;display:block; }
#eTHWkBp5dVS0EthsMWSRKpIzux5roGL1 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.58);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:1043px;top:81px;left:78.5px;display:block; }
#qEfwfgqFPt904UlwefGET3B2IxyG9oXk { color:#ffffff;display:block;width:883px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:94px;left:174.5px;height:20px;display:block; }
#q41BOxUvQHXusrLcRJieCiz6APIL6xap { color:#322c60;display:block;width:913px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:132px;left:143.5px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DwwTmrPScpEu555mgiCwLQTc0s66Q2Wu { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:620px;top:321px;left:78.5px;display:block; }
#IUOUck5xcNDV6UyDdlEXDgTyD6sRM4rl { color:#ffffff;display:block;width:262px;position:absolute;font-family:averta;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:329.5px;left:796.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:4.09px;margin-bottom:0px;margin-left:4.09px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:rgba(255,255,255,0.57);padding-top:6.06px;padding-bottom:0px;padding-right:1.02px;padding-left:1.02px;display:block;width:44px;height:29.29px;position:relative;font-family:averta;font-size:24.27px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.57);padding-top:0px;padding-bottom:4.04px;padding-right:1.02px;padding-left:1.02px;display:block;width:44px;height:7.58px;position:relative;font-family:averta;font-size:9.06px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:289px;height:73px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:391.5px;left:778px;z-index:100005;display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #vZ9LdSlW5z6oxDNwwq2HvwU3ELcAzyA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #HAs6zuBSXMskBKorkFxnlTwJoxT2t6Mm { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #T4zNMNLDaiBllPKNOWbkK480adESSoQo { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #m54FK9MBODymVGEXArJcDG030pcXgOZZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #MgHITkTF7qM0zT9zsI439paJZgr1CT1H { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #AMP2O73a2WwoS2TsiTm5eRsN0NuqaQSh { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #fWIovtxrSzvEm4lUeu6ytDynlDafJeJD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #BtptdcoX6T9vPyBZNFzL3kJ2Gx8OI7iw { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #xEC1F3MqDXXksTo2uA0MQZE8kn3y34lt { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #aeiMXSsW66ikvbqi0V8r3791ebDzCpwz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #DFc3KOFCsxFBBLwoKupNJTA9XWdFhtsr { display:block; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #uEWUti4tMoJfkW1RnW0xhDibFRXAT5db { display:block; }
#GS6V6y049UTi25TVALnT5A1mMI9FJPgl { background-color:#e50e0e;background-image:none;background-position:center;background-repeat:no-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:averta;font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312px;height:83px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:477.5px;left:766.5px;display:block; }
#eVcAtdOxw6772yFlAPZBHZbHU7EyK7ot { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#KSh3bzhRLlrDeUzskDmeNzw6O2UDFN9J { color:#ffffff;display:block;width:430px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:677px;left:162.640625px;height:18px;text-align:center;text-align-last:center;display:block; }
#yXa4zE9nExa5Kf3apMDa1JmsGsnq6Nsu { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:484px;width:395px;top:581px;left:727.5px;display:block; }
#EtrH1Xh06pk5MvscnyIgzul8GBrhITpq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:333px;top:611px;left:756px;overflow:hidden;display:block; }
#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { border-width: 0; border-radius: 0; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { font-size:14px;font-family:arial;height:386px;width:1200px;position:relative;display:block; }#KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U { color:#000000;display:block;width:597px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36px;left:82px;height:316px;display:block; }#KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U li:before{  }
#aUiBcWZwZB311PAoTJHwU0D6CHTl4oCR { background-color:#e50e0e;background-image:none;background-position:center;background-repeat:no-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:averta;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312px;height:83px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:235px;left:770.5px;display:block; }
#wkSdcpafeF5Wd3xWDDLiwDHeXbSFmnDC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#g8KEWHkC1VyV0qiL3OUWHeMeW6TzG7AU { color:#ffffff;display:block;width:283px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:116.5px;left:785px;height:108px;text-align:center;text-align-last:center;display:block; }
#TdkQvtQE9THKO7ha1lGyyzL3uZ18J3ou { background-color:transparent;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:397px;height:26px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:327px;left:728px;display:block; }
#bx2ZaTieTLALmGnIRsrWRCZSmIrOhxgB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58585b;background-image:none;position:relative;display:block; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { background-color: transparent; background-image: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container > .video-iframe-container { display: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row > .video-iframe-container { display: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .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); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { border-width: 0; border-radius: 0; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { color:#ffffff;display:block;width:430px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:30.796875px;left:120px;height:18px;display:block; }
#MUsKMIc7xZbwVAbE4KTziiF5i6gEeKQS { background-color:transparent;background-image:none;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:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:26px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:26.796875px;left:872px;display:block; }
#SIkGfQQEvXlx0DT3Bwu8PL5Dq4EkOIga { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#kK2EJDJANGla3LIWVEIeUgHUzzmMD4rR { background-color:transparent;background-image:none;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:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:66px;height:26px;text-decoration:none;z-index:100002;text-align:right;text-align-last:right;top:27px;left:1017px;display:block; }
#gfokoQZOwt55a6ki37axshEw7mQV2Irn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MXKTErNzRiQ688P55EQuzb8x2QIzowm6 { display:block; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHkkkIoNpsC1WIGVmIAQddkEnskI3Nzu { top:14px;left:302px;width:160px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #eTHWkBp5dVS0EthsMWSRKpIzux5roGL1 { top:81px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #qEfwfgqFPt904UlwefGET3B2IxyG9oXk { top:94px;left:0px;width:764px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q41BOxUvQHXusrLcRJieCiz6APIL6xap { top:132px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DwwTmrPScpEu555mgiCwLQTc0s66Q2Wu { top:321px;left:0px;width:620px;height:342px;display:block; }
 }@media only screen and (max-width: 763px) { #IUOUck5xcNDV6UyDdlEXDgTyD6sRM4rl { top:329px;left:502px;width:262px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:4.09px;margin-bottom:0px;margin-left:4.09px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:rgba(255,255,255,0.57);padding-top:6.06px;padding-bottom:0px;padding-right:1.02px;padding-left:1.02px;display:block;width:44px;height:29.29px;position:relative;font-family:averta;font-size:24.27px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.57);padding-top:0px;padding-bottom:4.04px;padding-right:1.02px;padding-left:1.02px;display:block;width:44px;height:7.58px;position:relative;font-family:averta;font-size:9.06px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn { width:289px;height:73px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;top:391px;left:475px;display:block; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #vZ9LdSlW5z6oxDNwwq2HvwU3ELcAzyA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #HAs6zuBSXMskBKorkFxnlTwJoxT2t6Mm {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #T4zNMNLDaiBllPKNOWbkK480adESSoQo {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #m54FK9MBODymVGEXArJcDG030pcXgOZZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #MgHITkTF7qM0zT9zsI439paJZgr1CT1H {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #AMP2O73a2WwoS2TsiTm5eRsN0NuqaQSh {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #fWIovtxrSzvEm4lUeu6ytDynlDafJeJD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #BtptdcoX6T9vPyBZNFzL3kJ2Gx8OI7iw {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #xEC1F3MqDXXksTo2uA0MQZE8kn3y34lt {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #aeiMXSsW66ikvbqi0V8r3791ebDzCpwz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #DFc3KOFCsxFBBLwoKupNJTA9XWdFhtsr {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #uEWUti4tMoJfkW1RnW0xhDibFRXAT5db {  }
 }@media only screen and (max-width: 763px) { #GS6V6y049UTi25TVALnT5A1mMI9FJPgl { width:312px;height:83px;top:477px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #eVcAtdOxw6772yFlAPZBHZbHU7EyK7ot { display:block; }
 }@media only screen and (max-width: 763px) { #KSh3bzhRLlrDeUzskDmeNzw6O2UDFN9J { width:430px;height:18px;top:677px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #yXa4zE9nExa5Kf3apMDa1JmsGsnq6Nsu { top:581px;left:369px;width:395px;height:484px;display:block; }
 }@media only screen and (max-width: 763px) { #EtrH1Xh06pk5MvscnyIgzul8GBrhITpq { top:611px;left:431px;width:333px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U { top:36px;left:0px;width:597px;height:316px;font-size:16px;display:block; }#KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U li:before{  }
 }@media only screen and (max-width: 763px) { #aUiBcWZwZB311PAoTJHwU0D6CHTl4oCR { width:312px;height:83px;top:235px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #wkSdcpafeF5Wd3xWDDLiwDHeXbSFmnDC { display:block; }
 }@media only screen and (max-width: 763px) { #g8KEWHkC1VyV0qiL3OUWHeMeW6TzG7AU { width:283px;height:108px;top:116px;left:481px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TdkQvtQE9THKO7ha1lGyyzL3uZ18J3ou { width:397px;height:26px;top:327px;left:367px;display:block; }
 }@media only screen and (max-width: 763px) { #bx2ZaTieTLALmGnIRsrWRCZSmIrOhxgB { display:block; }
 }@media only screen and (max-width: 763px) { #D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { display:block; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { width:430px;height:18px;top:30px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MUsKMIc7xZbwVAbE4KTziiF5i6gEeKQS { width:142px;height:26px;top:26px;left:622px;display:block; }
 }@media only screen and (max-width: 763px) { #SIkGfQQEvXlx0DT3Bwu8PL5Dq4EkOIga { display:block; }
 }@media only screen and (max-width: 763px) { #kK2EJDJANGla3LIWVEIeUgHUzzmMD4rR { width:66px;height:26px;top:27px;left:698px;display:block; }
 }@media only screen and (max-width: 763px) { #gfokoQZOwt55a6ki37axshEw7mQV2Irn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MXKTErNzRiQ688P55EQuzb8x2QIzowm6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mFeoIqs3/konferencja_22.11_4.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { background-color: transparent; background-image: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.52); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container > .video-iframe-container { display: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.52); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row > .video-iframe-container { display: none; }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .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); }#MXKTErNzRiQ688P55EQuzb8x2QIzowm6 > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHkkkIoNpsC1WIGVmIAQddkEnskI3Nzu { width:99px;height:41px;top:10px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #eTHWkBp5dVS0EthsMWSRKpIzux5roGL1 { width:320px;height:304px;top:0px;left:0px;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #qEfwfgqFPt904UlwefGET3B2IxyG9oXk { width:320px;height:30px;top:72px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q41BOxUvQHXusrLcRJieCiz6APIL6xap { width:320px;height:126px;top:119px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DwwTmrPScpEu555mgiCwLQTc0s66Q2Wu { height:179.5px;width:320px;top:263.25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IUOUck5xcNDV6UyDdlEXDgTyD6sRM4rl { width:300px;height:18px;top:573px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0px;margin-right:3.74px;margin-bottom:0px;margin-left:3.74px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:4.33px;padding-bottom:0px;padding-right:0.75px;padding-left:0.75px;display:block;width:43.41px;height:24.65px;position:relative;font-size:16px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0px;padding-bottom:3.08px;padding-right:0.75px;padding-left:0.75px;display:block;width:43.41px;height:6.75px;position:relative;font-size:8.76px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:240px;height:41px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:611px;left:40px;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #vZ9LdSlW5z6oxDNwwq2HvwU3ELcAzyA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #HAs6zuBSXMskBKorkFxnlTwJoxT2t6Mm {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #T4zNMNLDaiBllPKNOWbkK480adESSoQo {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #m54FK9MBODymVGEXArJcDG030pcXgOZZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #MgHITkTF7qM0zT9zsI439paJZgr1CT1H {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #AMP2O73a2WwoS2TsiTm5eRsN0NuqaQSh {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #fWIovtxrSzvEm4lUeu6ytDynlDafJeJD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #BtptdcoX6T9vPyBZNFzL3kJ2Gx8OI7iw {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #xEC1F3MqDXXksTo2uA0MQZE8kn3y34lt {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #aeiMXSsW66ikvbqi0V8r3791ebDzCpwz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #DFc3KOFCsxFBBLwoKupNJTA9XWdFhtsr {  }
 }@media only screen and (max-width: 763px) { #tcsXfrLJqdihMZ91Uk3nspO5KTugi4Bn #uEWUti4tMoJfkW1RnW0xhDibFRXAT5db {  }
 }@media only screen and (max-width: 763px) { #GS6V6y049UTi25TVALnT5A1mMI9FJPgl { width:312px;height:83px;top:479px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eVcAtdOxw6772yFlAPZBHZbHU7EyK7ot { display:block; }
 }@media only screen and (max-width: 763px) { #KSh3bzhRLlrDeUzskDmeNzw6O2UDFN9J { width:320px;height:11px;top:450.5px;left:0px;font-size:9px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXa4zE9nExa5Kf3apMDa1JmsGsnq6Nsu { width:320px;height:221px;top:712.015625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EtrH1Xh06pk5MvscnyIgzul8GBrhITpq { width:320px;height:177.77777777778px;top:733.640625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { position:relative;z-index:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:320px;height:659px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U { width:320px;height:379px;top:91px;left:0px;font-size:14px;line-height:1.25;display:block; }#KDvRMkdeIvZRdXQJQmP5KJPvWV2qW02U li:before{  }
 }@media only screen and (max-width: 763px) { #aUiBcWZwZB311PAoTJHwU0D6CHTl4oCR { width:312px;height:83px;top:510px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #wkSdcpafeF5Wd3xWDDLiwDHeXbSFmnDC { display:block; }
 }@media only screen and (max-width: 763px) { #g8KEWHkC1VyV0qiL3OUWHeMeW6TzG7AU { width:283px;height:52px;top:18px;left:18.5px;font-size:10px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TdkQvtQE9THKO7ha1lGyyzL3uZ18J3ou { width:304px;height:28px;top:613px;left:8px;font-size:9px;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #bx2ZaTieTLALmGnIRsrWRCZSmIrOhxgB { display:block; }
 }@media only screen and (max-width: 763px) { #D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { display:block; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { width:320px;height:36px;top:20px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUsKMIc7xZbwVAbE4KTziiF5i6gEeKQS { width:142px;height:26px;top:70.987564086914px;left:43.987501144409px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SIkGfQQEvXlx0DT3Bwu8PL5Dq4EkOIga { display:block; }
 }@media only screen and (max-width: 763px) { #kK2EJDJANGla3LIWVEIeUgHUzzmMD4rR { width:66px;height:26px;top:70.987518310547px;left:187.9875087738px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gfokoQZOwt55a6ki37axshEw7mQV2Irn { display:block; }
 }