.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#ad1549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.5rem;left:0rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcS2w7tsAATEtNAoBPRL5dTDVmrRJOTZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.4375rem;top:14.5625rem;left:16.5rem;overflow:hidden;display:block; }
#nJ7OxV3JLL3hmRNMMruRtBLV6dNKPMcB { color:#3a4a77;display:block;width:33.9995625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8734812736511rem;left:0rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.5rem;top:1.8272571563721rem;left:0rem;overflow:hidden;display:block; }
#ygu8Fl2v1xs9CxbnD9MSTllrTg8TUK8N { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:35.8125rem;top:0rem;left:39.188371658325rem;overflow:hidden;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxDrfI4CkrcLORlN1UQUzxqPgKM74PDP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:5.5625rem;overflow:hidden;display:block; }
#QIK0ZPvFPOTTV7MU7uDayKK4lTaaCTdh { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTHSFWn8zaV9UKNHyEeuCJE592sTnnbI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.0625rem;left:22.5rem;overflow:hidden;display:block; }
#wbDupG5MhEpvr3spFkcydapcwN52qaSU { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#grlhUFTwnZ8W8CkgmDk9uqIR2yesSczm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.125rem;left:36.75rem;overflow:hidden;display:block; }
#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff1dc);background-image: -moz-linear-gradient(180deg, #ffffff, #fff1dc);background-image: -ms-linear-gradient(180deg, #ffffff, #fff1dc);background-image: -o-linear-gradient(180deg, #ffffff, #fff1dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff1dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff1dc' );";background-image: linear-gradient(180deg, #ffffff, #fff1dc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container { background-color: transparent; background-image: none; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container > .video-iframe-container { display: none; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row > .video-iframe-container { display: none; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .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); }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container { border-width: 0; border-radius: 0; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#ezldzGcSqo9WUxxhpGG0z8VNyNm6g8AO { color:#2d2a56;display:block;width:50.5620625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1697044372559rem;left:12.217882156372rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGfzTUkmEhJTv91JEoNiwLvfqtV0eN5T { box-sizing:content-box;height:38.9375rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:7.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZwzJr65nli3ywuLKhFItyAtCU3Z8nRFK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:16.25rem;top:6.0625rem;left:1.875rem;overflow:hidden;display:block; }
#EqfaasTl79igws2HSkNpCT50MpMomkTu { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbzhdeA2nbTkBmAZogR8BJBCTXtHdB42 { box-sizing:content-box;height:5.125rem;width:14.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:11.625rem;left:2.6875rem;border-top:0.0625rem solid #3a4a77;border-left:0.0625rem solid #3a4a77;border-right:0.0625rem solid #3a4a77;border-bottom:0.0625rem solid #3a4a77;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#awtdTf3TFviKGIevtlnXMXkK5D6W2mFn { color:#3a4a77;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZFb13694wiDHRlizlD9OHDHhopTQoLc { color:#000000;display:block;width:5.18663125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:10.625rem;height:2.2734375rem;display:block; }
#yz0Tao4ATmQa2XcMi5DLJk0UnMTn9wfX { color:#919191;display:block;width:9.749375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:5.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esqTLyqAXrtv85K6KJqMMAUpGIpFPXqr { color:#3a4a77;display:block;width:12.999125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXz8DNJSDi2gCbcdRZqOQdPTTBL6h0X9 { color:#919191;display:block;width:17.4370625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.25rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srXGVfivLXBaREcRKyb07R50Ntyont7J { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:#354164;background-image:none;top:24.5625rem;left:1.4375rem;display:block; }
#lLCll3WlQGoCUuooo7c6WtyhL9or4UXM { color:#242424;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.75rem;left:1.8125rem;height:11rem;overflow:hidden;display:block; }#lLCll3WlQGoCUuooo7c6WtyhL9or4UXM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lLCll3WlQGoCUuooo7c6WtyhL9or4UXM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
#oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J { color:#242424;display:block;width:16.311875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.375rem;left:1.8125rem;height:3.0625rem;overflow:hidden;display:block; }#oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
#EfWOoc9Xg5t3ocOheJDAWkwATzOCMlTm { background-color:#3a4a77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.5625rem;left:3.9375rem;display:block; }
#WaUiAhwBKJNh2x9bnmT3oDMR7ipxXe7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fg5CItFKrpnSLizvT8bvAfWbaHgAImbc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:42.5rem;left:13.3125rem;overflow:hidden;display:block; }
#CEzP9cgXCN66g9WdbD5tceFMlk63p0as { box-sizing:content-box;height:38.9375rem;width:20rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:7.75rem;left:27.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #c0446e;border-left:0.0625rem solid #c0446e;border-right:0.0625rem solid #c0446e;border-bottom:0.0625rem solid #c0446e;display:block; }
#n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q { color:#242424;display:block;width:16.311875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.5rem;left:29.3125rem;height:;overflow:hidden;display:block; }#n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
#HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD { color:#242424;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.875rem;left:29.3125rem;height:11rem;overflow:hidden;display:block; }#HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
#Kl42Ttup6EDoZG9r9kO0AMJDlLfghuHO { background-color:#c0446e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.6875rem;left:31.4375rem;display:block; }
#afhpXN5vra130E90MNU3kphT5dLWeKlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7JnG56MqXcwuALvxfEaLBn7gQfJAubu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:42.625rem;left:40.8125rem;overflow:hidden;display:block; }
#dxzlbEob6Igi1Q2pD3vvxhn1Be2z2iv5 { color:#919191;display:block;width:17.4370625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.6875rem;left:28.75rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Efq9x9uaEMTueL0gCpGGW80CAzVPOeuI { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15025;background-color:#354164;background-image:none;top:24.6875rem;left:28.9375rem;display:block; }
#o8LJF3QyPe2Qs3cDQksAJefbM5omQbIm { color:#3a4a77;display:block;width:12.999125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.8125rem;left:30.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERKTvyfcNtPd0pNhn2XLmD81rXlQ9kPV { color:#919191;display:block;width:9.749375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.125rem;left:32.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSD0UbuCD58dwDxlgBT4MJVxvbZ2AT4z { box-sizing:content-box;height:5.125rem;width:14.6875rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:11.75rem;left:30.1875rem;border-top:0.0625rem solid #c0446e;border-left:0.0625rem solid #c0446e;border-right:0.0625rem solid #c0446e;border-bottom:0.0625rem solid #c0446e;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zJI5pii1DRlsWpoH5nHpWUxFpZfBysTX { color:#000000;display:block;width:5.18663125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.25rem;left:38.125rem;height:2.2734375rem;display:block; }
#DQKcScwAgg4N6FzrkvWJmQCWuw7zcFVq { color:#c0446e;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.625rem;left:31.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q66IcoWULHQ3pVG4V6mQrtzgMdF3dxrf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:16rem;top:6.1875rem;left:29.375rem;overflow:hidden;display:block; }
#O0z5e9QiSd8a46vpvE4T1DHqxK1mgh0x { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.0625rem;left:31.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kbzi3GBpfqe1N0rctNaMTfbOTPJUimMg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:6.9370664358138rem;left:29.062501907349rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#sXq4cBS0n02bUQRp2TTV7EfQILRv9MRp { box-sizing:content-box;height:38.9375rem;width:20rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:7.625rem;left:55rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q { color:#242424;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.75rem;left:56.8125rem;height:11rem;overflow:hidden;display:block; }#lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
#CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT { color:#242424;display:block;width:16.311875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.375rem;left:56.8125rem;height:;overflow:hidden;display:block; }#CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
#gurVoPsAWqslnhlgtJza7B8XwoTWddox { background-color:#3a4a77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.5625rem;left:58.9375rem;display:block; }
#O4yZ9bNxHTP0VnTVoy27MqiQnJXyyO97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RalA2DDGir6oi9WcWLp5w4isQnBuEHfx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:42.5rem;left:68.3125rem;overflow:hidden;display:block; }
#adQNzd62i5i4gLV0bGyPhbk31MuXpHUk { color:#919191;display:block;width:17.4370625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.5625rem;left:56.25rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7W54FZkI08UIRTvw8vNIg4LlIZWxJ40 { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15025;background-color:#354164;background-image:none;top:24.5625rem;left:56.4375rem;display:block; }
#JVT3dPQwa0dDTWL7e8ODmiCPtHpm7Hce { color:#3a4a77;display:block;width:12.999125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.6875rem;left:58.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbtNJtyMSSKaul5zAXZuTvoyoqITk0S9 { color:#919191;display:block;width:9.749375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18rem;left:60.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTxBZSwUQUSO2piV9neCZaxRWUbQpz5H { box-sizing:content-box;height:5.125rem;width:14.6875rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:11.625rem;left:57.6875rem;border-top:0.0625rem solid #3a4a77;border-left:0.0625rem solid #3a4a77;border-right:0.0625rem solid #3a4a77;border-bottom:0.0625rem solid #3a4a77;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MKataVksArn2IRJGgH7CACHwPQOXSsk9 { color:#3a4a77;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.5rem;left:58.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L64QApsVLInlOf3FF11MZWEOr3uTs2VD { color:#000000;display:block;width:5.18663125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.125rem;left:65.625rem;height:2.2734375rem;display:block; }
#lOrnB9SnF1EdNgpAMGUHdyAMa8CIHiDB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:16.25rem;top:6.0625rem;left:56.875rem;overflow:hidden;display:block; }
#VXED012KdCNkdH5kE1D9Uw3p62IAZ8GT { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.4375rem;left:58.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxwQkqc9MGxKVtWs781MlbAiMNPkA2ct { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:#354164;background-image:none;top:24.5625rem;left:1.4375rem;display:block; }
#VT4bycoAqBvwzOpMBeiJ2RUfcnGhu5H7 { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:#354164;background-image:none;top:24.5625rem;left:1.4375rem;display:block; }
#l656E12FppkUVhX1SWKUprUNlK3Qo2Lg { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:#354164;background-image:none;top:24.5625rem;left:1.4375rem;display:block; }
#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container { background-color: transparent; background-image: none; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container > .video-iframe-container { display: none; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row > .video-iframe-container { display: none; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .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); }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container { border-width: 0; border-radius: 0; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#dvnuoc7RkUiBecbJmcQFSHOmin9qc22h { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H90klLSkWqfAFPVgaaocIBcUAz2DMQ28 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:5.5625rem;overflow:hidden;display:block; }
#krrirRdBsQxKD7pabNa9duWBkpCXPrWM { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bvt2sz2thQrJIt1nfTyvyS7Fxa43QrTn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.0625rem;left:22.5rem;overflow:hidden;display:block; }
#sFeOqLS1oDGaIeqlP8lXU0JNxusObAyD { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SatfZ0NvbqJZJAi00mLxNQCTJqbVDaEO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.125rem;left:36.75rem;overflow:hidden;display:block; }
#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container { background-color: transparent; background-image: none; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container > .video-iframe-container { display: none; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row > .video-iframe-container { display: none; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .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); }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container { border-width: 0; border-radius: 0; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#LUfZyPB72pNpr76CJ9TlPLzSyZKubhPL { color:#2d2a56;display:block;width:58.0620625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3289909362793rem;left:8.4689693450925rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adTsoLJWAplUh8JQOccP143uBpz9KfKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { background-color: transparent; background-image: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .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); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { border-width: 0; border-radius: 0; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { box-sizing:content-box;height:14.75rem;width:17.625rem;position:absolute;display:block;z-index:15000;background-color:#eaeffe;background-image:none;top:0.84266662597656rem;left:0.59353446960449rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.25rem;top:2.4355506896973rem;left:7.7484836578369rem;overflow:hidden;display:block; }
#DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { color:#3a4a77;display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3114166259762rem;left:2.3752174377441rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { box-sizing:content-box;height:14.75rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:#eaeffe;background-image:none;top:1.0618515014649rem;left:19.312067031861rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { color:#3a4a77;display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3114166259762rem;left:21.124132156372rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.3400611877441rem;left:26.498483657837rem;overflow:hidden;display:block; }
#VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { color:#3a4a77;display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3114166259762rem;left:39.874132156372rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.3400611877441rem;left:45.248483657837rem;overflow:hidden;display:block; }
#qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { box-sizing:content-box;height:14.75rem;width:17.625rem;position:absolute;display:block;z-index:15009;background-color:#eaeffe;background-image:none;top:0.87413406372069rem;left:56.749132156372rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { color:#3a4a77;display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3114166259762rem;left:58.62522315979rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.3400611877441rem;left:63.998483657837rem;overflow:hidden;display:block; }
#hvKO5yKFFJJ6cvQE6yToDcGhrfHcFuOk { color:#3a4a77;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.7484817504881rem;left:1.3118495941162rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#mg0F6Tb37iHIW5Fvvhi59d7He1f4uWg9 { color:#3a4a77;display:block;width:16.124125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.185111999512rem;left:20.062936782837rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#go1ntX4TRxHZcRuodl29GGNh8zqgCIuQ { color:#3a4a77;display:block;width:16.1230625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.185111999512rem;left:38.812936782837rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { box-sizing:content-box;height:14.749375rem;width:17.6248125rem;position:absolute;display:block;z-index:15006;background-color:#eaeffe;background-image:none;top:1.0618515014649rem;left:38.062067031861rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#V6g9DnvbHsPctw34MgMGPwTsdtR3EqQl { color:#3a4a77;display:block;width:16.1230625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.185111999512rem;left:57.562936782837rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#szOGBxhgnkoygburwob38lvLzeJt1F7P { background-color:#ad1549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.937286376953rem;left:27.124567031861rem;display:block; }
#c5H1ltZIW5LL5STP2K5TpTVkO8tvg9X9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8vcLVDbEQKiVkAuNM7G7HMg9pH3vEI3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.4375rem;top:18.999565124512rem;left:43.624132156372rem;overflow:hidden;display:block; }
#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container { background-color: transparent; background-image: none; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container > .video-iframe-container { display: none; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row > .video-iframe-container { display: none; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .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); }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container { border-width: 0; border-radius: 0; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#QvVk2xbPvDa5s4yq68vncf07R16RGuwK { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykoIdAc6Ju7fg2zkBkPc0PsHTBkhrT4S { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:5.5625rem;overflow:hidden;display:block; }
#TlxiJFvGJ2NrnWR7OZhWqFuMqLq8IHPy { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNpI5SxxoeFCpc3hRBSgfOLJyWA4qQ3M { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.0625rem;left:22.5rem;overflow:hidden;display:block; }
#a05gBUnmRoTKcy6EDIKD4z7ErnUMwWHo { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KotQRgaVPeVUHHV3nSdfeUEpaMG2VOrD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.125rem;left:36.75rem;overflow:hidden;display:block; }
#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV { position:relative;display:block; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV { background-color: transparent; background-image: none; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row .container > .video-iframe-container { display: none; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row > .video-iframe-container { display: none; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .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); }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV { border-width: 0; border-radius: 0; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .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; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .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:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xtzef4uDu0mk1gqQq2DVJIirqFbvO7Jv { color:#2d2a56;display:block;width:39.3120625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2836360931396rem;left:17.843969345092rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER { position:relative;display:block; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER { background-color: transparent; background-image: none; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row .container > .video-iframe-container { display: none; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row > .video-iframe-container { display: none; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .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); }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER { border-width: 0; border-radius: 0; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .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; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .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:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKhMlJxLZRQVccXLcMzTiO1AbyyXsxGa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:24.375rem;top:0.875rem;left:7.9375rem;overflow:hidden;display:block; }
#LDRiW6KpyTPWmHpiA4c8MB1s7pboTnw8 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:42.6875rem;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;display:block; }
#ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42.6875rem;height:10.2715rem;overflow:hidden;display:block; }#ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
#TW10U83Ahc17Z4bClCq2bviQVDzShXmO { position:relative;display:block; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO { background-color: transparent; background-image: none; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row .container > .video-iframe-container { display: none; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row > .video-iframe-container { display: none; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .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); }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO { border-width: 0; border-radius: 0; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .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; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .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:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLbWyszaBJqoKTAN7GsA9RHaH5aOwVsM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:23.125rem;top:0.90385818481444rem;left:42.715929031372rem;overflow:hidden;display:block; }
#hfpmmBy2WE45WNS6OOz1rqLau3MZ1BpQ { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:8.1875rem;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;display:block; }
#ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu { color:#000000;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:8.1875rem;height:7.3480625rem;overflow:hidden;display:block; }#ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K { position:relative;display:block; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K { background-color: transparent; background-image: none; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row .container > .video-iframe-container { display: none; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row > .video-iframe-container { display: none; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .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); }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K { border-width: 0; border-radius: 0; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .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; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .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:18.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LSPrnpOGWyu7MwcMwxPoeFLo2bT6MiHZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.6875rem;top:0.875rem;left:7.9375rem;overflow:hidden;display:block; }
#myQpgqZM7EAlO1bRTecswcQH1lQV7T1V { color:#000000;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:42.6875rem;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;display:block; }
#wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42.6875rem;height:8.8095625rem;overflow:hidden;display:block; }#wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container { background-color: transparent; background-image: none; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container > .video-iframe-container { display: none; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row > .video-iframe-container { display: none; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .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); }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container { border-width: 0; border-radius: 0; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#w8A0U3bPUvJUcbM25OwQBK84RV27qBm7 { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U1iTD6vxTnAlhtQBw02quTr3BWVS5AHF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:5.5625rem;overflow:hidden;display:block; }
#oxe9DaSMpJa22p1uv6t0mJzTlLaE4NuI { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yku7llQpGAXuvaTBmgqPVbVTPnthJNnr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.0625rem;left:22.5rem;overflow:hidden;display:block; }
#Cub5U8QiQc7q754gte12gmApDn7J3QLX { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9rlLUa7PfRM4CtArDTk6XNCRI6Xq4Qb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.125rem;left:36.75rem;overflow:hidden;display:block; }
#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { background-color: transparent; background-image: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container > .video-iframe-container { display: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row > .video-iframe-container { display: none; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .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); }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { border-width: 0; border-radius: 0; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#GNkqftUw8U18u40sixT6f7tkTzXEhuZo { color:#000000;display:block;width:43.6870625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.2744125rem;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; }
#pH1DQM2Ki5Lz6JaTon9dhRTuXxE9li1t { box-sizing:content-box;height:4.5rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:#3a4a77;background-image:none;top:6.9375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wT4UUzdUkwKldXvMfVcg29hFAIVnKgHf { color:#ffffff;display:block;width:2.06163125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:0.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NK7b2aTWcsO2S7osLN1RnOmolMdZHmmn { box-sizing:content-box;height:4.5rem;width:44.875rem;position:absolute;display:block;z-index:15005;background-color:#eaeffe;background-image:none;top:6.9375rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #3a4a77;border-left:0.0625rem solid #3a4a77;border-right:0.0625rem solid #3a4a77;border-bottom:0.0625rem solid #3a4a77;display:block; }
#lRTxwKGGEc38yEWXEslOzALhurKG7Qld { color:#000000;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.75rem;height:2.599825rem;display:block; }
#PsgKrMXwSxXBDKKTifJlIuOz2U8fPg3R { box-sizing:content-box;height:4.5rem;width:44.875rem;position:absolute;display:block;z-index:15009;background-color:#f8f1e9;background-image:none;top:12.6875rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #ddad6f;border-left:0.0625rem solid #ddad6f;border-right:0.0625rem solid #ddad6f;border-bottom:0.0625rem solid #ddad6f;display:block; }
#PUGHkpN2BWc15gfpdWNXfgp0gLh9GZ1B { color:#000000;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.625rem;left:4.75rem;height:2.599825rem;display:block; }
#rbTJgv25ygxW8Rxdf8yOKK6XS16RKUbx { box-sizing:content-box;height:4.5rem;width:3.375rem;position:absolute;display:block;z-index:15007;background-color:#ddad6f;background-image:none;top:12.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#I4cvTWD5J0wTa57gUuERFWdVk26Z0Mly { color:#ffffff;display:block;width:2.06163125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:0.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNVwaaHUUBoGxr8TuS2Da1M4nxCAPZXh { box-sizing:content-box;height:4.5rem;width:3.375rem;position:absolute;display:block;z-index:15011;background-color:#3a4a77;background-image:none;top:18.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mFNKDnCVTl31b5ct6PSeSvKRUwGkoPmd { color:#ffffff;display:block;width:2.06163125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSNbiq6sKZprI1kdEgwN6e63h7gEZklW { box-sizing:content-box;height:4.5rem;width:44.875rem;position:absolute;display:block;z-index:15013;background-color:#eaeffe;background-image:none;top:18.375rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #3a4a77;border-left:0.0625rem solid #3a4a77;border-right:0.0625rem solid #3a4a77;border-bottom:0.0625rem solid #3a4a77;display:block; }
#QVs8n6DKKIV58zE0fomVvwJTanSq7hCl { color:#000000;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.75rem;height:2.599825rem;display:block; }
#kiEdxpn75FgZN3D7rKQZrWhcGls42lFA { box-sizing:content-box;height:4.5rem;width:44.875rem;position:absolute;display:block;z-index:15017;background-color:#f8f1e9;background-image:none;top:24.125rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #ddad6f;border-left:0.0625rem solid #ddad6f;border-right:0.0625rem solid #ddad6f;border-bottom:0.0625rem solid #ddad6f;display:block; }
#zGowUfIssTrhWiwLMrJtctCFNK3PiDxG { box-sizing:content-box;height:4.5rem;width:3.375rem;position:absolute;display:block;z-index:15015;background-color:#ddad6f;background-image:none;top:24.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fk11DAbhL9dhHcweU42T2MPX1pCLodQS { color:#ffffff;display:block;width:2.06163125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.5625rem;left:0.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gul9TMTePxPgBDxl21PDIvAAaPaTp3v0 { color:#000000;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:4.75rem;height:2.599825rem;display:block; }
#wRHGPvVJ88REs8wVSD6X8rv6O3yTZovd { background-color:#ad1549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.25rem;left:31.625rem;display:block; }
#Jfbap4dThsODBLfyLXJKbRp3T7Ot5Rrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aU31oiHmCfNSF1cu8XVt3Bd5yqnLd0d9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.375rem;top:32.3125rem;left:45.875rem;overflow:hidden;display:block; }
#aDr65y9lT2ThlTHDTMiGAhNET7dNF8aM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:25.75rem;top:7.3118495941163rem;left:50.439455032349rem;overflow:hidden;display:block; }
#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container { background-color: transparent; background-image: none; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container > .video-iframe-container { display: none; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row > .video-iframe-container { display: none; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .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); }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container { border-width: 0; border-radius: 0; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#L3LtXcW66lF2NhsdIggITes6uzr04Ea2 { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IPJV7X10r2m9gWfzl8tEWzPLOylnsWpg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:5.5625rem;overflow:hidden;display:block; }
#tHFb6XPa8dSgoVTukpTlNheyTQ7JsOFU { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVlMQdBy6mKeH4F5WWIiPONWiAvA2DIU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.0625rem;left:22.5rem;overflow:hidden;display:block; }
#ZCPsdnQzP2ExNQSPgta4qhFnABQlHTET { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:37.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XRiH3WDziuaWiG6Ky2xIoWVMElXUTip8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.125rem;left:36.75rem;overflow:hidden;display:block; }
#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D { position:relative;display:block; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D { background-color: transparent; background-image: none; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row .container > .video-iframe-container { display: none; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row > .video-iframe-container { display: none; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .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); }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D { border-width: 0; border-radius: 0; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .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; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .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:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gKJMuWprpJxnve7Ja4EanV5TzG4GXseT { color:#000000;display:block;width:61.8120625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.875rem;height:2.2744125rem;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; }
#kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d { color:#000000;display:block;width:69.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.875rem;height:8.9043125rem;overflow:hidden;display:block; }#kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
#DG80JcnT2qu6oT8iX0TEDOcz0MN6nSIw { background-color:#ad1549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.5rem;left:3rem;display:block; }
#ZVZbSxbnyI8lBlToX2oJ4JRtbTDahRsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SW2taB5UdEpuQHfE4pmSZTTtE6CIXzTF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.4375rem;top:18.5625rem;left:19.4375rem;overflow:hidden;display:block; }
#TLLRJk0zZZeVBl5ZDpisWcXoWQqMVLJz { position:absolute;display:block;z-index:15040;height:6.25rem;width:6.25rem;top:24.436850547791rem;left:68.75000190735rem;display:block; }
#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8.adaptive-delivery-prevent-bg, #h3xAsWZe8DbfUB4fZiyqoKORyFD743U8.lazyload, #h3xAsWZe8DbfUB4fZiyqoKORyFD743U8.lazyloading { background-image: none; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container { background-color: transparent; background-image: none; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container > .video-iframe-container { display: none; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row > .video-iframe-container { display: none; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .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); }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container { border-width: 0; border-radius: 0; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:75rem;position:relative;display:block; }#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-form-header {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.adaptive-delivery-prevent-bg, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyload, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyloading { background-image: none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 [class*="-text"]:-moz-placeholder {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 [class*="-text"]::-moz-placeholder {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 [class*="-text"]:-ms-input-placeholder {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 [class*="-text"]::-webkit-input-placeholder {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:first-of-type{padding-top:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:last-of-type{padding-bottom:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:9.375rem;left:49.279296875rem;position:absolute;z-index:15001;height:auto; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.6875rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 {display:block;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:9.375rem;left:49.279296875rem;position:absolute;z-index:15001;height:auto; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss .container-column{width:50%;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #sdkbeMSvJk8JFcdZZTcmk1NrJeHbM1tP { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #T8SDPwTSk4z63CmLTaEs8TTfmKdqwUTT { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JDy4DJSmCNfGHqaTCT3yN6qe8oBBkerZ { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Kwhb6EIyZO4beua64bFScIBXfQZwTCGT { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #tWFOdZWZgPD9Szwigqc8ORGh52BDWus6 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uzC3KFTiaCc1KDSmhs37PLysbaIg2VSN { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #O6qTNfwgXJt4qoQrdwwpa8pmqfPrFMQ8 { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #OJIb1SRUDkz0trhMBq5AXm1iuWkhCTZX { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #HIALmnBHTItoV9mJNpZ8e7i3RJNQf5lZ { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ni8mEgyi0JFlIgfDTuS8moxiWMprQgLS { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lCwiig8F9g8JWmVCFMnLWcAxG1bhFfa2 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #vlrONKdhUXu9mEVuXCfy72HeNeTQTRnH { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hdZx9e9FZKuPFmO4GT9ir6SJmQ8s8Ame { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zVEkTv3ONpuoLF9W79f87kJ1y7GEdG8V { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wTSlfqA3soRy2lCOwMZQKpVuOUoDAMu6 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xn25GBV5ggK2SDAxfFDyMH6haCWusfx6 { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #qar9U0AiiwTm0tL5JtXPI6NH7g7FQq2Q { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #a3ZQy3y3MF7mh0QZR1PLoy6t9HrvHHop { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #NdPDXtFHRLTPi9IkhFETmvR3yAOOX3Ab { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ET4wLTThkQRluwehrEQFvog8fFHy6EMw { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QlvCMu0sD4vPzVtmGfSQZegDTE44T2Ei { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pKKOEfdi17X1gvrT3HmPaTzqt5xlgM38 { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #S1g4dIRGDFti63WW3PIoknVD2PRdxhGZ { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zGBH6gtDWkqTkxvtJy0nhruBJvC2GKkC { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CTtIeFPB4G1CT0iKTbMl77F9aPJCAH9L { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QRLJys4CFbM5XphlVTEChtUVCS9s29Cx { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #GbOZTGsDMUcm37uFMOsTLm1rDEIHXUyz { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hONBzSlg2axQXwuu8PAQZL9nuh29wLKs { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kmM2JiPE7sW8zcGFeM3o12oJgL9ghbbr { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yMAr0l2vWQvf3DNQgsg0hclyGnDlCCeg { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #rVnqQMATtn3OrInz6R2aWKV2kqBgTMb3 { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Ee0adUqGD7Affh5LOTygOeLmGvsSGaRK { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #m61RHLEqtkm3TsqEcEUVqWsRmDZoouS0 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lUDfziUPff3iaWNkW5UNaMXoSLBvXN5k { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PCwktDOo1CvqkGkM6Bg0PwTxOtyXQtzZ { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wUpiecUbSOE7HtQHcN9I560DqXUBO0v0 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kZis1rgdANV3KStd0uF85HGR1tH56GKC { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UFhiqcMnUp25C8X2XmuZbXaK64TwA1er { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DEbOBSTTxkkuxodZcBEDatvyV7kILo6o { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VqCRLynHBsWAQSxKy6vGhOSUX870n7a2 { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Wg9PLfqUX13iR6TlBLIuoNyEAQyFwWqK { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #nGNzCTuoEWGikTPwlSZy7H1l7BEEl2r2 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DMlgMGXkiaroP7JOKdLrtHhxGOQFs7AQ { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hXzFfNJ7pd8rurVXbrTTsWz0oLZvI9h7 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PqMqIKh29L3pnaAAAxKGm9dImqdxOQoh { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kQZsTcO85Kh0PFB3xOcxB37y4mKTxU2Q { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZCdBXK8vEaus9x3WtJo8ycaI1rEdTgad { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yJBBF7frovSkE3y6xrF9I3KyGUnHD3yv { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uQc0NuQ7SHeBKuGJ0lELRi7t7xXogRsg { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #SvcQR8OcKT0a4qbcXlEeEQ7bKiyKqI8r { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #doTDntTpXThNi9bRenwZZaTzdPET7TgT { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PGTQ3SZp2URGykVR6STASbsGFZckBVTW { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Rkqq87ehPksSsqTUpWaD5eoSMB7K7svw { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VrXOhXF0pTAsxT0TP4nI96TdlRJkmckp { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pm8X0yv6abOV9cBfIZROUTBLSk6qTenZ { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZOTm1NSOGqIh1J94yZfNvCXb3IKAF3fC { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #RoVEwML4LPXDqZhmA00SPPAcWRTzJbWk { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yqS4hydxOsRsi27cLR9gxKVINID8qrhg { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #BWT9Tb1aEJWeSxPm3CR0xflLOXzRZi4t { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #X2mXw51kdM0fpOV6R1T6aUDTGUDNEVte { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fepS6MyXr80LSy95LxZ0v13cagn0hnyJ { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CZiEEhWM75BuhTGXEzlVkPcH62zVIBT1 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #L73hgRDs1VpTfuq5eT9K7CEGU6ObTIuv { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xU3TPweIis0FdeIrUpS16TiUTD6RMdEO { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #h4AzAg1SIVbLNgSpbtT0zKsk2nc4XJMo { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UGrVkxfQq6G6kyvbPM3dhuLFPqo971Ri { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #oIhXO1ovpTw8egyUTI0THJInJRVxHE7A { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZmM6QLAEixIbPXBqW6oLkKzLzwLeIk38 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zfo87rZzVAZRFGU9hgFqFaBBs9ckTAfb { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #KW0TCtwhU8naLoN6yTfCSOPPAoQiHiyD { position:relative;z-index:2; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JX0SuTabnvJvtZSaD6WiBTBWbzco1JeF { position:relative; }
#iczChLEnJdopVRp1qTuoeA7TlN2ZEIrv { position:relative;display:block; }
#Xmeu8THTuxhBSFGlEXrmQEmALGJB70fP { position:relative;display:block; }
#AVWKMeGdCdXcXOu64CbmafETtwpDlOFh { position:relative;display:block; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kV3U2PzrwkbXrH8WOMN999Ae5deMFTN0 { position:relative; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZQmW8vCkJT8AWxSKTv4cJrETwEUP56c5 { position:relative; }
#ICeiRT6ErIngxDaQkQZM7mkbrdd34c3T { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LW95HbDy9rcfprN4nfAJyT5E0BoqO91v { position:absolute;display:block;z-index:15023;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.125rem solid rgba(52,64,98,0.1);border-left:0.125rem solid rgba(52,64,98,0.1);border-right:0.125rem solid rgba(52,64,98,0.1);border-bottom:0.125rem solid rgba(52,64,98,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.25rem;width:36.875rem;top:13.125rem;left:1.0615234375rem;display:block; }
#QPIUWDeCkURhyA7rP9Io4EFyoktkawsR { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.1875rem;left:2.623046875rem;height:11.3671875rem;display:block; }
#EsBk5f3KcLPaT7HiMTfhsI3wWV09tExX { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:28.5615234375rem;left:4.9365234375rem;height:2.44921875rem;font-style:normal;display:block; }
#dJhS86PMo8E2VIgX7xGsyMsf7kzVwUQi { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:28.8125rem;left:2.6239585876465rem;overflow:hidden;display:block; }
#Op3weU6zkEOWP9hpxHblvcmh0QJ0b1RO { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:32.311458587646rem;left:4.9364585876465rem;height:3.673825rem;font-style:normal;display:block; }
#ob8KN1pGTeJk1QCbSnkgnqagSoHXv7SA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:32.5rem;left:2.5614585876465rem;overflow:hidden;display:block; }
#DMFxdzuu7KPHCc0TEDOC7Rh3FmM1yXzZ { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:41.186458587646rem;left:6.6239585876462rem;height:1.13671875rem;display:block; }
#Xndkb7JK8wk6JrfDutSBcmTefLUukhay { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:40.505207061767rem;left:14.873958587646rem;overflow:hidden;display:block; }
#UgJwJZiRpOeuoQbAattGnKTaqAltgKId { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:40.505207061767rem;left:2.6552085876465rem;overflow:hidden;display:block; }
#tEgRU8anvTPIiEXZv0X0H0UMOlLAOVwx { position:absolute;display:block;z-index:15037;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.125rem solid rgba(52,64,98,0.1);border-left:0.125rem solid rgba(52,64,98,0.1);border-right:0.125rem solid rgba(52,64,98,0.1);border-bottom:0.125rem solid rgba(52,64,98,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:40.625rem;width:36.875rem;top:52.5rem;left:1.0615234375rem;display:block; }
#Ibs88Q4SFcUQACC5ygMgB9H6QN3WUsFu { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:54.2490234375rem;left:2.6552734375rem;height:11.0215125rem;font-style:normal;display:block; }
#AGwhJG1iivyV7kT18Pia5BR0Er4DNHZ1 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:41.186458587646rem;left:17.998958587646rem;height:1.13671875rem;display:block; }
#BmOUF8IidA2MZ3OSMll9amGb7PHINci3 { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:73.311458587644rem;left:5.5614585876465rem;height:11.0214875rem;font-style:normal;display:block; }
#SZSunWhMOz0gAUVutrVf0PpR6vnvfevR { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:73.498958587644rem;left:3.125rem;overflow:hidden;display:block; }
#d6Owbg0CLlHltpt4PyW5chCpbXPL88gt { color:#000000;display:block;width:33.8115rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:54.2490234375rem;left:2.7177734375rem;height:18.369175rem;font-style:normal;display:block; }
#VPkKUWN7b1ZrefzdEzNC1MM5CUBcBo2L { color:#000000;display:block;width:29.874rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:2.591796875rem;height:11.3671875rem;display:block; }
#SyNECZiTgyQoytln690TNcDoVV2oXfOy { box-sizing:content-box;height:3.25rem;width:14.625rem;position:absolute;display:block;z-index:15047;background-color:#344062;background-image:none;top:9.9375rem;left:1.3115234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#PUZ8n10VT6yNRVPHzNCugnRGfBgG4hdR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:10.912109375rem;left:2.3740234375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KtPoVr3ZNX7gxyTMrzDFadf2UqnowalA { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.9365234375rem;height:2.2734375rem;display:block; }
#vyaQemy2apNxaUpw4PgkLms2U14W8pXl { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:37.125rem;left:2.6552734375rem;overflow:hidden;display:block; }
#Zlhv6fXwr5f9g3boX3GyDMDUPykolpWM { box-sizing:content-box;height:3.25rem;width:29.5625rem;position:absolute;display:block;z-index:15049;background-color:#b01348;background-image:none;top:49.3125rem;left:1.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#TEqb8ZHs5qh1KcXL0yQXVx5Tv4tZEN9o { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:50.287109375rem;left:1.0615234375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3vnIIQU611S6Ik0mVdJommqkgoFD3aC { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:89.4375rem;left:18rem;height:1.13671875rem;display:block; }
#vkXPRKuzFT6bIGz0dufExa7NwsT1K7VL { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:88.75rem;left:14.875rem;overflow:hidden;display:block; }
#F0hJHttEarJVoD1KPNPfnB5BuGhNk2ke { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:89.4375rem;left:6.625rem;height:1.13671875rem;display:block; }
#QsTDaGaPkznNRwULXe8wO4SVCDOLy7g3 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:88.75rem;left:2.625rem;overflow:hidden;display:block; }
#cEdPq9iJcrR7WPRTd8ballRamV9CrGv3 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:85.375rem;left:2.625rem;overflow:hidden;display:block; }
#qrQzlBHhbcpcDKyBPEAyGV6RwJ62Mxz9 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:85.5625rem;left:4.9375rem;height:1.13671875rem;display:block; }
#JsSEUHrndi1Swe7JnPDNw0Zb7CBXGmAE { color:#000000;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:15.1875rem;left:2.591796875rem;height:11.3671875rem;display:block; }
#GnFzTEJQ8tfmZNEk9LezOyMobfShBR63 { color:#000000;display:block;width:33.8115rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:54.2490234375rem;left:2.7177734375rem;height:18.369175rem;font-style:normal;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:17.25rem;top:3.8736991882324rem;left:28.249784469604rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3291015625rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.4375rem;height:3.3125rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #qcS2w7tsAATEtNAoBPRL5dTDVmrRJOTZ { width:1.5625rem;height:1.0625rem;top:12.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJ7OxV3JLL3hmRNMMruRtBLV6dNKPMcB { width:24.0625rem;height:4.38671875rem;top:5.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:13.686rem;height:2.06055rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygu8Fl2v1xs9CxbnD9MSTllrTg8TUK8N { width:22.9373125rem;height:11.436625rem;top:2.3187935352326rem;left:24.812284231186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:11.749125rem;height:1.13671875rem;top:2.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxDrfI4CkrcLORlN1UQUzxqPgKM74PDP { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIK0ZPvFPOTTV7MU7uDayKK4lTaaCTdh { width:9.6875rem;height:1.13671875rem;top:2.125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTHSFWn8zaV9UKNHyEeuCJE592sTnnbI { width:1.5625rem;height:1.49956875rem;top:1.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbDupG5MhEpvr3spFkcydapcwN52qaSU { width:18.0620625rem;height:2.2734375rem;top:1.5190982818604rem;left:29.688586950302rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #grlhUFTwnZ8W8CkgmDk9uqIR2yesSczm { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rT5GUZFem76WAI0Dp95iMPTrG10PJCBg { display:block; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container { width:47.75rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ezldzGcSqo9WUxxhpGG0z8VNyNm6g8AO { width:34.936rem;height:3.8984375rem;top:1.335720539093rem;left:6.4062502384187rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGfzTUkmEhJTv91JEoNiwLvfqtV0eN5T { width:15.625rem;height:38.875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwzJr65nli3ywuLKhFItyAtCU3Z8nRFK { width:15.625rem;height:4.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EqfaasTl79igws2HSkNpCT50MpMomkTu { width:11.1870625rem;height:1.7871125rem;top:7.3860683441163rem;left:2.2189671993256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbzhdeA2nbTkBmAZogR8BJBCTXtHdB42 { width:14.6875rem;height:5.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awtdTf3TFviKGIevtlnXMXkK5D6W2mFn { width:5.9375rem;height:3.25rem;top:12.4375rem;left:1.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZFb13694wiDHRlizlD9OHDHhopTQoLc { width:5.12478125rem;height:2.2734375rem;top:13.0625rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yz0Tao4ATmQa2XcMi5DLJk0UnMTn9wfX { width:9.6875rem;height:1.2999125rem;top:17.936198234558rem;left:2.9687502384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esqTLyqAXrtv85K6KJqMMAUpGIpFPXqr { width:12.9373125rem;height:2.5996125rem;top:19.570963859558rem;left:1.3433160781861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXz8DNJSDi2gCbcdRZqOQdPTTBL6h0X9 { width:15.374375rem;height:1.055775rem;top:22.664280891419rem;left:0.12369793653488rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srXGVfivLXBaREcRKyb07R50Ntyont7J { width:15.3125rem;height:0.060763875rem;top:24.593533873558rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLCll3WlQGoCUuooo7c6WtyhL9or4UXM { width:15.3125rem;height:11rem;top:25.749783754349rem;left:0.1875rem;font-size:0.9375rem;display:block; }#lLCll3WlQGoCUuooo7c6WtyhL9or4UXM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 1199px) { #oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J { width:15.3125rem;height:3.0625rem;top:37.374135255814rem;left:0.1875rem;font-size:0.9375rem;display:block; }#oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 1199px) { #EfWOoc9Xg5t3ocOheJDAWkwATzOCMlTm { width:15.3125rem;height:3.31055rem;top:42.309030532837rem;left:0rem;font-size:1.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 1199px) { #WaUiAhwBKJNh2x9bnmT3oDMR7ipxXe7w { display:block; }
 }@media only screen and (max-width: 1199px) { #fg5CItFKrpnSLizvT8bvAfWbaHgAImbc { width:1.5625rem;height:1.06228125rem;top:43.434247255326rem;left:44.254560232162rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #CEzP9cgXCN66g9WdbD5tceFMlk63p0as { width:15.625rem;height:38.8748125rem;top:7.5542535781863rem;left:15.99066901207rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q { width:15.3125rem;height:3.0625rem;top:37.374135255814rem;left:16.217448949814rem;font-size:0.9375rem;display:block; }#n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 1199px) { #HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD { width:15.3125rem;height:11rem;top:25.749783754349rem;left:16.217448949814rem;font-size:0.9375rem;display:block; }#HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 1199px) { #Kl42Ttup6EDoZG9r9kO0AMJDlLfghuHO { width:15.3125rem;height:3.31055rem;top:42.311198234558rem;left:16.217448949814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afhpXN5vra130E90MNU3kphT5dLWeKlQ { display:block; }
 }@media only screen and (max-width: 1199px) { #s7JnG56MqXcwuALvxfEaLBn7gQfJAubu { width:1.5625rem;height:1.06228125rem;top:43.434247255326rem;left:28.255208730698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxzlbEob6Igi1Q2pD3vvxhn1Be2z2iv5 { width:15.375rem;height:1.055775rem;top:22.66384601593rem;left:16.187066793442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Efq9x9uaEMTueL0gCpGGW80CAzVPOeuI { width:17.1875rem;height:0;top:4.5616312026978rem;left:1.435546875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 1199px) { #o8LJF3QyPe2Qs3cDQksAJefbM5omQbIm { width:12.9375rem;height:2.5996125rem;top:19.5625rem;left:17.312501907349rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERKTvyfcNtPd0pNhn2XLmD81rXlQ9kPV { width:9.6875rem;height:1.2999125rem;top:18.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSD0UbuCD58dwDxlgBT4MJVxvbZ2AT4z { width:14.6875rem;height:5.0625rem;top:11.75rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJI5pii1DRlsWpoH5nHpWUxFpZfBysTX { width:5.125rem;height:2.2734375rem;top:13.25rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQKcScwAgg4N6FzrkvWJmQCWuw7zcFVq { width:5.9375rem;height:3.25rem;top:12.5rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q66IcoWULHQ3pVG4V6mQrtzgMdF3dxrf { width:15.625rem;height:4.4375rem;top:6.0622839927673rem;left:16.061198949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0z5e9QiSd8a46vpvE4T1DHqxK1mgh0x { width:13.936625rem;height:1.625rem;top:8.0110683441163rem;left:16.905381917954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbzi3GBpfqe1N0rctNaMTfbOTPJUimMg { width:16.875rem;height:1.055775rem;top:6.875rem;left:15.437501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXq4cBS0n02bUQRp2TTV7EfQILRv9MRp { width:15.625rem;height:38.8748125rem;top:7.69314289093rem;left:32.124566793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q { width:15.3125rem;height:11rem;top:25.749783754349rem;left:32.278646230697rem;font-size:0.9375rem;display:block; }#lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 1199px) { #CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT { width:15.3125rem;height:3.0625rem;top:37.374135255814rem;left:32.278646230697rem;font-size:0.9375rem;display:block; }#CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 1199px) { #gurVoPsAWqslnhlgtJza7B8XwoTWddox { width:15.3125rem;height:3.31055rem;top:42.309030532837rem;left:32.254560232162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4yZ9bNxHTP0VnTVoy27MqiQnJXyyO97 { display:block; }
 }@media only screen and (max-width: 1199px) { #RalA2DDGir6oi9WcWLp5w4isQnBuEHfx { width:1.5625rem;height:1.06228125rem;top:43.435330629349rem;left:11.911892652512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adQNzd62i5i4gLV0bGyPhbk31MuXpHUk { width:15.375rem;height:1.13671875rem;top:22.623698234558rem;left:32.247178792954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7W54FZkI08UIRTvw8vNIg4LlIZWxJ40 { width:17.1875rem;height:0;top:24.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVT3dPQwa0dDTWL7e8ODmiCPtHpm7Hce { width:12.9373125rem;height:2.5996125rem;top:19.5625rem;left:33.465715169907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbtNJtyMSSKaul5zAXZuTvoyoqITk0S9 { width:9.6875rem;height:1.2999125rem;top:17.935112953186rem;left:35.091146230697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTxBZSwUQUSO2piV9neCZaxRWUbQpz5H { width:14.6875rem;height:5.0625rem;top:11.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKataVksArn2IRJGgH7CACHwPQOXSsk9 { width:5.9375rem;height:3.25rem;top:12.4375rem;left:33.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L64QApsVLInlOf3FF11MZWEOr3uTs2VD { width:5.12478125rem;height:2.2734375rem;top:13.119574546814rem;left:40.623918294907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOrnB9SnF1EdNgpAMGUHdyAMa8CIHiDB { width:15.625rem;height:4.4375rem;top:6.0622839927673rem;left:32.124566793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXED012KdCNkdH5kE1D9Uw3p62IAZ8GT { width:12.9373125rem;height:1.7871125rem;top:7.3860683441163rem;left:33.467881917954rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxwQkqc9MGxKVtWs781MlbAiMNPkA2ct { width:15.3125rem;height:0.0596788125rem;top:24.592015743256rem;left:16.217448949814rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #VT4bycoAqBvwzOpMBeiJ2RUfcnGhu5H7 { width:15.3125rem;height:0.05859375rem;top:24.593101024628rem;left:16.217448949814rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #l656E12FppkUVhX1SWKUprUNlK3Qo2Lg { width:15.3125rem;height:0.05859375rem;top:24.593101024628rem;left:32.312066793442rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 { display:block; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dvnuoc7RkUiBecbJmcQFSHOmin9qc22h { width:11.749125rem;height:1.13671875rem;top:2.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H90klLSkWqfAFPVgaaocIBcUAz2DMQ28 { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krrirRdBsQxKD7pabNa9duWBkpCXPrWM { width:9.6875rem;height:1.13671875rem;top:2.125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bvt2sz2thQrJIt1nfTyvyS7Fxa43QrTn { width:1.5625rem;height:1.49956875rem;top:1.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFeOqLS1oDGaIeqlP8lXU0JNxusObAyD { width:18.0620625rem;height:2.2734375rem;top:1.5190982818604rem;left:29.688586950302rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SatfZ0NvbqJZJAi00mLxNQCTJqbVDaEO { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTl71CsV99zKT0qC7owvvvRKAL9FH0OE { display:block; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LUfZyPB72pNpr76CJ9TlPLzSyZKubhPL { width:34.9370625rem;height:1.94921875rem;top:1.4615898132324rem;left:6.4051654338837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:11.125rem;height:15.8125rem;top:0.74652671813963rem;left:0.40473091602326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:3.25rem;height:3.0622748646544rem;top:1.5622825622559rem;left:4.3413631916046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:10.1248125rem;height:1.2999125rem;top:4.9340267181396rem;left:0.906033039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:11.125rem;height:15.8125rem;top:0.74956512451175rem;left:12.374132871628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:10.1248125rem;height:2.599825rem;top:4.9329433441162rem;left:12.842882871628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:3.25rem;height:3.25rem;top:1.4993495941162rem;left:16.27929854393rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:10.1248125rem;height:2.599825rem;top:4.9329433441162rem;left:24.780816793442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:3.25rem;height:3.25rem;top:1.4993495941162rem;left:28.21723151207rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:11.125rem;height:15.8125rem;top:0.74956512451175rem;left:36.25000166893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:10.999375rem;height:2.599825rem;top:4.9329433441162rem;left:36.280381917954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:2.56185rem;height:2.56185rem;top:1.8098945617676rem;left:40.499135732651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hvKO5yKFFJJ6cvQE6yToDcGhrfHcFuOk { width:10.1248125rem;height:7.957rem;top:6.7044277191163rem;left:0.906033039093rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #mg0F6Tb37iHIW5Fvvhi59d7He1f4uWg9 { width:10.1248125rem;height:7.957rem;top:7.9283866882325rem;left:12.842882871628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #go1ntX4TRxHZcRuodl29GGNh8zqgCIuQ { width:10.1248125rem;height:9.09375rem;top:7.9283866882325rem;left:24.780816793442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:11.125rem;height:15.8125rem;top:0.74956512451175rem;left:24.312066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6g9DnvbHsPctw34MgMGPwTsdtR3EqQl { width:10.1248125rem;height:6.8203125rem;top:7.9110260009762rem;left:36.717668294907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szOGBxhgnkoygburwob38lvLzeJt1F7P { width:18.4375rem;height:3.31163125rem;top:17.937067031861rem;left:14.624566793442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5H1ltZIW5LL5STP2K5TpTVkO8tvg9X9 { display:block; }
 }@media only screen and (max-width: 1199px) { #O8vcLVDbEQKiVkAuNM7G7HMg9pH3vEI3 { width:1.5625rem;height:1.0625rem;top:19.060111999512rem;left:30.529515981674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 { display:block; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QvVk2xbPvDa5s4yq68vncf07R16RGuwK { width:11.749125rem;height:1.13671875rem;top:2.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykoIdAc6Ju7fg2zkBkPc0PsHTBkhrT4S { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlxiJFvGJ2NrnWR7OZhWqFuMqLq8IHPy { width:9.6875rem;height:1.13671875rem;top:2.125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNpI5SxxoeFCpc3hRBSgfOLJyWA4qQ3M { width:1.5625rem;height:1.49956875rem;top:1.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a05gBUnmRoTKcy6EDIKD4z7ErnUMwWHo { width:18.0620625rem;height:2.2734375rem;top:1.5190982818604rem;left:29.688586950302rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KotQRgaVPeVUHHV3nSdfeUEpaMG2VOrD { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV { display:block; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xtzef4uDu0mk1gqQq2DVJIirqFbvO7Jv { width:34.936rem;height:3.8984375rem;top:1.1436634063721rem;left:6.4062502384187rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER { display:block; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZKhMlJxLZRQVccXLcMzTiO1AbyyXsxGa { width:23.8748125rem;height:14.3120625rem;top:1.1545143127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDRiW6KpyTPWmHpiA4c8MB1s7pboTnw8 { width:18.3745625rem;height:1.625rem;top:2rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e { width:21.8125rem;height:10.03125rem;top:4.625rem;left:25.9375rem;font-size:0.9375rem;display:block; }#ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 1199px) { #TW10U83Ahc17Z4bClCq2bviQVDzShXmO { display:block; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lLbWyszaBJqoKTAN7GsA9RHaH5aOwVsM { width:23.125rem;height:14.8125rem;top:0.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfpmmBy2WE45WNS6OOz1rqLau3MZ1BpQ { width:23rem;height:1.625rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu { width:22.875rem;height:6.69925rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }#ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 1199px) { #wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K { display:block; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LSPrnpOGWyu7MwcMwxPoeFLo2bT6MiHZ { width:22.6875rem;height:14.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myQpgqZM7EAlO1bRTecswcQH1lQV7T1V { width:21.8125rem;height:1.7068125rem;top:2.3125rem;left:25.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE { width:21.8125rem;height:9.2988125rem;top:4.875rem;left:25.9375rem;font-size:1rem;display:block; }#wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 1199px) { #CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 { display:block; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w8A0U3bPUvJUcbM25OwQBK84RV27qBm7 { width:11.749125rem;height:1.13671875rem;top:2.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1iTD6vxTnAlhtQBw02quTr3BWVS5AHF { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxe9DaSMpJa22p1uv6t0mJzTlLaE4NuI { width:9.6875rem;height:1.13671875rem;top:2.125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yku7llQpGAXuvaTBmgqPVbVTPnthJNnr { width:1.5625rem;height:1.49956875rem;top:1.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cub5U8QiQc7q754gte12gmApDn7J3QLX { width:18.0620625rem;height:2.2734375rem;top:1.5190982818604rem;left:29.688586950302rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #g9rlLUa7PfRM4CtArDTk6XNCRI6Xq4Qb { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { width:47.75rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GNkqftUw8U18u40sixT6f7tkTzXEhuZo { width:28.2498125rem;height:1.7871125rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pH1DQM2Ki5Lz6JaTon9dhRTuXxE9li1t { width:3.375rem;height:4.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wT4UUzdUkwKldXvMfVcg29hFAIVnKgHf { width:2rem;height:3.57421875rem;top:4.9375rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NK7b2aTWcsO2S7osLN1RnOmolMdZHmmn { width:31.25rem;height:4.5rem;top:4.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRTxwKGGEc38yEWXEslOzALhurKG7Qld { width:29.4998125rem;height:2.4375rem;top:5.5rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsgKrMXwSxXBDKKTifJlIuOz2U8fPg3R { width:31.25rem;height:4.4375rem;top:10.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUGHkpN2BWc15gfpdWNXfgp0gLh9GZ1B { width:29.4998125rem;height:2.4375rem;top:11.3125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbTJgv25ygxW8Rxdf8yOKK6XS16RKUbx { width:3.3125rem;height:4.4375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4cvTWD5J0wTa57gUuERFWdVk26Z0Mly { width:2rem;height:3.57421875rem;top:10.6875rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNVwaaHUUBoGxr8TuS2Da1M4nxCAPZXh { width:3.3125rem;height:4.4375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFNKDnCVTl31b5ct6PSeSvKRUwGkoPmd { width:2rem;height:3.57421875rem;top:16.375rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSNbiq6sKZprI1kdEgwN6e63h7gEZklW { width:31.25rem;height:4.4375rem;top:15.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVs8n6DKKIV58zE0fomVvwJTanSq7hCl { width:29.4998125rem;height:3.65625rem;top:16.3125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiEdxpn75FgZN3D7rKQZrWhcGls42lFA { width:31.25rem;height:4.4375rem;top:21.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGowUfIssTrhWiwLMrJtctCFNK3PiDxG { width:3.3125rem;height:4.4375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fk11DAbhL9dhHcweU42T2MPX1pCLodQS { width:2rem;height:3.57421875rem;top:22.125rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gul9TMTePxPgBDxl21PDIvAAaPaTp3v0 { width:29.4998125rem;height:2.4375rem;top:22.75rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRHGPvVJ88REs8wVSD6X8rv6O3yTZovd { width:18.4375rem;height:3.3125rem;top:28rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jfbap4dThsODBLfyLXJKbRp3T7Ot5Rrr { display:block; }
 }@media only screen and (max-width: 1199px) { #aU31oiHmCfNSF1cu8XVt3Bd5yqnLd0d9 { width:2.37413125rem;height:1.70355625rem;top:28.8125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDr65y9lT2ThlTHDTMiGAhNET7dNF8aM { width:16.624375rem;height:19.4998125rem;top:8.9980478286744rem;left:31.125219106674rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv { display:block; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L3LtXcW66lF2NhsdIggITes6uzr04Ea2 { width:11.749125rem;height:1.13671875rem;top:2.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPJV7X10r2m9gWfzl8tEWzPLOylnsWpg { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHFb6XPa8dSgoVTukpTlNheyTQ7JsOFU { width:9.6875rem;height:1.13671875rem;top:2.125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVlMQdBy6mKeH4F5WWIiPONWiAvA2DIU { width:1.5625rem;height:1.49956875rem;top:1.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZCPsdnQzP2ExNQSPgta4qhFnABQlHTET { width:18.0620625rem;height:2.2734375rem;top:1.5190982818604rem;left:29.688586950302rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XRiH3WDziuaWiG6Ky2xIoWVMElXUTip8 { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D { display:block; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gKJMuWprpJxnve7Ja4EanV5TzG4GXseT { width:28.2498125rem;height:1.7068125rem;top:1.7491340637207rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d { width:47.7495625rem;height:9.7988125rem;top:4.3734893798828rem;left:0rem;font-size:1rem;display:block; }#kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 1199px) { #DG80JcnT2qu6oT8iX0TEDOcz0MN6nSIw { width:18.4375rem;height:3.3125rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVZbSxbnyI8lBlToX2oJ4JRtbTDahRsW { display:block; }
 }@media only screen and (max-width: 1199px) { #SW2taB5UdEpuQHfE4pmSZTTtE6CIXzTF { width:2.37413125rem;height:1.70355625rem;top:16.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLLRJk0zZZeVBl5ZDpisWcXoWQqMVLJz { width:6.25rem;height:6.25rem;top:24.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 { display:block; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container { width:47.75rem;height:157.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:20.375rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:20.375rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:20.375rem;height:3rem; }#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.adaptive-delivery-prevent-bg, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyload, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyloading { background-image: none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:18.875rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:first-of-type{padding-top:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:last-of-type{padding-bottom:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.625rem;height:auto;left:7.6875rem;top:91.9970703125rem; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .radio-container { display:inline-block;*zoom:1;*display:inline;width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 {display:block;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.625rem;height:auto;left:7.6875rem;top:91.9970703125rem; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #sdkbeMSvJk8JFcdZZTcmk1NrJeHbM1tP { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #T8SDPwTSk4z63CmLTaEs8TTfmKdqwUTT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JDy4DJSmCNfGHqaTCT3yN6qe8oBBkerZ {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Kwhb6EIyZO4beua64bFScIBXfQZwTCGT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #tWFOdZWZgPD9Szwigqc8ORGh52BDWus6 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uzC3KFTiaCc1KDSmhs37PLysbaIg2VSN {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #O6qTNfwgXJt4qoQrdwwpa8pmqfPrFMQ8 { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #OJIb1SRUDkz0trhMBq5AXm1iuWkhCTZX {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #HIALmnBHTItoV9mJNpZ8e7i3RJNQf5lZ {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ni8mEgyi0JFlIgfDTuS8moxiWMprQgLS { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lCwiig8F9g8JWmVCFMnLWcAxG1bhFfa2 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #vlrONKdhUXu9mEVuXCfy72HeNeTQTRnH {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hdZx9e9FZKuPFmO4GT9ir6SJmQ8s8Ame { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zVEkTv3ONpuoLF9W79f87kJ1y7GEdG8V {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wTSlfqA3soRy2lCOwMZQKpVuOUoDAMu6 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xn25GBV5ggK2SDAxfFDyMH6haCWusfx6 { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #qar9U0AiiwTm0tL5JtXPI6NH7g7FQq2Q {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #a3ZQy3y3MF7mh0QZR1PLoy6t9HrvHHop {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #NdPDXtFHRLTPi9IkhFETmvR3yAOOX3Ab { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ET4wLTThkQRluwehrEQFvog8fFHy6EMw {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QlvCMu0sD4vPzVtmGfSQZegDTE44T2Ei {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pKKOEfdi17X1gvrT3HmPaTzqt5xlgM38 { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #S1g4dIRGDFti63WW3PIoknVD2PRdxhGZ {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zGBH6gtDWkqTkxvtJy0nhruBJvC2GKkC {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CTtIeFPB4G1CT0iKTbMl77F9aPJCAH9L { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QRLJys4CFbM5XphlVTEChtUVCS9s29Cx {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #GbOZTGsDMUcm37uFMOsTLm1rDEIHXUyz {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hONBzSlg2axQXwuu8PAQZL9nuh29wLKs { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kmM2JiPE7sW8zcGFeM3o12oJgL9ghbbr {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yMAr0l2vWQvf3DNQgsg0hclyGnDlCCeg {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #rVnqQMATtn3OrInz6R2aWKV2kqBgTMb3 { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Ee0adUqGD7Affh5LOTygOeLmGvsSGaRK {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #m61RHLEqtkm3TsqEcEUVqWsRmDZoouS0 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lUDfziUPff3iaWNkW5UNaMXoSLBvXN5k { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PCwktDOo1CvqkGkM6Bg0PwTxOtyXQtzZ {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wUpiecUbSOE7HtQHcN9I560DqXUBO0v0 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kZis1rgdANV3KStd0uF85HGR1tH56GKC { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UFhiqcMnUp25C8X2XmuZbXaK64TwA1er {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DEbOBSTTxkkuxodZcBEDatvyV7kILo6o {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VqCRLynHBsWAQSxKy6vGhOSUX870n7a2 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Wg9PLfqUX13iR6TlBLIuoNyEAQyFwWqK {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #nGNzCTuoEWGikTPwlSZy7H1l7BEEl2r2 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DMlgMGXkiaroP7JOKdLrtHhxGOQFs7AQ { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hXzFfNJ7pd8rurVXbrTTsWz0oLZvI9h7 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PqMqIKh29L3pnaAAAxKGm9dImqdxOQoh {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kQZsTcO85Kh0PFB3xOcxB37y4mKTxU2Q { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZCdBXK8vEaus9x3WtJo8ycaI1rEdTgad {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yJBBF7frovSkE3y6xrF9I3KyGUnHD3yv {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uQc0NuQ7SHeBKuGJ0lELRi7t7xXogRsg { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #SvcQR8OcKT0a4qbcXlEeEQ7bKiyKqI8r {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #doTDntTpXThNi9bRenwZZaTzdPET7TgT {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PGTQ3SZp2URGykVR6STASbsGFZckBVTW { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Rkqq87ehPksSsqTUpWaD5eoSMB7K7svw {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VrXOhXF0pTAsxT0TP4nI96TdlRJkmckp {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pm8X0yv6abOV9cBfIZROUTBLSk6qTenZ { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZOTm1NSOGqIh1J94yZfNvCXb3IKAF3fC {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #RoVEwML4LPXDqZhmA00SPPAcWRTzJbWk {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yqS4hydxOsRsi27cLR9gxKVINID8qrhg { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #BWT9Tb1aEJWeSxPm3CR0xflLOXzRZi4t {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #X2mXw51kdM0fpOV6R1T6aUDTGUDNEVte {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fepS6MyXr80LSy95LxZ0v13cagn0hnyJ { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CZiEEhWM75BuhTGXEzlVkPcH62zVIBT1 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #L73hgRDs1VpTfuq5eT9K7CEGU6ObTIuv {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xU3TPweIis0FdeIrUpS16TiUTD6RMdEO { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #h4AzAg1SIVbLNgSpbtT0zKsk2nc4XJMo {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UGrVkxfQq6G6kyvbPM3dhuLFPqo971Ri {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #oIhXO1ovpTw8egyUTI0THJInJRVxHE7A { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZmM6QLAEixIbPXBqW6oLkKzLzwLeIk38 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zfo87rZzVAZRFGU9hgFqFaBBs9ckTAfb {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #KW0TCtwhU8naLoN6yTfCSOPPAoQiHiyD { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JX0SuTabnvJvtZSaD6WiBTBWbzco1JeF {  }
 }@media only screen and (max-width: 1199px) { #iczChLEnJdopVRp1qTuoeA7TlN2ZEIrv { display:block; }
 }@media only screen and (max-width: 1199px) { #Xmeu8THTuxhBSFGlEXrmQEmALGJB70fP { display:block; }
 }@media only screen and (max-width: 1199px) { #AVWKMeGdCdXcXOu64CbmafETtwpDlOFh { display:block; }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kV3U2PzrwkbXrH8WOMN999Ae5deMFTN0 {  }
 }@media only screen and (max-width: 1199px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZQmW8vCkJT8AWxSKTv4cJrETwEUP56c5 {  }
 }@media only screen and (max-width: 1199px) { #ICeiRT6ErIngxDaQkQZM7mkbrdd34c3T { width:35.25rem;height:2.925rem;top:1.375rem;left:5.375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LW95HbDy9rcfprN4nfAJyT5E0BoqO91v { width:36.875rem;height:34.0625rem;top:7.8125rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPIUWDeCkURhyA7rP9Io4EFyoktkawsR { width:33.4375rem;height:11.3671875rem;top:12.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsBk5f3KcLPaT7HiMTfhsI3wWV09tExX { width:28.0625rem;height:3.673825rem;top:24.75rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJhS86PMo8E2VIgX7xGsyMsf7kzVwUQi { width:1rem;height:1rem;top:25.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Op3weU6zkEOWP9hpxHblvcmh0QJ0b1RO { width:28.0625rem;height:3.673825rem;top:29.3125rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ob8KN1pGTeJk1QCbSnkgnqagSoHXv7SA { width:1rem;height:1rem;top:29.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMFxdzuu7KPHCc0TEDOC7Rh3FmM1yXzZ { width:7.75rem;height:1.1375rem;top:34.375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xndkb7JK8wk6JrfDutSBcmTefLUukhay { width:1.25rem;height:1.25rem;top:34.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgJwJZiRpOeuoQbAattGnKTaqAltgKId { width:1.25rem;height:1.25rem;top:34.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEgRU8anvTPIiEXZv0X0H0UMOlLAOVwx { width:36.875rem;height:41.875rem;top:46.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ibs88Q4SFcUQACC5ygMgB9H6QN3WUsFu { width:35.1875rem;height:11.0215125rem;top:48rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGwhJG1iivyV7kT18Pia5BR0Er4DNHZ1 { width:15.0625rem;height:1.1375rem;top:34.375rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmOUF8IidA2MZ3OSMll9amGb7PHINci3 { width:30.875rem;height:11.0214875rem;top:68.4375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZSunWhMOz0gAUVutrVf0PpR6vnvfevR { width:1rem;height:1rem;top:68.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6Owbg0CLlHltpt4PyW5chCpbXPL88gt { width:36rem;height:18.369175rem;top:48rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPkKUWN7b1ZrefzdEzNC1MM5CUBcBo2L { width:33.4375rem;height:11.3671875rem;top:12.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyNECZiTgyQoytln690TNcDoVV2oXfOy { width:14.625rem;height:3.25rem;top:7.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUZ8n10VT6yNRVPHzNCugnRGfBgG4hdR { width:12.5rem;height:1.3rem;top:8.787109375rem;left:6.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtPoVr3ZNX7gxyTMrzDFadf2UqnowalA { width:30.0625rem;height:2.2734375rem;top:37.75rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyaQemy2apNxaUpw4PgkLms2U14W8pXl { width:1.625rem;height:1.625rem;top:37.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlhv6fXwr5f9g3boX3GyDMDUPykolpWM { width:27.4375rem;height:3.25rem;top:43.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEqb8ZHs5qh1KcXL0yQXVx5Tv4tZEN9o { width:25.125rem;height:1.3rem;top:44.375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3vnIIQU611S6Ik0mVdJommqkgoFD3aC { width:15.0625rem;height:1.1375rem;top:81.75rem;left:18.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkXPRKuzFT6bIGz0dufExa7NwsT1K7VL { width:1.25rem;height:1.25rem;top:81.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0hJHttEarJVoD1KPNPfnB5BuGhNk2ke { width:7.75rem;height:1.1375rem;top:81.8125rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QsTDaGaPkznNRwULXe8wO4SVCDOLy7g3 { width:1.375rem;height:1.375rem;top:81.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEdPq9iJcrR7WPRTd8ballRamV9CrGv3 { width:1.625rem;height:1.625rem;top:84.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrQzlBHhbcpcDKyBPEAyGV6RwJ62Mxz9 { width:30.0625rem;height:1.1375rem;top:85.1875rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsSEUHrndi1Swe7JnPDNw0Zb7CBXGmAE { width:33.4375rem;height:11.3671875rem;top:12.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnFzTEJQ8tfmZNEk9LezOyMobfShBR63 { width:36rem;height:18.369175rem;top:48rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:13.125rem;height:2.1875rem;top:1.9042930603027rem;left:17.311198949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.7495625rem;height:5.847675rem;top:5.2484741210938rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:19.875rem;height:3.87478125rem;top:12.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #qcS2w7tsAATEtNAoBPRL5dTDVmrRJOTZ { width:1.99978125rem;height:1.31185rem;top:14.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ7OxV3JLL3hmRNMMruRtBLV6dNKPMcB { width:20rem;height:7.5556875rem;top:4.4357643127441rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:15.625rem;height:2.375rem;top:1.1228294372559rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygu8Fl2v1xs9CxbnD9MSTllrTg8TUK8N { width:20rem;height:10.052112966111rem;top:18.810764312744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:13.4375rem;height:1.2999125rem;top:1.875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxDrfI4CkrcLORlN1UQUzxqPgKM74PDP { width:1.5625rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIK0ZPvFPOTTV7MU7uDayKK4lTaaCTdh { width:12.6248125rem;height:1.2999125rem;top:4.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTHSFWn8zaV9UKNHyEeuCJE592sTnnbI { width:1.5625rem;height:1.49956875rem;top:4.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDupG5MhEpvr3spFkcydapcwN52qaSU { width:20rem;height:2.599825rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grlhUFTwnZ8W8CkgmDk9uqIR2yesSczm { width:1.43663125rem;height:1.43663125rem;top:7.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5GUZFem76WAI0Dp95iMPTrG10PJCBg { display:block; }#rT5GUZFem76WAI0Dp95iMPTrG10PJCBg > .row .container { width:20rem;height:134.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezldzGcSqo9WUxxhpGG0z8VNyNm6g8AO { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGfzTUkmEhJTv91JEoNiwLvfqtV0eN5T { width:20rem;height:38.875rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwzJr65nli3ywuLKhFItyAtCU3Z8nRFK { width:16.25rem;height:4.62456875rem;top:6.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqfaasTl79igws2HSkNpCT50MpMomkTu { width:12.6248125rem;height:1.625rem;top:7.8101139068606rem;left:3.6870663762093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbzhdeA2nbTkBmAZogR8BJBCTXtHdB42 { width:14.6875rem;height:5.12478125rem;top:12.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtdTf3TFviKGIevtlnXMXkK5D6W2mFn { width:5.9375rem;height:2.5996125rem;top:13.375rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFb13694wiDHRlizlD9OHDHhopTQoLc { width:5.1237rem;height:2.2734375rem;top:13.5625rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0Tao4ATmQa2XcMi5DLJk0UnMTn9wfX { width:9.6875rem;height:1.2999125rem;top:18.248697280884rem;left:5.1562502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esqTLyqAXrtv85K6KJqMMAUpGIpFPXqr { width:12.9373125rem;height:2.5996125rem;top:20.061849594116rem;left:3.5308163762093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXz8DNJSDi2gCbcdRZqOQdPTTBL6h0X9 { width:17.3730625rem;height:1.13671875rem;top:23.186851501465rem;left:1.3129342198372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srXGVfivLXBaREcRKyb07R50Ntyont7J { width:17.1875rem;height:0.0618489375rem;top:25.560981750488rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLCll3WlQGoCUuooo7c6WtyhL9or4UXM { width:16.311875rem;height:11rem;top:26.9375rem;left:1.8125rem;font-size:0.9375rem;display:block; }#lLCll3WlQGoCUuooo7c6WtyhL9or4UXM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 763px) { #oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J { width:16.25rem;height:3.0625rem;top:38.5625rem;left:1.8125rem;font-size:0.9375rem;display:block; }#oXt3rJyThGIJqsd8yTFr46tDDl5Kbf7J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 763px) { #EfWOoc9Xg5t3ocOheJDAWkwATzOCMlTm { width:12.061625rem;height:2.99913125rem;top:42.820098876953rem;left:3.9680989384651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaUiAhwBKJNh2x9bnmT3oDMR7ipxXe7w { display:block; }
 }@media only screen and (max-width: 763px) { #fg5CItFKrpnSLizvT8bvAfWbaHgAImbc { width:1.62435rem;height:1.06228125rem;top:43.786891460419rem;left:13.943143188953rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEzP9cgXCN66g9WdbD5tceFMlk63p0as { width:19.875rem;height:38.875rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q { width:16.25rem;height:3.0625rem;top:81.375rem;left:1.8125rem;font-size:0.9375rem;display:block; }#n9f6KIwv2DeRndXZCgocmIhlTaPrhW4Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 763px) { #HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD { width:16.25rem;height:11rem;top:69.75rem;left:1.8125rem;font-size:0.9375rem;display:block; }#HdVDrfIsdQEJq8Wkap0vdvVIuszBh1HD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 763px) { #Kl42Ttup6EDoZG9r9kO0AMJDlLfghuHO { width:11.9998125rem;height:2.93728125rem;top:85.8745803833rem;left:3.9995663762093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhpXN5vra130E90MNU3kphT5dLWeKlQ { display:block; }
 }@media only screen and (max-width: 763px) { #s7JnG56MqXcwuALvxfEaLBn7gQfJAubu { width:1.5625rem;height:1.02105rem;top:128.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxzlbEob6Igi1Q2pD3vvxhn1Be2z2iv5 { width:17.374125rem;height:1.13671875rem;top:66.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efq9x9uaEMTueL0gCpGGW80CAzVPOeuI { width:17.1875rem;height:0;top:68.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8LJF3QyPe2Qs3cDQksAJefbM5omQbIm { width:12.9373125rem;height:2.5996125rem;top:63.625rem;left:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERKTvyfcNtPd0pNhn2XLmD81rXlQ9kPV { width:9.6875rem;height:1.2999125rem;top:62rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSD0UbuCD58dwDxlgBT4MJVxvbZ2AT4z { width:14.6875rem;height:5.0625rem;top:55.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJI5pii1DRlsWpoH5nHpWUxFpZfBysTX { width:5.12478125rem;height:2.2734375rem;top:57.125rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQKcScwAgg4N6FzrkvWJmQCWuw7zcFVq { width:5.9375rem;height:2.5996125rem;top:56.925999641419rem;left:4.1872833371163rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66IcoWULHQ3pVG4V6mQrtzgMdF3dxrf { width:16rem;height:4.5618094456815rem;top:49.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0z5e9QiSd8a46vpvE4T1DHqxK1mgh0x { width:12.6248125rem;height:1.54296875rem;top:51.375rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbzi3GBpfqe1N0rctNaMTfbOTPJUimMg { width:16.875rem;height:1.055775rem;top:50.125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXq4cBS0n02bUQRp2TTV7EfQILRv9MRp { width:20rem;height:38.875rem;top:93.46053875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q { width:16.25rem;height:11rem;top:111.0625rem;left:1.8125rem;font-size:0.9375rem;display:block; }#lwQdPOX1QbfsrQlMlu6xlSvmiTSRtP5q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3af393e2-6e36-4b3e-be7c-f3d8a5e5aad6/Tryb_izolacji8.png); }
 }@media only screen and (max-width: 763px) { #CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT { width:16.25rem;height:3.0625rem;top:122.625rem;left:1.9375rem;font-size:0.9375rem;display:block; }#CXUpBXHztoQJUTG0MBnZCHLqmyen8fOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94236080-0b03-4daf-aaf0-15fc147750c0/Vector11.png); }
 }@media only screen and (max-width: 763px) { #gurVoPsAWqslnhlgtJza7B8XwoTWddox { width:11.9998125rem;height:2.93728125rem;top:127.375rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4yZ9bNxHTP0VnTVoy27MqiQnJXyyO97 { display:block; }
 }@media only screen and (max-width: 763px) { #RalA2DDGir6oi9WcWLp5w4isQnBuEHfx { width:1.5625rem;height:1.02105rem;top:86.830513000487rem;left:14.004991829395rem;display:block; }
 }@media only screen and (max-width: 763px) { #adQNzd62i5i4gLV0bGyPhbk31MuXpHUk { width:17.3730625rem;height:1.13671875rem;top:108.1464881897rem;left:1.3129342198372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7W54FZkI08UIRTvw8vNIg4LlIZWxJ40 { width:17.1875rem;height:0;top:110.39739025146rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVT3dPQwa0dDTWL7e8ODmiCPtHpm7Hce { width:12.9373125rem;height:2.5996125rem;top:105.00760269165rem;left:3.5308163762093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbtNJtyMSSKaul5zAXZuTvoyoqITk0S9 { width:9.6875rem;height:1.2999125rem;top:103.70877456665rem;left:5.1562502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxBZSwUQUSO2piV9neCZaxRWUbQpz5H { width:14.6875rem;height:5.0625rem;top:96.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKataVksArn2IRJGgH7CACHwPQOXSsk9 { width:5.9375rem;height:2.5996125rem;top:97.9375rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L64QApsVLInlOf3FF11MZWEOr3uTs2VD { width:5.1237rem;height:2.2734375rem;top:98.088111877444rem;left:10.124783813953rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOrnB9SnF1EdNgpAMGUHdyAMa8CIHiDB { width:16.25rem;height:4.62456875rem;top:91.446401596069rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXED012KdCNkdH5kE1D9Uw3p62IAZ8GT { width:12.6248125rem;height:1.625rem;top:92.944881439206rem;left:3.6870663762093rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #wxwQkqc9MGxKVtWs781MlbAiMNPkA2ct { width:17.1875rem;height:0.060763875rem;top:109.92708587646rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT4bycoAqBvwzOpMBeiJ2RUfcnGhu5H7 { width:17.1875rem;height:0.060763875rem;top:110.05316925049rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l656E12FppkUVhX1SWKUprUNlK3Qo2Lg { width:17.1875rem;height:0.060763875rem;top:68.530818939206rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 { display:block; }#IKKQ6Ip9VlcyCwFBLkWB8VATTxogqNt3 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvnuoc7RkUiBecbJmcQFSHOmin9qc22h { width:13.4375rem;height:1.2999125rem;top:1.875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H90klLSkWqfAFPVgaaocIBcUAz2DMQ28 { width:1.5625rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krrirRdBsQxKD7pabNa9duWBkpCXPrWM { width:12.6248125rem;height:1.2999125rem;top:4.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bvt2sz2thQrJIt1nfTyvyS7Fxa43QrTn { width:1.5625rem;height:1.49956875rem;top:4.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFeOqLS1oDGaIeqlP8lXU0JNxusObAyD { width:20rem;height:2.599825rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SatfZ0NvbqJZJAi00mLxNQCTJqbVDaEO { width:1.43663125rem;height:1.43663125rem;top:7.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTl71CsV99zKT0qC7owvvvRKAL9FH0OE { display:block; }#uTl71CsV99zKT0qC7owvvvRKAL9FH0OE > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUfZyPB72pNpr76CJ9TlPLzSyZKubhPL { width:18.75rem;height:4.2252625rem;top:1.5993957519531rem;left:0.62500005960463rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:17.5625rem;height:14.5rem;top:1.25rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:3.0625rem;height:2.9375rem;top:3rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:15.1248125rem;height:1.625rem;top:7.1234779357913rem;left:2.4370661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:17.5625rem;height:14.5rem;top:17.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:13.9985rem;height:3.25rem;top:22.3125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:3.06206875rem;height:3.06206875rem;top:18.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:13.9995625rem;height:3.25rem;top:37.875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:2.56185rem;height:2.56185rem;top:34.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:17.5625rem;height:14.5rem;top:48.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:13.9995625rem;height:3.25rem;top:53.625rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:2.56185rem;height:2.56185rem;top:50.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvKO5yKFFJJ6cvQE6yToDcGhrfHcFuOk { width:16.1230625rem;height:4.546875rem;top:9.5605545043944rem;left:1.9379342198372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0F6Tb37iHIW5Fvvhi59d7He1f4uWg9 { width:16.0623125rem;height:4.546875rem;top:26.1875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1ntX4TRxHZcRuodl29GGNh8zqgCIuQ { width:16.0623125rem;height:4.546875rem;top:41.875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:17.5625rem;height:14.5rem;top:33.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6g9DnvbHsPctw34MgMGPwTsdtR3EqQl { width:16.0623125rem;height:4.875rem;top:57.5rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szOGBxhgnkoygburwob38lvLzeJt1F7P { width:19.875rem;height:3.8125rem;top:65.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5H1ltZIW5LL5STP2K5TpTVkO8tvg9X9 { display:block; }
 }@media only screen and (max-width: 763px) { #O8vcLVDbEQKiVkAuNM7G7HMg9pH3vEI3 { width:1.875rem;height:1.3125rem;top:66.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 { display:block; }#GQZ64RU8oIvRG4Gy3ZsdrST84eGSta52 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvVk2xbPvDa5s4yq68vncf07R16RGuwK { width:13.4375rem;height:1.2999125rem;top:1.875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykoIdAc6Ju7fg2zkBkPc0PsHTBkhrT4S { width:1.5625rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlxiJFvGJ2NrnWR7OZhWqFuMqLq8IHPy { width:12.6248125rem;height:1.2999125rem;top:4.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNpI5SxxoeFCpc3hRBSgfOLJyWA4qQ3M { width:1.5625rem;height:1.49956875rem;top:4.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05gBUnmRoTKcy6EDIKD4z7ErnUMwWHo { width:20rem;height:2.599825rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KotQRgaVPeVUHHV3nSdfeUEpaMG2VOrD { width:1.43663125rem;height:1.43663125rem;top:7.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV { display:block; }#GW1hQ7eBlNUx8KHzLJ3ybu1E1lTT4pNV > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtzef4uDu0mk1gqQq2DVJIirqFbvO7Jv { width:20rem;height:8.44925rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER { display:block; }#TcTTbnzKADmAhZ4SvQpGJxCDiX9S64ER > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKhMlJxLZRQVccXLcMzTiO1AbyyXsxGa { width:20rem;height:12.051282051282rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDRiW6KpyTPWmHpiA4c8MB1s7pboTnw8 { width:20rem;height:1.625rem;top:14.55075rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e { width:20rem;height:11.8984375rem;top:17.4251rem;left:0rem;font-size:1rem;display:block; }#ohCeX7un6fAhsETOJ9M2mwoqx7XQqZ0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 763px) { #TW10U83Ahc17Z4bClCq2bviQVDzShXmO { display:block; }#TW10U83Ahc17Z4bClCq2bviQVDzShXmO > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLbWyszaBJqoKTAN7GsA9RHaH5aOwVsM { width:20rem;height:12.810648648649rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfpmmBy2WE45WNS6OOz1rqLau3MZ1BpQ { width:20rem;height:3.25rem;top:15.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu { width:20rem;height:6.69925rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }#ltJxLHlRrHnVS5ZDfmJI3DQdnUKTQmMu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 763px) { #wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K { display:block; }#wcyUZU6wLzsQZmUhfdUMdtoJCgIQJ47K > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSPrnpOGWyu7MwcMwxPoeFLo2bT6MiHZ { width:20rem;height:12.94815778019rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQpgqZM7EAlO1bRTecswcQH1lQV7T1V { width:20rem;height:1.625rem;top:15.448125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE { width:20rem;height:9.2988125rem;top:18.322475rem;left:0rem;font-size:1rem;display:block; }#wEgv4rgEp9bH9Ukxvu2lp6h9KO5MzczE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 763px) { #CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 { display:block; }#CriAZk93DvhLL3NhgxCFFiX7vM1Nwta0 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8A0U3bPUvJUcbM25OwQBK84RV27qBm7 { width:13.4375rem;height:1.2999125rem;top:1.875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1iTD6vxTnAlhtQBw02quTr3BWVS5AHF { width:1.5625rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxe9DaSMpJa22p1uv6t0mJzTlLaE4NuI { width:12.6248125rem;height:1.2999125rem;top:4.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yku7llQpGAXuvaTBmgqPVbVTPnthJNnr { width:1.5625rem;height:1.49956875rem;top:4.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cub5U8QiQc7q754gte12gmApDn7J3QLX { width:20rem;height:2.599825rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9rlLUa7PfRM4CtArDTk6XNCRI6Xq4Qb { width:1.43663125rem;height:1.43663125rem;top:7.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa { display:block; }#oJ7WSwbI8MbdwWFnaciF2NLv7nw9eFZa > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNkqftUw8U18u40sixT6f7tkTzXEhuZo { width:18.75rem;height:2.11263125rem;top:1.6861972808838rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pH1DQM2Ki5Lz6JaTon9dhRTuXxE9li1t { width:3.375rem;height:4.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4UUzdUkwKldXvMfVcg29hFAIVnKgHf { width:1.9987rem;height:3.57421875rem;top:5.125rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7b2aTWcsO2S7osLN1RnOmolMdZHmmn { width:16rem;height:6.25rem;top:4.6169700622559rem;left:3.7979601025581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTxwKGGEc38yEWXEslOzALhurKG7Qld { width:15rem;height:4.875rem;top:5.3732643127441rem;left:4.3663194775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsgKrMXwSxXBDKKTifJlIuOz2U8fPg3R { width:16rem;height:6.375rem;top:12.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUGHkpN2BWc15gfpdWNXfgp0gLh9GZ1B { width:15rem;height:4.875rem;top:13rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTJgv25ygxW8Rxdf8yOKK6XS16RKUbx { width:3.3125rem;height:4.4375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cvTWD5J0wTa57gUuERFWdVk26Z0Mly { width:1.9987rem;height:3.57421875rem;top:12.625rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNVwaaHUUBoGxr8TuS2Da1M4nxCAPZXh { width:3.3125rem;height:4.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFNKDnCVTl31b5ct6PSeSvKRUwGkoPmd { width:1.99978125rem;height:3.57421875rem;top:20.3125rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNbiq6sKZprI1kdEgwN6e63h7gEZklW { width:16rem;height:7.1875rem;top:19.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVs8n6DKKIV58zE0fomVvwJTanSq7hCl { width:15rem;height:6.09375rem;top:20.491537570953rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiEdxpn75FgZN3D7rKQZrWhcGls42lFA { width:16rem;height:7.1875rem;top:28.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGowUfIssTrhWiwLMrJtctCFNK3PiDxG { width:3.3125rem;height:4.4375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk11DAbhL9dhHcweU42T2MPX1pCLodQS { width:1.9987rem;height:3.57421875rem;top:28.8125rem;left:0.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gul9TMTePxPgBDxl21PDIvAAaPaTp3v0 { width:15rem;height:6.09375rem;top:29.0625rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHGPvVJ88REs8wVSD6X8rv6O3yTZovd { width:17.3125rem;height:3.8125rem;top:36.950961503906rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfbap4dThsODBLfyLXJKbRp3T7Ot5Rrr { display:block; }
 }@media only screen and (max-width: 763px) { #aU31oiHmCfNSF1cu8XVt3Bd5yqnLd0d9 { width:1.875rem;height:1.31185rem;top:38.200956344604rem;left:15.498048126697rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDr65y9lT2ThlTHDTMiGAhNET7dNF8aM { width:12.686625rem;height:14.874125rem;top:42.012805938721rem;left:3.6555989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv { display:block; }#DRswFDp1MnvCyCFtCCL7hoV5Q63XZaIv > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3LtXcW66lF2NhsdIggITes6uzr04Ea2 { width:13.4375rem;height:1.2999125rem;top:1.875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPJV7X10r2m9gWfzl8tEWzPLOylnsWpg { width:1.5625rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHFb6XPa8dSgoVTukpTlNheyTQ7JsOFU { width:12.6248125rem;height:1.2999125rem;top:4.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVlMQdBy6mKeH4F5WWIiPONWiAvA2DIU { width:1.5625rem;height:1.49956875rem;top:4.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPsdnQzP2ExNQSPgta4qhFnABQlHTET { width:20rem;height:2.599825rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRiH3WDziuaWiG6Ky2xIoWVMElXUTip8 { width:1.43663125rem;height:1.43663125rem;top:7.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D { display:block; }#yDIdUc3TmPSTZD3cbECqTBlaU906gZ5D > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKJMuWprpJxnve7Ja4EanV5TzG4GXseT { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d { width:20rem;height:18.8974375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }#kVD08SDFpF2N4Lp93K64zNEuAxVrUv6d li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7a1bbc38-825c-4495-b380-e03d98af2f46/check.png); }
 }@media only screen and (max-width: 763px) { #DG80JcnT2qu6oT8iX0TEDOcz0MN6nSIw { width:19.874125rem;height:3.81185rem;top:26.375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVZbSxbnyI8lBlToX2oJ4JRtbTDahRsW { display:block; }
 }@media only screen and (max-width: 763px) { #SW2taB5UdEpuQHfE4pmSZTTtE6CIXzTF { width:1.875rem;height:1.3125rem;top:27.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLLRJk0zZZeVBl5ZDpisWcXoWQqMVLJz { width:6.25rem;height:6.25rem;top:31.436525rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 { display:block; }#h3xAsWZe8DbfUB4fZiyqoKORyFD743U8 > .row .container { width:20rem;height:208.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.adaptive-delivery-prevent-bg, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyload, #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-button.lazyloading { background-image: none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:first-of-type{padding-top:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .widget-container:last-of-type{padding-bottom:0;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4  { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:136.375rem;left:-0.0625rem; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 {display:block;}#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:136.375rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss {  }
#TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fMC2P1K21s7mtq2G6qN1RMJaIGpUTAss .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #sdkbeMSvJk8JFcdZZTcmk1NrJeHbM1tP { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #T8SDPwTSk4z63CmLTaEs8TTfmKdqwUTT { z-index:2; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JDy4DJSmCNfGHqaTCT3yN6qe8oBBkerZ {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Kwhb6EIyZO4beua64bFScIBXfQZwTCGT { z-index:2; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #tWFOdZWZgPD9Szwigqc8ORGh52BDWus6 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uzC3KFTiaCc1KDSmhs37PLysbaIg2VSN {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #O6qTNfwgXJt4qoQrdwwpa8pmqfPrFMQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #OJIb1SRUDkz0trhMBq5AXm1iuWkhCTZX {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #HIALmnBHTItoV9mJNpZ8e7i3RJNQf5lZ {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ni8mEgyi0JFlIgfDTuS8moxiWMprQgLS { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lCwiig8F9g8JWmVCFMnLWcAxG1bhFfa2 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #vlrONKdhUXu9mEVuXCfy72HeNeTQTRnH {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hdZx9e9FZKuPFmO4GT9ir6SJmQ8s8Ame { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zVEkTv3ONpuoLF9W79f87kJ1y7GEdG8V {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wTSlfqA3soRy2lCOwMZQKpVuOUoDAMu6 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xn25GBV5ggK2SDAxfFDyMH6haCWusfx6 { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #qar9U0AiiwTm0tL5JtXPI6NH7g7FQq2Q {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #a3ZQy3y3MF7mh0QZR1PLoy6t9HrvHHop {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #NdPDXtFHRLTPi9IkhFETmvR3yAOOX3Ab { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ET4wLTThkQRluwehrEQFvog8fFHy6EMw {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QlvCMu0sD4vPzVtmGfSQZegDTE44T2Ei {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pKKOEfdi17X1gvrT3HmPaTzqt5xlgM38 { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #S1g4dIRGDFti63WW3PIoknVD2PRdxhGZ {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zGBH6gtDWkqTkxvtJy0nhruBJvC2GKkC {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CTtIeFPB4G1CT0iKTbMl77F9aPJCAH9L { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #QRLJys4CFbM5XphlVTEChtUVCS9s29Cx {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #GbOZTGsDMUcm37uFMOsTLm1rDEIHXUyz {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hONBzSlg2axQXwuu8PAQZL9nuh29wLKs { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kmM2JiPE7sW8zcGFeM3o12oJgL9ghbbr {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yMAr0l2vWQvf3DNQgsg0hclyGnDlCCeg {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #rVnqQMATtn3OrInz6R2aWKV2kqBgTMb3 { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Ee0adUqGD7Affh5LOTygOeLmGvsSGaRK {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #m61RHLEqtkm3TsqEcEUVqWsRmDZoouS0 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #lUDfziUPff3iaWNkW5UNaMXoSLBvXN5k { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PCwktDOo1CvqkGkM6Bg0PwTxOtyXQtzZ {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #wUpiecUbSOE7HtQHcN9I560DqXUBO0v0 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kZis1rgdANV3KStd0uF85HGR1tH56GKC { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UFhiqcMnUp25C8X2XmuZbXaK64TwA1er {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DEbOBSTTxkkuxodZcBEDatvyV7kILo6o {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VqCRLynHBsWAQSxKy6vGhOSUX870n7a2 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Wg9PLfqUX13iR6TlBLIuoNyEAQyFwWqK {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #nGNzCTuoEWGikTPwlSZy7H1l7BEEl2r2 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #DMlgMGXkiaroP7JOKdLrtHhxGOQFs7AQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #hXzFfNJ7pd8rurVXbrTTsWz0oLZvI9h7 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PqMqIKh29L3pnaAAAxKGm9dImqdxOQoh {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kQZsTcO85Kh0PFB3xOcxB37y4mKTxU2Q { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZCdBXK8vEaus9x3WtJo8ycaI1rEdTgad {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yJBBF7frovSkE3y6xrF9I3KyGUnHD3yv {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #uQc0NuQ7SHeBKuGJ0lELRi7t7xXogRsg { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #SvcQR8OcKT0a4qbcXlEeEQ7bKiyKqI8r {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #doTDntTpXThNi9bRenwZZaTzdPET7TgT {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #PGTQ3SZp2URGykVR6STASbsGFZckBVTW { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #Rkqq87ehPksSsqTUpWaD5eoSMB7K7svw {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #VrXOhXF0pTAsxT0TP4nI96TdlRJkmckp {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #pm8X0yv6abOV9cBfIZROUTBLSk6qTenZ { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZOTm1NSOGqIh1J94yZfNvCXb3IKAF3fC {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #RoVEwML4LPXDqZhmA00SPPAcWRTzJbWk {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #yqS4hydxOsRsi27cLR9gxKVINID8qrhg { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #BWT9Tb1aEJWeSxPm3CR0xflLOXzRZi4t {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #X2mXw51kdM0fpOV6R1T6aUDTGUDNEVte {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #fepS6MyXr80LSy95LxZ0v13cagn0hnyJ { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #CZiEEhWM75BuhTGXEzlVkPcH62zVIBT1 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #L73hgRDs1VpTfuq5eT9K7CEGU6ObTIuv {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #xU3TPweIis0FdeIrUpS16TiUTD6RMdEO { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #h4AzAg1SIVbLNgSpbtT0zKsk2nc4XJMo {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #UGrVkxfQq6G6kyvbPM3dhuLFPqo971Ri {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #oIhXO1ovpTw8egyUTI0THJInJRVxHE7A { z-index:2; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZmM6QLAEixIbPXBqW6oLkKzLzwLeIk38 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #zfo87rZzVAZRFGU9hgFqFaBBs9ckTAfb {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #KW0TCtwhU8naLoN6yTfCSOPPAoQiHiyD { z-index:2; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #JX0SuTabnvJvtZSaD6WiBTBWbzco1JeF {  }
 }@media only screen and (max-width: 763px) { #iczChLEnJdopVRp1qTuoeA7TlN2ZEIrv { display:block; }
 }@media only screen and (max-width: 763px) { #Xmeu8THTuxhBSFGlEXrmQEmALGJB70fP { display:block; }
 }@media only screen and (max-width: 763px) { #AVWKMeGdCdXcXOu64CbmafETtwpDlOFh { display:block; }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #kV3U2PzrwkbXrH8WOMN999Ae5deMFTN0 {  }
 }@media only screen and (max-width: 763px) { #TQPUp0orETEMZgQ7B5h0oz9b5TAW7Wq4 #ZQmW8vCkJT8AWxSKTv4cJrETwEUP56c5 {  }
 }@media only screen and (max-width: 763px) { #ICeiRT6ErIngxDaQkQZM7mkbrdd34c3T { width:17.9375rem;height:5.2rem;top:1.875rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LW95HbDy9rcfprN4nfAJyT5E0BoqO91v { width:20rem;height:48rem;top:8.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPIUWDeCkURhyA7rP9Io4EFyoktkawsR { width:19rem;height:14.77734375rem;top:13.21875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsBk5f3KcLPaT7HiMTfhsI3wWV09tExX { width:15.9375rem;height:4.8984375rem;top:31.6875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJhS86PMo8E2VIgX7xGsyMsf7kzVwUQi { width:1rem;height:1rem;top:31.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op3weU6zkEOWP9hpxHblvcmh0QJ0b1RO { width:15.875rem;height:6.12305rem;top:37.375rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ob8KN1pGTeJk1QCbSnkgnqagSoHXv7SA { width:1rem;height:1rem;top:37.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMFxdzuu7KPHCc0TEDOC7Rh3FmM1yXzZ { width:12.5rem;height:1.1375rem;top:45.1875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xndkb7JK8wk6JrfDutSBcmTefLUukhay { width:1.25rem;height:1.25rem;top:48.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgJwJZiRpOeuoQbAattGnKTaqAltgKId { width:1.25rem;height:1.25rem;top:45.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEgRU8anvTPIiEXZv0X0H0UMOlLAOVwx { width:20rem;height:74.375rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibs88Q4SFcUQACC5ygMgB9H6QN3WUsFu { width:20rem;height:14.69533125rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGwhJG1iivyV7kT18Pia5BR0Er4DNHZ1 { width:15.0625rem;height:1.1375rem;top:48.25rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmOUF8IidA2MZ3OSMll9amGb7PHINci3 { width:17rem;height:17.1445125rem;top:93.3125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZSunWhMOz0gAUVutrVf0PpR6vnvfevR { width:1rem;height:1rem;top:93.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Owbg0CLlHltpt4PyW5chCpbXPL88gt { width:20rem;height:28.16601875rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPkKUWN7b1ZrefzdEzNC1MM5CUBcBo2L { width:18.5625rem;height:15.9140625rem;top:13.21875rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyNECZiTgyQoytln690TNcDoVV2oXfOy { width:14.625rem;height:3.25rem;top:8.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZ8n10VT6yNRVPHzNCugnRGfBgG4hdR { width:12.5rem;height:1.3rem;top:9.375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtPoVr3ZNX7gxyTMrzDFadf2UqnowalA { width:15.125rem;height:3.41015625rem;top:51.625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyaQemy2apNxaUpw4PgkLms2U14W8pXl { width:1.625rem;height:1.625rem;top:51.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlhv6fXwr5f9g3boX3GyDMDUPykolpWM { width:20rem;height:3.25rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqb8ZHs5qh1KcXL0yQXVx5Tv4tZEN9o { width:14.5rem;height:2.2734375rem;top:59rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3vnIIQU611S6Ik0mVdJommqkgoFD3aC { width:15.0625rem;height:1.1375rem;top:123.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkXPRKuzFT6bIGz0dufExa7NwsT1K7VL { width:2.5rem;height:2.5rem;top:119.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0hJHttEarJVoD1KPNPfnB5BuGhNk2ke { width:7.125rem;height:1.1375rem;top:117.5rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QsTDaGaPkznNRwULXe8wO4SVCDOLy7g3 { width:2.5rem;height:2.5rem;top:113.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEdPq9iJcrR7WPRTd8ballRamV9CrGv3 { width:1.625rem;height:1.625rem;top:125.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQzlBHhbcpcDKyBPEAyGV6RwJ62Mxz9 { width:12.25rem;height:2.2734375rem;top:128.75rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsSEUHrndi1Swe7JnPDNw0Zb7CBXGmAE { width:20rem;height:14.77734375rem;top:63.1455078125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #GnFzTEJQ8tfmZNEk9LezOyMobfShBR63 { width:20rem;height:28.16601875rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:13.125rem;height:2.1875rem;top:1.8109817504882rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:6.8109855651856rem;left:0rem;font-size:0.75rem;display:block; }
 }