.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:26,89,132;--color-secondary-0:250,239,222;--color-secondary-1:239,208,155;--color-secondary-2:229,176,88;--color-secondary-3:244,135,8;--color-secondary-4:46,35,18;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d32464b-e7eb-46f2-92bc-33bdaab885d4/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(var(--color-tertiary-4),0.75);background-image:url("https://images.assets-landingi.com/uc/ee97aed4-3181-48ab-be31-91b77b3016e6/herokuba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:40.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.59814453125rem;left:0rem;height:15.0746875rem;font-style:normal;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.71875rem;left:0rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNTmMmsE1TZNHZsGv7o3nC6lvCLmTift { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.23486328125rem;left:0rem;height:7.6494375rem;font-style:normal;display:block; }
#AbrxGSPS7O5bXJKgfra2PKOWgo3RDuJl { 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:1.4375rem;width:17rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { color:#1a133b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.775390625rem;left:0rem;height:11.69826875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qweEBd15rGm8Sv7IOwUKoGCc6JLaTfkH { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.5rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container { background-color: transparent; background-image: none; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container > .video-iframe-container { display: none; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row > .video-iframe-container { display: none; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .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); }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container { border-width: 0; border-radius: 0; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#m4zK6ACITN0Vt3ikrXREM5WPvNUIWRS1 { color:#1a133b;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:3rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnymKzsMV6gT4uDNlIEyKmANufgQSSlN { color:#031f43;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpe8TUq4VTCXqhQz9T4PloKeix1zydcC { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:34.6875rem;width:23.125rem;top:7.125rem;left:19.625rem;overflow:hidden;display:block; }
#KCa2P2ksOUxBsJh95CUL6obq7d4Tcq2G { color:#1a133b;display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.86328125rem;left:2.96875rem;height:3.25rem;display:block; }
#uHsFIr3SvftPh2TUT7R8QaymHqENwlTZ { color:#1a133b;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:4.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6T5qr52b1pBwU2IWWvpXKpJyOK6saqq { color:#031f43;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.4375rem;left:4rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwpWnbqtppuHJMVdAHVI9QU5AfaxUcSN { color:#1a133b;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COiXSkHgzuIUIqD2yGXCFGLumIU7oJoA { color:#031f43;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:43.3125rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqfEFrDAdx6ccCT8R3q56lZPX29xEyhx { color:#031f43;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.4375rem;left:43.3125rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJRQNi57aovXinuPpUFXiLm97NCcPma3 { color:#1a133b;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5rem;left:43.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #083553, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, #083553, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, #083553, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, #083553, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083553', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083553', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, #083553, rgba(var(--color-primary-4),1));background-size:auto !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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.83740234375rem;left:18.34375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.68359375rem;left:30.4375rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63.28125rem;left:21.5rem;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaNThdoxMesB3E4rKNUbbrWAOdiZItbP { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.12109375rem;left:30.4375rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCE19tlR8Npuwf9x3OfpCISaERILtOHA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:45.53125rem;left:30.6875rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W49cAFsiIbXfEii084lSIne9OQruDdTV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.35546875rem;left:5.75rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGEuLnAMP1nwqA1Rq2t4vi7056uKq1aD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.34375rem;left:4.59375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4lR8luNScVMWKq5OPayFVXt3PhVrkv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:48.203125rem;left:2.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWnNmZJHz9I4qaiTnQAu3kLI9EZwq8Z9 { box-sizing:content-box;height:17.5rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#164e74;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.953125rem;left:0rem;display:block; }
#ueiHFagAeem8PoqIMSdTofA9bB9atvdT { box-sizing:content-box;height:17.75rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#083553;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.85546875rem;left:0rem;display:block; }
#Pk7VWrUs9KOUAub03a1zaATtXRRBGPW8 { box-sizing:content-box;height:17.5rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#134571;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.54296875rem;left:0rem;display:block; }
#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/870d71e2-3d4c-4af9-9b99-22a07a3c93f2/ZdobadzwiedzepewnoscinarzedziaktorepozwolaCiprowadzicefektywnetreningimentalnebeznapisu.jpg");background-position: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; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.adaptive-delivery-prevent-bg, #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.lazyload, #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.lazyloading { background-image: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { background-color: transparent; background-image: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,31,67,0.58); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container > .video-iframe-container { display: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,31,67,0.58); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row > .video-iframe-container { display: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .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); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { border-width: 0; border-radius: 0; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#fhirb9mehqCS96Jhg2PWnCVLVHzsvSf3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8125rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNnH3htR0Is6Ivq5FJ043zu2bySMg2db { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.6875rem;left:2.125rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsGreKX3NN59MEIIDDLU2KSTTpfmHeL6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.6875rem;left:40rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJWceQAxlzJ52U8fMlZJa5dQtZSsTz7K { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.6875rem;left:20.1875rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:#0d1b3f;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.40625rem;left:28.9375rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rT5VA0bTc9glmzmTPICRTw3F6mBdCqPi { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:24.625rem;top:2.875rem;left:2.0947265625rem;overflow:hidden;display:block; }
#lAmJgbdsS68AvkBfSgdnyxKu2JMDWs9q { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:27.0625rem;top:12.75rem;left:30.40625rem;overflow:hidden;display:block; }
#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { 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; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { border-width: 0; border-radius: 0; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#Gz5SUA2gPHqfFlnt3qNo3NKZzgbRlaCU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.37158203125rem;left:3.1875rem;height:31.9921875rem;display:block; }
#apgyHFkxviyD9C7oc68tU8fPJkyR6AqZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:26.5rem;top:3.5rem;left:33.395015698587rem;overflow:hidden;display:block; }
#ScePm4eaeoVSZtPbMmHgtAd2e3KwmhTo { color:#031f43;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.52783203125rem;left:3.1875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ec31iqGD/students.jpg");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; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn.adaptive-delivery-prevent-bg, #Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn.lazyload, #Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn.lazyloading { background-image: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { background-color: transparent; background-image: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #064771; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container > .video-iframe-container { display: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #064771; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row > .video-iframe-container { display: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .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); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { border-width: 0; border-radius: 0; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54ab9391-4944-4129-b11c-feb0744fc9cd/michamae.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:9.625rem;left:8.375rem;display:block; }#Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ.adaptive-delivery-prevent-bg, #Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ.lazyload, #Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ.lazyloading { background-image: none; }
#rNChd5TekhLVPvmIiGACTaRvkxsAXQ2T { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.8125rem;left:6.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkZyBTy9QJxGymBhPwZkevWHftqflB5A { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:27.3125rem;left:3.125rem;height:19.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/712f242f-d956-4973-9a80-0be337cf83a4/kasiamae.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:9.625rem;left:38.25rem;display:block; }#b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3.adaptive-delivery-prevent-bg, #b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3.lazyload, #b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3.lazyloading { background-image: none; }
#KxKnxyTf5oEURKK5yZLvJGQI81oVTQh3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:36.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4XCIbuHuXsJ9nsiRW6nSVKrQ6lx2yxa { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:27.31201171875rem;left:32.25rem;height:20.7949375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQ8U7Tf4w03pXsi1V054x8Kfe1WTMQXl { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3badfadc-2dff-4cb5-ab2a-2eef0c55bb3d/Projektbeznazwy.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.adaptive-delivery-prevent-bg, #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.lazyload, #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.lazyloading { background-image: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { background-color: transparent; background-image: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .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); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { border-width: 0; border-radius: 0; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#NE4pA8ZENVgmAaMIh85ovsLTQlqEARdv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWCcu1TvzfiuQWT69CvZxtge4v7yGXTP { color:#4fd6fe;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BztXyTihMER3P9wRptlawe0pfpJ7VH65 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.0625rem;left:12.46875rem;height:10.875rem;text-align:left;text-align-last:left;display:block; }
#OHNieuSrc3rA5t1XgS3aOtE74oyTNZcB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5);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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.8125rem;left:22.0625rem;display:block; }
#Po89qc92COskiA2PJTPWFDsWFSnClliB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm > .row .container { border-width: 0; border-radius: 0; }#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#Iy9okS9AFGsndPSIQzLRuSdLavUuiXr1 { color:rgba(var(--color-secondary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:34.25rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uezmiR8JHDJyKUkglsWBPP1VyKmUX5R6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:32.375rem;width:33.25rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#UhyBPyl9yszIb3T27QIlmJSpChxGbFdn { color:rgba(var(--color-secondary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:34.25rem;height:7.5556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e { 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; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container { background-color: transparent; background-image: none; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container > .video-iframe-container { display: none; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row > .video-iframe-container { display: none; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .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); }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container { border-width: 0; border-radius: 0; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:60rem;position:relative;display:block; }#PVOfQULUTqwTOT6dyisHRS8zk3ixNPXe { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:35.6875rem;width:45.1875rem;top:21.5625rem;left:7.4375rem;display:block; }
#PbTvawaFqg6pRDbgUqd90FlbAPLCh7gW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5);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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.5625rem;left:12.4375rem;display:block; }
#ZVHSpiFeOHZz8yTJa8aWLSPyt76yyrIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKy5bM19RaCg2G8TtTesv78Ua31S4I3J { color:#2a2e2d;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:36.5rem;left:12.4375rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCrlFxsCw8EQexaOn7LiASU5WnezVKzp { color:#2a2e2d;display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:32.25rem;left:19.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQ6TkJ3ev1WxNEprAQWTXThRTRTEKBO4 { color:#436f18;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.04052734375rem;left:20.6875rem;height:4.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvOhacv0gydPwhp2wtTkBFRAg2Z7ClMP { color:#2a2e2d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE2gdi6qom4POAGCtFwfeAFbhMQVqXeU { color:#2a2e2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.6875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAh9PMqKEtt8Iqi1ZIGEPrB3M7naZHCR { color:rgba(214,32,1,0.87);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.1875rem;left:20.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdvKvn9WJekHww8GPTc9HinwUsuJ7fT1 { color:#2a2e2d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:31.125rem;left:22.09375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .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; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7425rem;padding-right:0.65875rem;padding-bottom:0.7425rem;padding-left:0.65875rem;display:block;align-items:center;width:3.95125rem;min-width:3.95125rem;height:3.99125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.97rem;font-weight:700;line-height:63.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.464375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.26875rem;height:1.578125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.11375rem;font-weight:400;line-height:25.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.0625rem;height:7.51875rem;padding-top:0.928125rem;padding-right:0.940625rem;padding-bottom:0.928125rem;padding-left:0.940625rem;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:4.125rem;left:16.52734375rem;z-index:15020; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #D0EEMMt1VI5P4lXTXF0Gt1ohA8yQwCG1 { display:flex;position:relative;top:0rem;left:0rem; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #I9GMlNZZb9CGy4J83506xgydfkWb6wfZ { width:auto; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #o7EsCmVaelxWTBRum3lrGrTbD12v8ZTt {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #RpLfnNny2PURibAEh5cH5Gs0HUzcmSa6 { display:flex;position:relative;top:0rem;left:0rem; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #XPTrhH2Ab4f1cSzWvgkympLLgsyXVTii {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #w33WpTUBeTwwEQxnibSBmGrUaqyFqAcw {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #ScDdNTtlWSSANF2tegdqqX2vG7z5b2MG { display:flex;position:relative;top:0rem;left:0rem; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #qA4F65ZIS3tgv8EMX3kNpfq97394rmMu {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #VkaTXxP3dLBqPHkAtFEKl4KT5Fb8Va8y {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #DcG4OnQP74kPIAcxhmQx3pKV9dGdzL6T { display:flex;position:relative;top:0rem;left:0rem; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #v4PrfVU72Wk889HuOegwIO90Vysyxpo8 {  }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #Tpw0bKkzvZus6Nbxpy2OdUr2e4sOO6O1 {  }
#zicfiSB3984MMQE2eTTTHZPNUpbzd1wV { color:#2a2e2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.06201171875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWU6pZmvtQJX0JtpANLPL94pncLEDeua { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5);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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:50.5625rem;left:32.875rem;display:block; }
#DbJKO5ClySVnOxcoEWfmOekhJT7MPRSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOpvhvPOuIbPZbsyEmRJ5ibxrPROW6sA { color:#61a71c;display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.28369140625rem;left:19.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !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; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:0.0625rem;height:4.5rem;font-style:normal;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.30615234375rem;left:0rem;height:6.82470625rem;font-style:normal;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));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:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:14.4375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.3125rem;left:30.375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.3125rem;left:30.375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { position:relative;z-index:2; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#pFTxIv33ArtpKImXOZFNE1T0SoEGlkT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.5625rem;left:0rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB { 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; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container { background-color: transparent; background-image: none; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container > .video-iframe-container { display: none; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row > .video-iframe-container { display: none; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .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); }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container { border-width: 0; border-radius: 0; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#cnzT2WzZpJhU87Met8dzZV3Sgv2C09Qp { color:#2a2e2d;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.88720703125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cLJ2K7hJIWgN7VaOVNvu42xsAT6RDETn { color:#2a2e2d;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8.375rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#BrSTsAvZQOCdcDlRNi4dv8INroWivVVZ { color:#2a2e2d;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.875rem;left:2.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wT04uIsSZsEzBfcGLKwa6NTKbE2phNmW { color:#2a2e2d;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:20.25rem;left:1.9375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgW2u0fKRsuTqlJqQJdBNuaHchl1K1yi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.875rem;left:0rem; }
#OrZBW4lenMOWWneXlQA8ZBMn0TcU5Bgt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.25rem;left:0rem; }
#l0NJnghTJaweXWx5Z5lEk6PhVoxARfMR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:19.3125rem;top:2.75rem;left:34.9375rem;overflow:hidden;display:block; }
#b80p5JAPOWrpKAAP4raRx3DN7Uyk9Akk { color:#2a2e2d;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:15.5625rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#RSmlo5llTskdiUSPnohImB8gGFpy4Rds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container { background-color: transparent; background-image: none; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container > .video-iframe-container { display: none; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row > .video-iframe-container { display: none; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .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); }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container { border-width: 0; border-radius: 0; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#rABiTAH6xmpCvb2AVOGfrIVDo1veC4Qq { 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;box-shadow: none;box-sizing:border-box;color:#ededed;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.875rem;left:38.625rem;display:block; }
#vTdJk4ZMaS3GENmSgniG70HbM39pXi1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLThDcKZP6znMV13KSG2Dt1tITEKmLoX { 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:1.125rem;width:13.3125rem;top:1.46875rem;left:1.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:18rem;height:3.9375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #sNTmMmsE1TZNHZsGv7o3nC6lvCLmTift { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbrxGSPS7O5bXJKgfra2PKOWgo3RDuJl { top:2.625rem;left:0rem;width:17rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:47.75rem;height:11.6875rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qweEBd15rGm8Sv7IOwUKoGCc6JLaTfkH { top:3.125rem;left:2.375rem;width:43rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX { display:block; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4zK6ACITN0Vt3ikrXREM5WPvNUIWRS1 { width:17.4375rem;height:6.5rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnymKzsMV6gT4uDNlIEyKmANufgQSSlN { width:16.3125rem;height:5.5rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpe8TUq4VTCXqhQz9T4PloKeix1zydcC { top:7.125rem;left:13.5rem;width:23.125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCa2P2ksOUxBsJh95CUL6obq7d4Tcq2G { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsFIr3SvftPh2TUT7R8QaymHqENwlTZ { width:16.0625rem;height:6.5rem;top:24.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6T5qr52b1pBwU2IWWvpXKpJyOK6saqq { width:16.6875rem;height:6.875rem;top:31.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwpWnbqtppuHJMVdAHVI9QU5AfaxUcSN { width:17.4375rem;height:6.5rem;top:9.0625rem;left:30.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiXSkHgzuIUIqD2yGXCFGLumIU7oJoA { width:16.375rem;height:5.5rem;top:15.8125rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfEFrDAdx6ccCT8R3q56lZPX29xEyhx { width:15.3125rem;height:6.875rem;top:31.4375rem;left:32.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJRQNi57aovXinuPpUFXiLm97NCcPma3 { width:15.0625rem;height:6.5rem;top:24.5rem;left:32.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:23.3125rem;height:3.25rem;top:2.8125rem;left:12.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:29.5625rem;height:12.75rem;top:10.625rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:17rem;height:3.75rem;top:63.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #AaNThdoxMesB3E4rKNUbbrWAOdiZItbP { width:27.875rem;height:14.3125rem;top:28.0625rem;left:19.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCE19tlR8Npuwf9x3OfpCISaERILtOHA { width:30.6875rem;height:14.3125rem;top:45.5rem;left:17.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49cAFsiIbXfEii084lSIne9OQruDdTV { width:20.3125rem;height:9rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGEuLnAMP1nwqA1Rq2t4vi7056uKq1aD { width:22.625rem;height:9rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lR8luNScVMWKq5OPayFVXt3PhVrkv0 { width:26.0625rem;height:9rem;top:48.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnNmZJHz9I4qaiTnQAu3kLI9EZwq8Z9 { top:43.9375rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueiHFagAeem8PoqIMSdTofA9bB9atvdT { top:8.8125rem;left:0rem;width:47.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7VWrUs9KOUAub03a1zaATtXRRBGPW8 { top:26.5rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel { display:block; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhirb9mehqCS96Jhg2PWnCVLVHzsvSf3 { width:47.75rem;height:0;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnH3htR0Is6Ivq5FJ043zu2bySMg2db { width:15.75rem;height:15rem;top:13.6875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsGreKX3NN59MEIIDDLU2KSTTpfmHeL6 { width:19.5625rem;height:15rem;top:13.6875rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJWceQAxlzJ52U8fMlZJa5dQtZSsTz7K { width:19.625rem;height:15rem;top:13.6875rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:30rem;height:15.75rem;top:2.375rem;left:17.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5VA0bTc9glmzmTPICRTw3F6mBdCqPi { top:2.875rem;left:0rem;width:24.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmJgbdsS68AvkBfSgdnyxKu2JMDWs9q { top:12.75rem;left:20.6875rem;width:27.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz5SUA2gPHqfFlnt3qNo3NKZzgbRlaCU { top:10.3125rem;left:0rem;width:26.5625rem;height:33.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apgyHFkxviyD9C7oc68tU8fPJkyR6AqZ { top:3.5rem;left:20.375rem;width:26.5rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScePm4eaeoVSZtPbMmHgtAd2e3KwmhTo { width:30.5625rem;height:6.5rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn { display:block; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNChd5TekhLVPvmIiGACTaRvkxsAXQ2T { width:16.875rem;height:1.9375rem;top:24.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZyBTy9QJxGymBhPwZkevWHftqflB5A { width:26.625rem;height:17.5625rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3 { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKnxyTf5oEURKK5yZLvJGQI81oVTQh3 { width:16.875rem;height:1.9375rem;top:24.8125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XCIbuHuXsJ9nsiRW6nSVKrQ6lx2yxa { width:25.625rem;height:17.5625rem;top:27.25rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8U7Tf4w03pXsi1V054x8Kfe1WTMQXl { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { display:block; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE4pA8ZENVgmAaMIh85ovsLTQlqEARdv { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWCcu1TvzfiuQWT69CvZxtge4v7yGXTP { width:47.75rem;height:1.625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BztXyTihMER3P9wRptlawe0pfpJ7VH65 { top:8.0625rem;left:5.1875rem;width:42.5625rem;height:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHNieuSrc3rA5t1XgS3aOtE74oyTNZcB { width:15.875rem;height:3.4375rem;top:21.8125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po89qc92COskiA2PJTPWFDsWFSnClliB { display:block; }
 }@media only screen and (max-width: 763px) { #Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm { display:block; }#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy9okS9AFGsndPSIQzLRuSdLavUuiXr1 { width:24.375rem;height:13rem;top:5.1875rem;left:23.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezmiR8JHDJyKUkglsWBPP1VyKmUX5R6 { top:1.5625rem;left:0rem;width:33.25rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyBPyl9yszIb3T27QIlmJSpChxGbFdn { width:23.9375rem;height:10.0625rem;top:21.1875rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e { display:block; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVOfQULUTqwTOT6dyisHRS8zk3ixNPXe { width:45.1875rem;height:35.6875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTvawaFqg6pRDbgUqd90FlbAPLCh7gW { width:16.125rem;height:3.4375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHSpiFeOHZz8yTJa8aWLSPyt76yyrIr { display:block; }
 }@media only screen and (max-width: 763px) { #XKy5bM19RaCg2G8TtTesv78Ua31S4I3J { width:35.125rem;height:11.8125rem;top:36.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCrlFxsCw8EQexaOn7LiASU5WnezVKzp { width:21.125rem;height:2.4375rem;top:32.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6TkJ3ev1WxNEprAQWTXThRTRTEKBO4 { width:19.9375rem;height:4.25rem;top:25rem;left:11.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvOhacv0gydPwhp2wtTkBFRAg2Z7ClMP { width:47.75rem;height:3.25rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2gdi6qom4POAGCtFwfeAFbhMQVqXeU { width:47.75rem;height:3.375rem;top:16.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAh9PMqKEtt8Iqi1ZIGEPrB3M7naZHCR { width:19.9375rem;height:2.8125rem;top:23.1875rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdvKvn9WJekHww8GPTc9HinwUsuJ7fT1 { width:15.8125rem;height:1.125rem;top:31.125rem;left:15.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .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; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .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; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #D0EEMMt1VI5P4lXTXF0Gt1ohA8yQwCG1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #I9GMlNZZb9CGy4J83506xgydfkWb6wfZ {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #o7EsCmVaelxWTBRum3lrGrTbD12v8ZTt {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #RpLfnNny2PURibAEh5cH5Gs0HUzcmSa6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #XPTrhH2Ab4f1cSzWvgkympLLgsyXVTii {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #w33WpTUBeTwwEQxnibSBmGrUaqyFqAcw {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #ScDdNTtlWSSANF2tegdqqX2vG7z5b2MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #qA4F65ZIS3tgv8EMX3kNpfq97394rmMu {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #VkaTXxP3dLBqPHkAtFEKl4KT5Fb8Va8y {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #DcG4OnQP74kPIAcxhmQx3pKV9dGdzL6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #v4PrfVU72Wk889HuOegwIO90Vysyxpo8 {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #Tpw0bKkzvZus6Nbxpy2OdUr2e4sOO6O1 {  }
 }@media only screen and (max-width: 763px) { #zicfiSB3984MMQE2eTTTHZPNUpbzd1wV { width:47.75rem;height:2.25rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWU6pZmvtQJX0JtpANLPL94pncLEDeua { width:16.125rem;height:3.4375rem;top:50.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbJKO5ClySVnOxcoEWfmOekhJT7MPRSd { display:block; }
 }@media only screen and (max-width: 763px) { #fOpvhvPOuIbPZbsyEmRJ5ibxrPROW6sA { width:20.5625rem;height:1.4375rem;top:29.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #pFTxIv33ArtpKImXOZFNE1T0SoEGlkT2 { top:4.5625rem;left:0rem;width:28.3125rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZSWABEGyuwwWnUXZu9DvugWE52SQDLB { display:block; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnzT2WzZpJhU87Met8dzZV3Sgv2C09Qp { top:3.875rem;left:0rem;width:36.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJ2K7hJIWgN7VaOVNvu42xsAT6RDETn { top:8.375rem;left:0rem;width:23.625rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrSTsAvZQOCdcDlRNi4dv8INroWivVVZ { top:17.875rem;left:0rem;width:34.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT04uIsSZsEzBfcGLKwa6NTKbE2phNmW { top:20.25rem;left:0rem;width:34.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgW2u0fKRsuTqlJqQJdBNuaHchl1K1yi { top:17.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrZBW4lenMOWWneXlQA8ZBMn0TcU5Bgt { top:20.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NJnghTJaweXWx5Z5lEk6PhVoxARfMR { top:2.75rem;left:28.4375rem;width:19.3125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b80p5JAPOWrpKAAP4raRx3DN7Uyk9Akk { top:15.5625rem;left:0rem;width:23.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSmlo5llTskdiUSPnohImB8gGFpy4Rds { display:block; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rABiTAH6xmpCvb2AVOGfrIVDo1veC4Qq { width:16.4375rem;height:2.3125rem;top:0.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdJk4ZMaS3GENmSgniG70HbM39pXi1U { display:block; }
 }@media only screen and (max-width: 763px) { #LLThDcKZP6znMV13KSG2Dt1tITEKmLoX { top:1.4375rem;left:0rem;width:13.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(26,89,132,0.75);background-image:url("https://images.assets-landingi.com/uc/1f2f185b-f0a2-4ca1-a13b-8c6493870033/herokubapion.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:19.9375rem;height:7.1996875rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:15.4375rem;height:3.5625rem;top:18.785675rem;left:2.25rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #f48708, #e5b058);background-image: -moz-linear-gradient(top, #f48708, #e5b058);background-image: -ms-linear-gradient(top, #f48708, #e5b058);background-image: -o-linear-gradient(top, #f48708, #e5b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48708', endColorstr='#e5b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48708', endColorstr='#e5b058' );";background-image: linear-gradient(to bottom, #f48708, #e5b058);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #sNTmMmsE1TZNHZsGv7o3nC6lvCLmTift { width:19.75rem;height:5.3994125rem;top:12.13675rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbrxGSPS7O5bXJKgfra2PKOWgo3RDuJl { width:14.0625rem;height:1.1875rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:18.75rem;height:21.125rem;top:6.318359375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qweEBd15rGm8Sv7IOwUKoGCc6JLaTfkH { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX { display:block; }#Jr7AA4TTPJEKqOx6zX0AeauRfPMvMbBX > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4zK6ACITN0Vt3ikrXREM5WPvNUIWRS1 { width:18.375rem;height:6.5rem;top:6.398925rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnymKzsMV6gT4uDNlIEyKmANufgQSSlN { width:19.4375rem;height:5.5234375rem;top:13.46142578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpe8TUq4VTCXqhQz9T4PloKeix1zydcC { width:13.5rem;height:20.3125rem;top:64.72509765625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCa2P2ksOUxBsJh95CUL6obq7d4Tcq2G { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHsFIr3SvftPh2TUT7R8QaymHqENwlTZ { width:16.0625rem;height:6.5rem;top:35.82080078125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6T5qr52b1pBwU2IWWvpXKpJyOK6saqq { width:19.6875rem;height:6.9043125rem;top:43.1958rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwpWnbqtppuHJMVdAHVI9QU5AfaxUcSN { width:17.4375rem;height:6.5rem;top:21.2109375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiXSkHgzuIUIqD2yGXCFGLumIU7oJoA { width:16.3125rem;height:5.5234375rem;top:28.35986328125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfEFrDAdx6ccCT8R3q56lZPX29xEyhx { width:19.5625rem;height:5.5234375rem;top:57.72509765625rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJRQNi57aovXinuPpUFXiLm97NCcPma3 { width:17.8125rem;height:4.875rem;top:52.28759765625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:128.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:17.875rem;height:25.3125rem;top:13.21484375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:16.9375rem;height:3.75rem;top:123.26171875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #AaNThdoxMesB3E4rKNUbbrWAOdiZItbP { width:16.875rem;height:28.6875rem;top:48.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCE19tlR8Npuwf9x3OfpCISaERILtOHA { width:17.625rem;height:27rem;top:93rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49cAFsiIbXfEii084lSIne9OQruDdTV { width:20rem;height:7.5rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGEuLnAMP1nwqA1Rq2t4vi7056uKq1aD { width:20rem;height:5.625rem;top:41.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lR8luNScVMWKq5OPayFVXt3PhVrkv0 { width:20rem;height:9.375rem;top:82rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnNmZJHz9I4qaiTnQAu3kLI9EZwq8Z9 { width:20rem;height:41.375rem;top:80.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ueiHFagAeem8PoqIMSdTofA9bB9atvdT { width:20rem;height:35.75rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7VWrUs9KOUAub03a1zaATtXRRBGPW8 { width:20rem;height:40.1875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/870d71e2-3d4c-4af9-9b99-22a07a3c93f2/ZdobadzwiedzepewnoscinarzedziaktorepozwolaCiprowadzicefektywnetreningimentalnebeznapisu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.adaptive-delivery-prevent-bg, #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.lazyload, #yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel.lazyloading { background-image: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { background-color: transparent; background-image: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,31,67,0.77); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container > .video-iframe-container { display: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,31,67,0.77); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row > .video-iframe-container { display: none; }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .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); }#yAwi53JC0rhvFSbJgmxnVZGbOK3Hoiel > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhirb9mehqCS96Jhg2PWnCVLVHzsvSf3 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnH3htR0Is6Ivq5FJ043zu2bySMg2db { width:15.75rem;height:15rem;top:9.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsGreKX3NN59MEIIDDLU2KSTTpfmHeL6 { width:19.5625rem;height:15rem;top:42.3125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJWceQAxlzJ52U8fMlZJa5dQtZSsTz7K { width:19.625rem;height:15rem;top:26.0625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:18.875rem;height:16.875rem;top:29.05224609375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5VA0bTc9glmzmTPICRTw3F6mBdCqPi { width:20rem;height:25.73975rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmJgbdsS68AvkBfSgdnyxKu2JMDWs9q { width:20rem;height:18.2900625rem;top:43.86474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { background-color:#1a5984;background-image:none;display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz5SUA2gPHqfFlnt3qNo3NKZzgbRlaCU { width:20rem;height:61.193375rem;top:6.398925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #apgyHFkxviyD9C7oc68tU8fPJkyR6AqZ { width:19.5rem;height:28.3125rem;top:68.8423rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScePm4eaeoVSZtPbMmHgtAd2e3KwmhTo { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn { background-color:#064771;background-image:none;display:block; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { background-color: transparent; background-image: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container > .video-iframe-container { display: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row > .video-iframe-container { display: none; }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .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); }#Dqvit4hTuKRV4exa9zMJtu7tecdcfgAn > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q48Iu6MNHLDP0GQpSO22GC1I4FFdZJlZ { width:13.625rem;height:13.625rem;top:4.44921875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNChd5TekhLVPvmIiGACTaRvkxsAXQ2T { width:16.875rem;height:1.4624rem;top:19.32421875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZyBTy9QJxGymBhPwZkevWHftqflB5A { width:16.875rem;height:30.3925625rem;top:22.03613125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8n8uRoLTBHzD5iAVALPMIXq0L5uIRT3 { width:13.625rem;height:13.625rem;top:53.67819375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKnxyTf5oEURKK5yZLvJGQI81oVTQh3 { width:16.875rem;height:1.4624rem;top:68.55319375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XCIbuHuXsJ9nsiRW6nSVKrQ6lx2yxa { width:16.875rem;height:28.793rem;top:71.26510625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8U7Tf4w03pXsi1V054x8Kfe1WTMQXl { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3badfadc-2dff-4cb5-ab2a-2eef0c55bb3d/Projektbeznazwy.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.adaptive-delivery-prevent-bg, #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.lazyload, #d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5.lazyloading { background-image: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { background-color: transparent; background-image: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.69); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.69); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row > .video-iframe-container { display: none; }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .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); }#d3QnVauBQ17bBHZBWCNWoOgWUpbpagl5 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE4pA8ZENVgmAaMIh85ovsLTQlqEARdv { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWCcu1TvzfiuQWT69CvZxtge4v7yGXTP { width:20rem;height:1.29980625rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BztXyTihMER3P9wRptlawe0pfpJ7VH65 { width:19.125rem;height:9.375rem;top:4.44921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.49);display:block; }
 }@media only screen and (max-width: 763px) { #OHNieuSrc3rA5t1XgS3aOtE74oyTNZcB { width:15.875rem;height:3.4375rem;top:15.7490234375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po89qc92COskiA2PJTPWFDsWFSnClliB { display:block; }
 }@media only screen and (max-width: 763px) { #Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm { display:none; }#Et9Br1cPHdSi5bkgJgSybnnyuCrL2Qlm > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Iy9okS9AFGsndPSIQzLRuSdLavUuiXr1 { width:20rem;height:5.84911875rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezmiR8JHDJyKUkglsWBPP1VyKmUX5R6 { width:17.9375rem;height:17.4375rem;top:18.5rem;left:1.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UhyBPyl9yszIb3T27QIlmJSpChxGbFdn { width:16.1875rem;height:7.7988125rem;top:9.81689453125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e { display:block; }#kBvDeoeETI0xonpRlbp7BTuPp7a4DT1e > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVOfQULUTqwTOT6dyisHRS8zk3ixNPXe { width:18.8125rem;height:45.0625rem;top:19.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTvawaFqg6pRDbgUqd90FlbAPLCh7gW { width:16.6875rem;height:3.4375rem;top:52.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHSpiFeOHZz8yTJa8aWLSPyt76yyrIr { display:block; }
 }@media only screen and (max-width: 763px) { #XKy5bM19RaCg2G8TtTesv78Ua31S4I3J { width:18.125rem;height:17.53125rem;top:33.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCrlFxsCw8EQexaOn7LiASU5WnezVKzp { width:20rem;height:1.7871125rem;top:30.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#376c71;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6TkJ3ev1WxNEprAQWTXThRTRTEKBO4 { width:19.9375rem;height:3.16845625rem;top:22.78125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvOhacv0gydPwhp2wtTkBFRAg2Z7ClMP { width:20rem;height:1.625rem;top:13.16845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2gdi6qom4POAGCtFwfeAFbhMQVqXeU { width:20rem;height:3.75rem;top:14.79345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAh9PMqKEtt8Iqi1ZIGEPrB3M7naZHCR { width:19.9375rem;height:2.03125rem;top:21.375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdvKvn9WJekHww8GPTc9HinwUsuJ7fT1 { width:15.6875rem;height:1.125rem;top:28.6875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .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; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW .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; }
#apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW { display:flex;width:18rem;height:5.0625rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #D0EEMMt1VI5P4lXTXF0Gt1ohA8yQwCG1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #I9GMlNZZb9CGy4J83506xgydfkWb6wfZ {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #o7EsCmVaelxWTBRum3lrGrTbD12v8ZTt {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #RpLfnNny2PURibAEh5cH5Gs0HUzcmSa6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #XPTrhH2Ab4f1cSzWvgkympLLgsyXVTii {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #w33WpTUBeTwwEQxnibSBmGrUaqyFqAcw {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #ScDdNTtlWSSANF2tegdqqX2vG7z5b2MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #qA4F65ZIS3tgv8EMX3kNpfq97394rmMu {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #VkaTXxP3dLBqPHkAtFEKl4KT5Fb8Va8y {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #DcG4OnQP74kPIAcxhmQx3pKV9dGdzL6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #v4PrfVU72Wk889HuOegwIO90Vysyxpo8 {  }
 }@media only screen and (max-width: 763px) { #apP3NnM75lxHJJ64HTx6Wo6amH9CVKIW #Tpw0bKkzvZus6Nbxpy2OdUr2e4sOO6O1 {  }
 }@media only screen and (max-width: 763px) { #zicfiSB3984MMQE2eTTTHZPNUpbzd1wV { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWU6pZmvtQJX0JtpANLPL94pncLEDeua { width:16.4375rem;height:3.4375rem;top:58.09375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbJKO5ClySVnOxcoEWfmOekhJT7MPRSd { display:block; }
 }@media only screen and (max-width: 763px) { #fOpvhvPOuIbPZbsyEmRJ5ibxrPROW6sA { width:20rem;height:1.4624rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:17.625rem;height:2.3999rem;top:5.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:16.1875rem;height:6.5rem;top:6.33642578125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:17.5rem;height:auto;top:13.96142578125rem;left:0rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:17.5rem;height:auto;top:13.96142578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #pFTxIv33ArtpKImXOZFNE1T0SoEGlkT2 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZSWABEGyuwwWnUXZu9DvugWE52SQDLB { display:block; }#XZSWABEGyuwwWnUXZu9DvugWE52SQDLB > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnzT2WzZpJhU87Met8dzZV3Sgv2C09Qp { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLJ2K7hJIWgN7VaOVNvu42xsAT6RDETn { width:19.875rem;height:8rem;top:4rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrSTsAvZQOCdcDlRNi4dv8INroWivVVZ { width:17.5rem;height:2rem;top:22.125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wT04uIsSZsEzBfcGLKwa6NTKbE2phNmW { width:17.6875rem;height:2rem;top:29.0625rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgW2u0fKRsuTqlJqQJdBNuaHchl1K1yi { display:flex;width:2.375rem;height:2.375rem;top:18.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #OrZBW4lenMOWWneXlQA8ZBMn0TcU5Bgt { display:flex;width:2.4375rem;height:2.4375rem;top:25.375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #l0NJnghTJaweXWx5Z5lEk6PhVoxARfMR { width:18.1875rem;height:20rem;top:32.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b80p5JAPOWrpKAAP4raRx3DN7Uyk9Akk { width:17.375rem;height:4rem;top:13.25rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSmlo5llTskdiUSPnohImB8gGFpy4Rds { display:block; }#RSmlo5llTskdiUSPnohImB8gGFpy4Rds > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rABiTAH6xmpCvb2AVOGfrIVDo1veC4Qq { width:18.375rem;height:2.3125rem;top:3.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTdJk4ZMaS3GENmSgniG70HbM39pXi1U { display:block; }
 }@media only screen and (max-width: 763px) { #LLThDcKZP6znMV13KSG2Dt1tITEKmLoX { width:11.8125rem;height:1rem;top:1.25rem;left:4.0625rem;display:block; }
 }