.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:220,231,249;--color-primary-1:138,176,237;--color-primary-2:21,96,218;--color-primary-3:11,48,109;--color-primary-4:3,14,33;--color-secondary-0:255,250,217;--color-secondary-1:255,237,128;--color-secondary-2:255,219,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/264cef7f-6b68-43d3-8d08-7d1a01ce3d2b/TLO_walentynki.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00447a;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL > .row .container { border-width: 0; border-radius: 0; }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#HKy7l1sAAhKNHHEHOan5bEzQvMurlOZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8891060352326rem;left:33.246530532837rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-number { border-top:0.065rem solid rgba(var(--color-tertiary-0),1);border-left:0.065625rem solid rgba(var(--color-tertiary-0),1);border-right:0.065625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.065rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.410625rem;padding-right:0.368125rem;padding-bottom:0.410625rem;padding-left:0.368125rem;display:block;align-items:center;width:2.210625rem;min-width:2.210625rem;height:2.206875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.643125rem;font-weight:700;line-height:35.31px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.9475rem;height:0.861875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.61625rem;font-weight:700;line-height:13.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.3125rem;height:4.27625rem;padding-top:0.05125rem;padding-right:0.0525rem;padding-bottom:0.05125rem;padding-left:0.0525rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.81206512451175rem;left:58.518884658814rem;z-index:15001; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #LCG03xB02izwEvrStpTG1BngyhiWQ1td { display:flex;position:relative;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #ZrwTMEL87IViRm3CbTDJ4nR4Wl7zNN6a { width:auto; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NL5dxDs1ZTgpIOi0BpFXGcTxRPiTJl5E {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #pLAFckRv6rPT1ECZRpUqg5gH4nG6Hf8A { display:flex;position:relative;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #O3IQ21xOWFVEHtIuF9qlAfBg0KpmCn3n {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #CPZbhMmTy9tcDl0qlbI8ZxCVkyXTobkF {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #o7dkTM4NvCODP6n2NoX2i3y4CF2VPVwK { display:flex;position:relative;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #mx1D6STSXALz0Cg4T9oelKrdyd4Q2t6G {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #bU7PDxmDoeh1hwnkelxgJpFsnFDCexd6 {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #GDotbmBzzdO7L2h1NovMfRnXfeXfKXg5 { display:flex;position:relative;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #JOVk1AFTnArG0a2vTlf1b6zToIUpHVUE {  }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NaLXfCbHKVoOuGdizBGSAB4WyQE1KTgf {  }
#ubyC03ozeMZI26Ws6SArN0LE90qzFPVi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:15.9375rem;top:1.2489149570465rem;left:2.5618495941162rem;overflow:hidden;display:block; }
#pmzu8bvHUmfGJdPiVyvWb49Irc7EKSIa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.375rem;top:1.2489149570465rem;left:2.5618495941162rem;overflow:hidden;display:none; }
#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { background-color: transparent; background-image: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container > .video-iframe-container { display: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row > .video-iframe-container { display: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .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); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { border-width: 0; border-radius: 0; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#KXSWoWpm9g0bQvLRF3NAGkByrS9y27nA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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: none;height:0;width:0;top:31.0625rem;left:0rem;display:block; }
#A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ.adaptive-delivery-prevent-bg, #A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ.lazyload, #A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ.lazyloading { background-image: none; }
#HXsdC0UqlVch1UVTnq8PXk72MVyKwqES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWh4LepMWJ2Mbs1TrGxsmHMQHANxzZpz { position:absolute;display:block;z-index:15036;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.3125rem;width:2.8125rem;top:21.75rem;left:31.7265625rem;overflow:hidden;display:none; }
#TBNAaV39lfDctpzfhxn3UyVw9tvUecWP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:14997;line-height:1.1;letter-spacing:0;top:21.4375rem;left:40.25rem;height:8.66015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#JU74or988TprhTvZeW4ogqeQPNUunHRl { position:absolute;display:block;z-index:14994;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:29.4375rem;width:19.625rem;top:20.0625rem;left:23rem;overflow:hidden;display:block; }
#pzcpEOfPgy9tyttVi3rddDmTJzMiBUFa { position:absolute;display:block;z-index:15020;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.5rem;width:43.4375rem;top:7.0625rem;left:0rem;overflow:hidden;display:block; }
#yz87TckgniVfPgyt9wfqQkV8sapQoE79 { color:#00447a;display:block;width:19.561625rem;position:absolute;font-family:lobster;font-size:2.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:47.9375rem;left:4.875rem;height:2.92480625rem;font-style:normal;display:block; }
#ezTfQz1ksR2kELk3P7W1DCBKZzplkliA { color:#00447a;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:51.1875rem;left:4.3125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbXMwPWhEp51kK6s4pv3mnVgAIoI5qNS { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:33.5rem;width:25.9375rem;top:14.0625rem;left:47.9375rem;display:block; }
#S0I5m8tVhlFP0TAaXeDUdL2mvgDIQeti { position:absolute;display:block;z-index:14999;background-color:#cc0000;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.18728125rem;width:25.9375rem;top:11.75rem;left:47.9375rem;display:block; }
#Lmfk2DzTzAtk68TL5FSmh3T4BW8ZQiNu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1846875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:49.3125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-form-header {  }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-primary-3),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3;overflow:hidden;font-style:normal; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .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:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.3125rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .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:lato;font-size:0.75rem;font-weight:400;color:#031f59;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .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; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-container:first-of-type{padding-top:0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-container:last-of-type{padding-bottom:0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.888671875rem;left:48.625rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 {display:block;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.888671875rem;left:48.625rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hldr3MVTTqhanACVUmXZHnCTwua928FS { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #sADXsDB5NlQTKMaaoOW5R9TWLp4xdNCP { position:relative;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #t21mkzdbW4xpqIXx71sTNmz4hiyVxAIG { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #onTdyv4MrFRBidXAc4tTEw4Km9rGtiiT { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #TefBRfdTXH6K4gbkDIfL8kygl9aL7Hrn { position:relative;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #pt3zabdX2TIhVoOl7ytDGSByvffpcImh { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #SfPmzpwgGaQyT2pdKqizfqRvamTIT9vv { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #ZkAfeMuiNTH0gglG0SfO5SyIdT4i5bnE { position:relative;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #T3qUr1m0v0qPd1D0gHSK8fu9wd38Uwki { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VccGazFA8KlxbVoCSqaew4J24sxum73B { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hR9LAmGyabZDFoTuRVUFaJKSOcncVtib { position:relative;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #rXbQ4es1TKDRvXtPqxHTifATcU6Hm6ae { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #mN3gc3b4ZTRUfA7h5m5pG1cTLX1LTCN9 { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VJt9JUp8hxHVsWaHGXi7imneH2TVr234 { position:relative;z-index:2; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #wNPcOCmtSOuT2yRtMhPfpyKy0FZcb9Dp { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #Dc6Xcof2X6ysKv0JUe66J2s0pdi3b76a { position:relative;display:block;z-index:15000; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #FPy6P1wRWQpVNC70tHpKbCHsWcKTbTP7 { position:relative;display:block;z-index:15000; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #bk90ppF46xNqAhSNosbmpNVlxxr4gyzi { position:relative; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #tRiOPC0S5kt7NcoaalGpq4x5p89VTfE1 { position:relative; }
#Eopqifu2JCTWvXGwb08C4qC7bLEBpOzO { color:#373737;display:block;width:10.061875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:22.375rem;left:62.5rem;height:1.75rem;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; }
#NxQepzaJKQUXru5vX3EwONtSvP3GCxQT { box-sizing:content-box;height:2.56185rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.875rem;left:62.5625rem;display:block; }
#fcuomD1DCxN2sL2z9c8vUrgKzuCnBXDq { position:absolute;display:block;z-index:15022;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.625rem;width:15.374rem;top:31.0625rem;left:5.75rem;overflow:hidden;display:block; }
#NDyMvfi80PdA9r0QxVw1MB2UZkNrXxUK { box-sizing:content-box;height:5.625rem;width:41.8125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;top:49.5625rem;left:1.6875rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
#WcJITK7ATwBaXLKS3tzkQdGxMHhT2EQy { box-sizing:content-box;height:4.0625rem;width:24.1875rem;position:absolute;display:block;z-index:15024;background-color:#fff3f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.3125rem;left:3.9375rem;display:block; }
#kURDpqtq5BU9aV2lTADbcTt9y56V6Hnt { 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:11.125rem;width:22.75rem;top:35.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#cdXfyBxJaTzZDkWHE9pOQq9xewr6MM5v { 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:18.311625rem;width:37.4370625rem;top:7.5625rem;left:3.3125rem;overflow:hidden;display:block; }
#im6iLsdynlCmwhQZ8DdhZrlO0hFLicB3 { position:absolute;display:block;z-index:15038;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.4375rem;width:3.1875rem;top:46.1875rem;left:24.4375rem;overflow:hidden;display:block; }
#GDF0JrxVP7Aw7I1hN7WvV1zxqJuPLk66 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:25.5rem;left:38.3125rem;overflow:hidden;display:block; }
#BEislvtcBnRm1CeK2TO7ZPrGJom8N5aH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249025rem;width:3.249025rem;top:31.0625rem;left:32.6875rem;overflow:hidden;display:block; }
#u9JlGEEiD6JMPzJWBUxUCdAKGqJMpZ86 { position:absolute;display:block;z-index:15023;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.06185rem;width:5.06185rem;top:25.5rem;left:23.1875rem;overflow:hidden;display:block; }
#KfHCngNMRVTb76BuHryC4ppIkNqtKpzs { position:absolute;display:block;z-index:14994;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:27.5625rem;width:18.75rem;top:16.9375rem;left:22.624784469604rem;overflow:hidden;display:none; }
#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;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; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container { background-color: transparent; background-image: none; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container > .video-iframe-container { display: none; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row > .video-iframe-container { display: none; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .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); }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container { border-width: 0; border-radius: 0; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#JZ7wQ3h9P5LQasKnROfpy1AobcDhVqDN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:36.625rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ee2VeafnbByQZeeGuaNPdxOabgxO6Lmi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.686875rem;position:absolute;font-family:lobster;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:23.375rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxtcM1RzWbJTo05Hm9ccsDh3fz4BgeLR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5625rem;top:1.841796875rem;left:20.756944656372rem;overflow:hidden;display:block; }
#xzaUFTfQ7reyBdTTiikdMciFNM631kFw { 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:1.4375rem;top:1.875rem;left:49.938360899807rem;overflow:hidden;display:block; }
#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt { 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:block; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { background-color: transparent; background-image: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container > .video-iframe-container { display: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container { display: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .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); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { border-width: 0; border-radius: 0; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#rOOrNs6f3JgqWKI87IFQ1piqmdqstPWN { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #cc0000;border-left:0.25rem solid #cc0000;border-right:0.25rem solid #cc0000;border-bottom:0.25rem solid #cc0000;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: none;height:11.875rem;width:12rem;top:4.1236972808838rem;left:49.998918533325rem;display:block; }
#RTopU8WuIU9CD2kybET7626RNeVkv9OZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:3.87478125rem;top:5.2940540313721rem;left:54.268663406372rem;overflow:hidden;display:block; }
#L4iTWxgD80DvlZcMk9PzoGH4T645FwsP { position:absolute;display:block;z-index:15014;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:4.6875rem;top:2.3702259063721rem;left:9.8122844696044rem;overflow:hidden;display:block; }
#JHImeKib804iDRDNdC44Zz5LdGNDI9uM { color:#0b306d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.6015625rem;left:12.111547470092rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3HH2SS6kWhwXE3OTOTG9lrwlX7GtJ8n { color:#cc0000;display:block;width:9.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:8.4824237823488rem;left:13.424482345581rem;height:4.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srQgmc4kr5NmmURHpoMsIFgUk8RkGxie { color:#cc0000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12.454862594604rem;left:12.048612594604rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJSK30qC4bMTyFVJbSofoAlUTvPsnpu4 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #cc0000;border-left:0.25rem solid #cc0000;border-right:0.25rem solid #cc0000;border-bottom:0.25rem solid #cc0000;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: none;height:11.875rem;width:11.9998125rem;top:4.1204433441162rem;left:12.122396469116rem;display:block; }
#B6gar5k5iInPdAh7UyoAb2Zxo18qXlJ3 { color:#0b306d;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:5.7651901245117rem;left:31.307512283325rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#McRiarLBR7AV1Tsd4BFZvmTF76EW86hR { color:#0b306d;display:block;width:10.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:9.5659713745119rem;left:50.924478530884rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoomMxc84fXHz4qPU0VgqX1Tx51thNWZ { background-color:#cc0000;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:19.312065124512rem;left:30.812501907349rem;display:block; }
#nwGTlAvOFyiP6XwkPaJhJRsAlPQrBx6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHKuLoFl118m9bJP4umUhNwzkq9g6ZA6 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #cc0000;border-left:0.25rem solid #cc0000;border-right:0.25rem solid #cc0000;border-bottom:0.25rem solid #cc0000;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: none;height:11.875rem;width:11.9998125rem;top:4.2495651245117rem;left:31.311849594116rem;display:block; }
#lIuapSszTt4yTJiF4BI5PRoMoVivoJS7 { color:#ffffff;display:block;width:9.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.707899093628rem;left:32.807077407837rem;height:4.30555625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dbWydd4zzo0aDTCGDCDdlwwC2XI4XTvF { color:#cc0000;display:block;width:9.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.7374153137206rem;left:32.620443344116rem;height:4.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEuxL7u0180GThhw2QDMIemyElgULu0a { color:#cc0000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.78581237793rem;left:31.307512283325rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxwI4QMExUIXISHvhJxFlmNH0KBW4tUH { color:#0b306d;display:block;width:20.1248125rem;position:absolute;font-family:lobster;font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.062286376953rem;left:10.687067031861rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuNbQsDNHzrqUiEtr49EfvqQ4dCHvlFw { 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.49978125rem;width:11.1870625rem;top:8.4874134063719rem;left:21.502824783325rem;overflow:hidden;display:block; }
#loUiktwVOItLN0xr7IPsJxe1Xa6glQF3 { 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:7.561875rem;width:13.499375rem;top:6.4876308441163rem;left:37.500001907349rem;overflow:hidden;display:block; }
#dVlcvw6W6vJn4TDWTw0ReUOReirmFxNP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ns6SCiuG7hF0Z6P74nFbvXyMOC9M9I27 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #cc0000;border-left:0.25rem solid #cc0000;border-right:0.25rem solid #cc0000;border-bottom:0.25rem solid #cc0000;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: none;height:11.875rem;width:11.9998125rem;top:4.1204433441162rem;left:12.122396469116rem;display:none; }
#rPlludIKh5LxO7tNB2aJSH7E0XdCys5t { background-color:#cc0000;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:19.312072753906rem;left:30.625001907349rem;display:none; }
#IFGBDPigXwRTthgMmPqFTxCUsxmZoXts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX { 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; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row .container { border-width: 0; border-radius: 0; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#H3txhb0XR6QTZk2bC2PeEu400E7bUpLq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ea0a26;border-left:0.25rem solid #ea0a26;border-right:0.25rem solid #ea0a26;border-bottom:0.25rem solid #ea0a26;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: none;height:11.875rem;width:12rem;top:5.6245651245117rem;left:30.062284469604rem;display:block; }
#JV5EBxX5DIodOZGZrxMeQSrLD7Fn7qTN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ea0a26;border-left:0.25rem solid #ea0a26;border-right:0.25rem solid #ea0a26;border-bottom:0.25rem solid #ea0a26;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: none;height:11.875rem;width:12rem;top:5.6245651245117rem;left:48.812288284302rem;display:block; }
#yZnZza4sksTSJSCeVaLkCSH05xLXpQm1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ea0a26;border-left:0.25rem solid #ea0a26;border-right:0.25rem solid #ea0a26;border-bottom:0.25rem solid #ea0a26;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: none;height:11.875rem;width:12rem;top:5.6875rem;left:11.312284469604rem;display:block; }
#X19GedziK7xkFo8125Ibq1bdAabLuef7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93663125rem;width:4.31206875rem;top:16.186626434326rem;left:54.686853408814rem;overflow:hidden;display:block; }
#t2lmzyQWcUQwWl8SLTJfQ2ZksNTmAvzc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.3125rem;top:4.6870651245117rem;left:12.874784469604rem;overflow:hidden;display:block; }
#cdPCqlQvspZDGwtE5chzPSbA4wfXRk7N { color:#00447a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.9372825622556rem;left:11.187501907349rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXApeouzlchrJlIxT9uh6th7ltE8UkDC { color:#00447a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9372825622556rem;left:29.937501907349rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ffrvx5x2eMcBPPbZ6X0QHCKk61lH3crE { color:#00447a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8276901245119rem;left:48.687501907349rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO { border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;background-color:#ffffff;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; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { background-color: transparent; background-image: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container > .video-iframe-container { display: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row > .video-iframe-container { display: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .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); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { border-width: 0; border-radius: 0; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#RJLEryED57wdqX7z47qpvEo13w6FB1RV { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.6536407470703rem;left:4.7458782196045rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ngpfDEdS524w8an2hJrnrQBAvmOhs1qB { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.435546875rem;left:59.436632156372rem;height:2.4375rem;font-style:normal;display:block; }
#F3B9ZnTpIroENCh1QUlISFreWWyXgTrL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.4507369995117rem;left:67.92187690735rem; }
#Aqtml423Wsxz7L9fuEgkoDVcquqtsTiE { box-sizing:content-box;height:3.25rem;width:12.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;top:1.8897552490234rem;left:57.997835159302rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
#SFg8FdiTxzCkWJq4Hf5roOH1QTcUVM6U { box-sizing:content-box;height:5.0625rem;width:69.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1670989990234rem;left:2.6028652191162rem;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; }
#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf5fc;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; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { background-color: transparent; background-image: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container > .video-iframe-container { display: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row > .video-iframe-container { display: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .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); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { border-width: 0; border-radius: 0; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#EpVVe7UrmwGakEa3AU0ooyG9Eg6svUFL { color:#243c8b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:7rem;left:39.375rem;height:4.72330625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hwFKxuE8Iy9rziRodqHlbCRgpEVPovDq { position:absolute;display:block;z-index:15017;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:1.4375rem;top:7.2497844696044rem;left:36.937501907349rem;overflow:hidden;display:block; }
#u7tltZITzTVUINoRmFlo4DvxpKTOZSTo { position:absolute;display:block;z-index:15018;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:28.811875rem;width:28.811875rem;top:5.8930130004883rem;left:4.3120670318604rem;overflow:hidden;display:block; }
#hbwauZLU8igNTFsURIgTHpoPMndSORXW { color:rgba(var(--color-primary-3),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.5rem;left:39.375rem;height:3.14886875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLROM9TdEqCTUzuldr79egXW2iXhTId8 { color:rgba(var(--color-primary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.6875rem;left:39.3125rem;height:3.14886875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GStnPnGtuiV9cf5AVhFoV9ORaW0vrh28 { color:rgba(var(--color-primary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.0625rem;left:39.3125rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7laU4gDBMgmTLUTo8a8mPvoihsoaWod { color:rgba(var(--color-primary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.0625rem;left:39.125rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VKKRqbZ9WWTRt4QJcyTuK6GdNwkhRTNn { color:rgba(var(--color-primary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.0625rem;left:39.1875rem;height:1.5744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKdbc8w7HBxvvAE0FLspFyVFFx03f2vD { position:absolute;display:block;z-index:15018;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:1.4375rem;top:12.635850906372rem;left:36.875001907349rem;overflow:hidden;display:block; }
#fBJmTwg7vDM5zl3Xzpb3HmvtwTrRHfgZ { position:absolute;display:block;z-index:15020;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:1.4375rem;top:21.249784469604rem;left:36.750001907349rem;overflow:hidden;display:block; }
#VNBrAannogHlTtRz3w2QV5HpwPgL70gf { position:absolute;display:block;z-index:15021;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:1.4375rem;top:27.186632156372rem;left:36.687501907349rem;overflow:hidden;display:block; }
#p7BKpQZC1O3m4afoeSW2IVTv2gTFTpyg { position:absolute;display:block;z-index:15022;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:1.4375rem;top:33.061849594116rem;left:36.750001907349rem;overflow:hidden;display:block; }
#ZnAyEuilDsCbDC0qu8dSx3dmCldwMDCz { color:rgba(var(--color-primary-2),1);display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O95PZ2e9tBHGEDru7zDtsCH488Km2QBp { color:rgba(var(--color-primary-2),1);display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y1KaHqpCmel5Q7dRq0KOAaiGHBNa84XG { 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:1.4375rem;top:16.936849594116rem;left:36.905603408814rem;overflow:hidden;display:block; }
#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec622756-1294-4c66-b1ed-2d5f34538615/TLO_PARALAKSA_v1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn.adaptive-delivery-prevent-bg, #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn.lazyload, #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn.lazyloading { background-image: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { background-color: transparent; background-image: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container > .video-iframe-container { display: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container { display: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .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); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { border-width: 0; border-radius: 0; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { color:#0b306d;display:block;width:24.8123125rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:19.937067031861rem;left:25.811632156372rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { color:rgba(var(--color-primary-3),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:11.3125rem;left:25.8125rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpLPLO6nOC0GwPpTRHfp5F4UWBq7xFbO { position:absolute;display:block;z-index:15014;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:28.75rem;width:28.75rem;top:3.75rem;left:23.25rem;overflow:hidden;display:block; }
#OpihK45izhOQcqKvyiZmyqaEQVWZa7QP { position:absolute;display:block;z-index:15024;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.8125rem;width:5.3125rem;top:5.4375rem;left:35.1875rem;overflow:hidden;display:block; }
#kT9Ty3f15i54XnxDXGeFl7F0KyST7S33 { box-sizing:content-box;height:30.0625rem;width:30.0625rem;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:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid #cc0000;border-left:0.25rem solid #cc0000;border-right:0.25rem solid #cc0000;border-bottom:0.25rem solid #cc0000;top:2.75rem;left:22.375rem;display:block; }
#fVnrNTQHJTEhSi56sOPUFtRwTkxXZRF4 { background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.124125rem;height:5.68685rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:28.308378219604rem;left:21.936849594116rem;display:block; }
#Jkcr8HiFRAhGKa9tRwn1GEomsii3xF7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lV2BrEDDhGsnRKLzBTT1CXDaVtvdgdAe { position:absolute;display:block;z-index:15012;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.375rem;width:29.3125rem;top:9.25rem;left:22.9375rem;overflow:hidden;display:block; }
#f8TbQdpUTdBOrJKWIz63GNuvVqwrqxwD { position:absolute;display:block;z-index:15025;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.125rem;width:5.125rem;top:24.5rem;left:19.3125rem;overflow:hidden;display:block; }
#LzGdzFtaCIG6wIlQdWmJU9ML9giTWlpf { position:absolute;display:block;z-index:15026;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:2.93728125rem;width:2.93728125rem;top:24.125rem;left:18rem;overflow:hidden;display:block; }
#RV8ox2Ty7in8KHTWnBeUAcvEOcbVeQcT { position:absolute;display:block;z-index:15024;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.6875rem;width:4.8125rem;top:5.4375rem;left:35.1875rem;overflow:hidden;display:none; }
#F2BaT856sOrZ89iHAe6n6QtWS1A6t69s { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#v94dToOhf0hJIgcehsgEM5RfdHLwp59m { position:absolute;display:block;z-index:15026;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:2.93728125rem;width:2.93728125rem;top:24.125rem;left:18rem;overflow:hidden;display:none; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.625rem;left:32.75rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:36.25rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.5rem;left:40.625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:29.125rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;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) { #zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL { display:none; }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKy7l1sAAhKNHHEHOan5bEzQvMurlOZ9 { width:23.875rem;height:2rem;top:1.875rem;left:19.621530532837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA { width:18.5rem;height:5.1925rem;display:flex;top:6.125rem;left:12.8125rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #LCG03xB02izwEvrStpTG1BngyhiWQ1td { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #ZrwTMEL87IViRm3CbTDJ4nR4Wl7zNN6a {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NL5dxDs1ZTgpIOi0BpFXGcTxRPiTJl5E {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #pLAFckRv6rPT1ECZRpUqg5gH4nG6Hf8A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #O3IQ21xOWFVEHtIuF9qlAfBg0KpmCn3n {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #CPZbhMmTy9tcDl0qlbI8ZxCVkyXTobkF {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #o7dkTM4NvCODP6n2NoX2i3y4CF2VPVwK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #mx1D6STSXALz0Cg4T9oelKrdyd4Q2t6G {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #bU7PDxmDoeh1hwnkelxgJpFsnFDCexd6 {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #GDotbmBzzdO7L2h1NovMfRnXfeXfKXg5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #JOVk1AFTnArG0a2vTlf1b6zToIUpHVUE {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NaLXfCbHKVoOuGdizBGSAB4WyQE1KTgf {  }
 }@media only screen and (max-width: 763px) { #ubyC03ozeMZI26Ws6SArN0LE90qzFPVi { width:15.9375rem;height:3.31163125rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmzu8bvHUmfGJdPiVyvWb49Irc7EKSIa { width:10.375rem;height:3.25rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA { display:block; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXSWoWpm9g0bQvLRF3NAGkByrS9y27nA { top:31.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXsdC0UqlVch1UVTnq8PXk72MVyKwqES { display:block; }
 }@media only screen and (max-width: 763px) { #OWh4LepMWJ2Mbs1TrGxsmHMQHANxzZpz { width:2.8125rem;height:4.3125rem;top:21.75rem;left:18.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBNAaV39lfDctpzfhxn3UyVw9tvUecWP { width:9.75rem;height:2.875rem;top:29.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU74or988TprhTvZeW4ogqeQPNUunHRl { width:19.625rem;height:29.4375rem;top:20.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzcpEOfPgy9tyttVi3rddDmTJzMiBUFa { width:43.4375rem;height:18.499375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz87TckgniVfPgyt9wfqQkV8sapQoE79 { width:19.5rem;height:2.875rem;top:47.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTfQz1ksR2kELk3P7W1DCBKZzplkliA { width:37.25rem;height:3.125rem;top:51.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbXMwPWhEp51kK6s4pv3mnVgAIoI5qNS { top:14.0625rem;left:21.8125rem;width:25.9375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0I5m8tVhlFP0TAaXeDUdL2mvgDIQeti { top:11.75rem;left:21.8125rem;width:25.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmfk2DzTzAtk68TL5FSmh3T4BW8ZQiNu { top:12.6875rem;left:24.625rem;width:23.125rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4  { width:22.0625rem;height:auto;top:15.875rem;left:23.1875rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 {display:block;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 { width:22.0625rem;height:auto;top:15.875rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hldr3MVTTqhanACVUmXZHnCTwua928FS {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #sADXsDB5NlQTKMaaoOW5R9TWLp4xdNCP { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #t21mkzdbW4xpqIXx71sTNmz4hiyVxAIG {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #onTdyv4MrFRBidXAc4tTEw4Km9rGtiiT {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #TefBRfdTXH6K4gbkDIfL8kygl9aL7Hrn { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #pt3zabdX2TIhVoOl7ytDGSByvffpcImh {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #SfPmzpwgGaQyT2pdKqizfqRvamTIT9vv {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #ZkAfeMuiNTH0gglG0SfO5SyIdT4i5bnE { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #T3qUr1m0v0qPd1D0gHSK8fu9wd38Uwki {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VccGazFA8KlxbVoCSqaew4J24sxum73B {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hR9LAmGyabZDFoTuRVUFaJKSOcncVtib {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #rXbQ4es1TKDRvXtPqxHTifATcU6Hm6ae {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #mN3gc3b4ZTRUfA7h5m5pG1cTLX1LTCN9 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VJt9JUp8hxHVsWaHGXi7imneH2TVr234 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #wNPcOCmtSOuT2yRtMhPfpyKy0FZcb9Dp {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #Dc6Xcof2X6ysKv0JUe66J2s0pdi3b76a {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #FPy6P1wRWQpVNC70tHpKbCHsWcKTbTP7 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #bk90ppF46xNqAhSNosbmpNVlxxr4gyzi {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #tRiOPC0S5kt7NcoaalGpq4x5p89VTfE1 {  }
 }@media only screen and (max-width: 763px) { #Eopqifu2JCTWvXGwb08C4qC7bLEBpOzO { top:22.375rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQepzaJKQUXru5vX3EwONtSvP3GCxQT { width:10rem;height:2.5rem;top:21.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcuomD1DCxN2sL2z9c8vUrgKzuCnBXDq { width:15.3125rem;height:10.582497235593rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDyMvfi80PdA9r0QxVw1MB2UZkNrXxUK { width:41.8125rem;height:5.625rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJITK7ATwBaXLKS3tzkQdGxMHhT2EQy { width:24.1875rem;height:4.0625rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kURDpqtq5BU9aV2lTADbcTt9y56V6Hnt { width:22.6875rem;height:11.093777558909rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdXfyBxJaTzZDkWHE9pOQq9xewr6MM5v { width:37.375rem;height:18.280726398053rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6iLsdynlCmwhQZ8DdhZrlO0hFLicB3 { width:3.1875rem;height:4.4375rem;top:46.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDF0JrxVP7Aw7I1hN7WvV1zxqJuPLk66 { width:3.9375rem;height:3.9375rem;top:25.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEislvtcBnRm1CeK2TO7ZPrGJom8N5aH { width:3.1875rem;height:3.1875rem;top:31.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9JlGEEiD6JMPzJWBUxUCdAKGqJMpZ86 { width:5rem;height:5rem;top:25.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfHCngNMRVTb76BuHryC4ppIkNqtKpzs { width:18.75rem;height:27.5625rem;top:16.9375rem;left:8.9997844696044rem;display:none; }
 }@media only screen and (max-width: 763px) { #JN9IRfGOygdN7yx6L0K8clPAfllmGI2M { display:block; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ7wQ3h9P5LQasKnROfpy1AobcDhVqDN { width:13.25rem;height:2.625rem;top:1.125rem;left:23rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2VeafnbByQZeeGuaNPdxOabgxO6Lmi { width:15.625rem;height:3rem;top:0.875rem;left:9.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxtcM1RzWbJTo05Hm9ccsDh3fz4BgeLR { width:2.5625rem;height:1.25rem;top:1.8125rem;left:7.1319446563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaUFTfQ7reyBdTTiikdMciFNM631kFw { width:1.4375rem;height:1.2507558916041rem;top:1.875rem;left:36.313360899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt { display:block; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOOrNs6f3JgqWKI87IFQ1piqmdqstPWN { width:11.9375rem;height:11.875rem;top:4.0625rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTopU8WuIU9CD2kybET7626RNeVkv9OZ { width:3.8125rem;height:3.443103239699rem;top:5.25rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iTWxgD80DvlZcMk9PzoGH4T645FwsP { width:4.6875rem;height:4.24805rem;top:2.3125rem;left:6.4060344696044rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHImeKib804iDRDNdC44Zz5LdGNDI9uM { width:12.5rem;height:2.875rem;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3HH2SS6kWhwXE3OTOTG9lrwlX7GtJ8n { width:9.8125rem;height:4.25rem;top:8.4375rem;left:2.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQgmc4kr5NmmURHpoMsIFgUk8RkGxie { width:12.5rem;height:2.25rem;top:12.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSK30qC4bMTyFVJbSofoAlUTvPsnpu4 { width:11.9375rem;height:11.875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6gar5k5iInPdAh7UyoAb2Zxo18qXlJ3 { width:12.5rem;height:2.875rem;top:5.75rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McRiarLBR7AV1Tsd4BFZvmTF76EW86hR { width:10.75rem;height:3.5625rem;top:9.5625rem;left:25.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoomMxc84fXHz4qPU0VgqX1Tx51thNWZ { width:31.875rem;height:4.6875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGTlAvOFyiP6XwkPaJhJRsAlPQrBx6r { display:block; }
 }@media only screen and (max-width: 763px) { #rHKuLoFl118m9bJP4umUhNwzkq9g6ZA6 { width:11.9375rem;height:11.875rem;top:4.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIuapSszTt4yTJiF4BI5PRoMoVivoJS7 { width:9.8125rem;height:4.25rem;top:10.6875rem;left:14.0625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbWydd4zzo0aDTCGDCDdlwwC2XI4XTvF { width:9.8125rem;height:4.25rem;top:8.6875rem;left:14.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEuxL7u0180GThhw2QDMIemyElgULu0a { width:12.5rem;height:2.25rem;top:12.75rem;left:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxwI4QMExUIXISHvhJxFlmNH0KBW4tUH { width:20.0625rem;height:3rem;top:20rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNbQsDNHzrqUiEtr49EfvqQ4dCHvlFw { width:11.125rem;height:4.4748178001374rem;top:8.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUiktwVOItLN0xr7IPsJxe1Xa6glQF3 { width:13.4375rem;height:7.5272148016112rem;top:6.4375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlcvw6W6vJn4TDWTw0ReUOReirmFxNP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns6SCiuG7hF0Z6P74nFbvXyMOC9M9I27 { width:11.9375rem;height:11.875rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPlludIKh5LxO7tNB2aJSH7E0XdCys5t { width:31.875rem;height:4.6875rem;top:19.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFGBDPigXwRTthgMmPqFTxCUsxmZoXts { display:block; }
 }@media only screen and (max-width: 763px) { #vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX { display:none; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H3txhb0XR6QTZk2bC2PeEu400E7bUpLq { width:12rem;height:11.875rem;top:5.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV5EBxX5DIodOZGZrxMeQSrLD7Fn7qTN { width:12rem;height:11.875rem;top:5.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnZza4sksTSJSCeVaLkCSH05xLXpQm1 { width:12rem;height:11.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X19GedziK7xkFo8125Ibq1bdAabLuef7 { width:4.25rem;height:3.8799666198504rem;top:16.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2lmzyQWcUQwWl8SLTJfQ2ZksNTmAvzc { width:4.3125rem;height:3.9370249524952rem;top:4.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPCqlQvspZDGwtE5chzPSbA4wfXRk7N { width:12.5rem;height:6.0625rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXApeouzlchrJlIxT9uh6th7ltE8UkDC { width:12.5rem;height:6.0625rem;top:8.875rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffrvx5x2eMcBPPbZ6X0QHCKk61lH3crE { width:12.5rem;height:6.0625rem;top:8.8125rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO { display:block; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJLEryED57wdqX7z47qpvEo13w6FB1RV { top:2.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpfDEdS524w8an2hJrnrQBAvmOhs1qB { width:8.75rem;height:2.4375rem;top:2.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3B9ZnTpIroENCh1QUlISFreWWyXgTrL { width:2.375rem;height:2.375rem;top:2.4375rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqtml423Wsxz7L9fuEgkoDVcquqtsTiE { width:12.9375rem;height:3.25rem;top:1.875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFg8FdiTxzCkWJq4Hf5roOH1QTcUVM6U { width:47.75rem;height:5.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t { display:block; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpVVe7UrmwGakEa3AU0ooyG9Eg6svUFL { top:7rem;left:13.1875rem;width:34.5625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwFKxuE8Iy9rziRodqHlbCRgpEVPovDq { width:1.4375rem;height:1.25rem;top:7.1875rem;left:23.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tltZITzTVUINoRmFlo4DvxpKTOZSTo { width:28.75rem;height:28.75rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwauZLU8igNTFsURIgTHpoPMndSORXW { top:12.5rem;left:13.1875rem;width:34.5625rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLROM9TdEqCTUzuldr79egXW2iXhTId8 { top:16.6875rem;left:13.125rem;width:34.625rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStnPnGtuiV9cf5AVhFoV9ORaW0vrh28 { top:21.0625rem;left:13.125rem;width:34.625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7laU4gDBMgmTLUTo8a8mPvoihsoaWod { top:27.0625rem;left:12.9375rem;width:34.8125rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKKRqbZ9WWTRt4QJcyTuK6GdNwkhRTNn { top:33.0625rem;left:13rem;width:34.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdbc8w7HBxvvAE0FLspFyVFFx03f2vD { width:1.4375rem;height:1.25rem;top:12.625rem;left:23.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJmTwg7vDM5zl3Xzpb3HmvtwTrRHfgZ { width:1.4375rem;height:1.25rem;top:21.1875rem;left:23.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBrAannogHlTtRz3w2QV5HpwPgL70gf { width:1.4375rem;height:1.25rem;top:27.125rem;left:23.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7BKpQZC1O3m4afoeSW2IVTv2gTFTpyg { width:1.4375rem;height:1.25rem;top:33rem;left:23.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnAyEuilDsCbDC0qu8dSx3dmCldwMDCz { width:47.75rem;height:2.25rem;top:2.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O95PZ2e9tBHGEDru7zDtsCH488Km2QBp { width:20rem;height:4.625rem;top:2rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1KaHqpCmel5Q7dRq0KOAaiGHBNa84XG { width:1.4375rem;height:1.25rem;top:16.875rem;left:23.280603408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { display:block; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { width:24.75rem;height:7.8125rem;top:19.875rem;left:12.186632156372rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { width:23.75rem;height:7.1875rem;top:11.3125rem;left:12.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpLPLO6nOC0GwPpTRHfp5F4UWBq7xFbO { width:28.75rem;height:28.75rem;top:3.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpihK45izhOQcqKvyiZmyqaEQVWZa7QP { width:5.3125rem;height:4.81228125rem;top:5.4375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9Ty3f15i54XnxDXGeFl7F0KyST7S33 { width:30rem;height:30rem;top:2.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVnrNTQHJTEhSi56sOPUFtRwTkxXZRF4 { width:31.0625rem;height:5.625rem;top:28.25rem;left:8.3118495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkcr8HiFRAhGKa9tRwn1GEomsii3xF7A { display:block; }
 }@media only screen and (max-width: 763px) { #lV2BrEDDhGsnRKLzBTT1CXDaVtvdgdAe { width:29.25rem;height:16.340142070351rem;top:9.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TbQdpUTdBOrJKWIz63GNuvVqwrqxwD { width:5.0625rem;height:5.0625rem;top:24.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGdzFtaCIG6wIlQdWmJU9ML9giTWlpf { width:2.875rem;height:2.875rem;top:24.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8ox2Ty7in8KHTWnBeUAcvEOcbVeQcT { width:4.8125rem;height:4.6875rem;top:5.4375rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2BaT856sOrZ89iHAe6n6QtWS1A6t69s { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v94dToOhf0hJIgcehsgEM5RfdHLwp59m { width:2.875rem;height:2.875rem;top:24.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.625rem;left:19.125rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.5rem;left:22.625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.5rem;left:27rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.5rem;left:15.5rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL { position:relative;z-index:auto;display:none; }#zC1hfJ9istP20Rkz5sVVchSSGMkbRVsL > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKy7l1sAAhKNHHEHOan5bEzQvMurlOZ9 { width:7.6875rem;height:2.4375rem;top:3.954216003418rem;left:0.25rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-number { padding-top:0.241875rem;padding-right:0.228125rem;padding-bottom:0.241875rem;padding-left:0.228125rem;width:1.36375rem;min-width:1.36375rem;height:1.295625rem;font-size:0.96625rem;line-height:20.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.073125rem solid rgba(var(--color-tertiary-0),1);border-right:0.075rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.073125rem solid rgba(var(--color-tertiary-0),1);border-left:0.075rem solid rgba(var(--color-tertiary-0),1); }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.150625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.81875rem;height:0.505625rem;font-size:0.3625rem;line-height:8.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA { width:10.75rem;height:2.4375rem;display:flex;top:3.8595921993256rem;left:8.9364150166512rem;z-index:15001;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #LCG03xB02izwEvrStpTG1BngyhiWQ1td { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #ZrwTMEL87IViRm3CbTDJ4nR4Wl7zNN6a {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NL5dxDs1ZTgpIOi0BpFXGcTxRPiTJl5E {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #pLAFckRv6rPT1ECZRpUqg5gH4nG6Hf8A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #O3IQ21xOWFVEHtIuF9qlAfBg0KpmCn3n {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #CPZbhMmTy9tcDl0qlbI8ZxCVkyXTobkF {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #o7dkTM4NvCODP6n2NoX2i3y4CF2VPVwK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #mx1D6STSXALz0Cg4T9oelKrdyd4Q2t6G {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #bU7PDxmDoeh1hwnkelxgJpFsnFDCexd6 {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #GDotbmBzzdO7L2h1NovMfRnXfeXfKXg5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #JOVk1AFTnArG0a2vTlf1b6zToIUpHVUE {  }
 }@media only screen and (max-width: 763px) { #Xy4BCFAZKxilAl73Nk0hqnOz46i4HrEA #NaLXfCbHKVoOuGdizBGSAB4WyQE1KTgf {  }
 }@media only screen and (max-width: 763px) { #ubyC03ozeMZI26Ws6SArN0LE90qzFPVi { width:14.1875rem;height:3rem;top:0rem;left:2.625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pmzu8bvHUmfGJdPiVyvWb49Irc7EKSIa { width:12.1245625rem;height:3.68706875rem;top:0rem;left:3.9366319775581rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e67d8d8-e4fe-4ca0-b97a-918809075a1f/LP_WALENTYNKI_TLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA.adaptive-delivery-prevent-bg, #xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA.lazyload, #xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA.lazyloading { background-image: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { background-color: transparent; background-image: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container > .video-iframe-container { display: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row > .video-iframe-container { display: none; }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .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); }#xE4EW7dWKCNS4HfUBk9HoxXSuacK6eRA > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXSWoWpm9g0bQvLRF3NAGkByrS9y27nA { width:0;height:0;top:108.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7hn5Cozf3tAXco2EtsgyBwZzivl0HPJ { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXsdC0UqlVch1UVTnq8PXk72MVyKwqES { display:block; }
 }@media only screen and (max-width: 763px) { #OWh4LepMWJ2Mbs1TrGxsmHMQHANxzZpz { width:1.125rem;height:1.8125rem;top:13.8134765625rem;left:9.09375rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #TBNAaV39lfDctpzfhxn3UyVw9tvUecWP { width:9.75rem;height:0;top:30.25rem;left:0.625rem;font-size:1.3125rem;z-index:15041;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JU74or988TprhTvZeW4ogqeQPNUunHRl { width:9.6245625rem;height:14.561625rem;top:6.1243515014649rem;left:9.4997838139531rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #pzcpEOfPgy9tyttVi3rddDmTJzMiBUFa { width:18.75rem;height:8.0625rem;top:1.5611979961395rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yz87TckgniVfPgyt9wfqQkV8sapQoE79 { width:12.1875rem;height:1.7871125rem;top:20.125rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezTfQz1ksR2kELk3P7W1DCBKZzplkliA { width:16.25rem;height:3.375rem;top:22.4375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbXMwPWhEp51kK6s4pv3mnVgAIoI5qNS { width:19.125rem;height:33.8125rem;top:28.8125rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0I5m8tVhlFP0TAaXeDUdL2mvgDIQeti { width:19.125rem;height:3.375rem;top:27.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmfk2DzTzAtk68TL5FSmh3T4BW8ZQiNu { width:19.375rem;height:1.94921875rem;top:28.625rem;left:0.5625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;background-color:#1560da;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4  { width:17.5rem;height:auto;top:31.77734375rem;left:0rem; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 {display:block;}#iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 { width:17.5rem;height:auto;top:31.77734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hldr3MVTTqhanACVUmXZHnCTwua928FS {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #sADXsDB5NlQTKMaaoOW5R9TWLp4xdNCP { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #t21mkzdbW4xpqIXx71sTNmz4hiyVxAIG {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #onTdyv4MrFRBidXAc4tTEw4Km9rGtiiT {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #TefBRfdTXH6K4gbkDIfL8kygl9aL7Hrn { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #pt3zabdX2TIhVoOl7ytDGSByvffpcImh {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #SfPmzpwgGaQyT2pdKqizfqRvamTIT9vv {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #ZkAfeMuiNTH0gglG0SfO5SyIdT4i5bnE { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #T3qUr1m0v0qPd1D0gHSK8fu9wd38Uwki {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VccGazFA8KlxbVoCSqaew4J24sxum73B {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #hR9LAmGyabZDFoTuRVUFaJKSOcncVtib { display:block; }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #rXbQ4es1TKDRvXtPqxHTifATcU6Hm6ae {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #mN3gc3b4ZTRUfA7h5m5pG1cTLX1LTCN9 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #VJt9JUp8hxHVsWaHGXi7imneH2TVr234 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #wNPcOCmtSOuT2yRtMhPfpyKy0FZcb9Dp {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #Dc6Xcof2X6ysKv0JUe66J2s0pdi3b76a {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #FPy6P1wRWQpVNC70tHpKbCHsWcKTbTP7 {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #bk90ppF46xNqAhSNosbmpNVlxxr4gyzi {  }
 }@media only screen and (max-width: 763px) { #iRCeDTPzIRATN5l4RiIt1szQCFsDRVT4 #tRiOPC0S5kt7NcoaalGpq4x5p89VTfE1 {  }
 }@media only screen and (max-width: 763px) { #Eopqifu2JCTWvXGwb08C4qC7bLEBpOzO { width:9.436875rem;height:1.5rem;top:34.75rem;left:10.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NxQepzaJKQUXru5vX3EwONtSvP3GCxQT { width:10rem;height:2.5rem;top:34.3125rem;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) { #fcuomD1DCxN2sL2z9c8vUrgKzuCnBXDq { width:7.624rem;height:5.186525rem;top:11.62109375rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDyMvfi80PdA9r0QxVw1MB2UZkNrXxUK { width:18.875rem;height:5.3125rem;top:21.125rem;left:0.5625rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJITK7ATwBaXLKS3tzkQdGxMHhT2EQy { width:15.25rem;height:4.0625rem;top:18.875rem;left:2.25rem;background-color:#fff3f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kURDpqtq5BU9aV2lTADbcTt9y56V6Hnt { width:20rem;height:9.779638619424rem;top:13.87478351593rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdXfyBxJaTzZDkWHE9pOQq9xewr6MM5v { width:10.6875rem;height:5.1875rem;top:29.812285423279rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #im6iLsdynlCmwhQZ8DdhZrlO0hFLicB3 { width:2.125rem;height:2.9375rem;top:19.1875rem;left:2.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GDF0JrxVP7Aw7I1hN7WvV1zxqJuPLk66 { width:2.625rem;height:2.625rem;top:7.0039067268369rem;left:17.067057907581rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BEislvtcBnRm1CeK2TO7ZPrGJom8N5aH { width:1.5625rem;height:1.5625rem;top:10.059462547303rem;left:14.356554329395rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #u9JlGEEiD6JMPzJWBUxUCdAKGqJMpZ86 { width:1.99978125rem;height:1.99978125rem;top:8.185546875rem;left:9.7493498921394rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #KfHCngNMRVTb76BuHryC4ppIkNqtKpzs { width:9.5625rem;height:14.125rem;top:6.0609812736511rem;left:9.6321623921394rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JN9IRfGOygdN7yx6L0K8clPAfllmGI2M { display:block; }#JN9IRfGOygdN7yx6L0K8clPAfllmGI2M > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ7wQ3h9P5LQasKnROfpy1AobcDhVqDN { width:7.1245625rem;height:1.7068125rem;top:1.4993495941162rem;left:11.124566376209rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ee2VeafnbByQZeeGuaNPdxOabgxO6Lmi { width:10.9375rem;height:2.1933625rem;top:1.2497844696045rem;left:1.9366319775581rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxtcM1RzWbJTo05Hm9ccsDh3fz4BgeLR { width:0.625rem;height:0.6875rem;top:2.0377597808838rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaUFTfQ7reyBdTTiikdMciFNM631kFw { width:0.625rem;height:0.6875rem;top:2.0696620941162rem;left:18.935765564442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt { background-color:#cc0000;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; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { background-color: transparent; background-image: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container > .video-iframe-container { display: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container { display: none; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .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); }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { border-width: 0; border-radius: 0; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdLT2Sl9ntId93IK5CgaC1pAgRNpIABt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOOrNs6f3JgqWKI87IFQ1piqmdqstPWN { width:12rem;height:7.6875rem;top:22.3125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTopU8WuIU9CD2kybET7626RNeVkv9OZ { width:4.6875rem;height:4.25rem;top:34.256294250488rem;left:7.6562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iTWxgD80DvlZcMk9PzoGH4T645FwsP { width:4.31206875rem;height:3.81185rem;top:3.75rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHImeKib804iDRDNdC44Zz5LdGNDI9uM { width:12.5rem;height:2.75rem;top:7.1872787475588rem;left:3.8125002980233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3HH2SS6kWhwXE3OTOTG9lrwlX7GtJ8n { width:9.8123125rem;height:4.0625rem;top:10.31184387207rem;left:5.3743494153022rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQgmc4kr5NmmURHpoMsIFgUk8RkGxie { width:12.5rem;height:2.2744125rem;top:27.56184387207rem;left:3.8125002980233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSK30qC4bMTyFVJbSofoAlUTvPsnpu4 { width:11.25rem;height:11.1875rem;top:19.43684387207rem;left:4.1243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6gar5k5iInPdAh7UyoAb2Zxo18qXlJ3 { width:12.5rem;height:2.886725rem;top:21.062065124512rem;left:3.7500002980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McRiarLBR7AV1Tsd4BFZvmTF76EW86hR { width:10.7498125rem;height:3.5996125rem;top:38.81184387207rem;left:4.5616319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoomMxc84fXHz4qPU0VgqX1Tx51thNWZ { width:18.9985rem;height:2.99805rem;top:82.819015502931rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwGTlAvOFyiP6XwkPaJhJRsAlPQrBx6r { display:block; }
 }@media only screen and (max-width: 763px) { #rHKuLoFl118m9bJP4umUhNwzkq9g6ZA6 { width:11.9375rem;height:11.875rem;top:33.249778747559rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIuapSszTt4yTJiF4BI5PRoMoVivoJS7 { width:9.8123125rem;height:0;top:54.761287689209rem;left:10.186632454395rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbWydd4zzo0aDTCGDCDdlwwC2XI4XTvF { width:9.8123125rem;height:4.0625rem;top:24.073352217674rem;left:5.4058163762093rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEuxL7u0180GThhw2QDMIemyElgULu0a { width:12.5rem;height:2.2744125rem;top:13.93684387207rem;left:3.7500002980233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxwI4QMExUIXISHvhJxFlmNH0KBW4tUH { width:20rem;height:2.11263125rem;top:51.434461593628rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xuNbQsDNHzrqUiEtr49EfvqQ4dCHvlFw { width:19.249125rem;height:7.5rem;top:15.3125rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUiktwVOItLN0xr7IPsJxe1Xa6glQF3 { width:7.1875rem;height:3.99956875rem;top:26.1875rem;left:12.8125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dVlcvw6W6vJn4TDWTw0ReUOReirmFxNP { top:0.625rem;left:1.1243489384651rem;width:17.75rem;height:49.9375rem;z-index:14999;background-color:#ffffff;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #ns6SCiuG7hF0Z6P74nFbvXyMOC9M9I27 { width:11.25rem;height:11.1870625rem;top:5.625rem;left:4.1872833371163rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rPlludIKh5LxO7tNB2aJSH7E0XdCys5t { width:18.125rem;height:2.74956875rem;top:54.275176525116rem;left:0.93750005960463rem;font-size:1.25rem;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#0b306d;display:block; }
 }@media only screen and (max-width: 763px) { #IFGBDPigXwRTthgMmPqFTxCUsxmZoXts { display:block; }
 }@media only screen and (max-width: 763px) { #vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX { 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:none; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row .container { border-width: 0; border-radius: 0; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyL2Z9B0imsZKlhaheNBVF8G8UuBxPeX > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H3txhb0XR6QTZk2bC2PeEu400E7bUpLq { width:12rem;height:7.3125rem;top:18.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV5EBxX5DIodOZGZrxMeQSrLD7Fn7qTN { width:12rem;height:7.6875rem;top:28.578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnZza4sksTSJSCeVaLkCSH05xLXpQm1 { width:12rem;height:7.125rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X19GedziK7xkFo8125Ibq1bdAabLuef7 { width:4.3125rem;height:3.9375rem;top:35.015625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2lmzyQWcUQwWl8SLTJfQ2ZksNTmAvzc { width:4.3125rem;height:3.9375rem;top:6.660937309265rem;left:1.9242187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPCqlQvspZDGwtE5chzPSbA4wfXRk7N { width:12.5rem;height:4.875rem;top:9.328125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXApeouzlchrJlIxT9uh6th7ltE8UkDC { width:12.5rem;height:4.875rem;top:19.390625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffrvx5x2eMcBPPbZ6X0QHCKk61lH3crE { width:12.5rem;height:4.875rem;top:30.140625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO { background-color:#edf5fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { background-color: transparent; background-image: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container > .video-iframe-container { display: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row > .video-iframe-container { display: none; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .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); }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { border-width: 0; border-radius: 0; }#tiJDinfAmZOCAPm2uztuQFX1uaI9pRqO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJLEryED57wdqX7z47qpvEo13w6FB1RV { width:17.7495625rem;height:4.62890625rem;top:1.0601129531861rem;left:1.1241319775581rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;color:#1560da;display:block; }
 }@media only screen and (max-width: 763px) { #ngpfDEdS524w8an2hJrnrQBAvmOhs1qB { width:6.12413125rem;height:1.625rem;top:7.875rem;left:6.1241324543953rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3B9ZnTpIroENCh1QUlISFreWWyXgTrL { display:flex;width:2.37413125rem;height:2.37413125rem;top:7.4995574951175rem;left:12.061632454395rem; }
 }@media only screen and (max-width: 763px) { #Aqtml423Wsxz7L9fuEgkoDVcquqtsTiE { width:10rem;height:3.25rem;top:6.9375rem;left:4.8741319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFg8FdiTxzCkWJq4Hf5roOH1QTcUVM6U { width:11.5625rem;height:4.625rem;top:6.37434387207rem;left:4.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t { background-color:#edf5fc;background-image:none;display:block; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { background-color: transparent; background-image: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container > .video-iframe-container { display: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row > .video-iframe-container { display: none; }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .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); }#cXFsTsPKh9E8Vqelu7PBLsEZ7lgO7k2t > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpVVe7UrmwGakEa3AU0ooyG9Eg6svUFL { width:16.5rem;height:5.625rem;top:22.4375rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hwFKxuE8Iy9rziRodqHlbCRgpEVPovDq { width:1.4375rem;height:1.25rem;top:22.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tltZITzTVUINoRmFlo4DvxpKTOZSTo { width:12.9375rem;height:12.9375rem;top:1.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwauZLU8igNTFsURIgTHpoPMndSORXW { width:16.875rem;height:4.5rem;top:29.375rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iLROM9TdEqCTUzuldr79egXW2iXhTId8 { width:16.875rem;height:3.375rem;top:33.875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GStnPnGtuiV9cf5AVhFoV9ORaW0vrh28 { width:16.875rem;height:4.5rem;top:38.4375rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P7laU4gDBMgmTLUTo8a8mPvoihsoaWod { width:16.3125rem;height:5.625rem;top:44.125rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VKKRqbZ9WWTRt4QJcyTuK6GdNwkhRTNn { width:14.875rem;height:2.25rem;top:50.875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zKdbc8w7HBxvvAE0FLspFyVFFx03f2vD { width:1.4375rem;height:1.25rem;top:29.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJmTwg7vDM5zl3Xzpb3HmvtwTrRHfgZ { width:1.4375rem;height:1.25rem;top:38.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBrAannogHlTtRz3w2QV5HpwPgL70gf { width:1.4375rem;height:1.25rem;top:44.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7BKpQZC1O3m4afoeSW2IVTv2gTFTpyg { width:1.4375rem;height:1.25rem;top:51.34375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnAyEuilDsCbDC0qu8dSx3dmCldwMDCz { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O95PZ2e9tBHGEDru7zDtsCH488Km2QBp { width:20rem;height:4.9863375rem;top:16.1875rem;left:0rem;font-size:1.1875rem;z-index:15003;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y1KaHqpCmel5Q7dRq0KOAaiGHBNa84XG { width:1.4375rem;height:1.2507558916041rem;top:54.371754003906rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { background-color:transparent;background-image:none;display:block; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { background-color: transparent; background-image: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container > .video-iframe-container { display: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container { display: none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .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); }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { width:18.3745625rem;height:6.0732375rem;top:28.941619873047rem;left:0.81271702051162rem;font-size:1.6875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { width:14.749375rem;height:7.124025rem;top:19.983276367188rem;left:2.6247830986977rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JpLPLO6nOC0GwPpTRHfp5F4UWBq7xFbO { width:20rem;height:20rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpihK45izhOQcqKvyiZmyqaEQVWZa7QP { width:4.49978125rem;height:4.0625rem;top:3.1028594970703rem;left:1.8825955986977rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #kT9Ty3f15i54XnxDXGeFl7F0KyST7S33 { width:17.061625rem;height:34.436875rem;top:3.1028594970703rem;left:1.2586806416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVnrNTQHJTEhSi56sOPUFtRwTkxXZRF4 { width:17.6248125rem;height:3.56228125rem;top:33.893890380859rem;left:1.1870660185814rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Jkcr8HiFRAhGKa9tRwn1GEomsii3xF7A { display:block; }
 }@media only screen and (max-width: 763px) { #lV2BrEDDhGsnRKLzBTT1CXDaVtvdgdAe { width:20rem;height:11.17274671477rem;top:56.266077871094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8TbQdpUTdBOrJKWIz63GNuvVqwrqxwD { width:5.12478125rem;height:5.12478125rem;top:14.125rem;left:12.318793594837rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #LzGdzFtaCIG6wIlQdWmJU9ML9giTWlpf { width:2.5rem;height:2.5rem;top:26.44921875rem;left:0.12478297948837rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #RV8ox2Ty7in8KHTWnBeUAcvEOcbVeQcT { width:15rem;height:14.6245625rem;top:4.5568542480469rem;left:2.5000000596046rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F2BaT856sOrZ89iHAe6n6QtWS1A6t69s { top:27.950958251953rem;left:0.63259547948838rem;width:18.9375rem;height:11.0625rem;z-index:15030;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v94dToOhf0hJIgcehsgEM5RfdHLwp59m { width:2.5rem;height:2.5rem;top:26.511077880859rem;left:17.373048126698rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }