.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gAotM9zZ/bg_gd_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.adaptive-delivery-prevent-bg, #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.lazyload, #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.lazyloading { background-image: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { background-color: transparent; background-image: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .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); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { border-width: 0; border-radius: 0; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container {  }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(128,0,36,0.77);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.adaptive-delivery-prevent-bg, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyload, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyloading { background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { background-color: transparent; background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .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); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { border-width: 0; border-radius: 0; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container {  }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:9.90625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT.adaptive-delivery-prevent-bg, #sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT.lazyload, #sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT.lazyloading { background-image: none; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container { background-color: transparent; background-image: none; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container > .video-iframe-container { display: none; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row > .video-iframe-container { display: none; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .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); }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container { border-width: 0; border-radius: 0; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row > .video-iframe-container {  }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#e9I67saOo21RQNp31APHvDA8VTGR4ACD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#oTOSwhzzE9J8M6m8el8QPqS6JNN9Ouox { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#besnhuJXzFdFdOPqQB1Il3RZiJJUFmyN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ.adaptive-delivery-prevent-bg, #PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ.lazyload, #PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ.lazyloading { background-image: none; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container { background-color: transparent; background-image: none; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container > .video-iframe-container { display: none; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row > .video-iframe-container { display: none; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .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); }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container { border-width: 0; border-radius: 0; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row > .video-iframe-container {  }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#TXqk2J7N4AonC2gS9aoCTNlIuTzShRIH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#Gp9cWQ0IBIK8HR7iyykWnelU2u0MRV6P { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#x4oV4VMqqJHnJmKAqxQW68rJlasGwXLu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T.adaptive-delivery-prevent-bg, #HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T.lazyload, #HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T.lazyloading { background-image: none; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container { background-color: transparent; background-image: none; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container > .video-iframe-container { display: none; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row > .video-iframe-container { display: none; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .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); }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container { border-width: 0; border-radius: 0; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row > .video-iframe-container {  }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#kxmDFKdWwAkAUfO7fhz6U368SruA4oGg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#kxR5EB6fGSESAJPeX3C1QTmavQ4n2tT9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#zV5PTeuPSCgOXWUGtmVaL4xbyXJZL58C { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#QpTBDywCDrvxymTumwPk21wzctsPCX63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QpTBDywCDrvxymTumwPk21wzctsPCX63.adaptive-delivery-prevent-bg, #QpTBDywCDrvxymTumwPk21wzctsPCX63.lazyload, #QpTBDywCDrvxymTumwPk21wzctsPCX63.lazyloading { background-image: none; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container { background-color: transparent; background-image: none; }#QpTBDywCDrvxymTumwPk21wzctsPCX63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container > .video-iframe-container { display: none; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row > .video-iframe-container { display: none; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .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); }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container { border-width: 0; border-radius: 0; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row > .video-iframe-container {  }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#DN6LKx0qnGENncypAAdSnnrKFBrG7UbR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#BKnM4zFHQ3elxi1bLKS9KdngSU3eWheS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#aroN07WUqRyoMTUCuxPC0WO1IeLH9lVd { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87.adaptive-delivery-prevent-bg, #WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87.lazyload, #WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87.lazyloading { background-image: none; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container { background-color: transparent; background-image: none; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container > .video-iframe-container { display: none; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row > .video-iframe-container { display: none; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .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); }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container { border-width: 0; border-radius: 0; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row > .video-iframe-container {  }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#OR1iRXk6IdF3dlWHBv3OM3iTHTt3Cs0S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#DTRlwyNCbwwJgTN3g2aNfhhI2GSX76HA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#J4SewDqbTqNMyTdEdExlddO8903qL0ii { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq.adaptive-delivery-prevent-bg, #BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq.lazyload, #BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq.lazyloading { background-image: none; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container { background-color: transparent; background-image: none; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container > .video-iframe-container { display: none; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row > .video-iframe-container { display: none; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .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); }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container { border-width: 0; border-radius: 0; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row > .video-iframe-container {  }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#wcOTDksJTQbVsDpZKgKXOvz5q8aToGr7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#dbFvuGOyOgmnJzsOvnSu3uB5MdtbP66S { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#PHq9nszUnIh8wkWP18cTkTM0sBFnfX2O { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy.adaptive-delivery-prevent-bg, #PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy.lazyload, #PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy.lazyloading { background-image: none; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container { background-color: transparent; background-image: none; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container > .video-iframe-container { display: none; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row > .video-iframe-container { display: none; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .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); }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container { border-width: 0; border-radius: 0; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row > .video-iframe-container {  }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#U17xSPGPBtXwzXKHpHW7LQkxDh8PTT7T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#wyns1znMHel3TtUTmc6gP4G55TAT9mmr { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Tcs1SfUuASxOJ276TObF0eh4P46rEfLG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH.adaptive-delivery-prevent-bg, #WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH.lazyload, #WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH.lazyloading { background-image: none; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container { background-color: transparent; background-image: none; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container > .video-iframe-container { display: none; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row > .video-iframe-container { display: none; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .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); }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container { border-width: 0; border-radius: 0; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row > .video-iframe-container {  }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#c19IKL27ok3iR1xtLHF5wL7TRXhWC4nv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#zbJNus66sK8xeNbK3WbTmvpICzdCF1QH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#HmWDOPdUZSKg7EHsvR24eNpZITgn5bBg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C.adaptive-delivery-prevent-bg, #wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C.lazyload, #wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C.lazyloading { background-image: none; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container { background-color: transparent; background-image: none; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container > .video-iframe-container { display: none; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row > .video-iframe-container { display: none; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .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); }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container { border-width: 0; border-radius: 0; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row > .video-iframe-container {  }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#IqVRSW6G819euRclpxGTsAfsEOuRCWP0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#LOIabuSWgiIttc1ebR8Qyyw3LWrMpfwZ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#hX1IWtwe1cVfh0EnaeJ007cMGwSXvFTo { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3.adaptive-delivery-prevent-bg, #uoFmaclBwZcT43bERT7XhOGl5tNCyyN3.lazyload, #uoFmaclBwZcT43bERT7XhOGl5tNCyyN3.lazyloading { background-image: none; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container { background-color: transparent; background-image: none; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container > .video-iframe-container { display: none; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row > .video-iframe-container { display: none; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .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); }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container { border-width: 0; border-radius: 0; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row > .video-iframe-container {  }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#diZdWWG0Aa6m57Nk2b4auuMGMiH9OFC7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#C9NO6CKbIrC4Du8wBXDtebBDlEpPwccB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#lqZCTs0uvgqcwvTRyBLBmLT8AyHDtZVs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR.adaptive-delivery-prevent-bg, #fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR.lazyload, #fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR.lazyloading { background-image: none; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container { background-color: transparent; background-image: none; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container > .video-iframe-container { display: none; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row > .video-iframe-container { display: none; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .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); }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container { border-width: 0; border-radius: 0; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row > .video-iframe-container {  }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#xrCN7etWZGuUZWvZpidEIWdlGovCyPtS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#g6O9Dy3Q5gLDUQ2g1d6T5buWaOxErbwf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#m1Axm7TTKCleBWQiTLJB4AA86ecVK55t { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ.adaptive-delivery-prevent-bg, #cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ.lazyload, #cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ.lazyloading { background-image: none; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container { background-color: transparent; background-image: none; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container > .video-iframe-container { display: none; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row > .video-iframe-container { display: none; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .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); }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container { border-width: 0; border-radius: 0; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row > .video-iframe-container {  }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#T8XrkqBVRU2zRfeTAXzhq1XrkTKoS9Tc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#wlEmzGLa1VieltThzVGLnKOoygufqJkw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#ywDeZnEi8vphHHnKsrHPAxwotEhq8Nes { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa.adaptive-delivery-prevent-bg, #kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa.lazyload, #kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa.lazyloading { background-image: none; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container { background-color: transparent; background-image: none; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container > .video-iframe-container { display: none; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row > .video-iframe-container { display: none; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .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); }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container { border-width: 0; border-radius: 0; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row > .video-iframe-container {  }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#FC71S2QvuNSc8aatQqoqQzOFWuizVQWd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#aNRtJB4CbPmMzIPbhMTbTDunbrnFxTfp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#cHUTs9OFgsMPgyZph0WTPsOobXi4cTkP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD.adaptive-delivery-prevent-bg, #ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD.lazyload, #ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD.lazyloading { background-image: none; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container { background-color: transparent; background-image: none; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container > .video-iframe-container { display: none; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row > .video-iframe-container { display: none; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .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); }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container { border-width: 0; border-radius: 0; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row > .video-iframe-container {  }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#R4P3bNAB8257kwshHvhwPQHO4xS64GDr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#RtxOZHRFhLsQulNo4irXTJ4FTFqOmFB0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#SfemUws0P3RZJQuxa9PqlFmuTpwaMHxM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP.adaptive-delivery-prevent-bg, #atD89Q5CaD0d3E387JwOaKf33Nhx7kFP.lazyload, #atD89Q5CaD0d3E387JwOaKf33Nhx7kFP.lazyloading { background-image: none; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container { background-color: transparent; background-image: none; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container > .video-iframe-container { display: none; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row > .video-iframe-container { display: none; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .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); }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container { border-width: 0; border-radius: 0; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row > .video-iframe-container {  }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Sh0bfTE0Wqr9vr5koecFZNXThPQiu4A4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#gChThvuT3bB90pTPCBaGD4I3ERPcdhvb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#nuVUngGmROLJL0J1gmLzKMcaB0Bc5INs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60.adaptive-delivery-prevent-bg, #rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60.lazyload, #rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60.lazyloading { background-image: none; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container { background-color: transparent; background-image: none; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container > .video-iframe-container { display: none; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row > .video-iframe-container { display: none; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .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); }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container { border-width: 0; border-radius: 0; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row > .video-iframe-container {  }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#WClmd8Ipb98U2TFmTiWudEMkPMy0hksp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#kx7xxJGCiepUoLPH6GBehzlv3wyVZG2L { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#TGHOuyH2bdKhQWuguyx9TdQz3dKAZcZM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN.adaptive-delivery-prevent-bg, #OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN.lazyload, #OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN.lazyloading { background-image: none; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container { background-color: transparent; background-image: none; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container > .video-iframe-container { display: none; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row > .video-iframe-container { display: none; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .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); }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container { border-width: 0; border-radius: 0; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row > .video-iframe-container {  }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#UBC8zqkIv77k3f3Cc2JJAIVBMGfxfsac { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#e8nVZgaVmRHmieATGylFdqtumiTv621W { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#l2Z8BD98hsulHTU06SQa93VrUhl26Bs3 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#qZC6huPranQABEbO8zmUpERFGOiPd8OQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ.adaptive-delivery-prevent-bg, #qZC6huPranQABEbO8zmUpERFGOiPd8OQ.lazyload, #qZC6huPranQABEbO8zmUpERFGOiPd8OQ.lazyloading { background-image: none; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container { background-color: transparent; background-image: none; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container > .video-iframe-container { display: none; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row > .video-iframe-container { display: none; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .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); }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container { border-width: 0; border-radius: 0; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row > .video-iframe-container {  }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#KzMhT3JPMbJokstlQezCCnWElI4CEmWi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#eAZrIrurrBnypsZx42s2iog2MzLhmvWq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#pNy5w4duyU89aDVrO5pa3uqAL0HsJEwR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ.adaptive-delivery-prevent-bg, #J6so6lVbWcSCFB420Rnc64B805Z0OTTQ.lazyload, #J6so6lVbWcSCFB420Rnc64B805Z0OTTQ.lazyloading { background-image: none; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container { background-color: transparent; background-image: none; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container > .video-iframe-container { display: none; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row > .video-iframe-container { display: none; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .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); }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container { border-width: 0; border-radius: 0; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row > .video-iframe-container {  }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#czbnE1plSuFeODm1RP9VBlnW4TDEIdgV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#knZ6GDL0mCWdITaIZoiNqIIHTdKPMCBD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#cwrro9O3tIBpWhc37O2AOr5qKXwJnFuS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf.adaptive-delivery-prevent-bg, #HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf.lazyload, #HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf.lazyloading { background-image: none; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container { background-color: transparent; background-image: none; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container > .video-iframe-container { display: none; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row > .video-iframe-container { display: none; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .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); }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container { border-width: 0; border-radius: 0; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row > .video-iframe-container {  }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#TTD1AGldZcdkfdG7ACQHBQKkQT2PLVlF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#X72M0UDxvMRqa6qoJ9UhIWkWdQ9LMhbm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#bQmdEAL3grRsKWSmro9FviayBIWFlTfR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW.adaptive-delivery-prevent-bg, #ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW.lazyload, #ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW.lazyloading { background-image: none; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container { background-color: transparent; background-image: none; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container > .video-iframe-container { display: none; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row > .video-iframe-container { display: none; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .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); }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container { border-width: 0; border-radius: 0; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row > .video-iframe-container {  }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#VHfdSvLgTTfuPVnOyDRS4B7TnPuRQLJ6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#XzJV4LEa1fIAFd6b6st4VUtwoTOFBAaT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#uSEAycIpuCxTLGvl95XJGxSTs1rgClGa { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR.adaptive-delivery-prevent-bg, #PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR.lazyload, #PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR.lazyloading { background-image: none; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container { background-color: transparent; background-image: none; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container > .video-iframe-container { display: none; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row > .video-iframe-container { display: none; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .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); }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container { border-width: 0; border-radius: 0; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row > .video-iframe-container {  }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#dyL9qaP1T8QmneO34eVRGpQcaoK5O2uh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#udsyvmmdhxFCA7asyfNg8UEvT2Fbycwy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#xp49L7So1kMQcVfqh4tSnL6gET8vdwsU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb.adaptive-delivery-prevent-bg, #e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb.lazyload, #e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb.lazyloading { background-image: none; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container { background-color: transparent; background-image: none; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container > .video-iframe-container { display: none; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row > .video-iframe-container { display: none; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .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); }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container { border-width: 0; border-radius: 0; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row > .video-iframe-container {  }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#aeC99olpng4FObBDalF1z7cDz646pHsD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#UgmzWBwGybeTgB5RUUzx3bADGaq9mZLo { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#mAMoc6BuKxlOSCkoTdc8VkRWdbqBW5Tk { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566.adaptive-delivery-prevent-bg, #UhH4BWTMWZu0KZwIU1QdaSr82yGe1566.lazyload, #UhH4BWTMWZu0KZwIU1QdaSr82yGe1566.lazyloading { background-image: none; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container { background-color: transparent; background-image: none; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container > .video-iframe-container { display: none; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row > .video-iframe-container { display: none; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .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); }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container { border-width: 0; border-radius: 0; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row > .video-iframe-container {  }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#TKlX3BpFKs9Zf9nLUZv7TiL4wXM2A2G8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#R0A6yvvpOAIXTd5oCi5rqcu0DZM3l3Q1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#eFskiBvuP4NwQXb2LIvPLTpidTNRQnWM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt.adaptive-delivery-prevent-bg, #ZswBSobvgttzrFxGF63L3gF0gpWqpIFt.lazyload, #ZswBSobvgttzrFxGF63L3gF0gpWqpIFt.lazyloading { background-image: none; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container { background-color: transparent; background-image: none; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container > .video-iframe-container { display: none; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row > .video-iframe-container { display: none; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .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); }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container { border-width: 0; border-radius: 0; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row > .video-iframe-container {  }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#i5suCRVUIRMsXwfGF291Ly5J8ZkXPNPB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#nNnf2cc7LND03Eh9l3Q5JezvFFhFdoHw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#vgIwfATf7fofsrVPkKVVrsG7dXzk0aIQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc.adaptive-delivery-prevent-bg, #TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc.lazyload, #TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc.lazyloading { background-image: none; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container { background-color: transparent; background-image: none; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container > .video-iframe-container { display: none; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row > .video-iframe-container { display: none; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .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); }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container { border-width: 0; border-radius: 0; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row > .video-iframe-container {  }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#K45RGexmEZ6o3AkAiyeVoAWHapDPVIDB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#gPeduGua0908JxO7wctkDQ3dDONS3na0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#XpDt1bA0xXEaKOiC09PUqDebOTBa0Zdx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#VcylroPgVM3OOn70RhxpcsST4vxg0QnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT.adaptive-delivery-prevent-bg, #VcylroPgVM3OOn70RhxpcsST4vxg0QnT.lazyload, #VcylroPgVM3OOn70RhxpcsST4vxg0QnT.lazyloading { background-image: none; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container { background-color: transparent; background-image: none; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container > .video-iframe-container { display: none; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row > .video-iframe-container { display: none; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .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); }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container { border-width: 0; border-radius: 0; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row > .video-iframe-container {  }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Z6c5XOuUxFdk1yFvbxBwEyodNHdGSgWf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#M9GJg08A3CvXsin5QMcZEAfxhD9DMhS2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#oPHnlf0AdqKJWgWVRUT5XTxviMbgKQet { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU.adaptive-delivery-prevent-bg, #iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU.lazyload, #iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU.lazyloading { background-image: none; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container { background-color: transparent; background-image: none; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container > .video-iframe-container { display: none; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row > .video-iframe-container { display: none; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .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); }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container { border-width: 0; border-radius: 0; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row > .video-iframe-container {  }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#ZIuy7pnUunxKKVu5dwEKlaaWX3UqeU1m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#hUWUocWehGO14QsbZto7hZT3RlUsQ0ck { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#fTzDptz0gDNQoENX0ckbJXAdEDRW5OSU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u.adaptive-delivery-prevent-bg, #SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u.lazyload, #SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u.lazyloading { background-image: none; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container { background-color: transparent; background-image: none; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container > .video-iframe-container { display: none; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row > .video-iframe-container { display: none; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .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); }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container { border-width: 0; border-radius: 0; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row > .video-iframe-container {  }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Svsg5wBt9lsGSwfrX948ktQXx2NNTC1A { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#Jn6iOqkqUeesTobQck9QbzPo8URhmlcL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Z4CTQ4ExU81VVvIrIQDM7nU5THpBCmM5 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn.adaptive-delivery-prevent-bg, #u9FTOXqSroM3dgoRGTutOyORlHiAaDIn.lazyload, #u9FTOXqSroM3dgoRGTutOyORlHiAaDIn.lazyloading { background-image: none; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container { background-color: transparent; background-image: none; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container > .video-iframe-container { display: none; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row > .video-iframe-container { display: none; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .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); }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container { border-width: 0; border-radius: 0; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row > .video-iframe-container {  }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#aF5SJTQJiDq2ImkC4ZlCgJTx59v5TICe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#D1BHEJkkxpNOrbCR7bDbRTbPael6OnIA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Th4l2BVuTOidmXlLeCk0cQ4po2eJmv6w { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ.adaptive-delivery-prevent-bg, #nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ.lazyload, #nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ.lazyloading { background-image: none; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container { background-color: transparent; background-image: none; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container > .video-iframe-container { display: none; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row > .video-iframe-container { display: none; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .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); }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container { border-width: 0; border-radius: 0; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row > .video-iframe-container {  }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#b2cv0Js98m3DofqJfdiwoFTc7CPyMD9q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#Xa6anX4Ay2UwA90sRedJT9TqmVD0mP6a { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#y56VTWEEJ9qrpSEOtAHqJKUD41ignKKu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9.adaptive-delivery-prevent-bg, #skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9.lazyload, #skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9.lazyloading { background-image: none; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container { background-color: transparent; background-image: none; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container > .video-iframe-container { display: none; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row > .video-iframe-container { display: none; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .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); }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container { border-width: 0; border-radius: 0; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row > .video-iframe-container {  }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#zzQIRP9uVUXNNGkDm6uscT8ZsUo8sl5H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#DXEWMUPi73SzLfHwbW1pNypTAEIS6yI1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Re4lTFoiWbJys8daDWF5iG8sQcaWrTBp { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo.adaptive-delivery-prevent-bg, #ehJM85o1K862qNkbgNmuwCTG2gUeHHoo.lazyload, #ehJM85o1K862qNkbgNmuwCTG2gUeHHoo.lazyloading { background-image: none; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container { background-color: transparent; background-image: none; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container > .video-iframe-container { display: none; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row > .video-iframe-container { display: none; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .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); }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container { border-width: 0; border-radius: 0; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row > .video-iframe-container {  }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#WMXgXDf8HKSOU493u0FhC5HJvVnl7OIX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#kdcNMyycoNlvK61viQwKtAKcOCI2S2lg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#gAp3F4n0IaszW3QmdABFT5lIOcFlovDl { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ.adaptive-delivery-prevent-bg, #WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ.lazyload, #WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ.lazyloading { background-image: none; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container { background-color: transparent; background-image: none; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container > .video-iframe-container { display: none; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row > .video-iframe-container { display: none; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .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); }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container { border-width: 0; border-radius: 0; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row > .video-iframe-container {  }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#TIoaafK0cCX19ffRfVDTMfzkVDs7n2Vo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#UOwdaWKgS5pmHJtiTwCgtSNITH4JJrJf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#ul2yALMxXq0gwHahJSl43q9UK0qqmt50 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX.adaptive-delivery-prevent-bg, #I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX.lazyload, #I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX.lazyloading { background-image: none; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container { background-color: transparent; background-image: none; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container > .video-iframe-container { display: none; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row > .video-iframe-container { display: none; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .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); }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container { border-width: 0; border-radius: 0; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row > .video-iframe-container {  }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#rXE9X26b1UPWzs7pTtXKED8ntr4uLzuf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#kGbmrZ4fNAoxF4Jt04JThkNIiiRUOLpD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Jzld1inF5B1JPtLmzJEZuogZxr82rGX5 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#k2UvB38BTC153sq57dpw5g0g2ot2GsJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe.adaptive-delivery-prevent-bg, #k2UvB38BTC153sq57dpw5g0g2ot2GsJe.lazyload, #k2UvB38BTC153sq57dpw5g0g2ot2GsJe.lazyloading { background-image: none; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container { background-color: transparent; background-image: none; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container > .video-iframe-container { display: none; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row > .video-iframe-container { display: none; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .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); }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container { border-width: 0; border-radius: 0; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row > .video-iframe-container {  }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#HOoDyh86HWP9kQJWrssLyXzpdOslGZ8w { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#cKTqqJIGaLgKBQRAZat4o5Roy9ZA66JR { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#giF0tRbSFc19G1k6E3UxQ8mnyRQGX2yL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ.adaptive-delivery-prevent-bg, #d0hG70HZlETWaUd39bP4PNDzGnUCArGJ.lazyload, #d0hG70HZlETWaUd39bP4PNDzGnUCArGJ.lazyloading { background-image: none; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container { background-color: transparent; background-image: none; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container > .video-iframe-container { display: none; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row > .video-iframe-container { display: none; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .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); }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container { border-width: 0; border-radius: 0; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row > .video-iframe-container {  }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#my9bthG23Zbt4ZKDC0C2wJwXSb1l7uUx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#tE3PsKAgqHuVlGxOvA0pQxMsZ102kUTJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#lQmyoXynIxwFgfchq7I2MyHXUEmWiAi2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck.adaptive-delivery-prevent-bg, #fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck.lazyload, #fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck.lazyloading { background-image: none; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container { background-color: transparent; background-image: none; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container > .video-iframe-container { display: none; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row > .video-iframe-container { display: none; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .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); }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container { border-width: 0; border-radius: 0; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row > .video-iframe-container {  }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#tBRlqs8xRlIO3UKbJ00aduxpAOxCMLuT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#zzgoBTndJw2uZFDcl5JTonMZcUF8TADe { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#ttTeOiqi9fB4d5RXEF1Jr9shaTXQ5w9c { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h.adaptive-delivery-prevent-bg, #QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h.lazyload, #QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h.lazyloading { background-image: none; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container { background-color: transparent; background-image: none; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container > .video-iframe-container { display: none; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row > .video-iframe-container { display: none; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .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); }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container { border-width: 0; border-radius: 0; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row > .video-iframe-container {  }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#cfQglcyb1q9FsDF2IqSzeqsh7G4itDin { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#H9pHQdtPR3M0NSDwNKOWkQW8Z8bwdhkK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Xlp4uWoeyACMpvm91rhV8S6gBz19oee1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC.adaptive-delivery-prevent-bg, #gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC.lazyload, #gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC.lazyloading { background-image: none; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container { background-color: transparent; background-image: none; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container > .video-iframe-container { display: none; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row > .video-iframe-container { display: none; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .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); }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container { border-width: 0; border-radius: 0; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row > .video-iframe-container {  }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#akZLsia4yQ5pzS8d6iw4dInHmpL5hfSw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#eKbfzGIR4WH0Tfnre0C6ziVVIn38hTvJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#FB9PZq26VFZK6Ny446z3ZVliMIyqi1eT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm.adaptive-delivery-prevent-bg, #Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm.lazyload, #Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm.lazyloading { background-image: none; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container { background-color: transparent; background-image: none; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container > .video-iframe-container { display: none; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row > .video-iframe-container { display: none; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .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); }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container { border-width: 0; border-radius: 0; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row > .video-iframe-container {  }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#sAfcqpi6U1sf2QLCUdQK64THSGNCl7AT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#XJoL5PtoCvQVngizJZv6Ho16ovNilcI5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Tygvs1sJPTIFBaIUCnKLnERX14dJmnyB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L.adaptive-delivery-prevent-bg, #oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L.lazyload, #oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L.lazyloading { background-image: none; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container { background-color: transparent; background-image: none; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container > .video-iframe-container { display: none; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row > .video-iframe-container { display: none; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .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); }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container { border-width: 0; border-radius: 0; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row > .video-iframe-container {  }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#vihx6gIPXUMpTZCVmEQbddnycKckLBaN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#Px7CCJdZWX8Upxdwf0oc7953J86opogA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#FwNUlgIAlSiUsRRXk8Zw2DDwBfnxhfQz { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ.adaptive-delivery-prevent-bg, #FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ.lazyload, #FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ.lazyloading { background-image: none; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container { background-color: transparent; background-image: none; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container > .video-iframe-container { display: none; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row > .video-iframe-container { display: none; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .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); }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container { border-width: 0; border-radius: 0; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row > .video-iframe-container {  }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#hEuWQ37UkbHoMRmghBohiG8X2QwEn751 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#qCIAuT124UUBUOAKGSN0SibOudpSLpb8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#fxgAAM5hrQbL3CDymt3qPaapapeLwBWU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC.adaptive-delivery-prevent-bg, #fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC.lazyload, #fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC.lazyloading { background-image: none; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container { background-color: transparent; background-image: none; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container > .video-iframe-container { display: none; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row > .video-iframe-container { display: none; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .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); }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container { border-width: 0; border-radius: 0; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row > .video-iframe-container {  }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#UHSHKqoKdHfe8b3sTKIuu8HdHQ40Ef52 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#yz4hs7G9TzJRzgcy31VT6APJSsuppl8q { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#WKANg2AN6SX1hQAh6a0plywTsKT3hIco { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ.adaptive-delivery-prevent-bg, #nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ.lazyload, #nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ.lazyloading { background-image: none; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container { background-color: transparent; background-image: none; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container > .video-iframe-container { display: none; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row > .video-iframe-container { display: none; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .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); }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container { border-width: 0; border-radius: 0; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row > .video-iframe-container {  }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#s8C2JuJ1h3nSmey5PAcM9bnAMWVLJlIO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#u7V72QxDCwBbxqnuzSw1QZsP144wNBFb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#Gq1GN4oVLWk1TsIvUTTTi2SveIg2PsGZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#XaPcmUDHODF8MML7vp6luOcfikFJKhOy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy.adaptive-delivery-prevent-bg, #XaPcmUDHODF8MML7vp6luOcfikFJKhOy.lazyload, #XaPcmUDHODF8MML7vp6luOcfikFJKhOy.lazyloading { background-image: none; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container { background-color: transparent; background-image: none; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container > .video-iframe-container { display: none; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row > .video-iframe-container { display: none; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .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); }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container { border-width: 0; border-radius: 0; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row > .video-iframe-container {  }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#fOQOfc9Uw424dkmIRUy6vL41N9i4HAgh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#C9cKalxSJA5mViacsxhU1NntLUxTQarJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#G7X7SVeM9RL5mFxE0Ke27o1aGA6oPwNB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu.adaptive-delivery-prevent-bg, #daTmTTCzrh67V0b5QzTfvWOfduKxBkIu.lazyload, #daTmTTCzrh67V0b5QzTfvWOfduKxBkIu.lazyloading { background-image: none; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container { background-color: transparent; background-image: none; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container > .video-iframe-container { display: none; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row > .video-iframe-container { display: none; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .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); }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container { border-width: 0; border-radius: 0; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row > .video-iframe-container {  }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#d4vZougmm0C13qiyvbJtrTlmTcH7wMTd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#UerEvOXRLitdFc7QT4zR4cVvbKGyf5Dm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#cb9lEfSr6v0MUlHPcPVO3n3QZXB7Vzmy { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y.adaptive-delivery-prevent-bg, #uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y.lazyload, #uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y.lazyloading { background-image: none; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container { background-color: transparent; background-image: none; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container > .video-iframe-container { display: none; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row > .video-iframe-container { display: none; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .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); }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container { border-width: 0; border-radius: 0; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row > .video-iframe-container {  }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#kle2DW38TBMQUU2kXCTQy1DXesoTOUu1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#i7lUegWwkhhFX3B0FrcprPhnLRJw6NeW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.15625rem;left:21.9375rem;overflow:hidden;display:block; }
#ELJ5wFoG0FL6f49TM5pGtqmJarzl2Paw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:16.125rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { top:2.9375rem;left:3.78125rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT { display:block; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9I67saOo21RQNp31APHvDA8VTGR4ACD { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTOSwhzzE9J8M6m8el8QPqS6JNN9Ouox { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besnhuJXzFdFdOPqQB1Il3RZiJJUFmyN { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ { display:block; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXqk2J7N4AonC2gS9aoCTNlIuTzShRIH { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9cWQ0IBIK8HR7iyykWnelU2u0MRV6P { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4oV4VMqqJHnJmKAqxQW68rJlasGwXLu { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T { display:block; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxmDFKdWwAkAUfO7fhz6U368SruA4oGg { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxR5EB6fGSESAJPeX3C1QTmavQ4n2tT9 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5PTeuPSCgOXWUGtmVaL4xbyXJZL58C { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTBDywCDrvxymTumwPk21wzctsPCX63 { display:block; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN6LKx0qnGENncypAAdSnnrKFBrG7UbR { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKnM4zFHQ3elxi1bLKS9KdngSU3eWheS { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aroN07WUqRyoMTUCuxPC0WO1IeLH9lVd { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 { display:block; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR1iRXk6IdF3dlWHBv3OM3iTHTt3Cs0S { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRlwyNCbwwJgTN3g2aNfhhI2GSX76HA { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4SewDqbTqNMyTdEdExlddO8903qL0ii { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq { display:block; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcOTDksJTQbVsDpZKgKXOvz5q8aToGr7 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFvuGOyOgmnJzsOvnSu3uB5MdtbP66S { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHq9nszUnIh8wkWP18cTkTM0sBFnfX2O { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy { display:block; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U17xSPGPBtXwzXKHpHW7LQkxDh8PTT7T { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyns1znMHel3TtUTmc6gP4G55TAT9mmr { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcs1SfUuASxOJ276TObF0eh4P46rEfLG { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH { display:block; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c19IKL27ok3iR1xtLHF5wL7TRXhWC4nv { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJNus66sK8xeNbK3WbTmvpICzdCF1QH { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWDOPdUZSKg7EHsvR24eNpZITgn5bBg { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C { display:block; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqVRSW6G819euRclpxGTsAfsEOuRCWP0 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIabuSWgiIttc1ebR8Qyyw3LWrMpfwZ { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1IWtwe1cVfh0EnaeJ007cMGwSXvFTo { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 { display:block; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diZdWWG0Aa6m57Nk2b4auuMGMiH9OFC7 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9NO6CKbIrC4Du8wBXDtebBDlEpPwccB { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqZCTs0uvgqcwvTRyBLBmLT8AyHDtZVs { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR { display:block; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrCN7etWZGuUZWvZpidEIWdlGovCyPtS { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6O9Dy3Q5gLDUQ2g1d6T5buWaOxErbwf { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Axm7TTKCleBWQiTLJB4AA86ecVK55t { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ { display:block; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8XrkqBVRU2zRfeTAXzhq1XrkTKoS9Tc { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlEmzGLa1VieltThzVGLnKOoygufqJkw { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDeZnEi8vphHHnKsrHPAxwotEhq8Nes { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa { display:block; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FC71S2QvuNSc8aatQqoqQzOFWuizVQWd { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNRtJB4CbPmMzIPbhMTbTDunbrnFxTfp { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHUTs9OFgsMPgyZph0WTPsOobXi4cTkP { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD { display:block; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4P3bNAB8257kwshHvhwPQHO4xS64GDr { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtxOZHRFhLsQulNo4irXTJ4FTFqOmFB0 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfemUws0P3RZJQuxa9PqlFmuTpwaMHxM { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atD89Q5CaD0d3E387JwOaKf33Nhx7kFP { display:block; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh0bfTE0Wqr9vr5koecFZNXThPQiu4A4 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChThvuT3bB90pTPCBaGD4I3ERPcdhvb { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuVUngGmROLJL0J1gmLzKMcaB0Bc5INs { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 { display:block; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WClmd8Ipb98U2TFmTiWudEMkPMy0hksp { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7xxJGCiepUoLPH6GBehzlv3wyVZG2L { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHOuyH2bdKhQWuguyx9TdQz3dKAZcZM { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN { display:block; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBC8zqkIv77k3f3Cc2JJAIVBMGfxfsac { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nVZgaVmRHmieATGylFdqtumiTv621W { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Z8BD98hsulHTU06SQa93VrUhl26Bs3 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZC6huPranQABEbO8zmUpERFGOiPd8OQ { display:block; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzMhT3JPMbJokstlQezCCnWElI4CEmWi { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZrIrurrBnypsZx42s2iog2MzLhmvWq { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNy5w4duyU89aDVrO5pa3uqAL0HsJEwR { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6so6lVbWcSCFB420Rnc64B805Z0OTTQ { display:block; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czbnE1plSuFeODm1RP9VBlnW4TDEIdgV { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knZ6GDL0mCWdITaIZoiNqIIHTdKPMCBD { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwrro9O3tIBpWhc37O2AOr5qKXwJnFuS { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf { display:block; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTD1AGldZcdkfdG7ACQHBQKkQT2PLVlF { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72M0UDxvMRqa6qoJ9UhIWkWdQ9LMhbm { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmdEAL3grRsKWSmro9FviayBIWFlTfR { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW { display:block; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHfdSvLgTTfuPVnOyDRS4B7TnPuRQLJ6 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJV4LEa1fIAFd6b6st4VUtwoTOFBAaT { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEAycIpuCxTLGvl95XJGxSTs1rgClGa { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR { display:block; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyL9qaP1T8QmneO34eVRGpQcaoK5O2uh { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udsyvmmdhxFCA7asyfNg8UEvT2Fbycwy { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp49L7So1kMQcVfqh4tSnL6gET8vdwsU { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb { display:block; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeC99olpng4FObBDalF1z7cDz646pHsD { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgmzWBwGybeTgB5RUUzx3bADGaq9mZLo { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAMoc6BuKxlOSCkoTdc8VkRWdbqBW5Tk { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 { display:block; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKlX3BpFKs9Zf9nLUZv7TiL4wXM2A2G8 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0A6yvvpOAIXTd5oCi5rqcu0DZM3l3Q1 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFskiBvuP4NwQXb2LIvPLTpidTNRQnWM { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZswBSobvgttzrFxGF63L3gF0gpWqpIFt { display:block; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5suCRVUIRMsXwfGF291Ly5J8ZkXPNPB { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnf2cc7LND03Eh9l3Q5JezvFFhFdoHw { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIwfATf7fofsrVPkKVVrsG7dXzk0aIQ { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc { display:block; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K45RGexmEZ6o3AkAiyeVoAWHapDPVIDB { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPeduGua0908JxO7wctkDQ3dDONS3na0 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpDt1bA0xXEaKOiC09PUqDebOTBa0Zdx { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcylroPgVM3OOn70RhxpcsST4vxg0QnT { display:block; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6c5XOuUxFdk1yFvbxBwEyodNHdGSgWf { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9GJg08A3CvXsin5QMcZEAfxhD9DMhS2 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHnlf0AdqKJWgWVRUT5XTxviMbgKQet { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU { display:block; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIuy7pnUunxKKVu5dwEKlaaWX3UqeU1m { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWUocWehGO14QsbZto7hZT3RlUsQ0ck { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzDptz0gDNQoENX0ckbJXAdEDRW5OSU { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u { display:block; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svsg5wBt9lsGSwfrX948ktQXx2NNTC1A { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn6iOqkqUeesTobQck9QbzPo8URhmlcL { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4CTQ4ExU81VVvIrIQDM7nU5THpBCmM5 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FTOXqSroM3dgoRGTutOyORlHiAaDIn { display:block; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5SJTQJiDq2ImkC4ZlCgJTx59v5TICe { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1BHEJkkxpNOrbCR7bDbRTbPael6OnIA { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4l2BVuTOidmXlLeCk0cQ4po2eJmv6w { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ { display:block; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2cv0Js98m3DofqJfdiwoFTc7CPyMD9q { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6anX4Ay2UwA90sRedJT9TqmVD0mP6a { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y56VTWEEJ9qrpSEOtAHqJKUD41ignKKu { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 { display:block; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzQIRP9uVUXNNGkDm6uscT8ZsUo8sl5H { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXEWMUPi73SzLfHwbW1pNypTAEIS6yI1 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re4lTFoiWbJys8daDWF5iG8sQcaWrTBp { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJM85o1K862qNkbgNmuwCTG2gUeHHoo { display:block; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMXgXDf8HKSOU493u0FhC5HJvVnl7OIX { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdcNMyycoNlvK61viQwKtAKcOCI2S2lg { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAp3F4n0IaszW3QmdABFT5lIOcFlovDl { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ { display:block; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIoaafK0cCX19ffRfVDTMfzkVDs7n2Vo { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOwdaWKgS5pmHJtiTwCgtSNITH4JJrJf { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul2yALMxXq0gwHahJSl43q9UK0qqmt50 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX { display:block; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXE9X26b1UPWzs7pTtXKED8ntr4uLzuf { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGbmrZ4fNAoxF4Jt04JThkNIiiRUOLpD { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzld1inF5B1JPtLmzJEZuogZxr82rGX5 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UvB38BTC153sq57dpw5g0g2ot2GsJe { display:block; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOoDyh86HWP9kQJWrssLyXzpdOslGZ8w { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTqqJIGaLgKBQRAZat4o5Roy9ZA66JR { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giF0tRbSFc19G1k6E3UxQ8mnyRQGX2yL { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hG70HZlETWaUd39bP4PNDzGnUCArGJ { display:block; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #my9bthG23Zbt4ZKDC0C2wJwXSb1l7uUx { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3PsKAgqHuVlGxOvA0pQxMsZ102kUTJ { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQmyoXynIxwFgfchq7I2MyHXUEmWiAi2 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck { display:block; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBRlqs8xRlIO3UKbJ00aduxpAOxCMLuT { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzgoBTndJw2uZFDcl5JTonMZcUF8TADe { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTeOiqi9fB4d5RXEF1Jr9shaTXQ5w9c { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h { display:block; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfQglcyb1q9FsDF2IqSzeqsh7G4itDin { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9pHQdtPR3M0NSDwNKOWkQW8Z8bwdhkK { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp4uWoeyACMpvm91rhV8S6gBz19oee1 { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC { display:block; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akZLsia4yQ5pzS8d6iw4dInHmpL5hfSw { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKbfzGIR4WH0Tfnre0C6ziVVIn38hTvJ { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB9PZq26VFZK6Ny446z3ZVliMIyqi1eT { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm { display:block; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAfcqpi6U1sf2QLCUdQK64THSGNCl7AT { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoL5PtoCvQVngizJZv6Ho16ovNilcI5 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tygvs1sJPTIFBaIUCnKLnERX14dJmnyB { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L { display:block; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vihx6gIPXUMpTZCVmEQbddnycKckLBaN { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px7CCJdZWX8Upxdwf0oc7953J86opogA { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwNUlgIAlSiUsRRXk8Zw2DDwBfnxhfQz { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ { display:block; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEuWQ37UkbHoMRmghBohiG8X2QwEn751 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIAuT124UUBUOAKGSN0SibOudpSLpb8 { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxgAAM5hrQbL3CDymt3qPaapapeLwBWU { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC { display:block; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHSHKqoKdHfe8b3sTKIuu8HdHQ40Ef52 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4hs7G9TzJRzgcy31VT6APJSsuppl8q { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKANg2AN6SX1hQAh6a0plywTsKT3hIco { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ { display:block; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8C2JuJ1h3nSmey5PAcM9bnAMWVLJlIO { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7V72QxDCwBbxqnuzSw1QZsP144wNBFb { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1GN4oVLWk1TsIvUTTTi2SveIg2PsGZ { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaPcmUDHODF8MML7vp6luOcfikFJKhOy { display:block; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOQOfc9Uw424dkmIRUy6vL41N9i4HAgh { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cKalxSJA5mViacsxhU1NntLUxTQarJ { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7X7SVeM9RL5mFxE0Ke27o1aGA6oPwNB { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTmTTCzrh67V0b5QzTfvWOfduKxBkIu { display:block; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4vZougmm0C13qiyvbJtrTlmTcH7wMTd { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UerEvOXRLitdFc7QT4zR4cVvbKGyf5Dm { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9lEfSr6v0MUlHPcPVO3n3QZXB7Vzmy { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y { display:block; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kle2DW38TBMQUU2kXCTQy1DXesoTOUu1 { top:2.125rem;left:0rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lUegWwkhhFX3B0FrcprPhnLRJw6NeW { top:2.125rem;left:15.625rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJ5wFoG0FL6f49TM5pGtqmJarzl2Paw { top:2.125rem;left:31.5rem;width:16.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.adaptive-delivery-prevent-bg, #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.lazyload, #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU.lazyloading { background-image: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { background-color: transparent; background-image: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .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); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { background-color:transparent;background-image:url("https://images.assets-landingi.com/vxy2viQm/SFW_ProductionManagerMeeting_Katowice_LOGO_20220907_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.adaptive-delivery-prevent-bg, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyload, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyloading { background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { background-color: transparent; background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.77); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.77); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .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); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { width:17rem;height:6.597625rem;top:2.875rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT { display:block; }#sdooMRWBORxCyWGm4nsRvOSaBrcCOSTT > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9I67saOo21RQNp31APHvDA8VTGR4ACD { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTOSwhzzE9J8M6m8el8QPqS6JNN9Ouox { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #besnhuJXzFdFdOPqQB1Il3RZiJJUFmyN { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ { display:block; }#PTooM4x0obT0FVTyiIEoO6SXgCN9KwSJ > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXqk2J7N4AonC2gS9aoCTNlIuTzShRIH { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9cWQ0IBIK8HR7iyykWnelU2u0MRV6P { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4oV4VMqqJHnJmKAqxQW68rJlasGwXLu { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T { display:block; }#HMw2XgUqsPAiWJBRa83W4C8C4C3eKE8T > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxmDFKdWwAkAUfO7fhz6U368SruA4oGg { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxR5EB6fGSESAJPeX3C1QTmavQ4n2tT9 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5PTeuPSCgOXWUGtmVaL4xbyXJZL58C { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTBDywCDrvxymTumwPk21wzctsPCX63 { display:block; }#QpTBDywCDrvxymTumwPk21wzctsPCX63 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN6LKx0qnGENncypAAdSnnrKFBrG7UbR { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKnM4zFHQ3elxi1bLKS9KdngSU3eWheS { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aroN07WUqRyoMTUCuxPC0WO1IeLH9lVd { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 { display:block; }#WpfhNV65aLGSeR4iyckO2SVI1ZT3KB87 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR1iRXk6IdF3dlWHBv3OM3iTHTt3Cs0S { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRlwyNCbwwJgTN3g2aNfhhI2GSX76HA { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4SewDqbTqNMyTdEdExlddO8903qL0ii { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq { display:block; }#BcQfDfBNwJlnBosWDIVBPz4icpoaXaJq > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcOTDksJTQbVsDpZKgKXOvz5q8aToGr7 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFvuGOyOgmnJzsOvnSu3uB5MdtbP66S { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHq9nszUnIh8wkWP18cTkTM0sBFnfX2O { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy { display:block; }#PCHWCNX3GpHuUJ06TIU3eHTup8BNgOTy > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U17xSPGPBtXwzXKHpHW7LQkxDh8PTT7T { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyns1znMHel3TtUTmc6gP4G55TAT9mmr { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcs1SfUuASxOJ276TObF0eh4P46rEfLG { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH { display:block; }#WyCTbtc1a3JgxOZGwHfk0TFWX3lHISqH > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c19IKL27ok3iR1xtLHF5wL7TRXhWC4nv { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJNus66sK8xeNbK3WbTmvpICzdCF1QH { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWDOPdUZSKg7EHsvR24eNpZITgn5bBg { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C { display:block; }#wQ4XxmFi7we1fyTkNcW62uZNwmdg6A8C > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqVRSW6G819euRclpxGTsAfsEOuRCWP0 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOIabuSWgiIttc1ebR8Qyyw3LWrMpfwZ { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1IWtwe1cVfh0EnaeJ007cMGwSXvFTo { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 { display:block; }#uoFmaclBwZcT43bERT7XhOGl5tNCyyN3 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diZdWWG0Aa6m57Nk2b4auuMGMiH9OFC7 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9NO6CKbIrC4Du8wBXDtebBDlEpPwccB { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqZCTs0uvgqcwvTRyBLBmLT8AyHDtZVs { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR { display:block; }#fhdkZbRHJwIU6T2O2eRCZku5GSnksKbR > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrCN7etWZGuUZWvZpidEIWdlGovCyPtS { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6O9Dy3Q5gLDUQ2g1d6T5buWaOxErbwf { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Axm7TTKCleBWQiTLJB4AA86ecVK55t { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ { display:block; }#cWWqTDxkUfyJVVApby2tNqKhhffGTiDJ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8XrkqBVRU2zRfeTAXzhq1XrkTKoS9Tc { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlEmzGLa1VieltThzVGLnKOoygufqJkw { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDeZnEi8vphHHnKsrHPAxwotEhq8Nes { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa { display:block; }#kHvRfyuyZVA5hHUyehtHOf4Tz9LAfrBa > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FC71S2QvuNSc8aatQqoqQzOFWuizVQWd { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNRtJB4CbPmMzIPbhMTbTDunbrnFxTfp { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHUTs9OFgsMPgyZph0WTPsOobXi4cTkP { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD { display:block; }#ZfCL6OgCTZSMiSvIn8K5Gwf8moyXhbcD > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4P3bNAB8257kwshHvhwPQHO4xS64GDr { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtxOZHRFhLsQulNo4irXTJ4FTFqOmFB0 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfemUws0P3RZJQuxa9PqlFmuTpwaMHxM { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atD89Q5CaD0d3E387JwOaKf33Nhx7kFP { display:block; }#atD89Q5CaD0d3E387JwOaKf33Nhx7kFP > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh0bfTE0Wqr9vr5koecFZNXThPQiu4A4 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChThvuT3bB90pTPCBaGD4I3ERPcdhvb { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuVUngGmROLJL0J1gmLzKMcaB0Bc5INs { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 { display:block; }#rq1G8Zm4iIDa39hSyZ0v7zXsJJWUpd60 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WClmd8Ipb98U2TFmTiWudEMkPMy0hksp { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7xxJGCiepUoLPH6GBehzlv3wyVZG2L { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHOuyH2bdKhQWuguyx9TdQz3dKAZcZM { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN { display:block; }#OTRTWqOZmxq6TNvXDlkaeKSlO6tvBTdN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBC8zqkIv77k3f3Cc2JJAIVBMGfxfsac { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nVZgaVmRHmieATGylFdqtumiTv621W { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Z8BD98hsulHTU06SQa93VrUhl26Bs3 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZC6huPranQABEbO8zmUpERFGOiPd8OQ { display:block; }#qZC6huPranQABEbO8zmUpERFGOiPd8OQ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzMhT3JPMbJokstlQezCCnWElI4CEmWi { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZrIrurrBnypsZx42s2iog2MzLhmvWq { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNy5w4duyU89aDVrO5pa3uqAL0HsJEwR { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6so6lVbWcSCFB420Rnc64B805Z0OTTQ { display:block; }#J6so6lVbWcSCFB420Rnc64B805Z0OTTQ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czbnE1plSuFeODm1RP9VBlnW4TDEIdgV { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knZ6GDL0mCWdITaIZoiNqIIHTdKPMCBD { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwrro9O3tIBpWhc37O2AOr5qKXwJnFuS { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf { display:block; }#HCoUxOZF1kWcw4XcX3OPFSiwG9z10gBf > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTD1AGldZcdkfdG7ACQHBQKkQT2PLVlF { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72M0UDxvMRqa6qoJ9UhIWkWdQ9LMhbm { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmdEAL3grRsKWSmro9FviayBIWFlTfR { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW { display:block; }#ZUTUWs9eo4Twbpo8qJcidq5Da03kxAXW > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHfdSvLgTTfuPVnOyDRS4B7TnPuRQLJ6 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJV4LEa1fIAFd6b6st4VUtwoTOFBAaT { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEAycIpuCxTLGvl95XJGxSTs1rgClGa { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR { display:block; }#PJT7RpzxQdUFIMBcI9Tym3S69DWBXTHR > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyL9qaP1T8QmneO34eVRGpQcaoK5O2uh { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udsyvmmdhxFCA7asyfNg8UEvT2Fbycwy { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp49L7So1kMQcVfqh4tSnL6gET8vdwsU { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb { display:block; }#e77SEPMGF6hKPFPsFNQEVFzcSOS7FiUb > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeC99olpng4FObBDalF1z7cDz646pHsD { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgmzWBwGybeTgB5RUUzx3bADGaq9mZLo { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAMoc6BuKxlOSCkoTdc8VkRWdbqBW5Tk { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 { display:block; }#UhH4BWTMWZu0KZwIU1QdaSr82yGe1566 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKlX3BpFKs9Zf9nLUZv7TiL4wXM2A2G8 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0A6yvvpOAIXTd5oCi5rqcu0DZM3l3Q1 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFskiBvuP4NwQXb2LIvPLTpidTNRQnWM { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZswBSobvgttzrFxGF63L3gF0gpWqpIFt { display:block; }#ZswBSobvgttzrFxGF63L3gF0gpWqpIFt > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5suCRVUIRMsXwfGF291Ly5J8ZkXPNPB { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnf2cc7LND03Eh9l3Q5JezvFFhFdoHw { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIwfATf7fofsrVPkKVVrsG7dXzk0aIQ { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc { display:block; }#TSsmWyTXeQH61qPEoEIEGTeK8PGaWvoc > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K45RGexmEZ6o3AkAiyeVoAWHapDPVIDB { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPeduGua0908JxO7wctkDQ3dDONS3na0 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpDt1bA0xXEaKOiC09PUqDebOTBa0Zdx { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcylroPgVM3OOn70RhxpcsST4vxg0QnT { display:block; }#VcylroPgVM3OOn70RhxpcsST4vxg0QnT > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6c5XOuUxFdk1yFvbxBwEyodNHdGSgWf { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9GJg08A3CvXsin5QMcZEAfxhD9DMhS2 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHnlf0AdqKJWgWVRUT5XTxviMbgKQet { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU { display:block; }#iEhKEolx9v1U54fbUVs5PXRFxLLLZLrU > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIuy7pnUunxKKVu5dwEKlaaWX3UqeU1m { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWUocWehGO14QsbZto7hZT3RlUsQ0ck { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzDptz0gDNQoENX0ckbJXAdEDRW5OSU { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u { display:block; }#SEx1Nr2IpttcI8IPie8NuUVr4MpI8o4u > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svsg5wBt9lsGSwfrX948ktQXx2NNTC1A { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn6iOqkqUeesTobQck9QbzPo8URhmlcL { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4CTQ4ExU81VVvIrIQDM7nU5THpBCmM5 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FTOXqSroM3dgoRGTutOyORlHiAaDIn { display:block; }#u9FTOXqSroM3dgoRGTutOyORlHiAaDIn > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5SJTQJiDq2ImkC4ZlCgJTx59v5TICe { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1BHEJkkxpNOrbCR7bDbRTbPael6OnIA { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4l2BVuTOidmXlLeCk0cQ4po2eJmv6w { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ { display:block; }#nXlvDoKq9PxF2a3mJXAQ4G1K7n0OpehQ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2cv0Js98m3DofqJfdiwoFTc7CPyMD9q { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6anX4Ay2UwA90sRedJT9TqmVD0mP6a { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y56VTWEEJ9qrpSEOtAHqJKUD41ignKKu { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 { display:block; }#skWHWX4B7HsAnM8GC4I3Wc0r1sAxxNN9 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzQIRP9uVUXNNGkDm6uscT8ZsUo8sl5H { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXEWMUPi73SzLfHwbW1pNypTAEIS6yI1 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re4lTFoiWbJys8daDWF5iG8sQcaWrTBp { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJM85o1K862qNkbgNmuwCTG2gUeHHoo { display:block; }#ehJM85o1K862qNkbgNmuwCTG2gUeHHoo > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMXgXDf8HKSOU493u0FhC5HJvVnl7OIX { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdcNMyycoNlvK61viQwKtAKcOCI2S2lg { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAp3F4n0IaszW3QmdABFT5lIOcFlovDl { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ { display:block; }#WXDRAMVTqmtwiQ4ot7NR8zpfk3qRtSOQ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIoaafK0cCX19ffRfVDTMfzkVDs7n2Vo { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOwdaWKgS5pmHJtiTwCgtSNITH4JJrJf { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul2yALMxXq0gwHahJSl43q9UK0qqmt50 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX { display:block; }#I1xvh8fnhqUvZDbOSUOVTMWmsQnM1LgX > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXE9X26b1UPWzs7pTtXKED8ntr4uLzuf { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGbmrZ4fNAoxF4Jt04JThkNIiiRUOLpD { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzld1inF5B1JPtLmzJEZuogZxr82rGX5 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UvB38BTC153sq57dpw5g0g2ot2GsJe { display:block; }#k2UvB38BTC153sq57dpw5g0g2ot2GsJe > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOoDyh86HWP9kQJWrssLyXzpdOslGZ8w { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTqqJIGaLgKBQRAZat4o5Roy9ZA66JR { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giF0tRbSFc19G1k6E3UxQ8mnyRQGX2yL { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hG70HZlETWaUd39bP4PNDzGnUCArGJ { display:block; }#d0hG70HZlETWaUd39bP4PNDzGnUCArGJ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #my9bthG23Zbt4ZKDC0C2wJwXSb1l7uUx { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3PsKAgqHuVlGxOvA0pQxMsZ102kUTJ { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQmyoXynIxwFgfchq7I2MyHXUEmWiAi2 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck { display:block; }#fXyvc1Fd77FHUNk1q8yKTEuTMi85J7Ck > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBRlqs8xRlIO3UKbJ00aduxpAOxCMLuT { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzgoBTndJw2uZFDcl5JTonMZcUF8TADe { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTeOiqi9fB4d5RXEF1Jr9shaTXQ5w9c { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h { display:block; }#QxrGdvlUQyXTHHGwixGifRvNyeoaNI9h > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfQglcyb1q9FsDF2IqSzeqsh7G4itDin { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9pHQdtPR3M0NSDwNKOWkQW8Z8bwdhkK { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp4uWoeyACMpvm91rhV8S6gBz19oee1 { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC { display:block; }#gfMKR4IznzAG1BDQwDPgawPh6R5hrJKC > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akZLsia4yQ5pzS8d6iw4dInHmpL5hfSw { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKbfzGIR4WH0Tfnre0C6ziVVIn38hTvJ { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB9PZq26VFZK6Ny446z3ZVliMIyqi1eT { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm { display:block; }#Aifp8zwpDAfwKaLyG5cw64MnfBdD0chm > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAfcqpi6U1sf2QLCUdQK64THSGNCl7AT { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoL5PtoCvQVngizJZv6Ho16ovNilcI5 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tygvs1sJPTIFBaIUCnKLnERX14dJmnyB { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L { display:block; }#oq7ddzLgDc5lTkfcFW6aP1mq3sFABa0L > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vihx6gIPXUMpTZCVmEQbddnycKckLBaN { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px7CCJdZWX8Upxdwf0oc7953J86opogA { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwNUlgIAlSiUsRRXk8Zw2DDwBfnxhfQz { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ { display:block; }#FZEldZcVwWB9kXIBwZlvdJLQVbZk07CJ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEuWQ37UkbHoMRmghBohiG8X2QwEn751 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIAuT124UUBUOAKGSN0SibOudpSLpb8 { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxgAAM5hrQbL3CDymt3qPaapapeLwBWU { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC { display:block; }#fSiJoS6scbF37SGiBiRDAv0sqvv3RCeC > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHSHKqoKdHfe8b3sTKIuu8HdHQ40Ef52 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4hs7G9TzJRzgcy31VT6APJSsuppl8q { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKANg2AN6SX1hQAh6a0plywTsKT3hIco { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ { display:block; }#nNMzA0eMQJwHVsdMvBl371EbTfpTNgmQ > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8C2JuJ1h3nSmey5PAcM9bnAMWVLJlIO { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7V72QxDCwBbxqnuzSw1QZsP144wNBFb { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1GN4oVLWk1TsIvUTTTi2SveIg2PsGZ { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaPcmUDHODF8MML7vp6luOcfikFJKhOy { display:block; }#XaPcmUDHODF8MML7vp6luOcfikFJKhOy > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOQOfc9Uw424dkmIRUy6vL41N9i4HAgh { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cKalxSJA5mViacsxhU1NntLUxTQarJ { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7X7SVeM9RL5mFxE0Ke27o1aGA6oPwNB { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTmTTCzrh67V0b5QzTfvWOfduKxBkIu { display:block; }#daTmTTCzrh67V0b5QzTfvWOfduKxBkIu > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4vZougmm0C13qiyvbJtrTlmTcH7wMTd { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UerEvOXRLitdFc7QT4zR4cVvbKGyf5Dm { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9lEfSr6v0MUlHPcPVO3n3QZXB7Vzmy { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y { display:block; }#uPidAxJLPuFLBpMnIhBU5vBz2RdBxd8y > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kle2DW38TBMQUU2kXCTQy1DXesoTOUu1 { width:16.125rem;height:10.6875rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lUegWwkhhFX3B0FrcprPhnLRJw6NeW { width:16.125rem;height:10.6875rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJ5wFoG0FL6f49TM5pGtqmJarzl2Paw { width:16.125rem;height:10.6875rem;top:25.125rem;left:1.9375rem;display:block; }
 }