.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp { background-color: transparent; background-image: none; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container > .video-iframe-container { display: none; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row > .video-iframe-container { display: none; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .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); }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp { border-width: 0; border-radius: 0; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETHTOAL1CZTVD5HXplkRKkAXSVIg5X2T { position:absolute;display:block;z-index:15000;height:4rem;width:60rem;top:0rem;left:0rem;display:block; }
#pHf4TSkl1v417WIIxxxLLdlJm812z54d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);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; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { background-color: transparent; background-image: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .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); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { border-width: 0; border-radius: 0; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { position:relative;display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { background-color: transparent; background-image: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container > .video-iframe-container { display: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row > .video-iframe-container { display: none; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .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); }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { border-width: 0; border-radius: 0; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { color:#13223f;display:block;width:60rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { color:#1a2d4e;display:block;width:22.0625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:18.90625rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { position:relative;display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { background-color: transparent; background-image: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container > .video-iframe-container { display: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row > .video-iframe-container { display: none; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .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); }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { border-width: 0; border-radius: 0; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:21.5625rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5rem;left:27.375rem; }
#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { position:relative;display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { background-color: transparent; background-image: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container > .video-iframe-container { display: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row > .video-iframe-container { display: none; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .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); }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE { border-width: 0; border-radius: 0; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TG51lpe9Z18wBBO26JabLeghGESdluEv { position:absolute;display:block;z-index:15056;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16rem;top:1.9375rem;left:2.6875rem;display:block; }
#tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { color:#13223f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:11.875rem;left:3.4375rem;height:3.2875rem;font-style:normal;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15065;line-height:2.1;letter-spacing:0;top:17.1875rem;left:2.59375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { position:absolute;display:block;z-index:15055;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13223f;border-left:0.1875rem solid #13223f;border-right:0.1875rem solid #13223f;border-bottom:0.1875rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { position:absolute;display:block;z-index:15056;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #13223f;border-left:0.125rem solid #13223f;border-right:0.125rem solid #13223f;border-bottom:0.125rem solid #13223f;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.75rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { color:#005692;display:block;width:18.5625rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:2.6875rem;left:20.71875rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { color:#13223f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:11.4375rem;left:22.5625rem;height:3.9125rem;font-style:normal;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { color:#000000;display:block;width:9.75rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:2.1;letter-spacing:0;top:0.625rem;left:25.3125rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { color:#d3d3d3;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:17.187500953674rem;left:20.875rem;height:2.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { position:absolute;display:block;z-index:15063;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:16rem;top:2rem;left:41.3125rem;display:block; }
#D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:3.4375rem;left:41.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { color:#d3d3d3;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15071;line-height:2.1;letter-spacing:0;top:16.25rem;left:41.25rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15072;line-height:2.1;letter-spacing:0;top:17.1875rem;left:41.25rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { color:#13223f;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:18.75rem;left:21.140625rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.7;letter-spacing:0;top:11.918748855591rem;left:43.182289123535rem;height:2.975rem;font-style:normal;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { position:relative;display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { background-color: transparent; background-image: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container > .video-iframe-container { display: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row > .video-iframe-container { display: none; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .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); }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { border-width: 0; border-radius: 0; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:21.5625rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5rem;left:27.375rem; }
#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { position:relative;display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { background-color: transparent; background-image: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container > .video-iframe-container { display: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row > .video-iframe-container { display: none; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .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); }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { border-width: 0; border-radius: 0; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { position:absolute;display:block;z-index:15056;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16rem;top:1.9375rem;left:2.6875rem;display:block; }
#GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:12.662498474121rem;left:3.75rem;height:1.4875rem;font-style:normal;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15065;line-height:2.1;letter-spacing:0;top:17.1875rem;left:2.59375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { position:absolute;display:block;z-index:15055;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13223f;border-left:0.1875rem solid #13223f;border-right:0.1875rem solid #13223f;border-bottom:0.1875rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { position:absolute;display:block;z-index:15056;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #13223f;border-left:0.125rem solid #13223f;border-right:0.125rem solid #13223f;border-bottom:0.125rem solid #13223f;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.75rem;width:18.25rem;top:0.5625rem;left:21.0625rem;display:block; }
#mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { color:#005692;display:block;width:18.5625rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:2.6875rem;left:20.9375rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { color:#13223f;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:11.449998855591rem;left:23.895832061767rem;height:3.9125rem;font-style:normal;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:2.1;letter-spacing:0;top:0.625rem;left:25.3125rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { color:#d3d3d3;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:17.1875rem;left:21.21875rem;height:2.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { position:absolute;display:block;z-index:15063;background-color:rgba(19,34,63,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0.0625rem solid #13223f;border-right:0.0625rem solid #13223f;border-bottom:0.0625rem solid #13223f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:16rem;top:2rem;left:41.3125rem;display:block; }
#WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { color:#005692;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:3.4375rem;left:41.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { color:#d3d3d3;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15071;line-height:2.1;letter-spacing:0;top:16.25rem;left:41.25rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15072;line-height:2.1;letter-spacing:0;top:17.1875rem;left:41.25rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { color:#13223f;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:18.75rem;left:21.15625rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { color:#13223f;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.7;letter-spacing:0;top:14.619789123535rem;left:3.75rem;height:1.4875rem;font-style:normal;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.7;letter-spacing:0;top:12.662498474121rem;left:43.244789123535rem;height:2.975rem;font-style:normal;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { position:relative;display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { background-color: transparent; background-image: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container > .video-iframe-container { display: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row > .video-iframe-container { display: none; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .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); }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { border-width: 0; border-radius: 0; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#edgeAf4n2RaNrTtgpukxHAq8IaspK7De { color:#1a2d4e;display:block;width:16.875rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:21.5625rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.0000009536743rem;left:28.4375rem; }
#kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.25rem;left:24.0625rem; }
#KFl2xkXOnzUCx743FHBimJJQfWHivzhb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.25rem;left:28.4375rem; }
#wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.25rem;left:32.8125rem; }
#AEd9UduF48tAepvvryMSngoTSSdzX5Hp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.125rem;left:23.71875rem;display:block; }
#E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { position:relative;display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { background-color: transparent; background-image: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container > .video-iframe-container { display: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row > .video-iframe-container { display: none; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .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); }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { border-width: 0; border-radius: 0; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Un79OeLW55CBGzpNFzoaEycnoFZAldZg { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.96875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:8.4375009536744rem;left:7.96875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { color:#13223f;display:block;width:11.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.96875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6197900772095rem;left:7.96875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { position:absolute;display:block;z-index:15065;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:6.8177080154419rem;left:7.96875rem;display:block; }
#mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { color:#13223f;display:block;width:12.0625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.3125rem;left:32.875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.6197910308838rem;left:32.875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { position:absolute;display:block;z-index:15068;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:6.8125rem;left:32.875rem;display:block; }
#uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:8.4375rem;left:18.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:10.625rem;left:21.526042938233rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12.8125rem;left:19.8125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:12.8125rem;left:44.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:12.8125rem;left:32.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:10.625rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#DZu7oEDG41nnySn3eIKwT77X3arpR1di { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:8.4375rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:8.4375rem;left:43.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:15rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:15rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#kXVQmREyFomRlaz4s081GTo03cV8hCht { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:19.1875rem;left:44.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:19.1875rem;left:32.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#wyBRrAovqJwW6dd5pH95koEreesW0ZxI { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:17rem;left:46.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:17rem;left:32.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#VokXvEdWhC53RflF5ZzKN823kdrmKZxw { color:#13223f;display:block;width:20.625rem;position:absolute;font-family:play;font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:18rem;left:8rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:16.3125rem;left:8rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { position:absolute;display:block;z-index:15088;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:19.5rem;left:8rem;display:block; }
#GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:21.125rem;left:8rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.125rem;left:19rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { background-color: transparent; background-image: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { border-width: 0; border-radius: 0; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13223f;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; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { background-color: transparent; background-image: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container > .video-iframe-container { display: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row > .video-iframe-container { display: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .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); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { border-width: 0; border-radius: 0; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#WFSGOkycl0UbwLoSQ5VZPdIK9WETG4v0 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.75rem;height:1.7875rem;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; }
#U46hh2O7FX0RprJZiPzmhdiqf8ibsCbk { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.519790649414rem;left:26.6875rem;height:1.6rem;display:block; }
#DoTUrExE1K3hXaurPth8leLbxfdAMxrQ { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:45.1875rem;height:1.6rem;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; }
#b4Q2CWQwd5bTl4n4NSCTeCfcGLO4RpCO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:42.75rem; }
#HTEx8wLJFPssgPih3msxbEF4ih4iZOi7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4375rem;left:42.75rem; }
#h2PzvCXaTh2ruT99C2tbbGMmsHzb3UwO { color:#fbfbfb;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:45.1875rem;height:1.6rem;display:block; }
#N95MSfil7a5iFx6cpWvpMHIiaN4kJdNO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.8125rem;left:42.75rem; }
#Ws4mT0ZGMtoCZQkMt1Xioy14LsX6fhmg { color:#fbfbfb;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:45.1875rem;height:4.8rem;display:block; }
#IPZ5GN18VdeUup6EGkmRiqgHF5zRg4Sf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:14.875rem;left:1.5625rem;display:block; }
#aLVtWX5syAVTTmKhWHsN9D5IRpRp7fTM { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.7875rem;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; }
#HZeLPrrmtRRfqIBbXWqCC0fERr0dt6Qk { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#B13V5M4gWeesxmdSQ5iTmZ5ewwWmOKds { color:#fbfbfb;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4187507629394rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#A4sXEShfxv6961Dnh6Iq9qai07NtHiNT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.4375rem;left:2.75rem; }
#vQFoeN4252wJW4Clg5vk3XkXn4eaDfVe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9562492370606rem;left:2.875rem; }
#h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4874992370606rem;left:26rem; }
#h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:29.0625rem; }
#A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:32.5rem; }
#QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#gkTCybNEMeyhwWqUoqLt6Bw2Jo5M0pPI { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.8125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:17.119792938233rem;left:14.875rem;display:block; }
#BWKWoJdp9vVzezXkxGFHiAW6sxcV4DTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SolULs0XIofBQy2ysPTOObcMQT8Qd1z1 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:17.119792938233rem;left:24.8125rem;display:block; }
#FzcE8FBGf7gaCX3Ru4tcGEtWDvDsVIHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3876ROeG0ibodc9KSVyTJblf3nqJ8AT { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119791030884rem;left:34.1875rem;display:block; }
#OT9aKJ5tdqRlHX9qgNiNFTofzMldvxMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { background-color: transparent; background-image: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .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); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { border-width: 0; border-radius: 0; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:58rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp { display:block; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETHTOAL1CZTVD5HXplkRKkAXSVIg5X2T { top:0rem;left:0rem;width:47.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { top:7.625rem;left:12.78125rem;width:22.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { top:5rem;left:15.4375rem;width:16.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { top:0.5rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STokN17CQlnpTiMqg0lzSO26IsvqWsgE { display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG51lpe9Z18wBBO26JabLeghGESdluEv { top:1.9375rem;left:0rem;width:16rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { top:3.8125rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { top:6.125rem;left:0rem;width:14.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { top:11.875rem;left:0rem;width:15.3125rem;height:;font-size:0.875rem;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { top:17.1875rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { top:0.5625rem;left:14.9375rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { top:0.5625rem;left:14.9375rem;width:18.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { top:2.6875rem;left:14.625rem;width:18.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { top:5.9375rem;left:15.5625rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { top:11.4375rem;left:16.4375rem;width:15.3125rem;height:;font-size:1rem;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { top:0.625rem;left:19.1875rem;width:9.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { top:17.1875rem;left:14.75rem;width:18.25rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { top:2rem;left:31.75rem;width:16rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { top:3.4375rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { top:16.25rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { top:17.1875rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { top:18.75rem;left:15.015625rem;width:18.4375rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { top:6.1875rem;left:33.125rem;width:14.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { top:11.875rem;left:33.625rem;width:14.125rem;height:;font-size:0.875rem;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { top:5rem;left:15.4375rem;width:16.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { top:0.5rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { top:1.9375rem;left:0rem;width:16rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { top:3.8125rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { top:6.1875rem;left:0rem;width:14.625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { top:12.6875rem;left:0rem;width:13.9375rem;height:1.5rem;font-size:0.875rem;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { top:17.1875rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { top:0.5625rem;left:14.9375rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { top:0.5625rem;left:14.9375rem;width:18.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { top:2.6875rem;left:14.8125rem;width:18.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { top:5.9375rem;left:15.5625rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { top:11.4375rem;left:17.770832061767rem;width:12.8125rem;height:;font-size:1rem;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { top:0.625rem;left:19.1875rem;width:9.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { top:17.1875rem;left:15.09375rem;width:18.25rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { top:2rem;left:31.75rem;width:16rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { top:3.4375rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { top:16.25rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { top:17.1875rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { top:18.75rem;left:15.03125rem;width:18.4375rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { top:6.1875rem;left:33.125rem;width:14.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { top:14.625rem;left:0rem;width:14.5rem;height:;font-size:0.875rem;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { top:12.625rem;left:33.625rem;width:14.125rem;height:;font-size:0.875rem;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgeAf4n2RaNrTtgpukxHAq8IaspK7De { top:4.125rem;left:15.4375rem;width:16.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { top:1rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { top:6.25rem;left:17.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFl2xkXOnzUCx743FHBimJJQfWHivzhb { top:6.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { top:6.25rem;left:26.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEd9UduF48tAepvvryMSngoTSSdzX5Hp { width:12.5625rem;height:4.875rem;top:4.125rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block; }
 }@media only screen and (max-width: 763px) { #fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { top:12.8125rem;left:1.875rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un79OeLW55CBGzpNFzoaEycnoFZAldZg { top:10.625rem;left:1.875rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { top:8.4375rem;left:1.84375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { top:5.3125rem;left:1.84375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { top:3.5625rem;left:1.84375rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { top:6.8125rem;left:1.84375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { top:5.3125rem;left:26.75rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { top:3.5625rem;left:26.75rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { top:6.8125rem;left:26.75rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { top:8.4375rem;left:12.8125rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { top:10.625rem;left:15.401042938233rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { top:12.8125rem;left:13.6875rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { top:12.8125rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { top:12.8125rem;left:26.8125rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { top:10.625rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZu7oEDG41nnySn3eIKwT77X3arpR1di { top:10.625rem;left:26.75rem;width:8.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { top:8.4375rem;left:26.75rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { top:8.4375rem;left:37.75rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { top:15rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { top:15rem;left:26.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVQmREyFomRlaz4s081GTo03cV8hCht { top:19.1875rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { top:19.1875rem;left:26.8125rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBRrAovqJwW6dd5pH95koEreesW0ZxI { top:17rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { top:17rem;left:26.75rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokXvEdWhC53RflF5ZzKN823kdrmKZxw { top:18rem;left:1.875rem;width:20.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { top:16.3125rem;left:1.875rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { top:19.5rem;left:1.875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { top:21.125rem;left:1.875rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { top:21.125rem;left:12.875rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc { display:block; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFSGOkycl0UbwLoSQ5VZPdIK9WETG4v0 { top:1.375rem;left:36.625rem;width:5.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46hh2O7FX0RprJZiPzmhdiqf8ibsCbk { top:15.5rem;left:20.5625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTUrExE1K3hXaurPth8leLbxfdAMxrQ { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Q2CWQwd5bTl4n4NSCTeCfcGLO4RpCO { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEx8wLJFPssgPih3msxbEF4ih4iZOi7 { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2PzvCXaTh2ruT99C2tbbGMmsHzb3UwO { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95MSfil7a5iFx6cpWvpMHIiaN4kJdNO { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws4mT0ZGMtoCZQkMt1Xioy14LsX6fhmg { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPZ5GN18VdeUup6EGkmRiqgHF5zRg4Sf { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLVtWX5syAVTTmKhWHsN9D5IRpRp7fTM { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZeLPrrmtRRfqIBbXWqCC0fERr0dt6Qk { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B13V5M4gWeesxmdSQ5iTmZ5ewwWmOKds { top:6.375rem;left:0rem;width:12.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sXEShfxv6961Dnh6Iq9qai07NtHiNT { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFoeN4252wJW4Clg5vk3XkXn4eaDfVe { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz { top:1.4375rem;left:19.875rem;width:1.5625rem;height:1.5625rem;display:block; }
#h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI { top:1.3125rem;left:22.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ { top:1.3125rem;left:26.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #gkTCybNEMeyhwWqUoqLt6Bw2Jo5M0pPI { width:9.8125rem;height:2.625rem;top:17.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKWoJdp9vVzezXkxGFHiAW6sxcV4DTN { display:block; }
 }@media only screen and (max-width: 763px) { #SolULs0XIofBQy2ysPTOObcMQT8Qd1z1 { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzcE8FBGf7gaCX3Ru4tcGEtWDvDsVIHp { display:block; }
 }@media only screen and (max-width: 763px) { #M3876ROeG0ibodc9KSVyTJblf3nqJ8AT { width:10.875rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9aKJ5tdqRlHX9qgNiNFTofzMldvxMn { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp { position:relative;z-index:auto;display:block; }#wiRJ9QkRh3WtBHBAQ9l1d8l68L3wxTGp > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETHTOAL1CZTVD5HXplkRKkAXSVIg5X2T { width:20rem;height:4.25rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp { display:block; }#VMmryOyvt55SUFPcG1fewKiLKZ9bRpSp > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gm0nGeItqmkNGhL3GX1u9awCTUnKdm { width:20rem;height:5.2rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep4FN3sTNQQVsgKpR3V60MOTz7fDNVNZ { width:20rem;height:1.3rem;top:4.6937513351441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 { display:block; }#BfJVTnm1dauP9qAfSSPSBTZ1MATAwVP4 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiRPNAbP2FugNZqNEDBSRBSJIqUJKVEl { width:16.875rem;height:2.19375rem;top:1.25rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COlTzrvIALWqo9TJnzQ3vAedii3mSLRf { display:flex;width:5.1875rem;height:5.1875rem;top:5.6375055313111rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #STokN17CQlnpTiMqg0lzSO26IsvqWsgE { display:block; }#STokN17CQlnpTiMqg0lzSO26IsvqWsgE > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG51lpe9Z18wBBO26JabLeghGESdluEv { width:16rem;height:19.5625rem;top:1.375rem;left:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #tx9orha2k3VJEglI9J79oIhmnLw5E6Hp { width:16.0625rem;height:1.875rem;top:3.375rem;left:2.0260419845581rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #xlbv6E3uStSdPcKwTCrWDZkDU3EaMMV0 { width:14.625rem;height:4.55rem;top:7.7499990463256rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC { width:15.3125rem;height:3.2875rem;top:13.082291603088rem;left:2.4010419845581rem;font-size:0.875rem;display:block; }#rG1QyuZpKKtV0XUOppLFtJusTq7xU9zC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #tMTkAb5SvwsNpf0hhBrCG1J98p78s81B { width:16.1875rem;height:3.4125rem;top:16.9375rem;left:1.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrNEmdo5NTEBetGfzJrUkolRok0dTTK { width:18.25rem;height:23.625rem;top:22.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSfFPoIL9GGZJJKqVspgJ3irGeTZvFTA { width:18.25rem;height:1.75rem;top:22.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDJO27u4Dr7nlLvuLDunmZNIko4FkQ3U { width:18.5625rem;height:2.15625rem;top:24.8125rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHBM7TSIzqTlLDt0MLzQPJTDM1aX9bQz { width:17.1875rem;height:3.9rem;top:28.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT { width:15.3125rem;height:3.9125rem;top:34.125rem;left:2.3125rem;font-size:1rem;display:block; }#UaxxyvilFqzvGCXgOB2dUIpURmcOeNlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #ShzJ8P7ou4PAw6QzhPv03olHHi31oVnE { width:9.75rem;height:1.8375rem;top:22.25rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gXKmZSR3m3dVlSiTz42Kmfx5opKgtn { width:17.1875rem;height:2.1rem;top:39.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVyqJGMtbrPAhkhrM2Bb2LAyXmh2bhH { width:16rem;height:19.375rem;top:47.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vS5A2v3Hlu9iT7vc2VqzQBLEaH6PPr { width:16.1875rem;height:1.875rem;top:48.3125rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJLTkfOrmmK3UMsZIG9rV5NsMx6eyAin { width:16.125rem;height:2.1rem;top:62.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEhX8nXxZT3qPKXvt4pZ3CSUf6ANB00 { width:16.1875rem;height:3.4125rem;top:63.5rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXCToAqMU5s1IJzctJrpaHM2i3N2l5q { width:17.1875rem;height:2.275rem;top:40.9375rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkq4ceD3d78b4RDSyzOVgBgqrUSuNcTW { width:14.625rem;height:3.4125rem;top:51.9375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 { width:13.625rem;height:2.975rem;top:57.375rem;left:3.125rem;font-size:0.875rem;display:block; }#E2WiClG3fbHC7XtDexgTBkatG3cLuqw4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv { display:block; }#MfNKn5KXrzF43UO3MBtwJCgdMcltvgXv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl4LIugZ4TS00R9M4JKZEkE7GqttcAQS { width:16.875rem;height:2.19375rem;top:1.25rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4rAv9aCOmS291M9k2oKnFg4mpde6lsh { display:flex;width:5.1875rem;height:5.1875rem;top:5.7499990463257rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt { display:block; }#bnzNcQnTp3dU3CHN4uPSB2IXLG0nOXPt > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0wZdisAuwwIR4hnJLZ5FbETPepwgsmE { width:16rem;height:19.5625rem;top:1.875rem;left:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #GuSS6HKSHyt4rDNvTDe9pmRQEJQucbyw { width:16.0625rem;height:1.875rem;top:2.875rem;left:2.0260419845581rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Wem7nzSrLcO66lsN51EKJnIu6z69ADJO { width:14.625rem;height:5.6875rem;top:6.0625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 { width:13.125rem;height:1.4875rem;top:13.75rem;left:3.4947919845581rem;font-size:0.875rem;display:block; }#XGEX9zE5wblHWGJpfiFukIkMCLV84Od5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #p7aTMGrK1Fww6ec57JNBQ5xF0ryRxedo { width:16.1875rem;height:3.4125rem;top:17.125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlz1AipL4VvubLMia9AR7qB2BqWk4E7 { width:18.25rem;height:23.625rem;top:22.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrsvasnCxGv5rpITcJNL5T6F3yaDpbr { width:18.25rem;height:1.75rem;top:22.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPcOCXUXW5roKGwgFqqlI40pPc0e3rL { width:18.5625rem;height:2.15625rem;top:25.3125rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0ypN5hxwKKRNL958oDHQl3b2CfkFeq { width:17.1875rem;height:3.9rem;top:29.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO { width:15.3125rem;height:3.9125rem;top:34.687488555908rem;left:2.859375rem;font-size:1rem;display:block; }#AAkSwAIzKOalI5QFdGp2EvbcRWS5AitO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #naAcw6l6dN19Sz05KsLFwpfaWU9vQym9 { width:9.75rem;height:1.8375rem;top:22.625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wlR3r0EDD2H001vnKVpPqJ7tFVmP1r { width:17.1875rem;height:2.3625rem;top:39.125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7FgnUDS5zOGCD1D5Cbbthld5J9LcRn { width:16rem;height:19.375rem;top:47.5625rem;left:2rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #WZpeQlcs87WJg9IWONNsc7wCBU9403Bg { width:16.0625rem;height:1.875rem;top:49rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkDCxDboOZXIyH0sBWUKambz3JJ0lS51 { width:16.125rem;height:2.1rem;top:61.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdywh05nXIZgByvTSKwudO0H6uyl7AXF { width:16.1875rem;height:3.4125rem;top:62.624988555906rem;left:1.9635419845581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTocmHUrp7Qf4zrGzoUebaFqNL18v5Jg { width:18.25rem;height:2.8875rem;top:40.625rem;left:0.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6emh4WQOUe4QQJ2BHSTdkBOlI16brdo { width:14.625rem;height:3.4125rem;top:51.75rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGrwQOJQU7VprpTorlhdWmxqJydTkcs { width:14.5rem;height:1.4875rem;top:56.5625rem;left:3.6875rem;font-size:0.875rem;display:block; }#rGGrwQOJQU7VprpTorlhdWmxqJydTkcs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #IKfDUXqVvOea8AFKT7OPkxXNg0al44PD { width:14.125rem;height:2.975rem;top:58.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }#IKfDUXqVvOea8AFKT7OPkxXNg0al44PD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 { display:block; }#uNt0QkFbkPWzN37fDd5SwCDFinxMEvi1 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgeAf4n2RaNrTtgpukxHAq8IaspK7De { width:16.875rem;height:2.19375rem;top:5.8249998092651rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4ma2nBmnBwixBBZzP5bSqkhrUSu5Pav { display:flex;width:5.1875rem;height:5.1875rem;top:0.63749980926512rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #kQgQ67dBAy62R2I29NhAikIbP1OGrDJo { display:flex;width:3.125rem;height:3.125rem;top:8.637499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KFl2xkXOnzUCx743FHBimJJQfWHivzhb { display:flex;width:3.125rem;height:3.125rem;top:10.137499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wKBJzi7y1T9T4bqmgAD6TSRSvJDXomu2 { display:flex;width:3.125rem;height:3.125rem;top:11.762499809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AEd9UduF48tAepvvryMSngoTSSdzX5Hp { width:8.9375rem;height:5.9375rem;top:8.6375122070312rem;left:5.53125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #E9Opbm1n8NV9SwRUrbUbb108Ts2TKEI9 { display:block; }
 }@media only screen and (max-width: 763px) { #fHixEl2X7KbM8WPTbESWJzcqg3mXoabI { display:block; }#fHixEl2X7KbM8WPTbESWJzcqg3mXoabI > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHKOBb6KG1iFNT8HVTs8B9sbk7PRWzpX { width:5.3125rem;height:1.3rem;top:14.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un79OeLW55CBGzpNFzoaEycnoFZAldZg { width:4.9375rem;height:1.3rem;top:11.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCciDRXQ0w5wVTyx2REoBlRhHqetVJde { width:7.8125rem;height:1.3rem;top:9.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxaCimBTAmD9kwDGwAsCoqUdFyEtvSB { width:11.5rem;height:1.38125rem;top:6.307289123535rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQMu43IwwCxSGK37oEdIvTCmP8KIkmJ { width:13.9375rem;height:2.03125rem;top:4.5625rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q214sCc1RcCSN1b1nBrqg5UxnRTDD2RC { width:17.5rem;height:0.3125rem;top:7.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mafhgOHkGSqEFnWvwkEVx53mzsZVP8mw { width:12.0625rem;height:1.38125rem;top:20.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDbVkUozgkSi6U3J09FZFq0ao05w89H6 { width:16.3125rem;height:2.03125rem;top:18.8125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRNhpNsw071gOJMbpOFOtr3Koqmfdd4 { width:17.5rem;height:0.3125rem;top:22.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2ZbqOM11JbPvbKlnnV0xVi2bRC2Q3Q { width:7.8125rem;height:1.3rem;top:9.375rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWi7bsZ9Sv95PkT2OCfNIBsSMED6sbhE { width:7.8125rem;height:1.3rem;top:11.875rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTsKU2iTfQBIIwGzNvUIXzGqlqSy9mS { width:7.8125rem;height:1.3rem;top:14.375rem;left:11.619791984558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9MsvQS2g81ua2XUhlpvmZyPi0UUHbkT { width:7.8125rem;height:1.3rem;top:28.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHAJBMu8X3LUn605R297ItdrFl7Nai8 { width:9.6875rem;height:1.3rem;top:28.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38sAoJ14I9hZFPg4DAM4GK82W0KvrZp { width:5.25rem;height:1.3rem;top:26.125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZu7oEDG41nnySn3eIKwT77X3arpR1di { width:8.4375rem;height:1.3rem;top:26.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTFicPSU9PDhfwUSzlg6tLfZq5woEbe { width:9.6875rem;height:1.3rem;top:23.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1cBDnIUyaVoFrgeFTTuvcCXk2k5cr4 { width:7.8125rem;height:1.3rem;top:23.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afcc9i2V5t3vCByt8GTxZ3BpC5K1E96E { width:7.8125rem;height:1.3rem;top:31.125rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZl11hxyPerIoLM7l6DUfJzNwF8hoh6 { width:10rem;height:1.3rem;top:31.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXVQmREyFomRlaz4s081GTo03cV8hCht { width:7.8125rem;height:1.3rem;top:36.125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJK51Zxq2BCgUuBA8BXyNeBSpBnzuy5 { width:11.3125rem;height:1.3rem;top:36.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBRrAovqJwW6dd5pH95koEreesW0ZxI { width:7.8125rem;height:1.3rem;top:33.625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGWJNT2ifGFmyvwutUSt2dn7b8ze6O8 { width:11.875rem;height:1.3rem;top:33.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokXvEdWhC53RflF5ZzKN823kdrmKZxw { width:11.4375rem;height:1.38125rem;top:41.3125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvbEPeMZ7bReMgsPOSh9DtkKRPeErCg { width:14.625rem;height:2.03125rem;top:39.5625rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoSR8uGvN0nHvg7T4MB3QC481s1JC6D { width:17.5rem;height:0.3125rem;top:42.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLr3p52GDG0XeMZRtFh7Q6ANkTlbOWKp { width:10.25rem;height:1.3rem;top:44.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTt4aQX0I2At4FiqB1H2yXe6pqQnhJI { width:7.8125rem;height:1.3rem;top:44.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc.adaptive-delivery-prevent-bg, #uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc.lazyload, #uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc.lazyloading { background-image: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { background-color: transparent; background-image: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container > .video-iframe-container { display: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row > .video-iframe-container { display: none; }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .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); }#uhgp1w39RIzsnL5NGp5TVPFbtAL4iZUc > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFSGOkycl0UbwLoSQ5VZPdIK9WETG4v0 { width:17.1875rem;height:1.70625rem;top:12.25rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #U46hh2O7FX0RprJZiPzmhdiqf8ibsCbk { width:6.5625rem;height:1.6rem;top:27.875rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoTUrExE1K3hXaurPth8leLbxfdAMxrQ { width:6.5625rem;height:1.6rem;top:14.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4Q2CWQwd5bTl4n4NSCTeCfcGLO4RpCO { display:flex;width:1.5625rem;height:1.5625rem;top:14.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #HTEx8wLJFPssgPih3msxbEF4ih4iZOi7 { display:flex;width:1.5625rem;height:1.5625rem;top:17.1875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #h2PzvCXaTh2ruT99C2tbbGMmsHzb3UwO { width:12.0625rem;height:1.6rem;top:17.1875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N95MSfil7a5iFx6cpWvpMHIiaN4kJdNO { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Ws4mT0ZGMtoCZQkMt1Xioy14LsX6fhmg { width:13.3125rem;height:4.8rem;top:19.5rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPZ5GN18VdeUup6EGkmRiqgHF5zRg4Sf { width:20rem;height:0.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLVtWX5syAVTTmKhWHsN9D5IRpRp7fTM { width:12.375rem;height:1.70625rem;top:4.375rem;left:3.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HZeLPrrmtRRfqIBbXWqCC0fERr0dt6Qk { width:9.9375rem;height:1.6rem;top:6.875rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B13V5M4gWeesxmdSQ5iTmZ5ewwWmOKds { width:8.1875rem;height:1.6rem;top:8.72500038147rem;left:6.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4sXEShfxv6961Dnh6Iq9qai07NtHiNT { display:flex;width:1.5625rem;height:1.5625rem;top:8.72500038147rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #vQFoeN4252wJW4Clg5vk3XkXn4eaDfVe { display:flex;width:1.5625rem;height:1.5625rem;top:6.875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:5.21875rem; }
#h5EgJtvHSTgvmJyTDUT7uZXJgMqFv5Dz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:9.09375rem; }
#A5iSNfS1qLpvKDbCJ0vBrwXfW7F7tcCI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:13.28125rem; }
#QgSuIIDt6mP7obeTO3VNXLMEGgC0lKRZ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #gkTCybNEMeyhwWqUoqLt6Bw2Jo5M0pPI { width:8.4375rem;height:2.625rem;top:30.0625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKWoJdp9vVzezXkxGFHiAW6sxcV4DTN { display:block; }
 }@media only screen and (max-width: 763px) { #SolULs0XIofBQy2ysPTOObcMQT8Qd1z1 { width:9.625rem;height:2.625rem;top:30.0625rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzcE8FBGf7gaCX3Ru4tcGEtWDvDsVIHp { display:block; }
 }@media only screen and (max-width: 763px) { #M3876ROeG0ibodc9KSVyTJblf3nqJ8AT { width:9.625rem;height:2.625rem;top:32.125rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9aKJ5tdqRlHX9qgNiNFTofzMldvxMn { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }