.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:252,224,240;--color-primary-1:246,163,209;--color-primary-2:240,102,178;--color-primary-3:234,10,38;--color-primary-4:230,0,126;--color-secondary-0:255,255,255;--color-secondary-1:248,248,248;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:143,179,237;--color-tertiary-2:68,128,225;--color-tertiary-3:21,96,218;--color-tertiary-4:0,50,173;--headlines-font-family:Oswald;--paragraphs-font-family:Oswald; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#d7eef9;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53b79df2-4f1f-44f5-b4f4-6d0243c24070/TLO_czyste.png");background-position:top left !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; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.adaptive-delivery-prevent-bg, #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.lazyload, #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.lazyloading { background-image: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { background-color: transparent; background-image: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container > .video-iframe-container { display: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container { display: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .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); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { border-width: 0; border-radius: 0; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:75rem;position:relative;display:block; }#gcKoBwiP4nP9WLzCpUgJNkq7XVCKQIxm { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.4375rem rgba(100,50,85,0.39) ;height:48.625rem;width:33.8125rem;top:31.5625rem;left:39.937067031861rem;display:block; }
#Mrk1TOe14gUoXJqXq3g6bbJTXBzX0wvn { color:rgba(var(--color-tertiary-0),1);display:block;width:31.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:31.75rem;left:41.3125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzZJmgBIwB8UZZ3uhLNABTG9dbKP6cIP { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.8125rem;width:33.9375rem;top:31.125rem;left:39.875rem;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-form-header {  }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#421e66;width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:27.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-button { border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.875rem;margin-bottom:0.25rem;margin-left:4.1875rem;display:block;box-sizing:border-box;font-size:2.4375rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:19.4375rem;height:5.3125rem;font-family:poppins;overflow:hidden;font-style:normal;line-height:1.3; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:29.0625rem;overflow:hidden;font-style:normal; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .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; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-container:first-of-type{padding-top:0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-container:last-of-type{padding-bottom:0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15030;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.5rem;left:41.5625rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.625rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d {display:block;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15030;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.5rem;left:41.5625rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #D6MR4hpTUShFGpK8ZWKrI7tm3TlNRxb6 { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BcnF1ieLvSkOtGVswwdOCQX91DH4eLNh { position:relative;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #AgBLpLRsUfwfbBeN201vbRWegnwa93NU { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #yhoFt0wTupcZKGEvU2cd9Zur3RixXXLG { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ZZXNG87m75WnATVgMQwAWVg3nzz1rpum { position:relative;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #dOu6HQK0ltEcOVTK8UTNl8KFK5Uvo5Zy { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #XVvwUzRPvzxuBXZw33sPCZKRZlWTLbeB { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #l5FaXuAOrPZiKJN9Zy05BoOssq09uKSi { position:relative;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #qM9JzOL3qMXv0DKscbWZM2UqKHxAEzV9 { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #lCB5LuAUcR8dkeWUzveZ7lyx9pCrLq9F { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rs2dPny5uOPMUTeLbpyhbv8vg2iB8lG3 { position:relative;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #nNBAiLdVgeqtLREQNWoCzMzJ4p4hLZa2 { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Gk1pZL1h0nvS7GRPVF6k7L2E2VIHKVnA { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rukua4kMA6tqGgiZwbN5ZChf4dEnmF6w { position:relative;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ffCHgE4veZFwXXQPblTyZR9NJgdtDW7C { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #fBUppKNrwU1FsqrK2DFeqE0k05n3ZNJ6 { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #bDLg5O3q8qNxdHeVWT61rxuRZ776wqv7 { position:relative;z-index:2; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #CmEXpVts0qiRF0tW6TZuFNCUTnU5akut { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #hzc5dcCMRhzbMM2CU70JmucvSdopQ3sw { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #KhWd26ydbTZylpDINJRzOvBKrvsLfZHy { position:relative;z-index:2; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #aeqFcBqc4Fs2UzXvMBTrrn139AxGBm3D { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BTn33FVmJtmaWlbqVvR77zEl4rFnF7d7 { position:relative; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #UtCWKwsrNGtB5smsgfUhRBhtcTRqwSbC { position:relative; }
#rT99sLB4BezwzDsxzdVtK6FlrL6ruaNf { position:absolute;display:block;z-index:14997;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:46.25rem;width:46.25rem;top:34.004993438721rem;left:0rem;overflow:hidden;display:block; }
#Xg6DQQOZclwElwNUWsNCw5M58iWNqi3B { box-sizing:content-box;height:2.56185rem;width:10rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:53.25rem;left:61.0625rem;display:block; }
#RqSXAK8UsbqQOMJ4fPJQLBRWbr0rXVbg { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:53.5625rem;left:61.0625rem;height:1.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imxr1vRyUrLMQAn8LQSlRl3UGuiUKENR { color:rgba(var(--color-tertiary-0),1);display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:35.875rem;left:41.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOlN7S7r1e1RmpNNfIQB0UPLqKAyqIx1 { position:absolute;display:block;z-index:15062;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:12.6248125rem;width:43.125rem;top:6.6243491172787rem;left:3.6848964691162rem;overflow:hidden;display:block; }
#IDVMMMLLrhT7DChOf4UlJAfaQlb1GWAa { 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:6.624375rem;width:30.8745625rem;top:0rem;left:22.061632156372rem;overflow:hidden;display:block; }
#FO0SydETIbVCdwGTMQt9vrkIThHEn0Hg { position:absolute;display:block;z-index:15059;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:13.0620625rem;width:27.999125rem;top:20.069444656372rem;left:6.2434902191162rem;overflow:hidden;display:block; }
#pfBJINZhX7sbPbiaPVoo0e2pRDQ6UfpL { position:absolute;display:block;z-index:15061;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:5.4375rem;width:7.875rem;top:22.874349594116rem;left:33.756513595581rem;overflow:hidden;display:block; }
#DrLJNgQlQ3QsRBsoCpkOpg3k5tyLFTAa { position:absolute;display:block;z-index:15060;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.6875rem;width:27.999125rem;top:17.131076812744rem;left:40.849611282349rem;overflow:hidden;display:block; }
#XnrCq4QTyHMUDwg72EuGeR9DdGun7S2I { 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:1.25rem;width:4.125rem;top:0rem;left:22.624784469604rem;overflow:hidden;display:none; }
#AHAR5VRmdP18bFV0U7ZUztN8cAsQ0Whk { position:absolute;display:block;z-index:15063;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:11.0623125rem;width:23.8748125rem;top:5.1291236877441rem;left:47.373048782349rem;overflow:hidden;display:block; }
#kiBnCGaSwWyOrL6WXc0O0WBqAogCqmtJ { position:absolute;display:block;z-index:14996;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:16.1230625rem;width:13.5623125rem;top:0rem;left:40.53537940979rem;overflow:hidden;display:block; }
#FDJ8TKyCz4ynTRrqS5avTUfoqbvS35Xd { position:absolute;display:block;z-index:14995;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:24.6245625rem;width:21.25rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:block; }
#JzLAITMggIQgFzbpWk3NnFGXKNhkRgrP { position:absolute;display:block;z-index:14997;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:4.25rem;width:3.625rem;top:0rem;left:51.006944656372rem;overflow:hidden;display:block; }
#aTFLlZmlaaaFBXZ3RyHUAPdXQ25T3Rxp { position:absolute;display:block;z-index:14999;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.6248125rem;width:7.0605625rem;top:43.934463500976rem;left:30.942926406861rem;overflow:hidden;display:block; }
#DxWhrCkCJde7iIc9oNNI77eANPHpNT75 { 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:5rem;width:4.43685rem;top:40.941841125488rem;left:6.2434902191162rem;overflow:hidden;display:block; }
#u3cGZBzDJ2VT35P9699kUBenWeMqLfwB { position:absolute;display:block;z-index:14993;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:13.936625rem;width:11.5625rem;top:22.874349594116rem;left:59.569231033325rem;overflow:hidden;display:block; }
#T9uVcametulWgXWXisiPUAuS9h1NPp3M { position:absolute;display:block;z-index:15064;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:5.3125rem;width:4.93706875rem;top:2.4424915313721rem;left:20.523004531861rem;overflow:hidden;display:block; }
#SGrUcV16UybW6yBJxAcg7KwAyx6NvW2I { 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:1.25rem;width:2.625rem;top:0rem;left:22.624784469604rem;overflow:hidden;display:none; }
#XPFybgHxn5GqXW9frQnG2M317t8MMhwp { position:absolute;display:block;z-index:14995;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:22.125rem;width:18.75rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#aVLIwmL1MApwvkJC4sVfsTG8KqdiCB5m { position:absolute;display:block;z-index:14995;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:20.25rem;width:18.75rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#DagVNZmelnynrRhfdwR4vkti29tDI8tb { position:absolute;display:block;z-index:14995;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:22.125rem;width:18.5625rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#Tn3ANsZJeV9sN1P7oNeWRsczprvf21q2 { position:absolute;display:block;z-index:14995;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.4375rem;width:18.5625rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#OaV8TwsJvTqfJiLbJWZTRMPWqcMbqNkX { position:absolute;display:block;z-index:14995;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:20.25rem;width:18.75rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#kpRxETeU21Q60V24nTkntUEQLc8qAHPD { position:absolute;display:block;z-index:14995;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:20.25rem;width:18.75rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#uRURZMtb2hobq5sTHilLOJ7z0lWu6TIn { position:absolute;display:block;z-index:14995;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:22.125rem;width:18.75rem;top:21.248916625976rem;left:5.6022129058838rem;overflow:hidden;display:none; }
#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 { border-top:0.625rem solid rgba(var(--color-secondary-0),1);border-left:0.625rem solid rgba(var(--color-secondary-0),1);border-right:0.625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.625rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/97b3d0d3-d8e2-46ac-a370-7c9fcd8c0ca9/TLO_bez_wzoru.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; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0.adaptive-delivery-prevent-bg, #EFQcfiIvKUH93iI8wHsg3uneFokUcto0.lazyload, #EFQcfiIvKUH93iI8wHsg3uneFokUcto0.lazyloading { background-image: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { background-color: transparent; background-image: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container > .video-iframe-container { display: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row > .video-iframe-container { display: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .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); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { border-width: 0; border-radius: 0; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { font-size:0.875rem;font-family:arial;height:103.8125rem;width:75rem;position:relative;display:block; }#GPOHFhImyTfAolggKXwf2COaN1oSW14t { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:7.3747837543488rem;left:51.562501907349rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0CZml6nfVIg582AX3yu72PO2llCHaEy { position:absolute;display:block;z-index:15061;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.8123125rem;width:22.8125rem;top:34.436635255814rem;left:8.1250019073488rem;overflow:hidden;display:block; }
#lNMBQowTb31L1ZDy4tg8aeGnMp4It5DT { position:absolute;display:block;z-index:15062;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:19.749375rem;width:27.374125rem;top:30.809463500976rem;left:42.969835281372rem;overflow:hidden;display:block; }
#TUuGTR8rUKImowVNSKWECEr3sKF169NH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.125rem 0rem rgba(var(--color-tertiary-0),1);top:58.374352693557rem;left:5.4372844696045rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8Ttx5tmcyUo1fQcpUhSN7QFTyIpZ7eD { position:absolute;display:block;z-index:15064;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:8.311625rem;width:32.686625rem;top:27.375001192093rem;left:4.1243495941162rem;overflow:hidden;display:block; }
#a59ZhI7ORWoSvvTWgRrfpAssphxO6irS { position:absolute;display:block;z-index:15065;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:8.624125rem;width:36.6873125rem;top:27.216580629349rem;left:38.31272315979rem;overflow:hidden;display:block; }
#BEJ8GgTiQ8tJq30ACKDlPQO8PHT2U5mT { position:absolute;display:block;z-index:15060;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:24.436875rem;width:24.4998125rem;top:29.436633348465rem;left:6.3747844696044rem;overflow:hidden;display:block; }
#BhN21CGnn5Tfhk9GuJLGNMZZ6dbQfMkt { position:absolute;display:block;z-index:15058;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:24.436875rem;width:24.4998125rem;top:29.187068223953rem;left:43.999567031861rem;overflow:hidden;display:block; }
#erqNBdrJkBFsvUoymDVrHX5JDrf4o4aL { color:rgba(var(--color-primary-4),1);display:block;width:42.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:16.811633348465rem;left:18.249784469604rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5dTlLoHpZGw7qb5Bu5BLVmHB1mtV5mm { position:absolute;display:block;z-index:15060;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:19.6245625rem;width:52.7495625rem;top:79.06228375435rem;left:17.686632156372rem;overflow:hidden;display:block; }
#q21EJbDKVrFwkxDdmT9mkKyy16fETcTk { color:rgba(var(--color-primary-4),1);display:block;width:42.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.3125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:73.625005006788rem;left:6.8750019073488rem;height:16.4125rem;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; }
#TgPWQNM38FmnG0IzNaxlruJoZa0PxqlM { color:rgba(var(--color-primary-4),1);display:block;width:24.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:52.812283754349rem;left:6.9368495941163rem;height:5.60625rem;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:block; }
#dLIgNWMpD341hI3zgcKDw0WUSLynQIus { color:rgba(var(--color-primary-4),1);display:block;width:24.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:55.312283754349rem;left:45.749788284302rem;height:5.60625rem;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:block; }
#eMb6fOHpBPcsOXqcr6tJwc5IlSPWFRCm { box-sizing:content-box;height:0.3125rem;width:64.124375rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:66.182725906375rem;left:5.4372844696045rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#ZthXTQicRDKpzumf7zUIFIQ7fdTqLTpA { position:absolute;display:block;z-index:15065;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:10.4373125rem;width:8.186875rem;top:38.000001192093rem;left:24.187284469604rem;overflow:hidden;display:block; }
#rLTsx7LSHaUW8RDz9NmTk7tFDE3aD1c9 { position:absolute;display:block;z-index:15066;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:10.4375rem;width:11.5625rem;top:38.000001192093rem;left:60.686853408814rem;overflow:hidden;display:block; }
#Fzf8zDmKzRHWrldGkAUw5oLhfaotWh7k { color:rgba(var(--color-tertiary-0),1);display:block;width:20.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:46.125rem;height:6.9010375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gnqXRhPn4THD0rQOziwBGtN6Zh9OlsAX { 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:16.1230625rem;width:13.5623125rem;top:29.374783754349rem;left:40.312501907349rem;overflow:hidden;display:block; }
#wX9TLeCmMPTTM21TzB4ruXg3q9meR8TU { 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:5.7487rem;width:4.93706875rem;top:40.812501192093rem;left:42.874353408814rem;overflow:hidden;display:block; }
#vBnVJUm5Jkle7462IVzXonTrOG4ECNEO { position:absolute;display:block;z-index:15070;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:4.18728125rem;width:3.87478125rem;top:32.187283754349rem;left:67.3122882843rem;overflow:hidden;display:block; }
#bEoTG6zxiEgQXWpeVvIVct4LWOC4nMkh { 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:20.2495625rem;width:17.4370625rem;top:27.375001192093rem;left:17.874349594116rem;overflow:hidden;display:block; }
#v0WapiNcGUmEgbBtH8o5gAFXMfaArC00 { position:absolute;display:block;z-index:14999;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:16.875rem;width:13.061rem;top:27.375001192093rem;left:10.061849594116rem;overflow:hidden;display:block; }
#wzHBmQQ57kiqA8gLEr9Op2byAcKSh6EG { 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:8.8125rem;width:7.375rem;top:40.374135255814rem;left:4.1243495941162rem;overflow:hidden;display:block; }
#Ag5L5JoD7TR818GPcJktpdokGal8bKq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.436rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.125rem 0rem rgba(var(--color-tertiary-0),1);top:52.812283754349rem;left:44.249132156372rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTPfDCwXw2RVIDRfG33PhbarBw3GUQDz { 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:8.811875rem;width:7.374125rem;top:33.000001192093rem;left:63.43750190735rem;overflow:hidden;display:block; }
#okHGPEMXKTNvxkU31owWiJwf08b5rSde { position:absolute;display:block;z-index:15065;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.9370625rem;width:41.8120625rem;top:4.8747832775116rem;left:8.1250019073488rem;overflow:hidden;display:block; }
#fovOc60gmxQ9QKXdKGZDXpMlFtnK3z8E { 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:9rem;width:7.5625rem;top:4.3116323947906rem;left:62.249353408814rem;overflow:hidden;display:block; }
#y1fnrWpm1sShIxka6ukkHnHPd33OsmGG { 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:4.87413125rem;width:4.18728125rem;top:5.6245663166046rem;left:68.311632156375rem;overflow:hidden;display:block; }
#SatksHaPp3VdZiMgMvnnAfPmWuqqNMKV { 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:8.811875rem;width:7.3730625rem;top:76.0620701313rem;left:47.249353408814rem;overflow:hidden;display:block; }
#fdi12VXFoIaTt5uWTtIgV32f059dshkb { 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:26.0623125rem;width:21.9998125rem;top:73.625005006788rem;left:50.186632156372rem;overflow:hidden;display:block; }
#GaEmwbaHVigOgpvC3Pa9rTBpBWE1KZh5 { 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:26.8120625rem;width:23.125rem;top:70.93728375435rem;left:2.8743495941162rem;overflow:hidden;display:block; }
#ZTMH7B7wPFBiz1LJ1S2Jb7PeieeHmMDh { position:absolute;display:block;z-index:15068;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:6.311875rem;width:5.81163125rem;top:69.8120701313rem;left:41.624353408814rem;overflow:hidden;display:block; }
#IKhGsukMxcBFQidnokWTULCJrvJD63Vr { position:absolute;display:block;z-index:15069;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:5.81163125rem;width:5.12478125rem;top:74.68728375435rem;left:65.374353408812rem;overflow:hidden;display:block; }
#vqRndabhtnUTPGC9f5FVwdTD1vlOyMzq { box-sizing:content-box;height:0.3125rem;width:64.124375rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:66.182725906375rem;left:5.4372844696045rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:none; }
#OKLLaayIs23KUGxcT21woCilXvnOzTNT { 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:22.125rem;width:18.75rem;top:70.93728375435rem;left:2.8743495941162rem;overflow:hidden;display:none; }
#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ > .row .container { border-width: 0; border-radius: 0; }#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:none; }#OdzsUofapZQLGxabo9V1ARHmFqdPz3Nt { 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:14.3120625rem;width:31.6873125rem;top:5.5685768127441rem;left:30.685768127441rem;overflow:hidden;display:block; }
#wpazTDHX71k3xxsgRMeRdahnwlTiwzVu { 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:21.5625rem;width:21.4995625rem;top:5rem;left:3.1315116882324rem;overflow:hidden;display:block; }
#iBhG2y4BP7V4cT4htuuhC4JPH5Zbbbma { position:absolute;display:block;z-index:15009;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:8.5623125rem;width:6.06228125rem;top:0.87456512451175rem;left:68.937717437744rem;overflow:hidden;display:block; }
#VqXfzLeZEbDcrhuLsQGyw8ZnUfq2SxeR { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:20.503473281861rem;left:48.186855316162rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e2c0d4e-995c-4a00-bc1c-03c5e9e3f48e/TLO_wzorek.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; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.adaptive-delivery-prevent-bg, #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.lazyload, #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.lazyloading { background-image: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { background-color: transparent; background-image: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container > .video-iframe-container { display: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row > .video-iframe-container { display: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .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); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { border-width: 0; border-radius: 0; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#ubrRcCFVnVv6RiA8S763HWv6Ciu1nQyV { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.0625rem;left:36.4375rem;display:block; }
#C7RxTOe1ebx6pyTR7t4v8TBQae72ZZAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIufhrpds0mhz7zy6JlrZtxhP11ZBWwv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:4.1497402191162rem;left:31.250001907349rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAaEMueaPscqHGEVJuEVNFH9Lafe9blv { position:absolute;display:block;z-index:15053;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.874125rem;width:9.874125rem;top:10.3125rem;left:8rem;overflow:hidden;display:block; }
#yMPOTQLIJTXGDdtlZlahPntMSiTCmrVv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0596875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:12.625rem;left:19.5rem;height:5.25rem;font-style:normal;display:block; }
#Tq2qd3t86T7FsJRNcuZmVk2CN4WCfc52 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9969375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:11.1875rem;left:49.6875rem;height:8.125rem;display:block; }
#tih9sofILVkkvCeZhl8hRa0b4Frt1RFz { color:rgba(var(--color-tertiary-4),1);display:block;width:51.7480625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:24.874566078186rem;left:12.685548782349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBmopanZGg6W0skdK1KqMqzleD2PwRI5 { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #421e66;border-left:0.1875rem solid #421e66;border-right:0.1875rem solid #421e66;border-bottom:0.1875rem solid #421e66;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2847225rem;height:4.0347225rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:30.1875rem;left:8.8125rem;display:block; }
#RfwttrAyFohlPVAZNQEq7E5LmMds9wDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3NrEqbryttQ5vpNaIR6H1bD5bvqM9w0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.6904296875rem;left:31.25rem;height:4.46831875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JoP9wwDPCir0137d1oyeOJsSCcVH6REU { box-sizing:content-box;height:19.375rem;width:66.499375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:3.2489156723023rem;left:4.1102428436279rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#WV5rTDvsfTzJGXqqVRvoDXO0fSTH3GGP { position:absolute;display:block;z-index:15054;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.75rem;width:9.75rem;top:10.3125rem;left:38.375rem;overflow:hidden;display:block; }
#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { position:relative;display:block; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { background-color: transparent; background-image: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container > .video-iframe-container { display: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row > .video-iframe-container { display: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .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); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { border-width: 0; border-radius: 0; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hZ1Xve9M0P7tpQHMpQcOhfK7AvLlbIuz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5620625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:13.9375rem;left:21.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vgeBGkOFqiHUNx73DvJtnIgsGOy9goWn { color:#ff3b9d;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:17.625rem;left:18.5rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuTnMrPV2GE6HZA5CFauwtKO3z1LMhtR { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:4.25rem;left:8.125rem;height:4.3875rem;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:block; }
#RVkBsLCyncai62wpSpRH0fATa65qfWsP { box-sizing:content-box;height:13.499375rem;width:50.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:12.125rem;left:12.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#DTGtHZHIKTvz70kVgPcDbqzanETu7o3F { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15078;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.875rem;left:18.5rem;display:block; }
#Xanc8oChsrve9uCWrTndCsTb71IRmuye { position:absolute;display:block;z-index:15079;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.0625rem;width:5.625rem;top:9.8125rem;left:10.125rem;overflow:hidden;display:block; }
#Rmau9vQDO8EEblEvkSh6IvKSR6brb052 { position:absolute;display:block;z-index:15080;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:16.9375rem;width:13.1875rem;top:10.624557495118rem;left:54.687501907349rem;overflow:hidden;display:block; }
#I2Ayf2ES6P2wl59DsIvCh0pDLQ2bvDkD { 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:18.8748125rem;width:16.25rem;top:3.125rem;left:52.0625rem;overflow:hidden;display:block; }
#AZpa5Na8pyfQkRxgHDTNGyKXI4GvlreN { position:absolute;display:block;z-index:14999;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:13.311625rem;width:11.25rem;top:9.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#lscITTahoryFTOw5B5KCGWvxcV7FdAWA { position:absolute;display:block;z-index:15081;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:4.24913125rem;width:3.75rem;top:22.4375rem;left:5.4375rem;overflow:hidden;display:block; }
#WTlDUnw4xAfvLewbVyNNKqKLC4EhlCBs { position:absolute;display:block;z-index:15082;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:5.43728125rem;width:5.06185rem;top:2.4375rem;left:68.25rem;overflow:hidden;display:block; }
#eo4AV34UXtlskpuh9worv7k2BUlbiGNW { 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:9.4998125rem;width:8.186875rem;top:9.5rem;left:18.5rem;overflow:hidden;display:block; }
#sqqxGXk0KNxRyzZ0i18XyTVEgHtbqnhF { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:4.25rem;left:8.125rem;height:4.3869375rem;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; }
#vHvsa9QnN9GmmgLNU1eIW2qDqJ4tO1iD { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem rgba(var(--color-tertiary-0),1);top:4.25rem;left:8.125rem;height:4.3869375rem;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; }
#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { background-color: transparent; background-image: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container > .video-iframe-container { display: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row > .video-iframe-container { display: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .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); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { border-width: 0; border-radius: 0; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#H9Anc9GtztHcq67KvarCA2zHK6MpptOd { display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.3125rem;left:3.5625rem;height:4.725rem;font-style:normal;color:rgba(181,91,114,0.5);display:block; }
#FuOnHvuOdTASTh5ZoUcQyzfwQ60pVUB8 { display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28.625rem;height:1.462675rem;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#zxTdcSh0zfMV1ffJJpi99bluQkVFycEH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4.4375rem;left:3.5625rem; }
#zxTdcSh0zfMV1ffJJpi99bluQkVFycEH > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#JeQTLT6fvomg2aM4pZuFI2EWGU324Qec { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:4.3125rem;left:28.625rem; }
#JeQTLT6fvomg2aM4pZuFI2EWGU324Qec > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#u82dfUQeXTNPcIv9vE4cTKtKnTMiHXOW { display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.5rem;left:28.625rem;height:1.6875rem;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#DDNJNZ5XspzT9LNFzwPireQq09a2NeJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.62413125rem;width:3.62413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:6.3125rem;left:49.75rem; }
#DDNJNZ5XspzT9LNFzwPireQq09a2NeJi > img { max-width: 100%;max-height:100%; width:3.62413125rem; height:3.62413125rem; }#NsstgG69tvORvsBaSou5TEMHIxXO0iCN { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:6.625rem;left:55.5625rem; }
#NsstgG69tvORvsBaSou5TEMHIxXO0iCN > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:6.3125rem;left:60.5rem; }
#ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:6.25rem;left:66.4375rem; }
#HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#IpvSAkMgkq2w2NE5hmyLTFl9chFgwQOF { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.5625rem;height:2.03125rem;display:block; }
#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { background-color: transparent; background-image: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container > .video-iframe-container { display: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container { display: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .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); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { border-width: 0; border-radius: 0; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#FhHw2IPfIdosFZl3pDb3nXuzI0ZePgtG { color:#0a49ca;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:0rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI { display:block; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcKoBwiP4nP9WLzCpUgJNkq7XVCKQIxm { width:33.8125rem;height:48.625rem;top:31.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk1TOe14gUoXJqXq3g6bbJTXBzX0wvn { width:31.0625rem;height:3.9375rem;top:31.75rem;left:16.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZJmgBIwB8UZZ3uhLNABTG9dbKP6cIP { width:33.875rem;height:7.8125rem;top:31.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-regular-label { width:30.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-textarea { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5625rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-checkbox-label { width:29.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d  { width:30.5rem;height:0;top:39.5rem;left:14.75rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .radio-container { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d {display:block;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d { width:30.5rem;height:0;top:39.5rem;left:14.75rem; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #D6MR4hpTUShFGpK8ZWKrI7tm3TlNRxb6 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BcnF1ieLvSkOtGVswwdOCQX91DH4eLNh { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #AgBLpLRsUfwfbBeN201vbRWegnwa93NU {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #yhoFt0wTupcZKGEvU2cd9Zur3RixXXLG {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ZZXNG87m75WnATVgMQwAWVg3nzz1rpum { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #dOu6HQK0ltEcOVTK8UTNl8KFK5Uvo5Zy {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #XVvwUzRPvzxuBXZw33sPCZKRZlWTLbeB {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #l5FaXuAOrPZiKJN9Zy05BoOssq09uKSi { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #qM9JzOL3qMXv0DKscbWZM2UqKHxAEzV9 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #lCB5LuAUcR8dkeWUzveZ7lyx9pCrLq9F {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rs2dPny5uOPMUTeLbpyhbv8vg2iB8lG3 { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #nNBAiLdVgeqtLREQNWoCzMzJ4p4hLZa2 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Gk1pZL1h0nvS7GRPVF6k7L2E2VIHKVnA {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rukua4kMA6tqGgiZwbN5ZChf4dEnmF6w {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ffCHgE4veZFwXXQPblTyZR9NJgdtDW7C {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #fBUppKNrwU1FsqrK2DFeqE0k05n3ZNJ6 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #bDLg5O3q8qNxdHeVWT61rxuRZ776wqv7 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #CmEXpVts0qiRF0tW6TZuFNCUTnU5akut {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #hzc5dcCMRhzbMM2CU70JmucvSdopQ3sw {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #KhWd26ydbTZylpDINJRzOvBKrvsLfZHy {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #aeqFcBqc4Fs2UzXvMBTrrn139AxGBm3D {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BTn33FVmJtmaWlbqVvR77zEl4rFnF7d7 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #UtCWKwsrNGtB5smsgfUhRBhtcTRqwSbC {  }
 }@media only screen and (max-width: 763px) { #rT99sLB4BezwzDsxzdVtK6FlrL6ruaNf { width:46.25rem;height:46.25rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6DQQOZclwElwNUWsNCw5M58iWNqi3B { width:10rem;height:2.5rem;top:53.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSXAK8UsbqQOMJ4fPJQLBRWbr0rXVbg { top:53.5625rem;left:37.75rem;width:10rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imxr1vRyUrLMQAn8LQSlRl3UGuiUKENR { width:31.0625rem;height:2.375rem;top:35.875rem;left:16.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOlN7S7r1e1RmpNNfIQB0UPLqKAyqIx1 { width:43.125rem;height:12.6248125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDVMMMLLrhT7DChOf4UlJAfaQlb1GWAa { width:30.8125rem;height:6.611059012982rem;top:0rem;left:8.4366321563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0SydETIbVCdwGTMQt9vrkIThHEn0Hg { width:27.9375rem;height:13.033313401535rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfBJINZhX7sbPbiaPVoo0e2pRDQ6UfpL { width:7.875rem;height:5.4375rem;top:22.8125rem;left:20.131513595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrLJNgQlQ3QsRBsoCpkOpg3k5tyLFTAa { width:27.9375rem;height:14.655173375954rem;top:17.125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrCq4QTyHMUDwg72EuGeR9DdGun7S2I { width:4.125rem;height:1.25rem;top:0rem;left:8.9997844696044rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHAR5VRmdP18bFV0U7ZUztN8cAsQ0Whk { width:23.8125rem;height:11.033440216808rem;top:5.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiBnCGaSwWyOrL6WXc0O0WBqAogCqmtJ { width:13.5rem;height:16.048984548173rem;top:0rem;left:26.91037940979rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJ8TKyCz4ynTRrqS5avTUfoqbvS35Xd { width:21.25rem;height:24.6245625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLAITMggIQgFzbpWk3NnFGXKNhkRgrP { width:3.625rem;height:4.25rem;top:0rem;left:37.381944656372rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFLlZmlaaaFBXZ3RyHUAPdXQ25T3Rxp { width:7rem;height:7.5594101036568rem;top:43.875rem;left:17.317926406861rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxWhrCkCJde7iIc9oNNI77eANPHpNT75 { width:4.375rem;height:4.9302996495261rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3cGZBzDJ2VT35P9699kUBenWeMqLfwB { width:11.5625rem;height:13.936625rem;top:22.8125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uVcametulWgXWXisiPUAuS9h1NPp3M { width:4.875rem;height:5.2457113342811rem;top:2.4375rem;left:6.8980045318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGrUcV16UybW6yBJxAcg7KwAyx6NvW2I { width:2.625rem;height:1.25rem;top:0rem;left:8.9997844696044rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPFybgHxn5GqXW9frQnG2M317t8MMhwp { width:18.75rem;height:22.125rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVLIwmL1MApwvkJC4sVfsTG8KqdiCB5m { width:18.75rem;height:20.25rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DagVNZmelnynrRhfdwR4vkti29tDI8tb { width:18.5625rem;height:22.125rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn3ANsZJeV9sN1P7oNeWRsczprvf21q2 { width:18.5625rem;height:21.4375rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaV8TwsJvTqfJiLbJWZTRMPWqcMbqNkX { width:18.75rem;height:20.25rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpRxETeU21Q60V24nTkntUEQLc8qAHPD { width:18.75rem;height:20.25rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRURZMtb2hobq5sTHilLOJ7z0lWu6TIn { width:18.75rem;height:22.125rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFQcfiIvKUH93iI8wHsg3uneFokUcto0 { display:block; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPOHFhImyTfAolggKXwf2COaN1oSW14t { width:20.8125rem;height:7.5rem;top:7.3125rem;left:26.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CZml6nfVIg582AX3yu72PO2llCHaEy { width:22.8125rem;height:14.8123125rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNMBQowTb31L1ZDy4tg8aeGnMp4It5DT { width:27.3125rem;height:19.704914940204rem;top:30.75rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUuGTR8rUKImowVNSKWECEr3sKF169NH { width:27.375rem;height:2.3125rem;top:58.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ttx5tmcyUo1fQcpUhSN7QFTyIpZ7eD { width:32.625rem;height:8.2951640058971rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59ZhI7ORWoSvvTWgRrfpAssphxO6irS { width:36.625rem;height:8.6084164399477rem;top:27.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEJ8GgTiQ8tJq30ACKDlPQO8PHT2U5mT { width:24.4375rem;height:24.374722574407rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhN21CGnn5Tfhk9GuJLGNMZZ6dbQfMkt { width:24.4375rem;height:24.374722574407rem;top:29.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqNBdrJkBFsvUoymDVrHX5JDrf4o4aL { width:42.5625rem;height:5rem;top:16.75rem;left:4.6247844696045rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dTlLoHpZGw7qb5Bu5BLVmHB1mtV5mm { width:47.75rem;height:17.763957742874rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21EJbDKVrFwkxDdmT9mkKyy16fETcTk { width:42.5625rem;height:16.375rem;top:73.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPWQNM38FmnG0IzNaxlruJoZa0PxqlM { width:24.4375rem;height:5.5625rem;top:52.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLIgNWMpD341hI3zgcKDw0WUSLynQIus { width:24.4375rem;height:5.5625rem;top:55.25rem;left:23.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMb6fOHpBPcsOXqcr6tJwc5IlSPWFRCm { width:47.75rem;height:0.3125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZthXTQicRDKpzumf7zUIFIQ7fdTqLTpA { width:8.125rem;height:10.358429078556rem;top:38rem;left:10.562284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLTsx7LSHaUW8RDz9NmTk7tFDE3aD1c9 { width:11.5625rem;height:10.4373125rem;top:38rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzf8zDmKzRHWrldGkAUw5oLhfaotWh7k { width:16.125rem;height:1.9375rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnqXRhPn4THD0rQOziwBGtN6Zh9OlsAX { width:13.5rem;height:16.048984548173rem;top:29.3125rem;left:26.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX9TLeCmMPTTM21TzB4ruXg3q9meR8TU { width:4.875rem;height:5.6764274348013rem;top:40.8125rem;left:29.249353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnVJUm5Jkle7462IVzXonTrOG4ECNEO { width:3.8125rem;height:4.1200628597981rem;top:32.125rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoTG6zxiEgQXWpeVvIVct4LWOC4nMkh { width:17.375rem;height:20.177660443909rem;top:27.375rem;left:4.2493495941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WapiNcGUmEgbBtH8o5gAFXMfaArC00 { width:13rem;height:16.796187121966rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzHBmQQ57kiqA8gLEr9Op2byAcKSh6EG { width:7.3125rem;height:8.7382348329463rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag5L5JoD7TR818GPcJktpdokGal8bKq7 { width:27.375rem;height:2.8125rem;top:52.75rem;left:20.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPfDCwXw2RVIDRfG33PhbarBw3GUQDz { width:7.3125rem;height:8.7394940619993rem;top:33rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHGPEMXKTNvxkU31owWiJwf08b5rSde { width:41.75rem;height:9.9215039104542rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fovOc60gmxQ9QKXdKGZDXpMlFtnK3z8E { width:7.5rem;height:8.9259236300521rem;top:4.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fnrWpm1sShIxka6ukkHnHPd33OsmGG { width:4.125rem;height:4.8018086211839rem;top:5.5625rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatksHaPp3VdZiMgMvnnAfPmWuqqNMKV { width:7.3125rem;height:8.7394940619993rem;top:76rem;left:33.624353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdi12VXFoIaTt5uWTtIgV32f059dshkb { width:21.9375rem;height:25.98849333233rem;top:73.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEmwbaHVigOgpvC3Pa9rTBpBWE1KZh5 { width:23.125rem;height:26.811rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMH7B7wPFBiz1LJ1S2Jb7PeieeHmMDh { width:5.75rem;height:6.2461008424332rem;top:69.75rem;left:27.999353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhGsukMxcBFQidnokWTULCJrvJD63Vr { width:5.0625rem;height:5.74114592482rem;top:74.625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRndabhtnUTPGC9f5FVwdTD1vlOyMzq { width:47.75rem;height:0.3125rem;top:66.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKLLaayIs23KUGxcT21woCilXvnOzTNT { width:18.75rem;height:22.125rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ { display:block; }#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdzsUofapZQLGxabo9V1ARHmFqdPz3Nt { width:31.625rem;height:14.283918100107rem;top:5.5625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpazTDHX71k3xxsgRMeRdahnwlTiwzVu { width:21.4375rem;height:21.500255819159rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBhG2y4BP7V4cT4htuuhC4JPH5Zbbbma { width:6rem;height:8.4743470125212rem;top:0.8125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqXfzLeZEbDcrhuLsQGyw8ZnUfq2SxeR { width:26.25rem;height:2rem;top:20.5rem;left:21.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt { display:block; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubrRcCFVnVv6RiA8S763HWv6Ciu1nQyV { width:29.6875rem;height:4.1875rem;top:30.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RxTOe1ebx6pyTR7t4v8TBQae72ZZAi { display:block; }
 }@media only screen and (max-width: 763px) { #hIufhrpds0mhz7zy6JlrZtxhP11ZBWwv { width:12.5rem;height:5rem;top:4.125rem;left:17.625001907349rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAaEMueaPscqHGEVJuEVNFH9Lafe9blv { width:9.8125rem;height:9.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMPOTQLIJTXGDdtlZlahPntMSiTCmrVv { width:15rem;height:5.1875rem;top:12.625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2qd3t86T7FsJRNcuZmVk2CN4WCfc52 { width:17.9375rem;height:8.0625rem;top:11.1875rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tih9sofILVkkvCeZhl8hRa0b4Frt1RFz { width:47.75rem;height:3.1875rem;top:24.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBmopanZGg6W0skdK1KqMqzleD2PwRI5 { width:25.25rem;height:4rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfwttrAyFohlPVAZNQEq7E5LmMds9wDm { display:block; }
 }@media only screen and (max-width: 763px) { #M3NrEqbryttQ5vpNaIR6H1bD5bvqM9w0 { width:12.5rem;height:4.4375rem;top:1.6875rem;left:17.625001907349rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoP9wwDPCir0137d1oyeOJsSCcVH6REU { width:47.375rem;height:19.375rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV5rTDvsfTzJGXqqVRvoDXO0fSTH3GGP { width:9.8125rem;height:9.8125rem;top:10.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { display:block; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1Xve9M0P7tpQHMpQcOhfK7AvLlbIuz { width:10.5rem;height:2.4375rem;top:13.9375rem;left:8.0624990463256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgeBGkOFqiHUNx73DvJtnIgsGOy9goWn { width:44.0625rem;height:8.25rem;top:17.625rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTnMrPV2GE6HZA5CFauwtKO3z1LMhtR { width:47.75rem;height:4.375rem;top:4.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkBsLCyncai62wpSpRH0fATa65qfWsP { width:47.375rem;height:13.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGtHZHIKTvz70kVgPcDbqzanETu7o3F { width:2.1875rem;height:2.1875rem;top:13.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xanc8oChsrve9uCWrTndCsTb71IRmuye { width:5.625rem;height:9.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmau9vQDO8EEblEvkSh6IvKSR6brb052 { width:13.1875rem;height:16.9375rem;top:10.5625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Ayf2ES6P2wl59DsIvCh0pDLQ2bvDkD { width:16.25rem;height:18.8748125rem;top:3.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZpa5Na8pyfQkRxgHDTNGyKXI4GvlreN { width:11.25rem;height:13.311625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscITTahoryFTOw5B5KCGWvxcV7FdAWA { width:3.75rem;height:4.24913125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlDUnw4xAfvLewbVyNNKqKLC4EhlCBs { width:5rem;height:5.3708439108231rem;top:2.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4AV34UXtlskpuh9worv7k2BUlbiGNW { width:8.125rem;height:9.4280145430949rem;top:9.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqxGXk0KNxRyzZ0i18XyTVEgHtbqnhF { width:47.75rem;height:4.375rem;top:4.25rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHvsa9QnN9GmmgLNU1eIW2qDqJ4tO1iD { width:18.875rem;height:;top:2.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s { display:block; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9Anc9GtztHcq67KvarCA2zHK6MpptOd { width:15.9375rem;height:5.25rem;top:7.5rem;left:15.916666666667rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuOnHvuOdTASTh5ZoUcQyzfwQ60pVUB8 { width:15.9375rem;height:3.9375rem;top:7.5rem;left:31.833333333333rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxTdcSh0zfMV1ffJJpi99bluQkVFycEH { width:2.1875rem;height:2.1875rem;top:4.4375rem;left:0rem;display:block; }
#zxTdcSh0zfMV1ffJJpi99bluQkVFycEH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JeQTLT6fvomg2aM4pZuFI2EWGU324Qec { width:2.6875rem;height:2.6875rem;top:4.3125rem;left:15rem;display:block; }
#JeQTLT6fvomg2aM4pZuFI2EWGU324Qec > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #u82dfUQeXTNPcIv9vE4cTKtKnTMiHXOW { width:15.9375rem;height:3.9375rem;top:7.5rem;left:31.833333333333rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDNJNZ5XspzT9LNFzwPireQq09a2NeJi { width:3.5625rem;height:3.5625rem;top:6.3125rem;left:36.125rem;display:block; }
#DDNJNZ5XspzT9LNFzwPireQq09a2NeJi > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #NsstgG69tvORvsBaSou5TEMHIxXO0iCN { width:2.875rem;height:2.875rem;top:6.625rem;left:41.9375rem;display:block; }
#NsstgG69tvORvsBaSou5TEMHIxXO0iCN > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ { width:3.75rem;height:3.75rem;top:6.3125rem;left:44rem;display:block; }
#ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 { width:3.75rem;height:3.75rem;top:6.25rem;left:44rem;display:block; }
#HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #IpvSAkMgkq2w2NE5hmyLTFl9chFgwQOF { width:12.5rem;height:2rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 { display:block; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhHw2IPfIdosFZl3pDb3nXuzI0ZePgtG { width:47.75rem;height:1.4375rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e2c0d4e-995c-4a00-bc1c-03c5e9e3f48e/TLO_wzorek.png");background-position:center !important;background-repeat:no-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; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.adaptive-delivery-prevent-bg, #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.lazyload, #DcuDZGFvptp59gWW2bFdz0SXw14tBoUI.lazyloading { background-image: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { background-color: transparent; background-image: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container > .video-iframe-container { display: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container { display: none; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .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); }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { border-width: 0; border-radius: 0; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcuDZGFvptp59gWW2bFdz0SXw14tBoUI > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcKoBwiP4nP9WLzCpUgJNkq7XVCKQIxm { width:20rem;height:38.25rem;top:39.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk1TOe14gUoXJqXq3g6bbJTXBzX0wvn { width:20rem;height:2.19375rem;top:38.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZJmgBIwB8UZZ3uhLNABTG9dbKP6cIP { width:20rem;height:4.8125rem;top:38.375rem;left:0rem;background-color:#e6007e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;display:block;font-weight:400;font-style:normal; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#0e4378;height:1.875rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-text {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#0e4378; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-select {padding-top: 0; padding-bottom: 0;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-input-button { width:12rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.5625rem;font-size:1.25rem;overflow:hidden;text-align:center;text-align-last:center;height:3.375rem;line-height:1.1; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d  { width:17.1875rem;height:auto;top:42.5rem;left:0rem; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d {display:block;}#tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d { width:17.1875rem;height:auto;top:42.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #D6MR4hpTUShFGpK8ZWKrI7tm3TlNRxb6 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BcnF1ieLvSkOtGVswwdOCQX91DH4eLNh { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #AgBLpLRsUfwfbBeN201vbRWegnwa93NU {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #yhoFt0wTupcZKGEvU2cd9Zur3RixXXLG {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ZZXNG87m75WnATVgMQwAWVg3nzz1rpum { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #dOu6HQK0ltEcOVTK8UTNl8KFK5Uvo5Zy {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #XVvwUzRPvzxuBXZw33sPCZKRZlWTLbeB {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #l5FaXuAOrPZiKJN9Zy05BoOssq09uKSi { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #qM9JzOL3qMXv0DKscbWZM2UqKHxAEzV9 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #lCB5LuAUcR8dkeWUzveZ7lyx9pCrLq9F {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rs2dPny5uOPMUTeLbpyhbv8vg2iB8lG3 { display:block; }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #nNBAiLdVgeqtLREQNWoCzMzJ4p4hLZa2 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Gk1pZL1h0nvS7GRPVF6k7L2E2VIHKVnA {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #Rukua4kMA6tqGgiZwbN5ZChf4dEnmF6w {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #ffCHgE4veZFwXXQPblTyZR9NJgdtDW7C {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #fBUppKNrwU1FsqrK2DFeqE0k05n3ZNJ6 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #bDLg5O3q8qNxdHeVWT61rxuRZ776wqv7 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #CmEXpVts0qiRF0tW6TZuFNCUTnU5akut {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #hzc5dcCMRhzbMM2CU70JmucvSdopQ3sw {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #KhWd26ydbTZylpDINJRzOvBKrvsLfZHy {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #aeqFcBqc4Fs2UzXvMBTrrn139AxGBm3D {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #BTn33FVmJtmaWlbqVvR77zEl4rFnF7d7 {  }
 }@media only screen and (max-width: 763px) { #tJFrRwhpGJNMbwBTcc4lp3VLczapFt4d #UtCWKwsrNGtB5smsgfUhRBhtcTRqwSbC {  }
 }@media only screen and (max-width: 763px) { #rT99sLB4BezwzDsxzdVtK6FlrL6ruaNf { width:14.124375rem;height:14.124375rem;top:13.124567031861rem;left:3.5622833371162rem;box-shadow: none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6DQQOZclwElwNUWsNCw5M58iWNqi3B { width:10rem;height:2.5rem;top:55.5rem;left:10rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSXAK8UsbqQOMJ4fPJQLBRWbr0rXVbg { width:10rem;height:1.65rem;top:55.8125rem;left:10rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #imxr1vRyUrLMQAn8LQSlRl3UGuiUKENR { width:20rem;height:1.54375rem;top:41.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOlN7S7r1e1RmpNNfIQB0UPLqKAyqIx1 { width:20rem;height:5.8549855072464rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDVMMMLLrhT7DChOf4UlJAfaQlb1GWAa { width:15.1855625rem;height:3.37456875rem;top:0rem;left:2.4066842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0SydETIbVCdwGTMQt9vrkIThHEn0Hg { width:15.625rem;height:7.1875rem;top:24.693794250488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfBJINZhX7sbPbiaPVoo0e2pRDQ6UfpL { width:3.4375rem;height:2.37305rem;top:31.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrLJNgQlQ3QsRBsoCpkOpg3k5tyLFTAa { width:15.6875rem;height:8.1875rem;top:30.5625rem;left:4.3125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XnrCq4QTyHMUDwg72EuGeR9DdGun7S2I { width:15.1248125rem;height:4.56055rem;top:3.937283039093rem;left:1.2500000596046rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHAR5VRmdP18bFV0U7ZUztN8cAsQ0Whk { width:20rem;height:9.2669314156917rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiBnCGaSwWyOrL6WXc0O0WBqAogCqmtJ { width:13.5rem;height:16.048984548173rem;top:0rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDJ8TKyCz4ynTRrqS5avTUfoqbvS35Xd { width:8.9375rem;height:10.375rem;top:9.56228351593rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLAITMggIQgFzbpWk3NnFGXKNhkRgrP { width:3.625rem;height:4.25rem;top:0rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTFLlZmlaaaFBXZ3RyHUAPdXQ25T3Rxp { width:7rem;height:7.5594101036568rem;top:43.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxWhrCkCJde7iIc9oNNI77eANPHpNT75 { width:4.375rem;height:4.9302996495261rem;top:40.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3cGZBzDJ2VT35P9699kUBenWeMqLfwB { width:11.5625rem;height:13.936625rem;top:22.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9uVcametulWgXWXisiPUAuS9h1NPp3M { width:4.875rem;height:5.2457113342811rem;top:2.4375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGrUcV16UybW6yBJxAcg7KwAyx6NvW2I { width:11.7480625rem;height:5.4362rem;top:7.5683598518369rem;left:7.0067279934881rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XPFybgHxn5GqXW9frQnG2M317t8MMhwp { width:6.875rem;height:8.125rem;top:6.8745660781863rem;left:13.062066376209rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aVLIwmL1MApwvkJC4sVfsTG8KqdiCB5m { width:3.06206875rem;height:3.37456875rem;top:1.9993491172791rem;left:15.686848938465rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DagVNZmelnynrRhfdwR4vkti29tDI8tb { width:4.375rem;height:5.3125rem;top:21.061849594116rem;left:1.2500000596046rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3ANsZJeV9sN1P7oNeWRsczprvf21q2 { width:7.8125rem;height:9.0625rem;top:22.374784469604rem;left:11.124132454395rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OaV8TwsJvTqfJiLbJWZTRMPWqcMbqNkX { width:3.06206875rem;height:3.37456875rem;top:10.062500953674rem;left:2.4370661377907rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kpRxETeU21Q60V24nTkntUEQLc8qAHPD { width:3.06206875rem;height:3.37456875rem;top:17.124132156372rem;left:14.624566376209rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uRURZMtb2hobq5sTHilLOJ7z0lWu6TIn { width:14.4375rem;height:17.0625rem;top:33.845488548279rem;left:0rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EFQcfiIvKUH93iI8wHsg3uneFokUcto0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e2c0d4e-995c-4a00-bc1c-03c5e9e3f48e/TLO_wzorek.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0.adaptive-delivery-prevent-bg, #EFQcfiIvKUH93iI8wHsg3uneFokUcto0.lazyload, #EFQcfiIvKUH93iI8wHsg3uneFokUcto0.lazyloading { background-image: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { background-color: transparent; background-image: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container > .video-iframe-container { display: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row > .video-iframe-container { display: none; }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .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); }#EFQcfiIvKUH93iI8wHsg3uneFokUcto0 > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPOHFhImyTfAolggKXwf2COaN1oSW14t { width:14.8123125rem;height:0;top:4.988064289093rem;left:2.5933161377907rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #I0CZml6nfVIg582AX3yu72PO2llCHaEy { width:14.3125rem;height:9.25rem;top:14.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNMBQowTb31L1ZDy4tg8aeGnMp4It5DT { width:15.061875rem;height:10.811625rem;top:33.562284469604rem;left:2.1918404698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUuGTR8rUKImowVNSKWECEr3sKF169NH { width:16.6873125rem;height:1.625rem;top:26.75rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ttx5tmcyUo1fQcpUhSN7QFTyIpZ7eD { width:18.125rem;height:4.31206875rem;top:11.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59ZhI7ORWoSvvTWgRrfpAssphxO6irS { width:19.6245625rem;height:4.56163125rem;top:31.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEJ8GgTiQ8tJq30ACKDlPQO8PHT2U5mT { width:14.125rem;height:14.0625rem;top:11.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhN21CGnn5Tfhk9GuJLGNMZZ6dbQfMkt { width:14.124375rem;height:14.0625rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqNBdrJkBFsvUoymDVrHX5JDrf4o4aL { width:20rem;height:1.83810625rem;top:7.8070755004881rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.0625rem 0.1875rem 0rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5dTlLoHpZGw7qb5Bu5BLVmHB1mtV5mm { width:18.75rem;height:7.061625rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21EJbDKVrFwkxDdmT9mkKyy16fETcTk { width:20rem;height:6.5rem;top:53.5625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.1875rem 0rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TgPWQNM38FmnG0IzNaxlruJoZa0PxqlM { width:20rem;height:3.7380625rem;top:23rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLIgNWMpD341hI3zgcKDw0WUSLynQIus { width:20rem;height:3.7380625rem;top:45.8125rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMb6fOHpBPcsOXqcr6tJwc5IlSPWFRCm { width:15.625rem;height:0.125rem;top:30.687282621861rem;left:2.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZthXTQicRDKpzumf7zUIFIQ7fdTqLTpA { width:4.1875rem;height:5.25rem;top:16.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLTsx7LSHaUW8RDz9NmTk7tFDE3aD1c9 { width:6rem;height:5.375rem;top:37.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzf8zDmKzRHWrldGkAUw5oLhfaotWh7k { width:16.186rem;height:1.95rem;top:4.5579452514649rem;left:2.1564670205116rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;z-index:15060;color:#0032ad;text-shadow:0.0625rem 0.1875rem 0rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gnqXRhPn4THD0rQOziwBGtN6Zh9OlsAX { width:5.68685rem;height:6.749125rem;top:58.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX9TLeCmMPTTM21TzB4ruXg3q9meR8TU { width:4.875rem;height:5.6764274348013rem;top:124.52581130981rem;left:5.8118515014649rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBnVJUm5Jkle7462IVzXonTrOG4ECNEO { width:2.31228125rem;height:2.5rem;top:10.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoTG6zxiEgQXWpeVvIVct4LWOC4nMkh { width:7.374125rem;height:8.5623125rem;top:30.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WapiNcGUmEgbBtH8o5gAFXMfaArC00 { width:13rem;height:16.796187121966rem;top:27.375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzHBmQQ57kiqA8gLEr9Op2byAcKSh6EG { width:4.24805rem;height:5.1237rem;top:34.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag5L5JoD7TR818GPcJktpdokGal8bKq7 { width:20rem;height:2.6rem;top:43.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTPfDCwXw2RVIDRfG33PhbarBw3GUQDz { width:7.3125rem;height:8.7394940619993rem;top:33rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okHGPEMXKTNvxkU31owWiJwf08b5rSde { width:16.9998125rem;height:3.81185rem;top:0.68424463272094rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fovOc60gmxQ9QKXdKGZDXpMlFtnK3z8E { width:5.56206875rem;height:6.6873125rem;top:11.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fnrWpm1sShIxka6ukkHnHPd33OsmGG { width:6.12413125rem;height:7.1875rem;top:13.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatksHaPp3VdZiMgMvnnAfPmWuqqNMKV { width:3.93663125rem;height:4.74935rem;top:57.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdi12VXFoIaTt5uWTtIgV32f059dshkb { width:7.874375rem;height:9.311rem;top:35.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEmwbaHVigOgpvC3Pa9rTBpBWE1KZh5 { width:9.25rem;height:10.8125rem;top:53.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMH7B7wPFBiz1LJ1S2Jb7PeieeHmMDh { width:2.62478125rem;height:2.87435rem;top:40.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhGsukMxcBFQidnokWTULCJrvJD63Vr { width:1.875rem;height:2.1875rem;top:58.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRndabhtnUTPGC9f5FVwdTD1vlOyMzq { width:15.625rem;height:0.24956625rem;top:51.1875rem;left:2.1875rem;z-index:15068;background-color:#0032ad;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OKLLaayIs23KUGxcT21woCilXvnOzTNT { width:6.3125rem;height:7.5625rem;top:15.4375rem;left:2.5rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ { display:none; }#E8WcCZfehrkR9Ko5L8zetNRhm4uGfgHJ > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OdzsUofapZQLGxabo9V1ARHmFqdPz3Nt { width:15.25rem;height:6.875rem;top:19.98828125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpazTDHX71k3xxsgRMeRdahnwlTiwzVu { width:20rem;height:20.057625rem;top:1.7431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBhG2y4BP7V4cT4htuuhC4JPH5Zbbbma { width:6.0625rem;height:8.5625rem;top:66.891603125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqXfzLeZEbDcrhuLsQGyw8ZnUfq2SxeR { width:20rem;height:1.625rem;top:28.113059997559rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt { background-color:#0b90f4;background-image:url("https://images.assets-landingi.com/uc/3e2c0d4e-995c-4a00-bc1c-03c5e9e3f48e/TLO_wzorek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.adaptive-delivery-prevent-bg, #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.lazyload, #IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt.lazyloading { background-image: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { background-color: transparent; background-image: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container > .video-iframe-container { display: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row > .video-iframe-container { display: none; }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .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); }#IhEOkiZW0HfBT4MT1hXkoQSKU3QtrTXt > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubrRcCFVnVv6RiA8S763HWv6Ciu1nQyV { width:17.9713475rem;height:2.97135375rem;top:23.591581344604rem;left:0.99934905767444rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RxTOe1ebx6pyTR7t4v8TBQae72ZZAi { display:block; }
 }@media only screen and (max-width: 763px) { #hIufhrpds0mhz7zy6JlrZtxhP11ZBWwv { width:6.7480625rem;height:0;top:1.4984807968139rem;left:6.6254342198375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAaEMueaPscqHGEVJuEVNFH9Lafe9blv { width:3.9375rem;height:3.9375rem;top:5.8116321563721rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMPOTQLIJTXGDdtlZlahPntMSiTCmrVv { width:12.5rem;height:3.675rem;top:5.8116321563721rem;left:6.6243494153025rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2qd3t86T7FsJRNcuZmVk2CN4WCfc52 { width:12.686625rem;height:5.6875rem;top:11.329212188721rem;left:6.5299480557444rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tih9sofILVkkvCeZhl8hRa0b4Frt1RFz { width:15.7498125rem;height:3.7375rem;top:19.5rem;left:2.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBmopanZGg6W0skdK1KqMqzleD2PwRI5 { width:11.66491rem;height:2.1032975rem;top:27.122396469116rem;left:4.1666668057442rem;font-size:1rem;border-top:0.1875rem solid #0032ad;border-left:0.1875rem solid #0032ad;border-right:0.1875rem solid #0032ad;border-bottom:0.1875rem solid #0032ad;display:block; }
 }@media only screen and (max-width: 763px) { #RfwttrAyFohlPVAZNQEq7E5LmMds9wDm { display:block; }
 }@media only screen and (max-width: 763px) { #M3NrEqbryttQ5vpNaIR6H1bD5bvqM9w0 { width:6.7480625rem;height:2.7625rem;top:2.1419267654419rem;left:6.6254342198375rem;font-size:2.125rem;z-index:15053;color:#0032ad;display:block; }
 }@media only screen and (max-width: 763px) { #JoP9wwDPCir0137d1oyeOJsSCcVH6REU { top:1.6875rem;left:0.0625rem;width:19.6875rem;height:16.4375rem;z-index:15000;border-top:0.1875rem solid #0032ad;border-left:0.1875rem solid #0032ad;border-right:0.1875rem solid #0032ad;border-bottom:0.1875rem solid #0032ad;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WV5rTDvsfTzJGXqqVRvoDXO0fSTH3GGP { width:3.9375rem;height:3.9375rem;top:11.369358062744rem;left:1.5614150166511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { display:block; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw { background-color: transparent; background-image: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container > .video-iframe-container { display: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row > .video-iframe-container { display: none; }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .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); }#KWzwgJuTeXXDP1JiJLC7ILSq1oIbQRBw > .row .container { width:20rem;height:25.9375rem;background-color:#e6f9ff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1Xve9M0P7tpQHMpQcOhfK7AvLlbIuz { width:7.6248125rem;height:1.625rem;top:11.5625rem;left:7.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vgeBGkOFqiHUNx73DvJtnIgsGOy9goWn { width:16.436625rem;height:8.53125rem;top:14.375rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuTnMrPV2GE6HZA5CFauwtKO3z1LMhtR { width:18.9375rem;height:0;top:0.97439193725588rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RVkBsLCyncai62wpSpRH0fATa65qfWsP { top:10.5rem;left:1.125rem;width:17.8125rem;height:12.5625rem;z-index:15000;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DTGtHZHIKTvz70kVgPcDbqzanETu7o3F { width:1.68728125rem;height:1.68728125rem;top:11.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xanc8oChsrve9uCWrTndCsTb71IRmuye { width:4.49978125rem;height:7.1245625rem;top:28.835720062256rem;left:4.3750002980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rmau9vQDO8EEblEvkSh6IvKSR6brb052 { width:4.49978125rem;height:5.74978125rem;top:11.529947280884rem;left:14.060330688953rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2Ayf2ES6P2wl59DsIvCh0pDLQ2bvDkD { width:4.18728125rem;height:4.87413125rem;top:20.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZpa5Na8pyfQkRxgHDTNGyKXI4GvlreN { width:9.874125rem;height:11.6873125rem;top:2.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscITTahoryFTOw5B5KCGWvxcV7FdAWA { width:2.06055rem;height:2.3112rem;top:1.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlDUnw4xAfvLewbVyNNKqKLC4EhlCBs { width:2.3125rem;height:2.5rem;top:21.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4AV34UXtlskpuh9worv7k2BUlbiGNW { width:6.624375rem;height:7.686625rem;top:7.4375rem;left:8.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sqqxGXk0KNxRyzZ0i18XyTVEgHtbqnhF { width:18.9375rem;height:0;top:0.88216018676756rem;left:2.5208333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #vHvsa9QnN9GmmgLNU1eIW2qDqJ4tO1iD { width:16.3748125rem;height:4.875rem;top:4rem;left:1.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15082;text-shadow:0.125rem 0.1875rem 0rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s { background-color:#ffffff;background-image:none;display:block; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { background-color: transparent; background-image: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container > .video-iframe-container { display: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row > .video-iframe-container { display: none; }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .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); }#FSo6lDy0umkg0Xa9iaahfx9nA6MluF8s > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9Anc9GtztHcq67KvarCA2zHK6MpptOd { width:14.24925rem;height:5.25rem;top:8.5625rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOnHvuOdTASTh5ZoUcQyzfwQ60pVUB8 { width:13.5615rem;height:1.21875rem;top:14.875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTdcSh0zfMV1ffJJpi99bluQkVFycEH { width:1.5625rem;height:1.5625rem;top:9.75rem;left:3.375rem;display:block; }
#zxTdcSh0zfMV1ffJJpi99bluQkVFycEH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JeQTLT6fvomg2aM4pZuFI2EWGU324Qec { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:3.375rem;display:block; }
#JeQTLT6fvomg2aM4pZuFI2EWGU324Qec > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #u82dfUQeXTNPcIv9vE4cTKtKnTMiHXOW { width:12.5rem;height:1.40625rem;top:16.125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDNJNZ5XspzT9LNFzwPireQq09a2NeJi { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#DDNJNZ5XspzT9LNFzwPireQq09a2NeJi > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #NsstgG69tvORvsBaSou5TEMHIxXO0iCN { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#NsstgG69tvORvsBaSou5TEMHIxXO0iCN > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#ckA350Hg4iKvUoCp4NMWG69x0LrDCHFQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#HTSTP0iSSTUMpp32vCs9hVdI8seRXpP4 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IpvSAkMgkq2w2NE5hmyLTFl9chFgwQOF { width:20rem;height:2.03125rem;top:5.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 { background-color:transparent;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; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { background-color: transparent; background-image: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container > .video-iframe-container { display: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container { display: none; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .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); }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { border-width: 0; border-radius: 0; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRImfW0QTTz3nX2HvO9y6T7uryGThuO8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhHw2IPfIdosFZl3pDb3nXuzI0ZePgtG { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }