.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,233,221;--color-primary-1:244,183,135;--color-primary-2:242,165,30;--color-primary-3:145,99,18;--color-primary-4:48,33,6;--color-secondary-0:251,255,255;--color-secondary-1:242,255,255;--color-secondary-2:229,255,255;--color-secondary-3:115,128,128;--color-secondary-4:34,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:167,184,201;--color-tertiary-2:109,137,165;--color-tertiary-3:72,108,143;--color-tertiary-4:71,84,90;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }body { background-color:#fffdfb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,146,3,0.8);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container { background-color: transparent; background-image: none; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container > .video-iframe-container { display: none; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row > .video-iframe-container { display: none; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .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); }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container { border-width: 0; border-radius: 0; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#Rsk8dydTyaV1QbHfnIKkbk71wr6QDVP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3229167461395rem;left:9.375rem;height:1.4625rem;display:block; }
#SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:5.4375rem; }
#SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#359203;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container { background-color: transparent; background-image: none; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container > .video-iframe-container { display: none; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row > .video-iframe-container { display: none; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .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); }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container { border-width: 0; border-radius: 0; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.adaptive-delivery-prevent-bg, #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.lazyload, #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.lazyloading { background-image: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { background-color: transparent; background-image: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .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); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { border-width: 0; border-radius: 0; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#TJDvhA9lWs2ThpPrUQqlAfK2sTFu7p0T { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:28.3125rem;left:43.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBKW8uqUFm3HrvZfCxVHU9wz9XHV6mzg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.885417938233rem;left:43.0625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRZgZWWBUENMvf6TGh9AgEkdZU9T3Hkk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#wEZqClhrLzGZghtG63Sn3JbORFmxXfEf { position:absolute;display:block;z-index:15004;height:7.0625rem;width:12.625rem;top:1.25rem;left:1.875rem;display:block; }
#Fci8ANufoGxPytODCmpL8QP8HlgDPWst { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.31119825rem;width:26.99869725rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:45.25rem;overflow:hidden;display:block; }
#vsPWFfiyCWpR4SIuLoLTRmtwL9dFAoHm { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.75rem;left:70.0625rem;height:1.625rem;display:block; }
#mCTbWNgwSuhv55Qmtu9toKMsGg0MT81J { position:absolute;display:block;z-index:15012;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:25.9375rem;left:46.501304626465rem;display:block; }
#KvdxESokGCxz2zAJCxDPCOBF9EELl7Bw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.4375rem;width:64.1875rem;top:37.3125rem;left:5.40625rem;display:block; }
#z8pDpkEJWpTmA8E1J8ydJpytCRCya4Ez { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.364585876465rem;left:9.375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HoMCLzuEWTGN1hKmQ1okOOdJgeaJ68cS { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.364585876465rem;left:9.375rem;height:11.333333rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Lat2TpzwCc9G5cQtrRTvGXxGXolrnGIZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.adaptive-delivery-prevent-bg, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyload, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyloading { background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { background-color: transparent; background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .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); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { border-width: 0; border-radius: 0; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#kbO5IAb1wlebr5wONLX5uiTWftHpux0i { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.682289123535rem;left:9.3750019073488rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-form-header {  }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:3.125rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:22.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal;float:none; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-container:first-of-type{padding-top:0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-container:last-of-type{padding-bottom:0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw  { background-color:#e4f6f6;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.5625rem;top:12.9296875rem;z-index:15009;position:absolute; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-info-text { font-size:0.875rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw {display:block;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw { background-color:#e4f6f6;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.5625rem;top:12.9296875rem;z-index:15009;position:absolute; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #e3yiQ144Uc4G40Gty2TtLIzfgNvT8qCq { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #G5akh7BEqu0PT8IStDVfiwXPqN3dxtFX { position:relative;display:none; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #QnPTdhZ19ss7DchQesJHVx9gxSX7LGnk { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #TKRCdTQgUe4QCHEtypfoUK2TyW7Vzoen { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #GuXWHxRsMxXXgqdrDEZOVzhGc2BpQBSv { position:relative;display:none; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #ziPdxOTZkzi0H9TkUC8E2JT2ZcuyH8Lg { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #wthlrAyTPVGNfIG5XxXxXoHhhUXumR5x { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #lozfGhnUpTHeovnfISTchdsGXidl0HlU { position:relative;z-index:2; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #KUwOXhKFWaWgtTBXTOTrWCOwZ0IXrxE7 { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #DCOKsmxb9gUl6nr2T6h2yTgI2TKq2iqE { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #iyHEKglwmikS2aXrsvROKWoMBV1c5kn3 { position:relative;z-index:2; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #XFHlWenl0ywC1BC6tVMEEQTnfaHC3vBE { position:relative; }
#txhUlSQ33fUdn55STiAMS9BmB7HDasTn { position:relative;display:block;z-index:100000;display:block; }
#g8iBiUJNPuCQ1pINJVOmugOL5U9r8Z92 { position:relative;display:block;z-index:100000;display:block; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tpnnzO3JNbTiu0LSIuLseFgMw9uTbmTH { position:relative; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tDTXKqsOvTy3nfdCiNaRgv2ghHOXqPuy { position:relative; }
#N4VE3yTPA0txpf3vKKoDh3HNSSyrTxTx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:5.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#efStG9UJgwqvIPpXnzdrw6kGm74L3u2g { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.25rem;left:5.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFEBNu6R3q93vlsRWHd11nTOEK1S4yqK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:25.7421875rem;left:28.895835876465rem;overflow:hidden;display:block; }
#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container { background-color: transparent; background-image: none; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container > .video-iframe-container { display: none; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row > .video-iframe-container { display: none; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .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); }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container { border-width: 0; border-radius: 0; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#Of7l2KLuHR4TInhHwc0uLL2chxZr55g4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:41.75rem;top:1.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#nCNEihSHmbxT6SblCDLRi4MrZk3tWwEZ { color:#0d94a6;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.82292175293rem;left:5.4375rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imQKFnWXlp3IkK1JlQ8lPmpQWw4rIJwG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.3125rem;width:47.625rem;top:32.1875rem;left:13.6875rem;display:block; }
#yEBQZiulFqTRClhAb0FDUdANpDOF3IFT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.17578125rem;left:5.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J38PqETFRcmCtU7VmVdJoM6FAH1GnhVA { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.489593505859rem;left:15.625rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9gpZ525MVl7pHA8nEyi5TTsI1cDQsKJ { color:#0d94a6;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.82292175293rem;left:5.4375rem;height:8.833333rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/LLadTueN/Projekt_bez_tytu_u_2021_01_02T222502.066.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8.adaptive-delivery-prevent-bg, #hKd0zdwbVU4e8PcybInxEmCFxW03pNo8.lazyload, #hKd0zdwbVU4e8PcybInxEmCFxW03pNo8.lazyloading { background-image: none; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container { background-color: transparent; background-image: none; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container > .video-iframe-container { display: none; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row > .video-iframe-container { display: none; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .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); }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container { border-width: 0; border-radius: 0; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#T0Th5R1IVkMocwGg43rG2hkXCSIkl1UL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:7.6875rem;width:47.625rem;top:22.52214050293rem;left:13.65625rem;display:block; }
#PJf681nJXmJtDus7MONMWELFFXPh4Dki { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.04296875rem;left:21.3125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pFQ0kHL3CFf8TAM2Q45b5RFshgb8yTzK { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.489593505859rem;left:15.625rem;height:7.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container { background-color: transparent; background-image: none; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container > .video-iframe-container { display: none; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row > .video-iframe-container { display: none; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .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); }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container { border-width: 0; border-radius: 0; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#M2Nzfzrscfg47dpW90SQD4q1EKep1RQd { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.9375rem;left:3.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ek2ACTDZuB04fFJz13Uq9CI9DXoBNKpE { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.375rem;left:3.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzR3hyR75KebNmlGzSW0Z7cXGMFuJ719 { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.25rem;left:3.5rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrTAawh6UEId5VlwG2dHqedQPecIJ77k { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:3.5rem;overflow:hidden;display:block; }
#z2Tk3nGyWXHBrL4LgFtdU7779RTip8Q2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.5625rem;left:26.6875rem;overflow:hidden;display:block; }
#SIhh8keiglGMeQklwHv5igcpWRkpUPFJ { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.9375rem;left:26.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JXyaHwFPCDwCCIaFrsZAagvVfEgxokgR { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.375rem;left:26.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtXGESigP3iNCoLTDiQ4i6JCw5bfeRFu { color:#2649a9;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:29.6875rem;left:26.8125rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B7kUTffwPRWVU6suR40qvrQpSrKTDdyo { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:50.125rem;overflow:hidden;display:block; }
#ahausZ5KUHKphcN88TJKOvQED7WQTSEl { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.9375rem;left:50.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTnTa5TOKTDr5DZlfIw955TxKP2tg1td { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.375rem;left:50.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZngPxbHkZ83KKThVOl9fOqs1Zi4OUxkm { color:#2649a9;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:29.75rem;left:50.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/aLpTdmd7/Projekt_bez_tytu_u_2021_01_02T222516.801.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ.adaptive-delivery-prevent-bg, #EKhDrZI9yPyBk22pAunJyKO2x811TcyQ.lazyload, #EKhDrZI9yPyBk22pAunJyKO2x811TcyQ.lazyloading { background-image: none; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container { background-color: transparent; background-image: none; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container > .video-iframe-container { display: none; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row > .video-iframe-container { display: none; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .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); }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container { border-width: 0; border-radius: 0; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#PPQxPqyvhs7EaJps96mrJsGvG6iHNZou { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.666717529297rem;left:19.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#PLzaRT7trxqUAW28gkv2IzyqErVQp3V0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:47.625rem;top:15.010467529297rem;left:13.65625rem;display:block; }
#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container { background-color: transparent; background-image: none; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container > .video-iframe-container { display: none; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row > .video-iframe-container { display: none; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .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); }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container { border-width: 0; border-radius: 0; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#PREBhverb9oUArN9aXAf8rPoC9nlGG2H { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.8125rem;left:3.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KahnqzJHHoX2q6t3KJKUo5Ib33STsoHM { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yI26rvHrDOAt0KTUCGO0wesNlG1FoD4x { color:#2649a9;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.125rem;left:3.5625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zloTAOzlUqJKccTRolxP5IdcvlZiAnzu { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#IvsVVBrQ2aWuGQLn09QzVPiFflQ1zTeq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.41796875rem;left:26.78125rem;overflow:hidden;display:block; }
#RvTrpeqwPSdSbynKXCIGL32mPyu1b3xw { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.8125rem;left:26.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i8d4rT2qXhVyWtMSGX7PzOJGXaNWduzH { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.25rem;left:26.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wplVUkUN1q8IAW4RWE1Pu1T6g3wZQrug { color:#2649a9;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.125rem;left:26.8125rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WUS8vIDAzqBywtDLMnVC03FEev7wHlLS { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.5013122558594rem;left:50.25rem;overflow:hidden;display:block; }
#xyFy6C09n381P9B4vRzFsWWqZgknDzN7 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.8125rem;left:50.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSLMehoZyNRKeBsvAkynM6zhAI9s7wCn { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.25rem;left:50.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mENSqbWHWaGU7Nk5PNqSzGJm5htQlv5d { color:#2649a9;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.125rem;left:50.25rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/cuXRClcP/Projekt_bez_tytu_u_2021_01_02T222529.280.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW.adaptive-delivery-prevent-bg, #KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW.lazyload, #KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW.lazyloading { background-image: none; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container { background-color: transparent; background-image: none; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container > .video-iframe-container { display: none; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row > .video-iframe-container { display: none; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .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); }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container { border-width: 0; border-radius: 0; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#Q9dATllTNmXPqWuOLPxCdV2JGx0cu1uo { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.03125rem;left:21.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#mnUd1eN1whH2qv5KW6sFFO2ymS0CI6r4 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:47.625rem;top:15.625rem;left:13.65625rem;display:block; }
#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container { background-color: transparent; background-image: none; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container > .video-iframe-container { display: none; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row > .video-iframe-container { display: none; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .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); }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container { border-width: 0; border-radius: 0; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#btnQkUqCRtGVXhte98xhRxqS66cgpInw { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LmrKCsCKT0D4Z8aN4BUw4wXQBL6nE8f2 { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.5rem;left:3.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTuxbvwDlzmuOb5xMocMyLXQCrOuQklh { color:#2649a9;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.375rem;left:3.5625rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJfPOcPGGhO5AwbPFB01NDPukv4ZWlTn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#d0w2kN6iqJRfHFbv6F7nZszia317Prr3 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.39453125rem;left:26.78125rem;overflow:hidden;display:block; }
#sKGudGK142ER7lvKGXS0JxvRKD7gxBxM { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25rem;left:26.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRlzfP4TcSJJUT0a2aG0KnD4a1UltGTl { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.4375rem;left:26.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvvfAS7q8ikMGEwsvOhGrwgL3eM6OStW { color:#2649a9;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.3125rem;left:26.8125rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lZ8CO1R0an0Lqw3ZT0EArVWAaFpUrwS7 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:21.375rem;top:8.39453125rem;left:50.0625rem;overflow:hidden;display:block; }
#NvxecEoN71MIrfWdQgrFJTKyFn12TIab { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.75rem;left:50.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFw4pCdQIVn5ARAShavJEpFsgVfsMCBx { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:50.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BSI4epKPvtwKJpkD3wzd2hnLNoh7tTab { color:#2649a9;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.0625rem;left:50.0625rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/HMVlTAFs/Projekt_bez_tytu_u_2021_01_02T222540.424.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0.adaptive-delivery-prevent-bg, #ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0.lazyload, #ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0.lazyloading { background-image: none; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container { background-color: transparent; background-image: none; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container > .video-iframe-container { display: none; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row > .video-iframe-container { display: none; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .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); }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container { border-width: 0; border-radius: 0; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#q5LCoxSN0GyHPvCwq6QMUKcT4CLpFaOw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.329437255859rem;left:21.96875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TLDhbuP46FT7XGVPaPJXJuRRMePI1k8a { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:47.625rem;top:15.967437744141rem;left:13.65625rem;display:block; }
#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container { background-color: transparent; background-image: none; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container > .video-iframe-container { display: none; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row > .video-iframe-container { display: none; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .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); }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container { border-width: 0; border-radius: 0; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#WwAz8BcKU5BtC2T662CMdSdir5LL46yH { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25rem;left:3.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1Rh9V16QdswoFo9WBkEoGZCFFRANmC5 { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qT8qn6KTyxpOW4DfURs8eABkO6KL4nc2 { color:#2649a9;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.5625rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKgHgin4gGSPpFAd0Jm8l9KgDTakZcn1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#zVuW2PTy3EhS7OQZbisRCPnHMpnMEnmD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4375rem;left:26.78125rem;overflow:hidden;display:block; }
#B25LIXopkQNE5FxIwmem3mWMnnspH4n8 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25rem;left:26.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HqZ6AnrFgFigWziD3sq59TwXLuDuNTUf { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.4375rem;left:26.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GroZ7cbvzIUNsDkOahRbCudJKeOiCNsX { color:#2649a9;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.3125rem;left:26.8125rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w092GuzAHbJHKMbWouC9aOZ0t3hoFlMO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.25rem;width:21.375rem;top:8.4583435058594rem;left:50.25rem;overflow:hidden;display:block; }
#dLexTFE2Rng9ePL2ZImQRmMCfIQmuAfW { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25rem;left:50rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ad6oWTfpc6VXf2wKbTbQ2SJzov8GNt9A { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.4375rem;left:50rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTOR0NlqHRTzAAfqU5kg1gKxRK5ZZ6lB { color:#2649a9;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30.3125rem;left:50rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d9bt61qKyRztvStdprDrLzUN0eSqXhlr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:47.6875rem;top:48.8125rem;left:13.65625rem;display:block; }
#wCeDLk6OCqq0aqgtEO9f653XHbOL7iSF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:51.65625rem;left:13.65625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xc3XTW8OGRS3M1v6LMQlNm9xt9JmLFFq { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.25rem;left:26.28125rem;display:block; }
#UkPClZyTwL8eBaJP3h8Iqndv6Q2s5DDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container { background-color: transparent; background-image: none; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container > .video-iframe-container { display: none; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row > .video-iframe-container { display: none; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .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); }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container { border-width: 0; border-radius: 0; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#qRZ9ds0z62yMflUIXqr67RoTtvP1xI2I { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:47.6875rem;top:41.375rem;left:13.65625rem;display:none; }
#nDafTDIZBz71DTeCL5laiCSC8qrIb1sG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.260437011719rem;left:13.65625rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container { background-color: transparent; background-image: none; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container > .video-iframe-container { display: none; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row > .video-iframe-container { display: none; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .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); }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container { border-width: 0; border-radius: 0; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#mVpkk5zP5CC8zzePHEWkoolHTvLxifBA { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:18.5rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#aIMBN00r3hgTW84R0778ZaplquTg1yoK { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.75rem;left:23.3125rem;height:9.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PHmKwMKVvbW8dnaeiWBfDNC1vMkoQ01i { color:#2649a9;display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.354187011719rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsP1z6mueSOWlptAyWPCTOlzucSDMdn7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:5.4375rem;left:5rem;overflow:hidden;display:block; }
#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container { background-color: transparent; background-image: none; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container > .video-iframe-container { display: none; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row > .video-iframe-container { display: none; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .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); }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container { border-width: 0; border-radius: 0; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#fsZl6TgTyWgnSlvIuaaDbsWHu5GMvpmS { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:19.0625rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#hLvF3DJvc5UqpRIe3y91zoEIx5gNGsto { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.75rem;left:23.3125rem;height:7.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zKmnwEXnVWgfha9pM8g9x3J12AarVTIg { color:#2649a9;display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.729187011719rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XPKG2kTz8CXv8xLtzH49VZbSZAKE69cx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:5.4375rem;left:4.875rem;overflow:hidden;display:block; }
#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container { background-color: transparent; background-image: none; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container > .video-iframe-container { display: none; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row > .video-iframe-container { display: none; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .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); }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container { border-width: 0; border-radius: 0; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#Q6bGDvVpkLyRKGZDBBezfQMncglXxQ9G { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:18.75rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#RhGtZo78adhCGpJrO0O5gRxvuxBshD5q { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.75rem;left:23.3125rem;height:11.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ur5A9ZTXUMkqJEwFM6mCNmqRx7gqlr1s { color:#2649a9;display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.75rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJ7CH4d3KH1Xgffub5GAbygaUGVIDufy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:5.3333435058594rem;left:4.9375rem;overflow:hidden;display:block; }
#SeKv2whs43NWwkUPA7yPE5WCI3Mu3DZR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:34.3125rem;left:26.28125rem;display:block; }
#tZakv8ZMBFksOthwh4gyKaX5O0o781Ub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDp0tNLBPOlcowNgyOs5IJKZKPF5uH4F { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:27.208343505859rem;left:4.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/927b95a1-9f17-42f3-8d58-b1e39e78330f/Warsztat12nawykw2025BIO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.adaptive-delivery-prevent-bg, #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.lazyload, #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.lazyloading { background-image: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { background-color: transparent; background-image: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .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); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { border-width: 0; border-radius: 0; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#NSlkfonqoRl6ghdr2ttp8MNOHpOimpeo { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.9375rem;left:33.125rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQyc4uU3cAf9CgPyooN5lqlrtqmvcN6B { display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:17.125000596046rem;left:33.125001907349rem;height:31.0429625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVtoUTCQDI0eXTdxrcRZTEioIwBHIhSA { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#JbRN9wMkCfCJtdFIgU8AxDTxXJf77RB1 { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.6875rem;left:33.125rem;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1xA7fnU3iqhLNkTh5g73PnJq2VbUTEW { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#XeM83kD7mcqaq3DM9otG3JessT2CTa04 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#DQ6xvqHG8vHN9fVXXV3T6EUcsTxG4bLK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dIBRTw6qM1KrNWSxDZhcJrN78FgE7PiF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#eRUGO0XEMv79lpPyZbix8eTVpFIepw00 { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container { background-color: transparent; background-image: none; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container > .video-iframe-container { display: none; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row > .video-iframe-container { display: none; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .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); }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container { border-width: 0; border-radius: 0; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#sUagRRzETnddrl7FKNWeXV5XWsVZ9UER { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:5.4375rem;height:3.9rem;font-style:normal;display:block; }
#DHHnquM63bMvSu4f9t9qtBGXGr3TXT59 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3216552734375rem;left:33.291667938233rem;overflow:hidden;display:block; }
#mfKliTdOhq2pFaEpy1VW9LR8qnRv1QQx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:60.270835876465rem;overflow:hidden;display:block; }
#MvLNS8qUO33phflaMLhNEKgsgXvOxwKa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:52.0625rem;overflow:hidden;display:block; }
#c7HDO4Fl9voW60DSTMtokD0ph97zin6m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:22.9375rem;overflow:hidden;display:block; }
#ZG3lDNZHeEZw5h4NXyebG2Jzys5viSBd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:43.583335876465rem;overflow:hidden;display:block; }
#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container { background-color: transparent; background-image: none; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container > .video-iframe-container { display: none; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row > .video-iframe-container { display: none; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .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); }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container { border-width: 0; border-radius: 0; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#hd2W6hkxDa2caINtbQi9mELKkgm14LXQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:41.75rem;top:1.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#RDiu8WU00opF5SwLX0ARKLXcJf1wXQJN { color:#0d94a6;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.477844238281rem;left:5.4375rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ktb2e8pgV4e2pAsP2IhpOATcMAEOABhQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:21.9375rem;top:24.307312011719rem;left:13.708335876465rem;overflow:hidden;display:block; }
#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5.adaptive-delivery-prevent-bg, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyload, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyloading { background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { background-color: transparent; background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .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); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { border-width: 0; border-radius: 0; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#cwgakoKuMBM6UqDecrZqCVT1fzXo6So8 { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.682289123535rem;left:9.3750019073488rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-form-header {  }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:3.125rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:22.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal;float:none; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-container:first-of-type{padding-top:0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-container:last-of-type{padding-bottom:0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna  { background-color:#e4f6f6;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.6875rem;top:5.625rem;z-index:15009;position:absolute; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-info-text { font-size:0.875rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna {display:block;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna { background-color:#e4f6f6;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.6875rem;top:5.625rem;z-index:15009;position:absolute; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #B4RT1HOUHvDuosI5z4xHmupCmHEy1DqZ { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #CPowTRgThUXdkZmAwqfJ6B6PPviQabTq { position:relative;display:none; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #emt0CoLXWazMBQbpQs3k7ewv9Di5FG8E { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #R7KDk7yfTqZBwKmxIFfZ4TWHwadQ56AT { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FhiWJtrrZsSQsCpKt3DAvT06xyqcue27 { position:relative;display:none; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #npEe1yknt7QQHViGPkLzJTTvKt4OSlGd { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #p0eHL5WAc459KdN0zsm1fSwuSkxqy08q { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #QQx585AFi1DslICZQ7QD5XozSBAHhI6n { position:relative;z-index:2; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #SMP2o6ltOwP9PHVdfK5Ca1f0p0TeOgCN { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #qryzrn4uzlZK1TXGbfRPnzheKCseJzvv { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #GKwxdQRaUHPRyU5yHpSEZprUoKh4r2ch { position:relative;z-index:2; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FLV5TrdBT0349esR7TCVzf0weZlyG6J6 { position:relative; }
#vnSpQTBZqTRryNnvVPKRRES4F9CNMgb2 { position:relative;display:block;z-index:100000;display:block; }
#QXktmbF0WNZVQJt8gzDupt8IZ3xbPvdW { position:relative;display:block;z-index:100000;display:block; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #xJv4bccm3ppIwlQfTFLqTmMgssmROCm4 { position:relative; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #Fvxk5Thbzd3VXB18Ru5uWaOk5Tazi82u { position:relative; }
#w85fRb4JzDMRyf0L4R2Sl8XWON3ENTPx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:5.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ChKmKUGPrccRVXzhD209lPLcR2oS6Xp8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { background-color: transparent; background-image: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .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); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { border-width: 0; border-radius: 0; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#fWRbBb5n1DiB8QswhKswKK4LUxT4wnUD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:64.1875rem;top:41.208312988281rem;left:5.40625rem;display:block; }
#FgtHWdoFFatvho3TZHKvHfWXD3N9S82r { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.634094238281rem;left:16.375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B6ItuwQ8l55d1zDcWnd2MJubMt7GskW9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:36.75rem;width:64.1875rem;top:5.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container { background-color: transparent; background-image: none; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container > .video-iframe-container { display: none; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row > .video-iframe-container { display: none; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .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); }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container { border-width: 0; border-radius: 0; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#ehAxSupdZi3UCIBukdKXNZwUQBcFT5t0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#Tq11aTuqTFt7uwFfPbICoETPVFeVInVe { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/8iAzrfeU/Zdj_cia_SA_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2.adaptive-delivery-prevent-bg, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyload, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyloading { background-image: none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 > .row .container { border-width: 0; border-radius: 0; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lGjBlG44/ZTzA_t_o_1200x1200_8_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.adaptive-delivery-prevent-bg, #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.lazyload, #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.lazyloading { background-image: none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai > .row .container { border-width: 0; border-radius: 0; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:75rem;position:relative;display:none; }#D3Vt1meaXDAfgUWc3xwzi52T6cxmgGBd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:40.625rem;width:62.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.4375rem;left:4.65625rem;overflow:hidden;display:block; }
#h7iMuw3NaQTlRq8dUS2O10l9wZMTUJ2n { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625rem;left:1.09375rem;overflow:hidden;display:block; }
#dRFIRLLRidZiHVyovqHxIJzo1qxHFtB9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625001907349rem;left:26.562501907349rem;overflow:hidden;display:block; }
#WC3dTc7AUPR9m7DLqrWxLOCmld4z31U1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625001907349rem;left:51.031251907349rem;overflow:hidden;display:block; }
#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.adaptive-delivery-prevent-bg, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyload, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyloading { background-image: none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ > .row .container { border-width: 0; border-radius: 0; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:none; }#QLHHTRLVMZQBPOOLcusEn3Ww6NrJUniF { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:27.3125rem;left:43.0625rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9IR9pu6St6QOmOBe7q4duKqnydtic7g { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:43.0625rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQuymTPiBSFfLERF6AdAXH8iqGzkOpW6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#CMMqwT4CqXdSVolutgWR7TssGlKkq7TC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.31119825rem;width:26.99869725rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.75rem;left:45.25rem;overflow:hidden;display:block; }
#MPEtQPblfbTgOiPmIcikxRTRE0aD9OgL { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.75rem;left:70.0625rem;height:1.583333375rem;display:block; }
#gG8urN1CcNhSuVemSvOfaLR2dX9rmQT6 { position:absolute;display:block;z-index:15012;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:24.9375rem;left:46.5rem;display:block; }
#fn3v0C2iylUBXnDKRCzMSTvIKo5SiD6T { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.364585876465rem;left:9.375rem;height:11.333333rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lOMDx6v4nWyyZCKWKeCSzDPZH2v8J10c { box-sizing:content-box;height:9.4375rem;width:25.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.625rem;left:46.25rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#EtO6JSDytOU8L4B7Ddvn4Kgb1X53w21B { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:36.5rem;left:47.625rem;height:5.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rsk8dydTyaV1QbHfnIKkbk71wr6QDVP0 { width:21.4375rem;height:1.4625rem;top:0.88541668653488rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #J5uHUXbhLtBWG0Woo2kW6u82booNC6vk { display:block; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.adaptive-delivery-prevent-bg, #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.lazyload, #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD.lazyloading { background-image: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { background-color: transparent; background-image: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .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); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { width:47.75rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TJDvhA9lWs2ThpPrUQqlAfK2sTFu7p0T { width:16.3125rem;height:3.575rem;top:13.87890625rem;left:28.0859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBKW8uqUFm3HrvZfCxVHU9wz9XHV6mzg { width:18.75rem;height:5.6875rem;top:6.5625rem;left:26.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRZgZWWBUENMvf6TGh9AgEkdZU9T3Hkk { width:4.6875rem;height:4.6875rem;top:11.379167556762rem;left:9.9062501788137rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #wEZqClhrLzGZghtG63Sn3JbORFmxXfEf { width:10.25rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fci8ANufoGxPytODCmpL8QP8HlgDPWst { width:11.5625rem;height:5.6875rem;top:0.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsPWFfiyCWpR4SIuLoLTRmtwL9dFAoHm { width:1.3125rem;height:1.625rem;top:1.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCTbWNgwSuhv55Qmtu9toKMsGg0MT81J { width:16.2473965rem;height:0.1236979375rem;top:12.75rem;left:28.0859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvdxESokGCxz2zAJCxDPCOBF9EELl7Bw { width:40.625rem;height:10.5rem;top:18.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8pDpkEJWpTmA8E1J8ydJpytCRCya4Ez { width:39.25rem;height:8.125rem;top:20.125rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoMCLzuEWTGN1hKmQ1okOOdJgeaJ68cS { width:39.25rem;height:8rem;top:20.125rem;left:4.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lat2TpzwCc9G5cQtrRTvGXxGXolrnGIZ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.adaptive-delivery-prevent-bg, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyload, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyloading { background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { background-color: transparent; background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .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); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { border-width: 0; border-radius: 0; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kbO5IAb1wlebr5wONLX5uiTWftHpux0i { width:43.75rem;height:2.03125rem;top:6.6640625rem;left:2rem;font-size:1.5625rem;z-index:15003;color:#107d84;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-regular-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw  { width:22.625rem;height:auto;top:7.6822929382325rem;left:19.0625rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw {display:block;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw { width:22.625rem;height:auto;top:7.6822929382325rem;left:19.0625rem; }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #e3yiQ144Uc4G40Gty2TtLIzfgNvT8qCq {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #G5akh7BEqu0PT8IStDVfiwXPqN3dxtFX { display:none; }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #QnPTdhZ19ss7DchQesJHVx9gxSX7LGnk {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #TKRCdTQgUe4QCHEtypfoUK2TyW7Vzoen {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #GuXWHxRsMxXXgqdrDEZOVzhGc2BpQBSv { display:none; }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #ziPdxOTZkzi0H9TkUC8E2JT2ZcuyH8Lg {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #wthlrAyTPVGNfIG5XxXxXoHhhUXumR5x {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #lozfGhnUpTHeovnfISTchdsGXidl0HlU {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #KUwOXhKFWaWgtTBXTOTrWCOwZ0IXrxE7 {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #DCOKsmxb9gUl6nr2T6h2yTgI2TKq2iqE {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #iyHEKglwmikS2aXrsvROKWoMBV1c5kn3 {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #XFHlWenl0ywC1BC6tVMEEQTnfaHC3vBE {  }
 }@media only screen and (max-width: 1199px) { #txhUlSQ33fUdn55STiAMS9BmB7HDasTn { display:block; }
 }@media only screen and (max-width: 1199px) { #g8iBiUJNPuCQ1pINJVOmugOL5U9r8Z92 { display:block; }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tpnnzO3JNbTiu0LSIuLseFgMw9uTbmTH {  }
 }@media only screen and (max-width: 1199px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tDTXKqsOvTy3nfdCiNaRgv2ghHOXqPuy {  }
 }@media only screen and (max-width: 1199px) { #N4VE3yTPA0txpf3vKKoDh3HNSSyrTxTx { width:14rem;height:3.575rem;top:11.8125rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efStG9UJgwqvIPpXnzdrw6kGm74L3u2g { width:14.5625rem;height:4.14375rem;top:16.619792938233rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFEBNu6R3q93vlsRWHd11nTOEK1S4yqK { width:15rem;height:15rem;top:20.536460876465rem;left:5.7083334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ag23M2guI0AQNvBJnJRShXQn1twFPdyM { display:block; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Of7l2KLuHR4TInhHwc0uLL2chxZr55g4 { width:27.875rem;height:20.3125rem;top:0.53125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCNEihSHmbxT6SblCDLRi4MrZk3tWwEZ { width:17.4375rem;height:5.6875rem;top:7.8958435058594rem;left:3.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imQKFnWXlp3IkK1JlQ8lPmpQWw4rIJwG { width:40.625rem;height:8.6875rem;top:20.125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yEBQZiulFqTRClhAb0FDUdANpDOF3IFT { width:20.8125rem;height:3.25rem;top:14.76042175293rem;left:3.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #J38PqETFRcmCtU7VmVdJoM6FAH1GnhVA { width:37.25rem;height:4.875rem;top:22.01042175293rem;left:5.25rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #g9gpZ525MVl7pHA8nEyi5TTsI1cDQsKJ { width:17.4375rem;height:5.6666665rem;top:7.8958435058594rem;left:3.53125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 { display:block; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0Th5R1IVkMocwGg43rG2hkXCSIkl1UL { width:37.0625rem;height:6.3125rem;top:11.059898376465rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJf681nJXmJtDus7MONMWELFFXPh4Dki { width:47.75rem;height:2.03125rem;top:13.17448425293rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFQ0kHL3CFf8TAM2Q45b5RFshgb8yTzK { width:37.25rem;height:4.8333335rem;top:22.01042175293rem;left:5.25rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 1199px) { #LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 { display:block; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container { width:47.75rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M2Nzfzrscfg47dpW90SQD4q1EKep1RQd { width:13.1875rem;height:1.625rem;top:4.75rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ek2ACTDZuB04fFJz13Uq9CI9DXoBNKpE { width:16.0625rem;height:1.625rem;top:6.375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzR3hyR75KebNmlGzSW0Z7cXGMFuJ719 { width:16.6875rem;height:2.925rem;top:8.6875rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrTAawh6UEId5VlwG2dHqedQPecIJ77k { width:19.6875rem;height:13.125rem;top:4.7630195617676rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2Tk3nGyWXHBrL4LgFtdU7779RTip8Q2 { width:19.6875rem;height:13.125rem;top:20.145835876465rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIhh8keiglGMeQklwHv5igcpWRkpUPFJ { width:13.1875rem;height:1.625rem;top:20.125rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXyaHwFPCDwCCIaFrsZAagvVfEgxokgR { width:16.0625rem;height:1.625rem;top:21.625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtXGESigP3iNCoLTDiQ4i6JCw5bfeRFu { width:18.0625rem;height:4.3875rem;top:23.875rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7kUTffwPRWVU6suR40qvrQpSrKTDdyo { width:19.6875rem;height:13.125rem;top:35.6796875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahausZ5KUHKphcN88TJKOvQED7WQTSEl { width:13.1875rem;height:1.625rem;top:35.6875rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTnTa5TOKTDr5DZlfIw955TxKP2tg1td { width:16.0625rem;height:1.625rem;top:37.25rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZngPxbHkZ83KKThVOl9fOqs1Zi4OUxkm { width:21.0625rem;height:2.925rem;top:39.8125rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKhDrZI9yPyBk22pAunJyKO2x811TcyQ { display:block; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PPQxPqyvhs7EaJps96mrJsGvG6iHNZou { width:47.75rem;height:2.03125rem;top:11.227874755859rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLzaRT7trxqUAW28gkv2IzyqErVQp3V0 { width:37.0625rem;height:6.3125rem;top:8.9054694175719rem;left:5.3437498807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 { display:block; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container { width:47.75rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PREBhverb9oUArN9aXAf8rPoC9nlGG2H { width:13.1875rem;height:1.625rem;top:8.625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KahnqzJHHoX2q6t3KJKUo5Ib33STsoHM { width:16.0625rem;height:1.625rem;top:10.16667175293rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yI26rvHrDOAt0KTUCGO0wesNlG1FoD4x { width:21.0625rem;height:2.925rem;top:12.625rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zloTAOzlUqJKccTRolxP5IdcvlZiAnzu { width:19.6875rem;height:13.125rem;top:5.4921875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvsVVBrQ2aWuGQLn09QzVPiFflQ1zTeq { width:19.6875rem;height:13.125rem;top:20.6171875rem;left:3.2708334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvTrpeqwPSdSbynKXCIGL32mPyu1b3xw { width:13.1875rem;height:1.625rem;top:24rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8d4rT2qXhVyWtMSGX7PzOJGXaNWduzH { width:16.0625rem;height:1.625rem;top:25.5625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wplVUkUN1q8IAW4RWE1Pu1T6g3wZQrug { width:22.8125rem;height:4.3875rem;top:27.9375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUS8vIDAzqBywtDLMnVC03FEev7wHlLS { width:19.6875rem;height:13.125rem;top:35.8671875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyFy6C09n381P9B4vRzFsWWqZgknDzN7 { width:13.1875rem;height:1.625rem;top:37.5rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSLMehoZyNRKeBsvAkynM6zhAI9s7wCn { width:16.0625rem;height:1.625rem;top:39.0625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mENSqbWHWaGU7Nk5PNqSzGJm5htQlv5d { width:18.8125rem;height:5.85rem;top:41.6875rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW { display:block; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q9dATllTNmXPqWuOLPxCdV2JGx0cu1uo { width:47.75rem;height:2.03125rem;top:10.789077758789rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnUd1eN1whH2qv5KW6sFFO2ymS0CI6r4 { width:37.0625rem;height:6.3125rem;top:8.5921869277956rem;left:5.3437498807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqqrGzn1Ub707otupIT9LI1LW3IHJAWA { display:block; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container { width:47.75rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #btnQkUqCRtGVXhte98xhRxqS66cgpInw { width:13.1875rem;height:1.625rem;top:8.375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmrKCsCKT0D4Z8aN4BUw4wXQBL6nE8f2 { width:16.0625rem;height:1.625rem;top:9.9583435058594rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTuxbvwDlzmuOb5xMocMyLXQCrOuQklh { width:21.4375rem;height:2.925rem;top:12.375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJfPOcPGGhO5AwbPFB01NDPukv4ZWlTn { width:19.6875rem;height:13.125rem;top:5.2630310058594rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0w2kN6iqJRfHFbv6F7nZszia317Prr3 { width:19.6875rem;height:13.125rem;top:20.450531005859rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sKGudGK142ER7lvKGXS0JxvRKD7gxBxM { width:13.1875rem;height:1.625rem;top:22.875rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRlzfP4TcSJJUT0a2aG0KnD4a1UltGTl { width:16.0625rem;height:1.625rem;top:24.5rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvvfAS7q8ikMGEwsvOhGrwgL3eM6OStW { width:20.6875rem;height:4.3875rem;top:26.9375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZ8CO1R0an0Lqw3ZT0EArVWAaFpUrwS7 { width:19.6875rem;height:13.125rem;top:35.6796875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvxecEoN71MIrfWdQgrFJTKyFn12TIab { width:13.1875rem;height:1.625rem;top:37.4375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFw4pCdQIVn5ARAShavJEpFsgVfsMCBx { width:16.0625rem;height:1.625rem;top:39rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSI4epKPvtwKJpkD3wzd2hnLNoh7tTab { width:20.4375rem;height:5.85rem;top:41.4375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 { display:block; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q5LCoxSN0GyHPvCwq6QMUKcT4CLpFaOw { width:47.75rem;height:2.03125rem;top:11.31120300293rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLDhbuP46FT7XGVPaPJXJuRRMePI1k8a { width:37.0625rem;height:6.3125rem;top:8.9054684638975rem;left:5.3437498807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH { display:block; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container { width:47.75rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WwAz8BcKU5BtC2T662CMdSdir5LL46yH { width:13.1875rem;height:1.625rem;top:6.125rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1Rh9V16QdswoFo9WBkEoGZCFFRANmC5 { width:16.0625rem;height:1.625rem;top:7.75rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT8qn6KTyxpOW4DfURs8eABkO6KL4nc2 { width:21.3125rem;height:7.3125rem;top:10.125rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKgHgin4gGSPpFAd0Jm8l9KgDTakZcn1 { width:19.6875rem;height:13.125rem;top:5.0742340087891rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVuW2PTy3EhS7OQZbisRCPnHMpnMEnmD { width:19.6875rem;height:13.125rem;top:20.583343505859rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B25LIXopkQNE5FxIwmem3mWMnnspH4n8 { width:13.1875rem;height:1.625rem;top:22.4375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqZ6AnrFgFigWziD3sq59TwXLuDuNTUf { width:16.0625rem;height:1.625rem;top:24.0625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GroZ7cbvzIUNsDkOahRbCudJKeOiCNsX { width:14.1875rem;height:5.85rem;top:26.25rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w092GuzAHbJHKMbWouC9aOZ0t3hoFlMO { width:19.6875rem;height:13.125rem;top:36.096374511719rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLexTFE2Rng9ePL2ZImQRmMCfIQmuAfW { width:13.1875rem;height:1.625rem;top:37.9375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ad6oWTfpc6VXf2wKbTbQ2SJzov8GNt9A { width:16.0625rem;height:1.625rem;top:39.4375rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTOR0NlqHRTzAAfqU5kg1gKxRK5ZZ6lB { width:20.75rem;height:5.85rem;top:41.75rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9bt61qKyRztvStdprDrLzUN0eSqXhlr { width:40.625rem;height:8.75rem;top:62.9375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCeDLk6OCqq0aqgtEO9f653XHbOL7iSF { width:47.75rem;height:4.875rem;top:64.854156494137rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xc3XTW8OGRS3M1v6LMQlNm9xt9JmLFFq { width:22.4375rem;height:3.75rem;top:53.9375rem;left:12.65625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #UkPClZyTwL8eBaJP3h8Iqndv6Q2s5DDL { display:block; }
 }@media only screen and (max-width: 1199px) { #k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF { display:block; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qRZ9ds0z62yMflUIXqr67RoTtvP1xI2I { width:40.625rem;height:8.75rem;top:62.9375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nDafTDIZBz71DTeCL5laiCSC8qrIb1sG { width:47.75rem;height:4.8333335rem;top:64.854156494137rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tiOfIU8ltLRVKtycuadGFbWUerCPWOFw { display:block; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mVpkk5zP5CC8zzePHEWkoolHTvLxifBA { width:37.5rem;height:17.5625rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIMBN00r3hgTW84R0778ZaplquTg1yoK { width:29.5rem;height:11.15625rem;top:1.8541870117188rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHmKwMKVvbW8dnaeiWBfDNC1vMkoQ01i { width:30.4375rem;height:2.7625rem;top:13.958343505859rem;left:13.958333969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsP1z6mueSOWlptAyWPCTOlzucSDMdn7 { width:9.375rem;height:9.375rem;top:2.4583320617676rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk { display:block; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fsZl6TgTyWgnSlvIuaaDbsWHu5GMvpmS { width:37.5rem;height:16rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLvF3DJvc5UqpRIe3y91zoEIx5gNGsto { width:29.5rem;height:7.96875rem;top:1.8541870117188rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKmnwEXnVWgfha9pM8g9x3J12AarVTIg { width:27.6875rem;height:2.7625rem;top:11.645843505859rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPKG2kTz8CXv8xLtzH49VZbSZAKE69cx { width:9.375rem;height:9.375rem;top:3.20703125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK { display:block; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container { width:47.75rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q6bGDvVpkLyRKGZDBBezfQMncglXxQ9G { width:37.5rem;height:17.6875rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhGtZo78adhCGpJrO0O5gRxvuxBshD5q { width:29.5rem;height:11.15625rem;top:1.8541870117188rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ur5A9ZTXUMkqJEwFM6mCNmqRx7gqlr1s { width:30.4375rem;height:2.7625rem;top:12.979187011719rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJ7CH4d3KH1Xgffub5GAbygaUGVIDufy { width:9.375rem;height:9.375rem;top:3.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeKv2whs43NWwkUPA7yPE5WCI3Mu3DZR { width:22.4375rem;height:3.75rem;top:28.665374755859rem;left:12.65625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #tZakv8ZMBFksOthwh4gyKaX5O0o781Ub { display:block; }
 }@media only screen and (max-width: 1199px) { #pDp0tNLBPOlcowNgyOs5IJKZKPF5uH4F { width:42.4375rem;height:2.6rem;top:22.0078125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/927b95a1-9f17-42f3-8d58-b1e39e78330f/Warsztat12nawykw2025BIO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.adaptive-delivery-prevent-bg, #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.lazyload, #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s.lazyloading { background-image: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { background-color: transparent; background-image: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .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); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NSlkfonqoRl6ghdr2ttp8MNOHpOimpeo { width:25.375rem;height:4.125rem;top:2.1875rem;left:21.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQyc4uU3cAf9CgPyooN5lqlrtqmvcN6B { width:25.4375rem;height:24.8625rem;top:9.8125rem;left:21.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVtoUTCQDI0eXTdxrcRZTEioIwBHIhSA { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JbRN9wMkCfCJtdFIgU8AxDTxXJf77RB1 { width:25.75rem;height:2.0625rem;top:6.83332824707rem;left:21.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1xA7fnU3iqhLNkTh5g73PnJq2VbUTEW { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #XeM83kD7mcqaq3DM9otG3JessT2CTa04 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DQ6xvqHG8vHN9fVXXV3T6EUcsTxG4bLK { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #dIBRTw6qM1KrNWSxDZhcJrN78FgE7PiF { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eRUGO0XEMv79lpPyZbix8eTVpFIepw00 { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mzlZvVkSOukxawgsd3afVVzrIb0QNsmm { display:block; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sUagRRzETnddrl7FKNWeXV5XWsVZ9UER { width:17.5rem;height:2.4375rem;top:2.6458740234375rem;left:15.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DHHnquM63bMvSu4f9t9qtBGXGr3TXT59 { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfKliTdOhq2pFaEpy1VW9LR8qnRv1QQx { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvLNS8qUO33phflaMLhNEKgsgXvOxwKa { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7HDO4Fl9voW60DSTMtokD0ph97zin6m { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZG3lDNZHeEZw5h4NXyebG2Jzys5viSBd { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd { display:block; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hd2W6hkxDa2caINtbQi9mELKkgm14LXQ { width:27.875rem;height:20.3125rem;top:0.53125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDiu8WU00opF5SwLX0ARKLXcJf1wXQJN { width:17.4375rem;height:5.6875rem;top:12.6875rem;left:3.71875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ktb2e8pgV4e2pAsP2IhpOATcMAEOABhQ { width:13.8125rem;height:13.8125rem;top:18.270843505859rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCczCVptnIXE5r49FvhLgQ2WBg18fha5 { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5.adaptive-delivery-prevent-bg, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyload, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyloading { background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { background-color: transparent; background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .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); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { border-width: 0; border-radius: 0; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cwgakoKuMBM6UqDecrZqCVT1fzXo6So8 { width:43.75rem;height:2.03125rem;top:6.6640625rem;left:2rem;font-size:1.5625rem;z-index:15003;color:#107d84;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-regular-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna  { width:22.625rem;height:auto;top:2.5rem;left:19.0625rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna {display:block;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna { width:22.625rem;height:auto;top:2.5rem;left:19.0625rem; }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #B4RT1HOUHvDuosI5z4xHmupCmHEy1DqZ {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #CPowTRgThUXdkZmAwqfJ6B6PPviQabTq { display:none; }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #emt0CoLXWazMBQbpQs3k7ewv9Di5FG8E {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #R7KDk7yfTqZBwKmxIFfZ4TWHwadQ56AT {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FhiWJtrrZsSQsCpKt3DAvT06xyqcue27 { display:none; }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #npEe1yknt7QQHViGPkLzJTTvKt4OSlGd {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #p0eHL5WAc459KdN0zsm1fSwuSkxqy08q {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #QQx585AFi1DslICZQ7QD5XozSBAHhI6n {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #SMP2o6ltOwP9PHVdfK5Ca1f0p0TeOgCN {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #qryzrn4uzlZK1TXGbfRPnzheKCseJzvv {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #GKwxdQRaUHPRyU5yHpSEZprUoKh4r2ch {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FLV5TrdBT0349esR7TCVzf0weZlyG6J6 {  }
 }@media only screen and (max-width: 1199px) { #vnSpQTBZqTRryNnvVPKRRES4F9CNMgb2 { display:block; }
 }@media only screen and (max-width: 1199px) { #QXktmbF0WNZVQJt8gzDupt8IZ3xbPvdW { display:block; }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #xJv4bccm3ppIwlQfTFLqTmMgssmROCm4 {  }
 }@media only screen and (max-width: 1199px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #Fvxk5Thbzd3VXB18Ru5uWaOk5Tazi82u {  }
 }@media only screen and (max-width: 1199px) { #w85fRb4JzDMRyf0L4R2Sl8XWON3ENTPx { width:14rem;height:3.575rem;top:10.4375rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChKmKUGPrccRVXzhD209lPLcR2oS6Xp8 { width:14.5625rem;height:4.14375rem;top:14.75rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t { background-color:#4e2e3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { background-color: transparent; background-image: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .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); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { border-width: 0; border-radius: 0; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fWRbBb5n1DiB8QswhKswKK4LUxT4wnUD { width:40.625rem;height:6.6875rem;top:25.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgtHWdoFFatvho3TZHKvHfWXD3N9S82r { width:31.5625rem;height:2.84375rem;top:27.375rem;left:8.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6ItuwQ8l55d1zDcWnd2MJubMt7GskW9 { width:40.625rem;height:23.1875rem;top:2.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA { display:block; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ehAxSupdZi3UCIBukdKXNZwUQBcFT5t0 { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tq11aTuqTFt7uwFfPbICoETPVFeVInVe { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLXJzUl22poVF3r6xrTR7fF60z475Dq2 { background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/8iAzrfeU/Zdj_cia_SA_2_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2.adaptive-delivery-prevent-bg, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyload, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyloading { background-image: none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 > .row .container { width:47.75rem;height:17.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai { display:none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai > .row .container { width:47.75rem;height:96.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #D3Vt1meaXDAfgUWc3xwzi52T6cxmgGBd { width:31.125rem;height:20.1875rem;top:3.75rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7iMuw3NaQTlRq8dUS2O10l9wZMTUJ2n { width:31.125rem;height:20.1875rem;top:26.500009536743rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRFIRLLRidZiHVyovqHxIJzo1qxHFtB9 { width:31.125rem;height:20.1875rem;top:49.497926712036rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WC3dTc7AUPR9m7DLqrWxLOCmld4z31U1 { width:31.125rem;height:20.1875rem;top:72.311462402344rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.adaptive-delivery-prevent-bg, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyload, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyloading { background-image: none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ > .row .container { width:47.75rem;height:23.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QLHHTRLVMZQBPOOLcusEn3Ww6NrJUniF { width:16.3125rem;height:3.5rem;top:13.87890625rem;left:28.0859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9IR9pu6St6QOmOBe7q4duKqnydtic7g { width:18.75rem;height:5.6666665rem;top:6.5625rem;left:26.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQuymTPiBSFfLERF6AdAXH8iqGzkOpW6 { width:4.6875rem;height:4.6875rem;top:11.379167556762rem;left:9.9062501788137rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #CMMqwT4CqXdSVolutgWR7TssGlKkq7TC { width:11.5625rem;height:5.6875rem;top:0.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPEtQPblfbTgOiPmIcikxRTRE0aD9OgL { width:1.3125rem;height:1.583333375rem;top:1.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gG8urN1CcNhSuVemSvOfaLR2dX9rmQT6 { width:16.2473965rem;height:0.1236979375rem;top:12.75rem;left:28.0859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fn3v0C2iylUBXnDKRCzMSTvIKo5SiD6T { width:39.25rem;height:8rem;top:20.125rem;left:4.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lOMDx6v4nWyyZCKWKeCSzDPZH2v8J10c { width:25.625rem;height:9.4375rem;top:34.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtO6JSDytOU8L4B7Ddvn4Kgb1X53w21B { width:22.9375rem;height:5.625rem;top:36.5rem;left:24.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QaTl6UnsJSdM1Gt9cwVJMXZt6GPuDk6a > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rsk8dydTyaV1QbHfnIKkbk71wr6QDVP0 { width:18.1875rem;height:1.3rem;top:0.65625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa { display:flex;width:1.375rem;height:1.375rem;top:0.5625rem;left:0.625rem;font-size:0.9375rem; }
#SiSGyBKvxMEwZQkArtTdma8J1JTaJCHa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #J5uHUXbhLtBWG0Woo2kW6u82booNC6vk { display:block; }#J5uHUXbhLtBWG0Woo2kW6u82booNC6vk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD { background-color:#0d94a6;background-image:none;display:block; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { background-color: transparent; background-image: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row > .video-iframe-container { display: none; }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .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); }#zPOyuLzNG04cOWrE3Tp0EvXMSLoS1CvD > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJDvhA9lWs2ThpPrUQqlAfK2sTFu7p0T { width:20rem;height:3.25rem;top:34.378905057907rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKW8uqUFm3HrvZfCxVHU9wz9XHV6mzg { width:20rem;height:4.875rem;top:27.375000715256rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZgZWWBUENMvf6TGh9AgEkdZU9T3Hkk { width:9.375rem;height:9.375rem;top:10.1875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEZqClhrLzGZghtG63Sn3JbORFmxXfEf { width:6.125rem;height:3.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fci8ANufoGxPytODCmpL8QP8HlgDPWst { width:8.3125rem;height:4.0625rem;top:22.665365934372rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPWFfiyCWpR4SIuLoLTRmtwL9dFAoHm { width:1.3125rem;height:1.21875rem;top:22.623699903488rem;left:13.552083969116rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #mCTbWNgwSuhv55Qmtu9toKMsGg0MT81J { width:16.875rem;height:0.0625rem;top:33.127604246139rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvdxESokGCxz2zAJCxDPCOBF9EELl7Bw { width:16.875rem;height:12.5625rem;top:38.877604246139rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8pDpkEJWpTmA8E1J8ydJpytCRCya4Ez { width:16.25rem;height:0;top:40.148440122604rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoMCLzuEWTGN1hKmQ1okOOdJgeaJ68cS { width:16.25rem;height:10.2375rem;top:40.148438930511rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Lat2TpzwCc9G5cQtrRTvGXxGXolrnGIZ { top:0.9166667461395rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.adaptive-delivery-prevent-bg, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyload, #SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI.lazyloading { background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { background-color: transparent; background-image: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { display: none; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .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); }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { border-width: 0; border-radius: 0; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpJUkWRTZaiVFKJMmnt4mfyskDIUDGCI > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbO5IAb1wlebr5wONLX5uiTWftHpux0i { width:20rem;height:auto;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-text {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-select {padding-top: 0; padding-bottom: 0;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw  { width:17.5rem;height:auto;top:7.6901054382325rem;left:0rem; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pinuaeFbBud6qptZ4FDC6asmhkivTJHw {display:block;}#pinuaeFbBud6qptZ4FDC6asmhkivTJHw { width:17.5rem;height:auto;top:7.6901054382325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #e3yiQ144Uc4G40Gty2TtLIzfgNvT8qCq {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #G5akh7BEqu0PT8IStDVfiwXPqN3dxtFX { display:none; }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #QnPTdhZ19ss7DchQesJHVx9gxSX7LGnk {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #TKRCdTQgUe4QCHEtypfoUK2TyW7Vzoen {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #GuXWHxRsMxXXgqdrDEZOVzhGc2BpQBSv { display:none; }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #ziPdxOTZkzi0H9TkUC8E2JT2ZcuyH8Lg {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #wthlrAyTPVGNfIG5XxXxXoHhhUXumR5x {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #lozfGhnUpTHeovnfISTchdsGXidl0HlU {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #KUwOXhKFWaWgtTBXTOTrWCOwZ0IXrxE7 {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #DCOKsmxb9gUl6nr2T6h2yTgI2TKq2iqE {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #iyHEKglwmikS2aXrsvROKWoMBV1c5kn3 {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #XFHlWenl0ywC1BC6tVMEEQTnfaHC3vBE {  }
 }@media only screen and (max-width: 763px) { #txhUlSQ33fUdn55STiAMS9BmB7HDasTn { display:block; }
 }@media only screen and (max-width: 763px) { #g8iBiUJNPuCQ1pINJVOmugOL5U9r8Z92 { display:block; }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tpnnzO3JNbTiu0LSIuLseFgMw9uTbmTH {  }
 }@media only screen and (max-width: 763px) { #pinuaeFbBud6qptZ4FDC6asmhkivTJHw #tDTXKqsOvTy3nfdCiNaRgv2ghHOXqPuy {  }
 }@media only screen and (max-width: 763px) { #N4VE3yTPA0txpf3vKKoDh3HNSSyrTxTx { width:20rem;height:1.625rem;top:1.4192695617676rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efStG9UJgwqvIPpXnzdrw6kGm74L3u2g { width:20rem;height:2.925rem;top:3.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEBNu6R3q93vlsRWHd11nTOEK1S4yqK { width:15rem;height:15rem;top:38.377624511719rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag23M2guI0AQNvBJnJRShXQn1twFPdyM { display:block; }#Ag23M2guI0AQNvBJnJRShXQn1twFPdyM > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of7l2KLuHR4TInhHwc0uLL2chxZr55g4 { width:20rem;height:14.5625rem;top:7.44140625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nCNEihSHmbxT6SblCDLRi4MrZk3tWwEZ { width:20rem;height:0;top:1.3333358764649rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #imQKFnWXlp3IkK1JlQ8lPmpQWw4rIJwG { width:20rem;height:7.5rem;top:22.666664123535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEBQZiulFqTRClhAb0FDUdANpDOF3IFT { width:18.125rem;height:2.925rem;top:3.87890625rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J38PqETFRcmCtU7VmVdJoM6FAH1GnhVA { width:13.9375rem;height:0;top:24.790367126465rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9gpZ525MVl7pHA8nEyi5TTsI1cDQsKJ { width:20rem;height:;top:1.3541717529297rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 { display:block; }#hKd0zdwbVU4e8PcybInxEmCFxW03pNo8 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Th5R1IVkMocwGg43rG2hkXCSIkl1UL { width:20rem;height:8.25rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJf681nJXmJtDus7MONMWELFFXPh4Dki { width:18.1223965rem;height:1.625rem;top:11.708343505859rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQ0kHL3CFf8TAM2Q45b5RFshgb8yTzK { width:13.9375rem;height:3.25rem;top:7.59375rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 { display:block; }#LBfsW6Ip2AEzMUJcn9J62MIq2tnczwm2 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2Nzfzrscfg47dpW90SQD4q1EKep1RQd { width:16.8125rem;height:1.625rem;top:1.3046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek2ACTDZuB04fFJz13Uq9CI9DXoBNKpE { width:19.3125rem;height:1.625rem;top:2.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzR3hyR75KebNmlGzSW0Z7cXGMFuJ719 { width:15.4375rem;height:2.7625rem;top:5.3229217529297rem;left:2.28125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTAawh6UEId5VlwG2dHqedQPecIJ77k { width:15.1875rem;height:10.125rem;top:8.76042175293rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Tk3nGyWXHBrL4LgFtdU7779RTip8Q2 { width:15rem;height:10.125rem;top:29.76042175293rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIhh8keiglGMeQklwHv5igcpWRkpUPFJ { width:16.8125rem;height:1.625rem;top:21.32292175293rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyaHwFPCDwCCIaFrsZAagvVfEgxokgR { width:19.3125rem;height:1.625rem;top:22.864593505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtXGESigP3iNCoLTDiQ4i6JCw5bfeRFu { width:20rem;height:4.14375rem;top:24.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7kUTffwPRWVU6suR40qvrQpSrKTDdyo { width:15rem;height:9.9375rem;top:49.65625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahausZ5KUHKphcN88TJKOvQED7WQTSEl { width:16.8125rem;height:1.625rem;top:42.15625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnTa5TOKTDr5DZlfIw955TxKP2tg1td { width:19.3125rem;height:1.625rem;top:43.739593505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZngPxbHkZ83KKThVOl9fOqs1Zi4OUxkm { width:20rem;height:2.7625rem;top:46.01042175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKhDrZI9yPyBk22pAunJyKO2x811TcyQ { display:block; }#EKhDrZI9yPyBk22pAunJyKO2x811TcyQ > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPQxPqyvhs7EaJps96mrJsGvG6iHNZou { width:18.1223965rem;height:1.625rem;top:8.7395935058594rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLzaRT7trxqUAW28gkv2IzyqErVQp3V0 { width:20rem;height:6.3125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 { display:block; }#zU9QmnCWfU07HJKge8PFXJHJkF8NmD55 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PREBhverb9oUArN9aXAf8rPoC9nlGG2H { width:16.8125rem;height:1.625rem;top:1.4296875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KahnqzJHHoX2q6t3KJKUo5Ib33STsoHM { width:19.3125rem;height:1.625rem;top:3.0130310058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI26rvHrDOAt0KTUCGO0wesNlG1FoD4x { width:18.125rem;height:4.14375rem;top:5.21875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zloTAOzlUqJKccTRolxP5IdcvlZiAnzu { width:15.1875rem;height:10.125rem;top:10.01042175293rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvsVVBrQ2aWuGQLn09QzVPiFflQ1zTeq { width:15.1875rem;height:10.125rem;top:32.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTrpeqwPSdSbynKXCIGL32mPyu1b3xw { width:16.8125rem;height:1.625rem;top:22.4375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8d4rT2qXhVyWtMSGX7PzOJGXaNWduzH { width:19.3125rem;height:1.625rem;top:24.020843505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wplVUkUN1q8IAW4RWE1Pu1T6g3wZQrug { width:18.125rem;height:5.525rem;top:26.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUS8vIDAzqBywtDLMnVC03FEev7wHlLS { width:15.1875rem;height:10.125rem;top:55rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFy6C09n381P9B4vRzFsWWqZgknDzN7 { width:16.8125rem;height:1.625rem;top:44.833343505859rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSLMehoZyNRKeBsvAkynM6zhAI9s7wCn { width:19.3125rem;height:1.625rem;top:46.395843505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mENSqbWHWaGU7Nk5PNqSzGJm5htQlv5d { width:18.125rem;height:5.525rem;top:48.770843505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW { display:block; }#KFohkDwlZDDBqlEsclGs3yaJdQgU5xoW > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9dATllTNmXPqWuOLPxCdV2JGx0cu1uo { width:18.1223965rem;height:1.625rem;top:8.71875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUd1eN1whH2qv5KW6sFFO2ymS0CI6r4 { width:20rem;height:6.3125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqqrGzn1Ub707otupIT9LI1LW3IHJAWA { display:block; }#AqqrGzn1Ub707otupIT9LI1LW3IHJAWA > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btnQkUqCRtGVXhte98xhRxqS66cgpInw { width:16.8125rem;height:1.625rem;top:1.5546875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmrKCsCKT0D4Z8aN4BUw4wXQBL6nE8f2 { width:19.3125rem;height:1.625rem;top:3.1380310058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTuxbvwDlzmuOb5xMocMyLXQCrOuQklh { width:18.125rem;height:4.14375rem;top:5.90625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJfPOcPGGhO5AwbPFB01NDPukv4ZWlTn { width:15.1875rem;height:10.125rem;top:11.114593505859rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0w2kN6iqJRfHFbv6F7nZszia317Prr3 { width:15.1875rem;height:10.125rem;top:32.696624755859rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKGudGK142ER7lvKGXS0JxvRKD7gxBxM { width:16.8125rem;height:1.625rem;top:23.498718261719rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlzfP4TcSJJUT0a2aG0KnD4a1UltGTl { width:19.3125rem;height:1.625rem;top:25.08203125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvvfAS7q8ikMGEwsvOhGrwgL3eM6OStW { width:18.125rem;height:4.14375rem;top:27.71875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ8CO1R0an0Lqw3ZT0EArVWAaFpUrwS7 { width:15.1875rem;height:10.125rem;top:56.686218261719rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvxecEoN71MIrfWdQgrFJTKyFn12TIab { width:16.8125rem;height:1.625rem;top:45.200531005859rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFw4pCdQIVn5ARAShavJEpFsgVfsMCBx { width:19.3125rem;height:1.625rem;top:46.783874511719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSI4epKPvtwKJpkD3wzd2hnLNoh7tTab { width:18.125rem;height:6.90625rem;top:49.03125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 { display:block; }#ygdm5nXtR2lCBAqdsLhxaTxre9bL9nN0 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5LCoxSN0GyHPvCwq6QMUKcT4CLpFaOw { width:18.1223965rem;height:1.625rem;top:8.71875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDhbuP46FT7XGVPaPJXJuRRMePI1k8a { width:20rem;height:6.3125rem;top:6.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH { display:block; }#B77DHzRZQMlyI7bFrrk8oJxcxpEuNuqH > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwAz8BcKU5BtC2T662CMdSdir5LL46yH { width:16.8125rem;height:1.625rem;top:1.3671875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Rh9V16QdswoFo9WBkEoGZCFFRANmC5 { width:19.3125rem;height:1.625rem;top:2.9505310058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8qn6KTyxpOW4DfURs8eABkO6KL4nc2 { width:18.125rem;height:6.90625rem;top:4.5338745117188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKgHgin4gGSPpFAd0Jm8l9KgDTakZcn1 { width:15.1875rem;height:10.125rem;top:12.739593505859rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVuW2PTy3EhS7OQZbisRCPnHMpnMEnmD { width:15.1875rem;height:10.125rem;top:35.333343505859rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B25LIXopkQNE5FxIwmem3mWMnnspH4n8 { width:16.8125rem;height:1.625rem;top:25.0546875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqZ6AnrFgFigWziD3sq59TwXLuDuNTUf { width:19.3125rem;height:1.625rem;top:26.638031005859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GroZ7cbvzIUNsDkOahRbCudJKeOiCNsX { width:18.125rem;height:5.525rem;top:29.03125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w092GuzAHbJHKMbWouC9aOZ0t3hoFlMO { width:15.1875rem;height:10.125rem;top:59.727874755859rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLexTFE2Rng9ePL2ZImQRmMCfIQmuAfW { width:16.8125rem;height:1.625rem;top:47.697937011719rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad6oWTfpc6VXf2wKbTbQ2SJzov8GNt9A { width:19.3125rem;height:1.625rem;top:49.260437011719rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOR0NlqHRTzAAfqU5kg1gKxRK5ZZ6lB { width:18.125rem;height:6.90625rem;top:51.78125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9bt61qKyRztvStdprDrLzUN0eSqXhlr { width:20rem;height:11.4375rem;top:82.677103761719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCeDLk6OCqq0aqgtEO9f653XHbOL7iSF { width:20rem;height:0;top:87.927093505863rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xc3XTW8OGRS3M1v6LMQlNm9xt9JmLFFq { width:19rem;height:3.75rem;top:72.010437011719rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPClZyTwL8eBaJP3h8Iqndv6Q2s5DDL { display:block; }
 }@media only screen and (max-width: 763px) { #k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF { display:block; }#k4q94H0mXgUbQVzfeo7lXf5ZM8RCAoCF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRZ9ds0z62yMflUIXqr67RoTtvP1xI2I { width:20rem;height:7.3125rem;top:1.3125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nDafTDIZBz71DTeCL5laiCSC8qrIb1sG { width:20rem;height:3.25rem;top:3.3645935058594rem;left:0rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tiOfIU8ltLRVKtycuadGFbWUerCPWOFw { display:block; }#tiOfIU8ltLRVKtycuadGFbWUerCPWOFw > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVpkk5zP5CC8zzePHEWkoolHTvLxifBA { width:19.4375rem;height:32.25rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMBN00r3hgTW84R0778ZaplquTg1yoK { width:18.1223965rem;height:17.53125rem;top:11.786468505859rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmKwMKVvbW8dnaeiWBfDNC1vMkoQ01i { width:18.1223965rem;height:2.7625rem;top:32.983093261719rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsP1z6mueSOWlptAyWPCTOlzucSDMdn7 { width:9.375rem;height:9.375rem;top:2.3489379882812rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk { display:block; }#ATR9JvH0tXaPCtpTdZS4tazXNgVEs1Tk > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsZl6TgTyWgnSlvIuaaDbsWHu5GMvpmS { width:19.4375rem;height:27.75rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLvF3DJvc5UqpRIe3y91zoEIx5gNGsto { width:18.1223965rem;height:12.75rem;top:11.786468505859rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKmnwEXnVWgfha9pM8g9x3J12AarVTIg { width:18.1223965rem;height:2.7625rem;top:28.233032226562rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKG2kTz8CXv8xLtzH49VZbSZAKE69cx { width:9.375rem;height:9.375rem;top:2.4323120117188rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK { display:block; }#EDhnpBc9fer3BO8xAJWCe4sSTfkvKdrK > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6bGDvVpkLyRKGZDBBezfQMncglXxQ9G { width:19.4375rem;height:30.4375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhGtZo78adhCGpJrO0O5gRxvuxBshD5q { width:18.1223965rem;height:17.53125rem;top:11.786468505859rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur5A9ZTXUMkqJEwFM6mCNmqRx7gqlr1s { width:18.1223965rem;height:2.7625rem;top:30.94140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7CH4d3KH1Xgffub5GAbygaUGVIDufy { width:9.375rem;height:9.375rem;top:2.41015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeKv2whs43NWwkUPA7yPE5WCI3Mu3DZR { width:19rem;height:3.75rem;top:47.703125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZakv8ZMBFksOthwh4gyKaX5O0o781Ub { display:block; }
 }@media only screen and (max-width: 763px) { #pDp0tNLBPOlcowNgyOs5IJKZKPF5uH4F { width:17.5rem;height:6.09375rem;top:39.891906738281rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s { background-color:#0d94a6;background-image:none;display:block; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { background-color: transparent; background-image: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row > .video-iframe-container { display: none; }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .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); }#QqQ4QQwzVnqHxkKoNmqI7oWN2m4HPe7s > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSlkfonqoRl6ghdr2ttp8MNOHpOimpeo { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQyc4uU3cAf9CgPyooN5lqlrtqmvcN6B { width:18.125rem;height:36.3375rem;top:33.500000476837rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wVtoUTCQDI0eXTdxrcRZTEioIwBHIhSA { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #JbRN9wMkCfCJtdFIgU8AxDTxXJf77RB1 { width:20rem;height:1.78125rem;top:23.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1xA7fnU3iqhLNkTh5g73PnJq2VbUTEW { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #XeM83kD7mcqaq3DM9otG3JessT2CTa04 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #DQ6xvqHG8vHN9fVXXV3T6EUcsTxG4bLK { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #dIBRTw6qM1KrNWSxDZhcJrN78FgE7PiF { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRUGO0XEMv79lpPyZbix8eTVpFIepw00 { width:18.75rem;height:5.625rem;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mzlZvVkSOukxawgsd3afVVzrIb0QNsmm { display:block; }#mzlZvVkSOukxawgsd3afVVzrIb0QNsmm > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUagRRzETnddrl7FKNWeXV5XWsVZ9UER { width:12.5rem;height:1.7875rem;top:2.1458129882812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHHnquM63bMvSu4f9t9qtBGXGr3TXT59 { width:5.625rem;height:2.125rem;top:4.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfKliTdOhq2pFaEpy1VW9LR8qnRv1QQx { width:5.625rem;height:5.625rem;top:3rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLNS8qUO33phflaMLhNEKgsgXvOxwKa { width:5.625rem;height:5.625rem;top:3rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7HDO4Fl9voW60DSTMtokD0ph97zin6m { width:5.125rem;height:5.125rem;top:6.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3lDNZHeEZw5h4NXyebG2Jzys5viSBd { width:5.125rem;height:5.125rem;top:6.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd { display:block; }#g0STpnJugn0ZT7D2ZlT1rs1A2wSodxhd > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hd2W6hkxDa2caINtbQi9mELKkgm14LXQ { width:20rem;height:14.5625rem;top:5.90625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RDiu8WU00opF5SwLX0ARKLXcJf1wXQJN { width:20rem;height:3.7375rem;top:1.3333358764649rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ktb2e8pgV4e2pAsP2IhpOATcMAEOABhQ { width:20rem;height:20rem;top:21.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCczCVptnIXE5r49FvhLgQ2WBg18fha5 { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5.adaptive-delivery-prevent-bg, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyload, #yCczCVptnIXE5r49FvhLgQ2WBg18fha5.lazyloading { background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { background-color: transparent; background-image: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { display: none; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .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); }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { border-width: 0; border-radius: 0; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCczCVptnIXE5r49FvhLgQ2WBg18fha5 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwgakoKuMBM6UqDecrZqCVT1fzXo6So8 { width:20rem;height:auto;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna  { width:17.5rem;height:auto;top:7.6901054382325rem;left:0rem; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna {display:block;}#QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna { width:17.5rem;height:auto;top:7.6901054382325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #B4RT1HOUHvDuosI5z4xHmupCmHEy1DqZ {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #CPowTRgThUXdkZmAwqfJ6B6PPviQabTq { display:none; }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #emt0CoLXWazMBQbpQs3k7ewv9Di5FG8E {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #R7KDk7yfTqZBwKmxIFfZ4TWHwadQ56AT {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FhiWJtrrZsSQsCpKt3DAvT06xyqcue27 { display:none; }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #npEe1yknt7QQHViGPkLzJTTvKt4OSlGd {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #p0eHL5WAc459KdN0zsm1fSwuSkxqy08q {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #QQx585AFi1DslICZQ7QD5XozSBAHhI6n {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #SMP2o6ltOwP9PHVdfK5Ca1f0p0TeOgCN {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #qryzrn4uzlZK1TXGbfRPnzheKCseJzvv {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #GKwxdQRaUHPRyU5yHpSEZprUoKh4r2ch {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #FLV5TrdBT0349esR7TCVzf0weZlyG6J6 {  }
 }@media only screen and (max-width: 763px) { #vnSpQTBZqTRryNnvVPKRRES4F9CNMgb2 { display:block; }
 }@media only screen and (max-width: 763px) { #QXktmbF0WNZVQJt8gzDupt8IZ3xbPvdW { display:block; }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #xJv4bccm3ppIwlQfTFLqTmMgssmROCm4 {  }
 }@media only screen and (max-width: 763px) { #QOUUkzZQihrQLMXWh5VO5P8cTBEOiTna #Fvxk5Thbzd3VXB18Ru5uWaOk5Tazi82u {  }
 }@media only screen and (max-width: 763px) { #w85fRb4JzDMRyf0L4R2Sl8XWON3ENTPx { width:20rem;height:1.625rem;top:1.4192695617676rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChKmKUGPrccRVXzhD209lPLcR2oS6Xp8 { width:20rem;height:2.925rem;top:3.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t { background-color:#4e2e3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { background-color: transparent; background-image: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { display: none; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .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); }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { border-width: 0; border-radius: 0; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vppw8Vz20qQG7TMJgBkFLq3mD3CMcg8t > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWRbBb5n1DiB8QswhKswKK4LUxT4wnUD { width:20rem;height:4.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtHWdoFFatvho3TZHKvHfWXD3N9S82r { width:20rem;height:1.86875rem;top:13.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ItuwQ8l55d1zDcWnd2MJubMt7GskW9 { width:20rem;height:11.4505205rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA { display:block; }#QHwAVdsG2iaeht9fXqeHrUkhGBTFRfhA > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehAxSupdZi3UCIBukdKXNZwUQBcFT5t0 { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq11aTuqTFt7uwFfPbICoETPVFeVInVe { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QLXJzUl22poVF3r6xrTR7fF60z475Dq2 { background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/8iAzrfeU/Zdj_cia_SA_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2.adaptive-delivery-prevent-bg, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyload, #QLXJzUl22poVF3r6xrTR7fF60z475Dq2.lazyloading { background-image: none; }#QLXJzUl22poVF3r6xrTR7fF60z475Dq2 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai { background-color:transparent;background-image:url("https://images.assets-landingi.com/lGjBlG44/ZTzA_t_o_1200x1200_8_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.adaptive-delivery-prevent-bg, #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.lazyload, #Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai.lazyloading { background-image: none; }#Pzx3EC9nSxgZK3XhIN4DRzHNaEU0smai > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D3Vt1meaXDAfgUWc3xwzi52T6cxmgGBd { width:18.125rem;height:11.75rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7iMuw3NaQTlRq8dUS2O10l9wZMTUJ2n { width:18.125rem;height:11.75rem;top:28.217710494995rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFIRLLRidZiHVyovqHxIJzo1qxHFtB9 { width:18rem;height:11.6875rem;top:15.197912216186rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC3dTc7AUPR9m7DLqrWxLOCmld4z31U1 { width:18.125rem;height:11.75rem;top:41.248968124389rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ { background-color:#0babc1;background-image:url("https://images.assets-landingi.com/uc/17823403-3d04-4351-9eb0-23b12ba49e67/RzA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.adaptive-delivery-prevent-bg, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyload, #OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ.lazyloading { background-image: none; }#OwhWn8mCNaXPm6cD174bfJuR2UvOVOKQ > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QLHHTRLVMZQBPOOLcusEn3Ww6NrJUniF { width:20rem;height:3.16666675rem;top:34.378905057907rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9IR9pu6St6QOmOBe7q4duKqnydtic7g { width:20rem;height:4.8333335rem;top:27.375000715256rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQuymTPiBSFfLERF6AdAXH8iqGzkOpW6 { width:9.375rem;height:9.375rem;top:10.1875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMMqwT4CqXdSVolutgWR7TssGlKkq7TC { width:8.3125rem;height:4.0625rem;top:22.665365934372rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPEtQPblfbTgOiPmIcikxRTRE0aD9OgL { width:1.3125rem;height:1.166666625rem;top:22.623699903488rem;left:13.552083969116rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #gG8urN1CcNhSuVemSvOfaLR2dX9rmQT6 { width:16.875rem;height:0.0625rem;top:33.127604246139rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3v0C2iylUBXnDKRCzMSTvIKo5SiD6T { width:16.25rem;height:9.916666375rem;top:40.148438930511rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lOMDx6v4nWyyZCKWKeCSzDPZH2v8J10c { width:20rem;height:9.4375rem;top:51.3151045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO6JSDytOU8L4B7Ddvn4Kgb1X53w21B { width:20rem;height:0;top:53.1901045rem;left:0rem;font-size:2rem;display:block; }
 }