.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e1e1;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container { background-color: transparent; background-image: none; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container > .video-iframe-container { display: none; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row > .video-iframe-container { display: none; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .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); }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container { border-width: 0; border-radius: 0; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SDMZ76gE8g46e0s9gqaZzaLFP31aBgtD { background-color:#e1e92f;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:#00144e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.78125rem;left:60.4375rem;display:block; }
#oRDaCwUKzhHXaPOznFmeuIpT78EWgkOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCoeSLgim43DluAfGrkEOM7wXH5USUtw { 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:4.1875rem;width:12.1875rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#MFTgEXCMZBcfKPoxQkM1FuXc0bCNnEDC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.78125rem;left:13.5927734375rem;display:block; }
#ExPwfvERllncN5CZoQewF34cLdLMuhOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIgF5pi0OmHESNZ5P8kXXWdyeTOZBysz { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:1.25rem;left:12.718749046326rem;display:block; }
#UmHlPrGqIouh6300DHvN6PLPz8BsFS2n { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:45.162109375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq { position:relative;display:block; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq { background-color: transparent; background-image: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container > .video-iframe-container { display: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row > .video-iframe-container { display: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .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); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq { border-width: 0; border-radius: 0; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .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; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .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: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; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq { position:relative;display:none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq { border-width: 0; border-radius: 0; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .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; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .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.75rem;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:none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00144e;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; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { background-color: transparent; background-image: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container > .video-iframe-container { display: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row > .video-iframe-container { display: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .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); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { border-width: 0; border-radius: 0; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#C2oEXbraif2vs5pZCJZBMFHNR4XcCLBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.625rem;left:53.125rem;display:none; }
#TsEWABucbtyVxDMW0oliiTLGPGEWSag7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:63.4375rem;display:none; }
#SPnsZxc8T98JTAhTGx4LpGQxUGqHg47q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:55.6875rem;height:1.2999125rem;display:none; }
#cU7KN1pt9okueQaeJaPmuQM7JmyTJOr5 { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:66.4375rem;height:1.2999125rem;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-form-header {  }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:25.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:.8; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.3; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.3; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e1e92f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#00144e;width:25.5625rem;height:3.4375rem;font-family:lato;overflow:hidden;box-shadow: none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#312e2e;vertical-align:top;width:24.3125rem;overflow:hidden;font-style:normal; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.7; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-container:first-of-type{padding-top:0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-container:last-of-type{padding-bottom:0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.21875rem;top:4.5rem;z-index:15018;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem;display:block;vertical-align:top; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5625rem;line-height:1.3;font-weight:400;color:#72767b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq {display:block;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.21875rem;top:4.5rem;z-index:15018;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #DAnfIiwPTgQOCntFQyvnJFf7FOfv8bW4 { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PH0CcVirtMQdBs6WJd6kspAgsfrAg9gN { position:relative;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #K1M6O3sfKsMFVfpkgTir2xwPJpAIweNS { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ctTscaIxrKVq0f7sWs7T1KVq0SydHr0M { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #usR96HU6BwJPAg5wxZGV9MMCZtLLI4wv { position:relative;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PCCX7AhgmTUGwGvr3q8ZssDeredqUX9y { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ereyNtTSpRPw8TAFCPPQdq8G9k37gkAB { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #CgHTrH65hQ78A4rNpDPqdceJ64S4oDa3 { position:relative;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #WfMItK6uSaA8u1AUdFFc8L999t0e0lOT { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #z204omrabWJDSOQnd1zSlk7M9U0R0KV5 { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #gMvrkwU6no7o3xyTxEVWWXb0BVypSURM { position:relative;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iOFKIbPEGVF05ktFimQU4dwTHgK4g2kO { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #VBhtEBbhypJTaXU2H5vdvtKmuLctE1qm { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #bpQwhmevaDwkmR4kbmhR5K1AmimKwXpz { position:relative;display:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #rPTLC9KUfEQqEIZG4r8y4z3rEr6yJCpn { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u .container-column{width:50%;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eyVBNqJHXmqFndMGfh17SoLbm14fzXRS { position:relative;display:block; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #dNKaW25DGniGVfdzWPq9btrA0yKmro1i { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ChQLHRDhR4Mxx1yRy4mv144N6hi7Xxec { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #vf4b78iySy4a8wWQckWTsQwPZrZkNVlx { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #isT69TKe5R0u5KhDBDm0PtLUKMz7hbc8 { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PtPzt2dl3NVnHLulpEzCgZUNbP4AXMho { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eCzfbnT3w2Gim4kUbpQ3usTgeoJOiTwZ { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BqT3F1aGeA5z5t8s1v3wrvDIELQElv8J { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TweZTS0oQvNFhWUeSWNhAPJaRQXkfVL1 { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TdXvewD5OzAogH5QzMRnDGyWFxx2ZTEu { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #fvEZK5bxbZ2g8ATisTnrXsBDTkVwzplQ { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #MNLA7D4cHvd2melwBu8x0K4Etcp2WnZe { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #LM74vzDehHsLskIxq53LPG5bl0DfhRdG { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BO2IDvrTZnK3vLEUrhHV8cOVHAypgqoQ { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #wzqMI1NvG0T07ni2ZZzq2qKpGpcixSOH { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #tCU9R7PCDEnox8ixsLsEmMplk0JAt8P6 { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #JAlBITJlmR0mdwHCBp3wrPWi6Kx2eebX { position:relative;z-index:2; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iXihSeZ9eUa0dCuwMmXPNaz612sLTUsH { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #mE2b6VOxLZrPpnzTCk8bieUi4v7HRZsF { position:relative;display:block;z-index:15000; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #FhCTWBPO0EdSlzJglqhdkAGqaQzs3kqs { position:relative;display:block;z-index:15000; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ymTiF2TaIu5hSNwFXUB07RgWfxXTD30Q { position:relative; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #db1rTt0Ap2ilW4Lg4zOCBfvLF1e2idpZ { position:relative; }
#qEfOPR5tIFQrraTtfcnv944eoPU7k7cI { color:#00144e;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0625rem;left:43.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTa4qu8n14kAo54zF51ftB3KsOf81OZp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#twVSaL8sFyueIFFub192FnQ4ApikAObs { box-sizing:content-box;height:35.875rem;width:28.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.0625rem;left:41.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e92f;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; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container { background-color: transparent; background-image: none; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container > .video-iframe-container { display: none; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row > .video-iframe-container { display: none; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .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); }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container { border-width: 0; border-radius: 0; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#OLSagRiRSWGEuN2dQIm0go0zKzh1Qo9e { color:#00144e;display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.78125rem;height:3.736325rem;font-style:normal;display:block; }
#ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.8125rem;height:4.525rem;display:block; }#ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25c72e8dd06eee28e700bd4ca6053fa74a5aeb9a.svg); }
#mruqiSRH2R923eJZ4FzFktyWPhQitG3w { color:#000000;display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.8125rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NFTS8PzP2KT3FgaNom6tvDxFGPOk2z0p { color:#000000;display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:3.8125rem;height:1.3rem;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; }
#tEFKx7RVtdo0JlbH9sKkXuR3MezDSmWE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.5625rem;width:33.125rem;top:3.375rem;left:39.6875rem;display:block; }
#C3vt4ktZRTttKM0vwTHs7oACBxHRnqEC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh { position:relative;display:block; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh { background-color: transparent; background-image: none; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row .container > .video-iframe-container { display: none; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row > .video-iframe-container { display: none; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .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); }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh { border-width: 0; border-radius: 0; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .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; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .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:56.75rem;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; }#PqGZEzJPnVHwJutSqNC6LlPqdbpwJsTm { color:#070707;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:2.0625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#GTZ7gRiJgChxsHLepsDTHcGR6v1Z7VN4 { color:#070707;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:27.125000953674rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#STVOfCd2ARBD86uaVfTCzZcUKLOZ5A3e { color:#070707;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:52.062500953674rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#DaN9nfLpM8OMI4q1x5MZwHShJBbbbDeV { color:#252525;display:block;width:23.8125rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:24.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmVtodV6VnK2smfVbALLIwQhoPiFScbI { box-sizing:content-box;height:39.875rem;width:23.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:16.8125rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(4,25,46,0.1) ;display:block; }
#qOBnkCk94TgAx9cJ2THF10PJsSmksy7M { color:#070707;display:block;width:20.875rem;position:absolute;font-family:"lato black";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:2.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCt9L9bWIq1c8ac6gftTtDuQ627XDPvT { color:#070707;display:block;width:20.875rem;position:absolute;font-family:"lato black";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.0625rem;left:27.062500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTgrdkFtupXh7zlEQ0AlRuiLL0A1DUvB { color:#070707;display:block;width:20.875rem;position:absolute;font-family:"lato black";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21rem;left:52.062500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SihEnWJUKIxfXeH38SkEORVW0x33x5Fb { box-sizing:content-box;height:39.875rem;width:23.9375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:16.8125rem;left:25.562500953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(4,25,46,0.1) ;display:block; }
#WozLzPUpbArPKDtUike2aggQyDzAeyRT { box-sizing:content-box;height:39.875rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.8125rem;left:50.562500953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(4,25,46,0.1) ;display:block; }
#t8wA183gKXWfmqgvBVEkab7mcyJh9Bgk { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#00144e;background-image:none;top:14.4375rem;left:2.0625rem;display:block; }
#dZzepcglwbnJW8zBe5v5QkzgWcg4DGAU { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#00144e;background-image:none;top:14.4375rem;left:27.125000953674rem;display:block; }
#ESM6bRw4VI72ev7l6Z8VLMTUDSb4Wz0R { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#00144e;background-image:none;top:14.4375rem;left:52.062500953674rem;display:block; }
#WcPObIgC722pWl6SwMvyRfwWVFVwbuNZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.34375rem;left:2.96875rem; }
#wCBAq2ihSzsGuA8iMw8rHuqTiREUXWQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.34375rem;left:28.031250953674rem; }
#hD44wCZKRLlTcSJHuAeqVoQ0cozpN1eP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15.34375rem;left:52.968750953674rem; }
#VtJbJDaVgllSwrFW535eEl3qXUl8WM3D { box-sizing:content-box;height:0.5rem;width:7.125rem;position:absolute;display:block;z-index:15029;background-color:#e1e92f;background-image:none;top:7.75rem;left:33.21875rem;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; }
#BS8tmvF4GFpQJBAdlZrZUMeQ0sCDXNTv { 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:28rem;width:20.8125rem;top:28.75rem;left:1.84375rem;overflow:hidden;display:block; }
#BiLXgvH37TUdtEtk89TCyiTTkG6rdQdf { position:absolute;display:block;z-index:15031;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:28rem;width:20.8125rem;top:28.75rem;left:27.093750953674rem;overflow:hidden;display:block; }
#rnU78neVBp21yo4sxIBNQWSsVeNO4zRU { 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:28rem;width:20.8125rem;top:28.75rem;left:51.906250953674rem;overflow:hidden;display:block; }
#WkSI6gg3DxlHqK66nLeH44zpkVimS6xw { color:#666666;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oucvkOkubwvqyh93sIqQkZNNnyqol7ku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e92f;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; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container { background-color: transparent; background-image: none; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container > .video-iframe-container { display: none; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row > .video-iframe-container { display: none; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .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); }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container { border-width: 0; border-radius: 0; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#CUf6mNFcx19T9UePhZLT08ZiuT3ndNPC { color:#00144e;display:block;width:49.75rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:12.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00144e;background-image:url("https://images.assets-landingi.com/uc/6e9d37c7-fffc-4a64-aca4-dd6893239405/babkaztelefonem_nowa_aplikacja1.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa.adaptive-delivery-prevent-bg, #pG6thThqHxvVdbBMAW2IKctupxpzM0Xa.lazyload, #pG6thThqHxvVdbBMAW2IKctupxpzM0Xa.lazyloading { background-image: none; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa > .row .container { border-width: 0; border-radius: 0; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#pKLy0s9kfD7vfCgPGSoensCnOCRCh5dN { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:14.6875rem;left:9.4365234375rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dxcJf1G0T6nIX6KDTlCtU4q85kOgd1hC { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:23.5rem;left:9.4374990463256rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xq3sVLONEJ6s1noB9hKzaVOMb7Q3MADS { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:31.625rem;left:9.4374990463256rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOdpGtBkeFNEi7IASumBNfTIueQK8STf { color:#ffffff;display:block;width:22.746125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:39.875rem;left:9.4365234375rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f18UuaNPrHwttBki9CIexryanow59rX9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.6875rem;left:3.75rem; }
#nkFb5MP4d8O7Cz3lrmKZPwMF1ky09KUV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.66015625rem;left:3.40625rem; }
#yphkqcm0WSFz26mZWUQnyFnBFhvwnnsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.625rem;left:3.78125rem; }
#gxWrVooOawtBT9G7KyTWvFbHeyEzpRbK { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:3.9365234375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNBXEcBsFTnI5h3sHqlhP3QM5TUKyi7u { box-sizing:content-box;height:0.5rem;width:7.125rem;position:absolute;display:block;z-index:15029;background-color:#e1e92f;background-image:none;top:10.6875rem;left:3.75rem;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; }
#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.63);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; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container { background-color: transparent; background-image: none; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container > .video-iframe-container { display: none; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row > .video-iframe-container { display: none; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .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); }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container { border-width: 0; border-radius: 0; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#AQ3K6Oqb5p6tqNKUOGXgEWPue8D7MKin { color:#000000;display:block;width:17.3115rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.8125rem;left:53.8427734375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#PPtouGFk7z95CXWhI3fRoz1u84IHplI2 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1865234375rem;left:53.8427734375rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#ec8kL4JPEWmr6OnsDJB2329rSsyTr59c { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:3.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#mau46x5FpdrHKfNyvE1BEc4LEIWzI5RD { color:#212121;display:block;width:75rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaaqCHz6OgOstQkQVIcv08nO8qE4c2mc { color:#000000;display:block;width:17.3115rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.8427734375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#kN3fei3REt8UEImd1kRTEvIyvhQyAHUm { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.1875rem;left:28.28125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#QWLvqf3ss2r9EWun0q5zZqUfNeiwMRIa { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.125rem;left:3.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#zNTyQcBPEIcVqQOXlsk7s7H8LkWOhMet { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.3125rem;top:13.4306640625rem;left:10.34375rem;overflow:hidden;display:block; }
#dDUinXknxTbeI3qtocZKU6kkiDhIFQce { 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:4.375rem;width:3.5rem;top:13.3681640625rem;left:60.5927734375rem;overflow:hidden;display:block; }
#gJ5CXLO0zLS6aRbQEn7dplV3GBmznTXy { 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:3.5rem;width:3.5rem;top:26.3935546875rem;left:10.4052734375rem;overflow:hidden;display:block; }
#iZIbzrhtL0Zx0244EFBcw229DZfOGULA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.0625rem;top:26.1748046875rem;left:35.2490234375rem;overflow:hidden;display:block; }
#KMr0TxHMXLSIM9BSNf5dcF1uKnQLE6gU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.3125rem;top:26.0498046875rem;left:60.34375rem;overflow:hidden;display:block; }
#bPM01x0M7kQH25Bc9RFTf9Loevri92RW { box-sizing:content-box;height:0.5rem;width:7.125rem;position:absolute;display:block;z-index:15030;background-color:#e1e92f;background-image:none;top:8.5rem;left:33.9375rem;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; }
#g46no4fIWcPV5GSwz4Kmwqz9WUDR3zXB { position:absolute;display:block;z-index:15031;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:4.4375rem;top:14.0244140625rem;left:35.0615234375rem;overflow:hidden;display:block; }
#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84cf6d69-59b3-4402-ba6f-712bc1517c26/tlopakiety3.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX.adaptive-delivery-prevent-bg, #xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX.lazyload, #xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX.lazyloading { background-image: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { background-color: transparent; background-image: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container > .video-iframe-container { display: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row > .video-iframe-container { display: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .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); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { border-width: 0; border-radius: 0; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#p71c9IHgXNzPkZrvoQiGETVSEnLAu64Q { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:31.8125rem;height:2.923825rem;font-style:normal;display:block; }
#ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB { color:#000000;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:31.8125rem;height:;font-style:normal;display:block; }#ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
#ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.8125rem;left:7.9375rem;height:10.973625rem;font-style:normal;display:block; }#ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
#vHbcIAuGPpGp6FAb3P22VX4c7opd3pQH { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.5rem;left:7.9375rem;height:2.923825rem;font-style:normal;display:block; }
#PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN { color:#000000;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.875rem;left:31.8125rem;height:10.973625rem;font-style:normal;display:block; }#PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
#ZmG4NmUMcWMd0yrUSOmeRl8v5RAU0ccm { color:#000000;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.5rem;left:31.8125rem;height:2.923825rem;font-style:normal;display:block; }
#U1S6zN5EO2T3PJG6BNMQvOnBE63kfJVZ { color:#00144e;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.75rem;height:5.6875rem;font-style:normal;display:block; }
#WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM { color:#000000;display:block;width:11.6230625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:8.125rem;height:9.3613125rem;font-style:normal;display:block; }#WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
#qGzqXlQOKgIXyey5iSH1HyhZMyrMV5Ka { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.25rem;left:8.125rem;height:2.923825rem;font-style:normal;display:block; }
#QTBspIKMPuWdLHxWJp86M5y6Ig5y4nDX { color:#00144e;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.8125rem;left:27.625rem;height:5.6875rem;font-style:normal;display:block; }
#oEyviTg7fwqQny6rGUesTTeEmprazCNQ { color:#00144e;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:32.125rem;left:3.75rem;height:5.6875rem;font-style:normal;display:block; }
#Tf5IuVdk22yywJOwJ1zPfdkbBvZJFZIO { color:#00144e;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:32.1875rem;left:27.625rem;height:5.6875rem;font-style:normal;display:block; }
#RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:53.9375rem;height:7.749rem;font-style:normal;display:block; }#RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
#mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:37.8125rem;left:53.9375rem;height:10.348625rem;font-style:normal;display:block; }#mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da9c93c95bed90513b3d13d18830ffcce2196877.svg); }
#TWEkEpWCWvMg25pBtPMZi3giNwDxeJx5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.25rem;height:2.923825rem;font-style:normal;display:block; }
#ww5mKM5ExvzUAWvJTmmy7oCzO2arJfLN { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34rem;left:53.8125rem;height:1.4625rem;font-style:normal;display:block; }
#bHkcqqxLqO2qopRxyDiwp1s8D9ndlcDy { color:#e1e92f;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32rem;left:49.625rem;height:5.6875rem;font-style:normal;display:block; }
#nmn4b7yin6900NKC3kSLF9QZ6XhelVJG { color:#00144e;display:block;width:2.5rem;position:absolute;font-family:"lato black";font-size:4.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.875rem;left:49.875rem;height:5.6875rem;font-style:normal;display:block; }
#MGP7QbOdLvbIiaNI6Nrw0uovoIU6FiD7 { box-sizing:content-box;height:19.125rem;width:24rem;position:absolute;display:block;z-index:15017;background-color:#00144e;background-image:none;top:31.3125rem;left:47.25rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vm6uVGv1Ru1QUNc2OIWJlAygTLWe40r1 { color:#212121;display:block;width:75rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrkJZftUUBxWBmP7ByvsWT40VqXNwb8h { box-sizing:content-box;height:0.5rem;width:7.125rem;position:absolute;display:block;z-index:15028;background-color:#e1e92f;background-image:none;top:9.1875rem;left:34.0625rem;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; }
#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.89);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; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { background-color: transparent; background-image: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container > .video-iframe-container { display: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row > .video-iframe-container { display: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .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); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { border-width: 0; border-radius: 0; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#HJzhiAytXXqInxyJ9zds1NJmnVLKEvmC { box-sizing:content-box;height:15.4375rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.7802734375rem;left:50.3115234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,20,78,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BTbKdmUQhi6wZGVMxHlo4KbuBnrCFn95 { color:#666666;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0623207092288rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVQe3JkNhuTuCytfAtytZW9pkmpVTq8e { color:#212121;display:block;width:75rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4QdPuZciCZerkLvxx3LOx40ul4p2u3s { color:#252525;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.749289035797rem;left:4.3750009536743rem;height:4.3857375rem;font-style:normal;display:block; }
#QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:19.2470703125rem;left:52.5615234375rem;height:;font-style:normal;display:block; }#QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW li:before{  }
#s4hFhHTgzNTGHnw1xAge0p2Lila9ftJm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5625rem;top:14.1865234375rem;left:52.3720703125rem;overflow:hidden;display:block; }
#RaPiVK1U4PuU9m0kv0K14xXwukcoMKqJ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"lato black";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:15.185546875rem;left:57.2490234375rem;height:1.8rem;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; }
#cd5XpaI73V9eKEvU4RhP9ttLmOD7pqKC { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:17.99858045578rem;left:26.936791419983rem;display:none; }
#lVee7Kip2GiheHv35zff6HbHT48Wxpdw { box-sizing:content-box;height:15.4375rem;width:21.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:12.8095703125rem;left:25.310546875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,20,78,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C4dB26QauNFkPMLrf4QbODdvei8Dz8sX { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:19.2470703125rem;left:27.4990234375rem;height:;font-style:normal;display:block; }#C4dB26QauNFkPMLrf4QbODdvei8Dz8sX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C4dB26QauNFkPMLrf4QbODdvei8Dz8sX li:before{  }
#unN0V0huKGkgn6xniWine1B2Fi5wJBrO { box-sizing:content-box;height:0.062144875rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:17.99858045578rem;left:51.873579978943rem;display:none; }
#R22Bnh83Z2sA7k0M50kVl39HVsP4LJwf { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"lato black";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:15.185546875rem;left:32.1865234375rem;height:1.8rem;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; }
#MUXKhP2OG2IgzgTgUALxTexAKyB5QHHb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5rem;top:14.1865234375rem;left:27.435546875rem;overflow:hidden;display:block; }
#iBBgTDcO3UgAeZ8sqdzkShBe9UJpw5Fa { box-sizing:content-box;height:0.5rem;width:7.5rem;position:absolute;display:block;z-index:15026;background-color:#e1e92f;background-image:none;top:13.4990234375rem;left:4.375rem;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; }
#nUK70Rkimz0GeQ99rb53K0lfOxwg12eW { box-sizing:content-box;height:10.5rem;width:21.875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:30.561965942382rem;left:25.312499046326rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,20,78,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:37.249643325806rem;left:27.56214427948rem;height:;font-style:normal;display:block; }#kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq li:before{  }
#cgsvC2elwGaWG4Tv2pLEAiyTzeCBr7aN { color:#252525;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.437498092651rem;left:4.3750009536743rem;height:2.923825rem;font-style:normal;display:block; }
#o6JM4SZoyh6zk82r81IfMJOhX0aS8Nh4 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:35.812320709229rem;left:26.874999046326rem;display:none; }
#KGPmr5ASV4E4ylAWyrepyQMxvFFKSwAO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:31.936248779297rem;left:27.373934745789rem;overflow:hidden;display:block; }
#HuMhtMVbpTank1GUO4KrXiaNB8HG70pS { color:#000000;display:block;width:9.8748125rem;position:absolute;font-family:"lato black";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:32.936782836914rem;left:32.24964427948rem;height:1.8rem;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; }
#S5OR2pxv9xln9tsRPSK3M0SiAnM5Tia5 { box-sizing:content-box;height:10.5rem;width:21.875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:30.561965942382rem;left:50.312495231628rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,20,78,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AiwwopoSqgSG3eTdXNpdXpppi22go7LH { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:35.812320709229rem;left:51.874995231628rem;display:none; }
#uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:37.249643325806rem;left:52.56214427948rem;height:;font-style:normal;display:block; }#uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ li:before{  }
#npRN6myqgCZmQ3pu3aoyGVuO85gKnNzS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:31.936248779297rem;left:52.373934745789rem;overflow:hidden;display:block; }
#rzT20T79XlkvBRgdX9Xx4Nw2X22Zg9lo { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"lato black";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:32.936782836914rem;left:57.186610221863rem;height:1.8rem;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; }
#gemE06pqqmN9dJOoxMK6uc9ovq8KDN08 { box-sizing:content-box;height:0.5rem;width:7.5rem;position:absolute;display:block;z-index:15038;background-color:#e1e92f;background-image:none;top:31.186965942382rem;left:4.3750009536743rem;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; }
#sIsDfksVtbR3nWF8OQnAt9KOTq7t4mCc { box-sizing:content-box;height:14.25rem;width:21.875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:43.437141418457rem;left:25.37464427948rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,20,78,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bFFV3cReGFaggr1g64g6LVfusdot0QE8 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:50.312141418457rem;left:27.499999046326rem;height:;font-style:normal;display:block; }#bFFV3cReGFaggr1g64g6LVfusdot0QE8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bFFV3cReGFaggr1g64g6LVfusdot0QE8 li:before{  }
#g7TyoxREr9Tk0QG8vpXcOMEvLMwJpCqk { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:48.749641418457rem;left:26.874999046326rem;display:none; }
#BSdGoHL4X44ccpHlWmmeWip2gCU6k0da { position:absolute;display:block;z-index:15028;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.75rem;width:3.75rem;top:44.811782836914rem;left:27.436079978943rem;overflow:hidden;display:block; }
#oUULzTf4q5MXizT2zqIKO831TSsFPTiJ { color:#000000;display:block;width:9.8748125rem;position:absolute;font-family:"lato black";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:45.811424255371rem;left:32.24964427948rem;height:1.8rem;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; }
#XWNua2RliDHX2N9zxdvdBFLqkseofzQN { color:#252525;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:46.624286651611rem;left:4.5623216629028rem;height:2.923825rem;font-style:normal;display:block; }
#KC3uTCnuU50dJTvwdiDFtzCMdixlk1rl { box-sizing:content-box;height:0.5rem;width:7.5rem;position:absolute;display:block;z-index:15045;background-color:#e1e92f;background-image:none;top:44.374641418457rem;left:4.5623216629028rem;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; }
#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e92f;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; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container { background-color: transparent; background-image: none; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container > .video-iframe-container { display: none; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row > .video-iframe-container { display: none; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .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); }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container { border-width: 0; border-radius: 0; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#JrRpd0PoNd95nKUMCzD8BdnGw9LWyQxA { color:#212121;display:block;width:75rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.78125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGE9f6zWsTih6WQxasysDzrZQiStrfRS { position:relative;display:none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS { border-width: 0; border-radius: 0; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .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; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .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.75rem;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:none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/cb88c651-02b9-445c-986d-f26b318b2891/lpdrugietap3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U.adaptive-delivery-prevent-bg, #OESrMiQllyfyi4JF4XNzDrT30oD2fh0U.lazyload, #OESrMiQllyfyi4JF4XNzDrT30oD2fh0U.lazyloading { background-image: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { background-color: transparent; background-image: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container > .video-iframe-container { display: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row > .video-iframe-container { display: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .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); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { border-width: 0; border-radius: 0; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-form-header {  }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:25.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:.8; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.3; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.3; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e1e92f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#00144e;width:25.5625rem;height:3.4375rem;font-family:lato;overflow:hidden;box-shadow: none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#312e2e;vertical-align:top;width:24.3125rem;overflow:hidden;font-style:normal; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.7; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-container:first-of-type{padding-top:0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-container:last-of-type{padding-bottom:0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.21875rem;top:6.8212890625rem;z-index:15021;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem;display:block;vertical-align:top; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5625rem;line-height:1.3;font-weight:400;color:#72767b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 {display:block;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.21875rem;top:6.8212890625rem;z-index:15021;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #AB93U84XaBVsW4oC0dHVWk1q5BaxkA5g { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Qm9ieD8ZRvqx2RBGdwkueBaQ8cvFalPb { position:relative;display:none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F4oSdJv2P7GkeL2y62gnimWBT0K7CT6S { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #f848oHVdaUMLSPIJUizN349Q8vA5qMmt { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ikWZeSVpd5cxMIL2eMNAT6bNcQllOnis { position:relative;display:none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #eqQfsJl569GSBpPl0r13eq3hbzZ4DsUo { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yQzFnyL0gzbdAyy9JhtsUg3M61WQMZGM { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #m7QxRZARnETKyGFT2azaIPBq3v7hLkRA { position:relative;display:none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ltBGt0ofooxpCOTMGwTAVFT5FubmnO2Z { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yHLSZHmKpNtKAGfHmM6ql3ZpEbXBLHv7 { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #BNNhgAUN6eSgtoVkbCCbT8TtAkme1rv1 { position:relative;display:none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Xe1s4RTaUwpgD5aWEvP74erctKPsFBIT { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #davAUvT51ScaeUwRbDEvhTw427gwbxu5 { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #pRTfHIe2OioX7ZSMcXdcEBuvQJrChGCl { position:relative;display:none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #OvTsJ1ifvH5PBJEn1OZXyUI1xXEuBs9u { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp .container-column{width:50%;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ShTF2pKCIseZ1RATohCWJ43JOJAdsKRV { position:relative;display:block; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NfLCnXIgpAxa1PLpecFlmXDDRUSbqXqu { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #SvqHH0udlDWxnRvWiqBedVZmU3zC0SVd { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #UGsq1ZJT1D9JNJOC9pdD4MXTFxQg6OBV { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NnkvlpivcI6PLFhHtPlUSewUTyXPSAo7 { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZH0H0pw3rWIFGA5yxFUoOsWmQl8qHyxM { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #MNZU6y7fHNyywDBNm3vEVra9JK4M8tvl { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #aTtsoK2W8SAOlv3wHUhvx9BqTwKtB3ce { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #u9cEAHNe6Pe9vJT4I1zL7Gbe82VTCJFs { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F0pmdudP05BFJEtxeXEKrqrprf6Ev92s { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #GF8Pvkia8qHQisdv643qBkK1oEJi3Gf8 { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #X8r9gRXPg3AwyCkbT4OgPbxUTWqzvAh8 { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #FRKLLp4BFK2ffedr9pJPwoJ3b9hvb5tg { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #tsGAvU93NRlC1JOPTE2vcrNNS11is06V { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #DEhyBEeEzpIi6mUm7SC4tLul0M89PNuJ { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CgDTlcCE3Sa2NvQ9ANa587Qp8KxIf14w { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #h9fO0at3KIkGb4iFcU0aXGg7xsTeaAqW { position:relative;z-index:2; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Z9oyKnetglVvJwagTNChbTMd0s2kRqSC { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #KcyyKI4QHRnzHNPBsXk5WfQ2Oh4oau1p { position:relative;display:block;z-index:15000; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #bOOcK7aOgkuxyGukRFKhTDvHn3RMcGnn { position:relative;display:block;z-index:15000; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZXQ2AqD1TOEJcRnod8n4tUbxWheDBPPC { position:relative; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CwHvuVloOofwOuQoOiMi0fyqViHiBDin { position:relative; }
#HZslEzkzWwDnRNLPTG8Fyyi43kmm0CnT { color:#00144e;display:block;width:24.1855625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.8125rem;left:44.15625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJT2o4BtRUGbtILBKwTrbtT65oWiodwa { box-sizing:content-box;height:36.875rem;width:28.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.75rem;left:42rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.14) ;display:block; }
#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { position:relative;display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { background-color: transparent; background-image: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { border-width: 0; border-radius: 0; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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:6.25rem;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; }#bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.677734375rem;left:31.8125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { z-index:15003;top:2.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { z-index:15004;top:2.1875rem;left:9.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { color:#000000;display:block;width:6.06228125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6768684387207rem;left:56.310764312744rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { 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:2.0625rem;width:2.0625rem;top:2.0931015014649rem;left:62.893886566163rem;overflow:hidden;display:block; }
#u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { position:absolute;display:block;z-index:15008;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:2rem;width:2rem;top:2.125rem;left:65.5rem;overflow:hidden;display:block; }
#LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:68.25rem;overflow:hidden;display:block; }
#DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { 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:2rem;width:2rem;top:2.125rem;left:70.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW { display:block; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDMZ76gE8g46e0s9gqaZzaLFP31aBgtD { width:13.8125rem;height:3.4375rem;top:0.75rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDaCwUKzhHXaPOznFmeuIpT78EWgkOT { display:block; }
 }@media only screen and (max-width: 763px) { #kCoeSLgim43DluAfGrkEOM7wXH5USUtw { top:0.375rem;left:0rem;width:12.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTgEXCMZBcfKPoxQkM1FuXc0bCNnEDC { width:17.875rem;height:3.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPwfvERllncN5CZoQewF34cLdLMuhOs { display:block; }
 }@media only screen and (max-width: 763px) { #wIgF5pi0OmHESNZ5P8kXXWdyeTOZBysz { top:1.25rem;left:0rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmHlPrGqIouh6300DHvN6PLPz8BsFS2n { top:1.1875rem;left:31.537109375rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFWz3Of5dNAzUnGqmHLTES154tdIoQrq { display:none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpPlIEaCratIqyhkHNeONKQv4z8DQkxq { display:none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH { display:block; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2oEXbraif2vs5pZCJZBMFHNR4XcCLBP { top:0.625rem;left:32.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEWABucbtyVxDMW0oliiTLGPGEWSag7 { top:0.75rem;left:43rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPnsZxc8T98JTAhTGx4LpGQxUGqHg47q { top:1.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7KN1pt9okueQaeJaPmuQM7JmyTJOr5 { top:1.0625rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-regular-label { display:block;width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-checkbox-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq  { width:25.5625rem;height:31.0625rem;top:4.5rem;left:19.6875rem; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq {display:block;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq { width:25.5625rem;height:31.0625rem;top:4.5rem;left:19.6875rem; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #DAnfIiwPTgQOCntFQyvnJFf7FOfv8bW4 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PH0CcVirtMQdBs6WJd6kspAgsfrAg9gN { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #K1M6O3sfKsMFVfpkgTir2xwPJpAIweNS {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ctTscaIxrKVq0f7sWs7T1KVq0SydHr0M {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #usR96HU6BwJPAg5wxZGV9MMCZtLLI4wv { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PCCX7AhgmTUGwGvr3q8ZssDeredqUX9y {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ereyNtTSpRPw8TAFCPPQdq8G9k37gkAB {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #CgHTrH65hQ78A4rNpDPqdceJ64S4oDa3 { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #WfMItK6uSaA8u1AUdFFc8L999t0e0lOT {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #z204omrabWJDSOQnd1zSlk7M9U0R0KV5 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #gMvrkwU6no7o3xyTxEVWWXb0BVypSURM {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iOFKIbPEGVF05ktFimQU4dwTHgK4g2kO {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #VBhtEBbhypJTaXU2H5vdvtKmuLctE1qm {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #bpQwhmevaDwkmR4kbmhR5K1AmimKwXpz { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #rPTLC9KUfEQqEIZG4r8y4z3rEr6yJCpn {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u {  }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eyVBNqJHXmqFndMGfh17SoLbm14fzXRS { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #dNKaW25DGniGVfdzWPq9btrA0yKmro1i { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ChQLHRDhR4Mxx1yRy4mv144N6hi7Xxec {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #vf4b78iySy4a8wWQckWTsQwPZrZkNVlx { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #isT69TKe5R0u5KhDBDm0PtLUKMz7hbc8 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PtPzt2dl3NVnHLulpEzCgZUNbP4AXMho { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eCzfbnT3w2Gim4kUbpQ3usTgeoJOiTwZ {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BqT3F1aGeA5z5t8s1v3wrvDIELQElv8J { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TweZTS0oQvNFhWUeSWNhAPJaRQXkfVL1 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TdXvewD5OzAogH5QzMRnDGyWFxx2ZTEu {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #fvEZK5bxbZ2g8ATisTnrXsBDTkVwzplQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #MNLA7D4cHvd2melwBu8x0K4Etcp2WnZe {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #LM74vzDehHsLskIxq53LPG5bl0DfhRdG {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BO2IDvrTZnK3vLEUrhHV8cOVHAypgqoQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #wzqMI1NvG0T07ni2ZZzq2qKpGpcixSOH {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #tCU9R7PCDEnox8ixsLsEmMplk0JAt8P6 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #JAlBITJlmR0mdwHCBp3wrPWi6Kx2eebX { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iXihSeZ9eUa0dCuwMmXPNaz612sLTUsH {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #mE2b6VOxLZrPpnzTCk8bieUi4v7HRZsF {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #FhCTWBPO0EdSlzJglqhdkAGqaQzs3kqs {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ymTiF2TaIu5hSNwFXUB07RgWfxXTD30Q {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #db1rTt0Ap2ilW4Lg4zOCBfvLF1e2idpZ {  }
 }@media only screen and (max-width: 763px) { #qEfOPR5tIFQrraTtfcnv944eoPU7k7cI { top:3.0625rem;left:22.4375rem;width:25.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTa4qu8n14kAo54zF51ftB3KsOf81OZp { top:0rem;left:0rem;width:47.75rem;height:25.267708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVSaL8sFyueIFFub192FnQ4ApikAObs { top:2.0625rem;left:19.25rem;width:28.5rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd { display:block; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLSagRiRSWGEuN2dQIm0go0zKzh1Qo9e { top:3.375rem;left:0rem;width:24.1875rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl { top:11.1875rem;left:0rem;width:23.125rem;height:4.5rem;font-size:1rem;display:block; }#ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25c72e8dd06eee28e700bd4ca6053fa74a5aeb9a.svg); }
 }@media only screen and (max-width: 763px) { #mruqiSRH2R923eJZ4FzFktyWPhQitG3w { top:17.5rem;left:0rem;width:28rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTS8PzP2KT3FgaNom6tvDxFGPOk2z0p { top:8.5rem;left:0rem;width:28rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEFKx7RVtdo0JlbH9sKkXuR3MezDSmWE { width:33.125rem;height:17.5625rem;top:3.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3vt4ktZRTttKM0vwTHs7oACBxHRnqEC { display:none; }
 }@media only screen and (max-width: 763px) { #Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh { display:block; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqGZEzJPnVHwJutSqNC6LlPqdbpwJsTm { top:24rem;left:0rem;width:20.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ7gRiJgChxsHLepsDTHcGR6v1Z7VN4 { top:24.0625rem;left:11rem;width:20.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVOfCd2ARBD86uaVfTCzZcUKLOZ5A3e { top:23.9375rem;left:27.0625rem;width:20.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaN9nfLpM8OMI4q1x5MZwHShJBbbbDeV { top:3.875rem;left:0rem;width:23.8125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmVtodV6VnK2smfVbALLIwQhoPiFScbI { top:16.8125rem;left:0rem;width:23.9375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBnkCk94TgAx9cJ2THF10PJsSmksy7M { top:21rem;left:0rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCt9L9bWIq1c8ac6gftTtDuQ627XDPvT { top:21.0625rem;left:10.875rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTgrdkFtupXh7zlEQ0AlRuiLL0A1DUvB { top:21rem;left:26.75rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SihEnWJUKIxfXeH38SkEORVW0x33x5Fb { top:16.8125rem;left:7.8125rem;width:23.9375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WozLzPUpbArPKDtUike2aggQyDzAeyRT { top:16.8125rem;left:23.6875rem;width:23.9375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wA183gKXWfmqgvBVEkab7mcyJh9Bgk { top:14.4375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZzepcglwbnJW8zBe5v5QkzgWcg4DGAU { top:14.4375rem;left:15.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESM6bRw4VI72ev7l6Z8VLMTUDSb4Wz0R { top:14.4375rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcPObIgC722pWl6SwMvyRfwWVFVwbuNZ { top:15.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCBAq2ihSzsGuA8iMw8rHuqTiREUXWQz { top:15.3125rem;left:15.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD44wCZKRLlTcSJHuAeqVoQ0cozpN1eP { top:15.3125rem;left:31.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJbJDaVgllSwrFW535eEl3qXUl8WM3D { top:7.75rem;left:19.53125rem;width:7.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS8tmvF4GFpQJBAdlZrZUMeQ0sCDXNTv { top:28.75rem;left:0rem;width:20.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiLXgvH37TUdtEtk89TCyiTTkG6rdQdf { top:28.75rem;left:10.9375rem;width:20.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU78neVBp21yo4sxIBNQWSsVeNO4zRU { top:28.75rem;left:26.8125rem;width:20.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSI6gg3DxlHqK66nLeH44zpkVimS6xw { width:47.75rem;height:3.25rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oucvkOkubwvqyh93sIqQkZNNnyqol7ku { display:block; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUf6mNFcx19T9UePhZLT08ZiuT3ndNPC { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG6thThqHxvVdbBMAW2IKctupxpzM0Xa { display:block; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKLy0s9kfD7vfCgPGSoensCnOCRCh5dN { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxcJf1G0T6nIX6KDTlCtU4q85kOgd1hC { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3sVLONEJ6s1noB9hKzaVOMb7Q3MADS { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdpGtBkeFNEi7IASumBNfTIueQK8STf { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18UuaNPrHwttBki9CIexryanow59rX9 { top:14.6875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFb5MP4d8O7Cz3lrmKZPwMF1ky09KUV { top:23.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yphkqcm0WSFz26mZWUQnyFnBFhvwnnsT { top:31.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWrVooOawtBT9G7KyTWvFbHeyEzpRbK { top:3.875rem;left:0rem;width:31.1875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNBXEcBsFTnI5h3sHqlhP3QM5TUKyi7u { top:10.6875rem;left:0rem;width:7.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt { display:block; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ3K6Oqb5p6tqNKUOGXgEWPue8D7MKin { top:18.8125rem;left:30.375rem;width:17.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPtouGFk7z95CXWhI3fRoz1u84IHplI2 { top:31.125rem;left:30.375rem;width:16.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8kL4JPEWmr6OnsDJB2329rSsyTr59c { top:18.8125rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mau46x5FpdrHKfNyvE1BEc4LEIWzI5RD { width:47.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaaqCHz6OgOstQkQVIcv08nO8qE4c2mc { top:18.8125rem;left:14.5rem;width:17.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN3fei3REt8UEImd1kRTEvIyvhQyAHUm { top:31.1875rem;left:13.3125rem;width:18.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLvqf3ss2r9EWun0q5zZqUfNeiwMRIa { top:31.125rem;left:0rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTyQcBPEIcVqQOXlsk7s7H8LkWOhMet { top:13.375rem;left:5.78125rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUinXknxTbeI3qtocZKU6kkiDhIFQce { top:13.3125rem;left:37.7802734375rem;width:3.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5CXLO0zLS6aRbQEn7dplV3GBmznTXy { top:26.375rem;left:5.8427734375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZIbzrhtL0Zx0244EFBcw229DZfOGULA { top:26.125rem;left:21.5615234375rem;width:4.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMr0TxHMXLSIM9BSNf5dcF1uKnQLE6gU { top:26rem;left:37.53125rem;width:4.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPM01x0M7kQH25Bc9RFTf9Loevri92RW { top:8.5rem;left:20.25rem;width:7.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46no4fIWcPV5GSwz4Kmwqz9WUDR3zXB { top:14rem;left:21.3740234375rem;width:4.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX { display:block; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p71c9IHgXNzPkZrvoQiGETVSEnLAu64Q { top:14.25rem;left:9.0625rem;width:14.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB { top:18.6875rem;left:12.25rem;width:11.625rem;height:;font-size:1rem;display:block; }#ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc { top:37.8125rem;left:1.125rem;width:13.4375rem;height:10.9375rem;font-size:1rem;display:block; }#ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #vHbcIAuGPpGp6FAb3P22VX4c7opd3pQH { top:33.5rem;left:1.125rem;width:15.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN { top:37.875rem;left:12.25rem;width:11.625rem;height:10.9375rem;font-size:1rem;display:block; }#PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #ZmG4NmUMcWMd0yrUSOmeRl8v5RAU0ccm { top:33.5rem;left:10.5rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1S6zN5EO2T3PJG6BNMQvOnBE63kfJVZ { top:12.875rem;left:0rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM { top:18.3125rem;left:1.3125rem;width:11.5625rem;height:9.3125rem;font-size:1rem;display:block; }#WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #qGzqXlQOKgIXyey5iSH1HyhZMyrMV5Ka { top:14.25rem;left:1.3125rem;width:16rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBspIKMPuWdLHxWJp86M5y6Ig5y4nDX { top:12.8125rem;left:20.8125rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEyviTg7fwqQny6rGUesTTeEmprazCNQ { top:32.125rem;left:0rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5IuVdk22yywJOwJ1zPfdkbBvZJFZIO { top:32.1875rem;left:20.8125rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 { top:18.6875rem;left:33.5rem;width:13.6875rem;height:7.6875rem;font-size:1rem;display:block; }#RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa { top:37.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:1rem;display:block; }#mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da9c93c95bed90513b3d13d18830ffcce2196877.svg); }
 }@media only screen and (max-width: 763px) { #TWEkEpWCWvMg25pBtPMZi3giNwDxeJx5 { top:14.25rem;left:32.9375rem;width:14.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww5mKM5ExvzUAWvJTmmy7oCzO2arJfLN { top:34rem;left:33.375rem;width:13.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkcqqxLqO2qopRxyDiwp1s8D9ndlcDy { top:32rem;left:29.1875rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmn4b7yin6900NKC3kSLF9QZ6XhelVJG { top:12.875rem;left:29.4375rem;width:2.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGP7QbOdLvbIiaNI6Nrw0uovoIU6FiD7 { top:31.3125rem;left:23.75rem;width:24rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm6uVGv1Ru1QUNc2OIWJlAygTLWe40r1 { width:47.75rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrkJZftUUBxWBmP7ByvsWT40VqXNwb8h { top:9.1875rem;left:16.75rem;width:7.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d { display:block; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJzhiAytXXqInxyJ9zds1NJmnVLKEvmC { top:12.75rem;left:25.75rem;width:21.875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTbKdmUQhi6wZGVMxHlo4KbuBnrCFn95 { width:47.75rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQe3JkNhuTuCytfAtytZW9pkmpVTq8e { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4QdPuZciCZerkLvxx3LOx40ul4p2u3s { top:15.6875rem;left:0rem;width:17.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW { top:19.1875rem;left:29.3125rem;width:18.3125rem;height:;font-size:1rem;display:block; }#QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW li:before{  }
 }@media only screen and (max-width: 763px) { #s4hFhHTgzNTGHnw1xAge0p2Lila9ftJm { top:14.125rem;left:31.75rem;width:3.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPiVK1U4PuU9m0kv0K14xXwukcoMKqJ { top:15.125rem;left:34.4365234375rem;width:6.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5XpaI73V9eKEvU4RhP9ttLmOD7pqKC { top:17.9375rem;left:13rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lVee7Kip2GiheHv35zff6HbHT48Wxpdw { top:12.75rem;left:9.875rem;width:21.875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4dB26QauNFkPMLrf4QbODdvei8Dz8sX { top:19.1875rem;left:13.8125rem;width:17.9375rem;height:;font-size:1rem;display:block; }#C4dB26QauNFkPMLrf4QbODdvei8Dz8sX li:before{  }
 }@media only screen and (max-width: 763px) { #unN0V0huKGkgn6xniWine1B2Fi5wJBrO { top:17.9375rem;left:28.875rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R22Bnh83Z2sA7k0M50kVl39HVsP4LJwf { top:15.125rem;left:18.4990234375rem;width:9.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXKhP2OG2IgzgTgUALxTexAKyB5QHHb { top:14.125rem;left:15.875rem;width:3.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBBgTDcO3UgAeZ8sqdzkShBe9UJpw5Fa { top:13.4375rem;left:0rem;width:7.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUK70Rkimz0GeQ99rb53K0lfOxwg12eW { top:30.5rem;left:9.875rem;width:21.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq { top:37.1875rem;left:13.875rem;width:17.875rem;height:;font-size:1rem;display:block; }#kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq li:before{  }
 }@media only screen and (max-width: 763px) { #cgsvC2elwGaWG4Tv2pLEAiyTzeCBr7aN { top:33.375rem;left:0rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6JM4SZoyh6zk82r81IfMJOhX0aS8Nh4 { top:35.75rem;left:13rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGPmr5ASV4E4ylAWyrepyQMxvFFKSwAO { top:31.875rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMhtMVbpTank1GUO4KrXiaNB8HG70pS { top:32.875rem;left:18.56214427948rem;width:9.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5OR2pxv9xln9tsRPSK3M0SiAnM5Tia5 { top:30.5rem;left:25.75rem;width:21.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwwopoSqgSG3eTdXNpdXpppi22go7LH { top:35.75rem;left:28.875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ { top:37.1875rem;left:31.375rem;width:16.25rem;height:;font-size:1rem;display:block; }#uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ li:before{  }
 }@media only screen and (max-width: 763px) { #npRN6myqgCZmQ3pu3aoyGVuO85gKnNzS { top:31.875rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzT20T79XlkvBRgdX9Xx4Nw2X22Zg9lo { top:32.875rem;left:34.374110221863rem;width:9.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemE06pqqmN9dJOoxMK6uc9ovq8KDN08 { top:31.125rem;left:0rem;width:7.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIsDfksVtbR3nWF8OQnAt9KOTq7t4mCc { top:43.375rem;left:9.875rem;width:21.875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFV3cReGFaggr1g64g6LVfusdot0QE8 { top:50.25rem;left:13.5rem;width:18.25rem;height:;font-size:1rem;display:block; }#bFFV3cReGFaggr1g64g6LVfusdot0QE8 li:before{  }
 }@media only screen and (max-width: 763px) { #g7TyoxREr9Tk0QG8vpXcOMEvLMwJpCqk { top:48.6875rem;left:13rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSdGoHL4X44ccpHlWmmeWip2gCU6k0da { top:44.75rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUULzTf4q5MXizT2zqIKO831TSsFPTiJ { top:45.75rem;left:18.56214427948rem;width:9.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNua2RliDHX2N9zxdvdBFLqkseofzQN { top:46.5625rem;left:0rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC3uTCnuU50dJTvwdiDFtzCMdixlk1rl { top:44.3125rem;left:0rem;width:7.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ { display:block; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrRpd0PoNd95nKUMCzD8BdnGw9LWyQxA { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGE9f6zWsTih6WQxasysDzrZQiStrfRS { display:none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OESrMiQllyfyi4JF4XNzDrT30oD2fh0U { display:block; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-regular-label { display:block;width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-checkbox-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4  { width:25.5625rem;height:auto;top:6.8125rem;left:19.6875rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 {display:block;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 { width:25.5625rem;height:auto;top:6.8125rem;left:19.6875rem; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #AB93U84XaBVsW4oC0dHVWk1q5BaxkA5g {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Qm9ieD8ZRvqx2RBGdwkueBaQ8cvFalPb { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F4oSdJv2P7GkeL2y62gnimWBT0K7CT6S {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #f848oHVdaUMLSPIJUizN349Q8vA5qMmt {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ikWZeSVpd5cxMIL2eMNAT6bNcQllOnis { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #eqQfsJl569GSBpPl0r13eq3hbzZ4DsUo {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yQzFnyL0gzbdAyy9JhtsUg3M61WQMZGM {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #m7QxRZARnETKyGFT2azaIPBq3v7hLkRA { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ltBGt0ofooxpCOTMGwTAVFT5FubmnO2Z {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yHLSZHmKpNtKAGfHmM6ql3ZpEbXBLHv7 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #BNNhgAUN6eSgtoVkbCCbT8TtAkme1rv1 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Xe1s4RTaUwpgD5aWEvP74erctKPsFBIT {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #davAUvT51ScaeUwRbDEvhTw427gwbxu5 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #pRTfHIe2OioX7ZSMcXdcEBuvQJrChGCl { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #OvTsJ1ifvH5PBJEn1OZXyUI1xXEuBs9u {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp {  }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ShTF2pKCIseZ1RATohCWJ43JOJAdsKRV { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NfLCnXIgpAxa1PLpecFlmXDDRUSbqXqu { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #SvqHH0udlDWxnRvWiqBedVZmU3zC0SVd {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #UGsq1ZJT1D9JNJOC9pdD4MXTFxQg6OBV { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NnkvlpivcI6PLFhHtPlUSewUTyXPSAo7 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZH0H0pw3rWIFGA5yxFUoOsWmQl8qHyxM { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #MNZU6y7fHNyywDBNm3vEVra9JK4M8tvl {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #aTtsoK2W8SAOlv3wHUhvx9BqTwKtB3ce { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #u9cEAHNe6Pe9vJT4I1zL7Gbe82VTCJFs {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F0pmdudP05BFJEtxeXEKrqrprf6Ev92s {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #GF8Pvkia8qHQisdv643qBkK1oEJi3Gf8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #X8r9gRXPg3AwyCkbT4OgPbxUTWqzvAh8 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #FRKLLp4BFK2ffedr9pJPwoJ3b9hvb5tg {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #tsGAvU93NRlC1JOPTE2vcrNNS11is06V { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #DEhyBEeEzpIi6mUm7SC4tLul0M89PNuJ {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CgDTlcCE3Sa2NvQ9ANa587Qp8KxIf14w {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #h9fO0at3KIkGb4iFcU0aXGg7xsTeaAqW { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Z9oyKnetglVvJwagTNChbTMd0s2kRqSC {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #KcyyKI4QHRnzHNPBsXk5WfQ2Oh4oau1p {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #bOOcK7aOgkuxyGukRFKhTDvHn3RMcGnn {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZXQ2AqD1TOEJcRnod8n4tUbxWheDBPPC {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CwHvuVloOofwOuQoOiMi0fyqViHiBDin {  }
 }@media only screen and (max-width: 763px) { #HZslEzkzWwDnRNLPTG8Fyyi43kmm0CnT { top:5.8125rem;left:23.625rem;width:24.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJT2o4BtRUGbtILBKwTrbtT65oWiodwa { top:4.75rem;left:19.25rem;width:28.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { top:2.625rem;left:18.1875rem;width:11.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { top:2.625rem;left:41.75rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { top:2.0625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bXqe2DT7K1k4gm6kul7TBeWEmqAcukVW > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDMZ76gE8g46e0s9gqaZzaLFP31aBgtD { width:9.5625rem;height:3.125rem;top:0.46875rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDaCwUKzhHXaPOznFmeuIpT78EWgkOT { display:block; }
 }@media only screen and (max-width: 763px) { #kCoeSLgim43DluAfGrkEOM7wXH5USUtw { width:9.875rem;height:3.25rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTgEXCMZBcfKPoxQkM1FuXc0bCNnEDC { width:17.875rem;height:3.4375rem;top:0.75rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExPwfvERllncN5CZoQewF34cLdLMuhOs { display:block; }
 }@media only screen and (max-width: 763px) { #wIgF5pi0OmHESNZ5P8kXXWdyeTOZBysz { width:0.0625rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmHlPrGqIouh6300DHvN6PLPz8BsFS2n { width:13.9375rem;height:2.5996125rem;top:5rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFWz3Of5dNAzUnGqmHLTES154tdIoQrq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container { background-color: transparent; background-image: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container > .video-iframe-container { display: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row > .video-iframe-container { display: none; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .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); }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container { border-width: 0; border-radius: 0; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFWz3Of5dNAzUnGqmHLTES154tdIoQrq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpPlIEaCratIqyhkHNeONKQv4z8DQkxq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01054e0b-c2ad-4e69-848c-03f5b857e3e8/1200x1200_SoMe_dotestowania2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq.adaptive-delivery-prevent-bg, #dpPlIEaCratIqyhkHNeONKQv4z8DQkxq.lazyload, #dpPlIEaCratIqyhkHNeONKQv4z8DQkxq.lazyloading { background-image: none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container { background-color: transparent; background-image: none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container > .video-iframe-container { display: none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row > .video-iframe-container { display: none; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .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); }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container { border-width: 0; border-radius: 0; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpPlIEaCratIqyhkHNeONKQv4z8DQkxq > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH { background-color:#ffffff;background-image:none;display:block; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { background-color: transparent; background-image: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container > .video-iframe-container { display: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row > .video-iframe-container { display: none; }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .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); }#ybP3qfXTcz1ufH3LfxM9BWxiLa26epzH > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2oEXbraif2vs5pZCJZBMFHNR4XcCLBP { display:flex;width:2.24935rem;height:2.24935rem;top:26.188210487366rem;left:8.9382143020631rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsEWABucbtyVxDMW0oliiTLGPGEWSag7 { display:flex;width:2.06163125rem;height:2.06163125rem;top:26.312993526459rem;left:17.93836875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPnsZxc8T98JTAhTGx4LpGQxUGqHg47q { width:12.5rem;height:0;top:26.687342524529rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cU7KN1pt9okueQaeJaPmuQM7JmyTJOr5 { width:5.4362rem;height:0;top:26.662385940552rem;left:14.5638rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-text {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-select {padding-top: 0; padding-bottom: 0;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto;color:#312e2e; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-radio-label { line-height:2.4;overflow:hidden;height:2.125rem;color:#000000; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq  { width:17.5rem;height:auto;top:3.6875rem;left:0rem;background-color:transparent;background-image:none; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq .widget-info-text { color:#312e2e; }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq {display:block;}#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq { width:17.5rem;height:auto;top:3.6875rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #DAnfIiwPTgQOCntFQyvnJFf7FOfv8bW4 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PH0CcVirtMQdBs6WJd6kspAgsfrAg9gN { display:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #K1M6O3sfKsMFVfpkgTir2xwPJpAIweNS {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ctTscaIxrKVq0f7sWs7T1KVq0SydHr0M {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #usR96HU6BwJPAg5wxZGV9MMCZtLLI4wv { display:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PCCX7AhgmTUGwGvr3q8ZssDeredqUX9y {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ereyNtTSpRPw8TAFCPPQdq8G9k37gkAB {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #CgHTrH65hQ78A4rNpDPqdceJ64S4oDa3 { display:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #WfMItK6uSaA8u1AUdFFc8L999t0e0lOT {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #z204omrabWJDSOQnd1zSlk7M9U0R0KV5 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #gMvrkwU6no7o3xyTxEVWWXb0BVypSURM {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iOFKIbPEGVF05ktFimQU4dwTHgK4g2kO {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #VBhtEBbhypJTaXU2H5vdvtKmuLctE1qm {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #bpQwhmevaDwkmR4kbmhR5K1AmimKwXpz { display:none; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #rPTLC9KUfEQqEIZG4r8y4z3rEr6yJCpn {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u {  }
#BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #nZZPACNuC9TzcatUpQ9klEXcnOev148u .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eyVBNqJHXmqFndMGfh17SoLbm14fzXRS { display:block; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #dNKaW25DGniGVfdzWPq9btrA0yKmro1i { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ChQLHRDhR4Mxx1yRy4mv144N6hi7Xxec {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #vf4b78iySy4a8wWQckWTsQwPZrZkNVlx { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #isT69TKe5R0u5KhDBDm0PtLUKMz7hbc8 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #PtPzt2dl3NVnHLulpEzCgZUNbP4AXMho { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #eCzfbnT3w2Gim4kUbpQ3usTgeoJOiTwZ {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BqT3F1aGeA5z5t8s1v3wrvDIELQElv8J { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TweZTS0oQvNFhWUeSWNhAPJaRQXkfVL1 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #TdXvewD5OzAogH5QzMRnDGyWFxx2ZTEu {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #fvEZK5bxbZ2g8ATisTnrXsBDTkVwzplQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #MNLA7D4cHvd2melwBu8x0K4Etcp2WnZe {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #LM74vzDehHsLskIxq53LPG5bl0DfhRdG {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #BO2IDvrTZnK3vLEUrhHV8cOVHAypgqoQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #wzqMI1NvG0T07ni2ZZzq2qKpGpcixSOH {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #tCU9R7PCDEnox8ixsLsEmMplk0JAt8P6 {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #JAlBITJlmR0mdwHCBp3wrPWi6Kx2eebX { z-index:2; }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #iXihSeZ9eUa0dCuwMmXPNaz612sLTUsH {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #mE2b6VOxLZrPpnzTCk8bieUi4v7HRZsF {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #FhCTWBPO0EdSlzJglqhdkAGqaQzs3kqs {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #ymTiF2TaIu5hSNwFXUB07RgWfxXTD30Q {  }
 }@media only screen and (max-width: 763px) { #BcWxe1L9CFg3q59xHgVRnARrXiAGL0Tq #db1rTt0Ap2ilW4Lg4zOCBfvLF1e2idpZ {  }
 }@media only screen and (max-width: 763px) { #qEfOPR5tIFQrraTtfcnv944eoPU7k7cI { width:20rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#00144e;display:block; }
 }@media only screen and (max-width: 763px) { #gTa4qu8n14kAo54zF51ftB3KsOf81OZp { width:20rem;height:10.6rem;top:63.5449375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twVSaL8sFyueIFFub192FnQ4ApikAObs { width:20rem;height:35.875rem;top:43.8740390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd { display:block; }#BDvALXOTTRUgDnpt4TUT8gulMPcmPCAd > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLSagRiRSWGEuN2dQIm0go0zKzh1Qo9e { width:20rem;height:2.925rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl { width:20rem;height:4.525rem;top:10.45703125rem;left:0rem;font-size:1rem;display:block; }#ZzXf8PTWM3phi1c3vEL3nFZ2Zz7g7TAl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25c72e8dd06eee28e700bd4ca6053fa74a5aeb9a.svg); }
 }@media only screen and (max-width: 763px) { #mruqiSRH2R923eJZ4FzFktyWPhQitG3w { width:20rem;height:3.9rem;top:17.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTS8PzP2KT3FgaNom6tvDxFGPOk2z0p { width:20rem;height:2.6rem;top:7.2119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEFKx7RVtdo0JlbH9sKkXuR3MezDSmWE { width:20rem;height:11.25rem;top:23.0849609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3vt4ktZRTttKM0vwTHs7oACBxHRnqEC { top:22.75rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh { display:block; }#Q1xAUOHdyRwTl0fK7O0XQcXq50RWoXmh > .row .container { width:20rem;height:149.43751525879rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqGZEzJPnVHwJutSqNC6LlPqdbpwJsTm { width:19.25rem;height:5.85rem;top:25.875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTZ7gRiJgChxsHLepsDTHcGR6v1Z7VN4 { width:19.0625rem;height:5.85rem;top:71.8017578125rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STVOfCd2ARBD86uaVfTCzZcUKLOZ5A3e { width:18.75rem;height:7.3125rem;top:116.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaN9nfLpM8OMI4q1x5MZwHShJBbbbDeV { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmVtodV6VnK2smfVbALLIwQhoPiFScbI { width:20rem;height:39.875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBnkCk94TgAx9cJ2THF10PJsSmksy7M { width:20rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCt9L9bWIq1c8ac6gftTtDuQ627XDPvT { width:20rem;height:1.625rem;top:68.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTgrdkFtupXh7zlEQ0AlRuiLL0A1DUvB { width:20rem;height:1.625rem;top:113.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SihEnWJUKIxfXeH38SkEORVW0x33x5Fb { width:20rem;height:39rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WozLzPUpbArPKDtUike2aggQyDzAeyRT { width:20rem;height:40.25rem;top:109.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wA183gKXWfmqgvBVEkab7mcyJh9Bgk { width:4.5rem;height:4.5rem;top:16.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZzepcglwbnJW8zBe5v5QkzgWcg4DGAU { width:4.5rem;height:4.5rem;top:61.84375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESM6bRw4VI72ev7l6Z8VLMTUDSb4Wz0R { width:4.5rem;height:4.5rem;top:106.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcPObIgC722pWl6SwMvyRfwWVFVwbuNZ { display:flex;width:2.6875rem;height:2.6875rem;top:17.21875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #wCBAq2ihSzsGuA8iMw8rHuqTiREUXWQz { display:flex;width:2.6875rem;height:2.6875rem;top:62.75rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #hD44wCZKRLlTcSJHuAeqVoQ0cozpN1eP { display:flex;width:2.6875rem;height:2.6875rem;top:107.71875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #VtJbJDaVgllSwrFW535eEl3qXUl8WM3D { width:7.125rem;height:0.5rem;top:5.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS8tmvF4GFpQJBAdlZrZUMeQ0sCDXNTv { width:20rem;height:26.90625rem;top:31.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiLXgvH37TUdtEtk89TCyiTTkG6rdQdf { width:20rem;height:26.90625rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU78neVBp21yo4sxIBNQWSsVeNO4zRU { width:20rem;height:27rem;top:122.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSI6gg3DxlHqK66nLeH44zpkVimS6xw { width:20rem;height:4.3875rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oucvkOkubwvqyh93sIqQkZNNnyqol7ku { display:block; }#oucvkOkubwvqyh93sIqQkZNNnyqol7ku > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUf6mNFcx19T9UePhZLT08ZiuT3ndNPC { width:20rem;height:3.9rem;top:2.587890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pG6thThqHxvVdbBMAW2IKctupxpzM0Xa { display:none; }#pG6thThqHxvVdbBMAW2IKctupxpzM0Xa > .row .container { width:20rem;height:80.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pKLy0s9kfD7vfCgPGSoensCnOCRCh5dN { width:19.625rem;height:7.87109375rem;top:16.4609375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxcJf1G0T6nIX6KDTlCtU4q85kOgd1hC { width:20rem;height:6.296875rem;top:31.8828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3sVLONEJ6s1noB9hKzaVOMb7Q3MADS { width:20rem;height:6.296875rem;top:45.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdpGtBkeFNEi7IASumBNfTIueQK8STf { width:20rem;height:1.3994125rem;top:53.7890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18UuaNPrHwttBki9CIexryanow59rX9 { display:flex;width:3.1875rem;height:3.1875rem;top:12.0234375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #nkFb5MP4d8O7Cz3lrmKZPwMF1ky09KUV { display:flex;width:3.875rem;height:3.875rem;top:26.7578125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #yphkqcm0WSFz26mZWUQnyFnBFhvwnnsT { display:flex;width:3.25rem;height:3.25rem;top:40.6796875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #gxWrVooOawtBT9G7KyTWvFbHeyEzpRbK { width:20rem;height:3.8984375rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNBXEcBsFTnI5h3sHqlhP3QM5TUKyi7u { width:7.125rem;height:0.5rem;top:9.0859375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt { display:block; }#lrpHAbo5o6eb12dtQwf8EJZtKnFgLNDt > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ3K6Oqb5p6tqNKUOGXgEWPue8D7MKin { width:17.3118125rem;height:3.9rem;top:39.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPtouGFk7z95CXWhI3fRoz1u84IHplI2 { width:17.3118125rem;height:3.9rem;top:75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8kL4JPEWmr6OnsDJB2329rSsyTr59c { width:17.3118125rem;height:3.9rem;top:15.3740234375rem;left:1.3427734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mau46x5FpdrHKfNyvE1BEc4LEIWzI5RD { width:20rem;height:1.95rem;top:2.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaaqCHz6OgOstQkQVIcv08nO8qE4c2mc { width:17.3115rem;height:3.9rem;top:27.9765625rem;left:1.3427734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN3fei3REt8UEImd1kRTEvIyvhQyAHUm { width:18.4375rem;height:3.9rem;top:63.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLvqf3ss2r9EWun0q5zZqUfNeiwMRIa { width:17.3118125rem;height:3.9rem;top:51.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTyQcBPEIcVqQOXlsk7s7H8LkWOhMet { width:4.25rem;height:4.1875rem;top:9.7578125rem;left:7.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUinXknxTbeI3qtocZKU6kkiDhIFQce { width:3.4375rem;height:4.25rem;top:34.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5CXLO0zLS6aRbQEn7dplV3GBmznTXy { width:3.4375rem;height:3.375rem;top:46.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZIbzrhtL0Zx0244EFBcw229DZfOGULA { width:3.9375rem;height:3.5625rem;top:58.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMr0TxHMXLSIM9BSNf5dcF1uKnQLE6gU { width:4.3125rem;height:4.1875rem;top:69.8125rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPM01x0M7kQH25Bc9RFTf9Loevri92RW { width:7.125rem;height:0.5rem;top:6.7578125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46no4fIWcPV5GSwz4Kmwqz9WUDR3zXB { width:4.4375rem;height:3.0625rem;top:23.2744140625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX { background-color:#ffffff;background-image:none;display:block; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { background-color: transparent; background-image: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container > .video-iframe-container { display: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row > .video-iframe-container { display: none; }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .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); }#xRQfJJwK6H1iDJOUKtfdBgCzHUAqVCgX > .row .container { width:20rem;height:126.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p71c9IHgXNzPkZrvoQiGETVSEnLAu64Q { width:13.0625rem;height:2.6rem;top:29.4375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB { width:11.625rem;height:9.3625rem;top:33.8125rem;left:4.8125rem;font-size:1rem;display:block; }#ZzPZLOyRJTkRNgxAoDAMChZPvrZ2uUyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc { width:13.4375rem;height:10.975rem;top:69.9375rem;left:4.625rem;font-size:1rem;display:block; }#ifsF5qwhX2MThqxBZeCPrDxeLN1WSWKc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #vHbcIAuGPpGp6FAb3P22VX4c7opd3pQH { width:12.625rem;height:2.6rem;top:65.9375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN { width:11.625rem;height:10.975rem;top:88.8125rem;left:4.875rem;font-size:1rem;display:block; }#PPVHDBhbDKDxLv2LecWFiaJFZPCFusdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #ZmG4NmUMcWMd0yrUSOmeRl8v5RAU0ccm { width:13.375rem;height:2.6rem;top:84.75rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1S6zN5EO2T3PJG6BNMQvOnBE63kfJVZ { width:2.875rem;height:5.6875rem;top:10.5625rem;left:0.65625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM { width:11.625rem;height:9.3625rem;top:16.375rem;left:4.8125rem;font-size:1rem;display:block; }#WlkbxyxLEbQDm4ETLDvzoC9OLvI178NM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #qGzqXlQOKgIXyey5iSH1HyhZMyrMV5Ka { width:13.4375rem;height:2.6rem;top:12.25rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBspIKMPuWdLHxWJp86M5y6Ig5y4nDX { width:2.5rem;height:5.6875rem;top:27.8125rem;left:1.03125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEyviTg7fwqQny6rGUesTTeEmprazCNQ { width:2.5rem;height:5.6875rem;top:64.25rem;left:1.03125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5IuVdk22yywJOwJ1zPfdkbBvZJFZIO { width:2.5rem;height:5.6875rem;top:83.1875rem;left:1.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 { width:11.624rem;height:10.35rem;top:51.7158203125rem;left:4.8125rem;font-size:1rem;display:block; }#RawmRC7Twq96pb3PPKIJ6nxgTJEFNAi4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dcc60645b8b8379c17e172d3be721343abb075b4.svg); }
 }@media only screen and (max-width: 763px) { #mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa { width:11.624rem;height:12.95rem;top:110.017578125rem;left:4.8125rem;font-size:1rem;display:block; }#mlKHWrUnd5LDi4ciXodRG1rPlkEArdUa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da9c93c95bed90513b3d13d18830ffcce2196877.svg); }
 }@media only screen and (max-width: 763px) { #TWEkEpWCWvMg25pBtPMZi3giNwDxeJx5 { width:14.8115rem;height:2.6rem;top:47.572265625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww5mKM5ExvzUAWvJTmmy7oCzO2arJfLN { width:13.374rem;height:1.3rem;top:106.5234375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkcqqxLqO2qopRxyDiwp1s8D9ndlcDy { width:2.5rem;height:5.6875rem;top:104.330078125rem;left:1.09375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmn4b7yin6900NKC3kSLF9QZ6XhelVJG { width:2.5rem;height:5.6875rem;top:46.0283203125rem;left:0.84375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGP7QbOdLvbIiaNI6Nrw0uovoIU6FiD7 { width:20rem;height:21.8125rem;top:103.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm6uVGv1Ru1QUNc2OIWJlAygTLWe40r1 { width:20rem;height:3.9rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrkJZftUUBxWBmP7ByvsWT40VqXNwb8h { width:7.125rem;height:0.5rem;top:8.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d { background-color:rgba(248,248,248,0.89);background-image:none;display:block; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { background-color: transparent; background-image: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container > .video-iframe-container { display: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row > .video-iframe-container { display: none; }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .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); }#eMloyfVSkQEA7PQ8TJnTSLrm1EJ3lT4d > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJzhiAytXXqInxyJ9zds1NJmnVLKEvmC { width:20rem;height:14.1875rem;top:35.125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BTbKdmUQhi6wZGVMxHlo4KbuBnrCFn95 { width:20rem;height:4.38654375rem;top:6.3254623413088rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVQe3JkNhuTuCytfAtytZW9pkmpVTq8e { width:20rem;height:1.95rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4QdPuZciCZerkLvxx3LOx40ul4p2u3s { width:17.872875rem;height:4.3875rem;top:9.8125rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW { width:16.6868125rem;height:5.1125rem;top:42.0625rem;left:1.625rem;font-size:1rem;display:block; }#QHkCXDqXWWIDKp4PPszf4T3yEokVJUOW li:before{  }
 }@media only screen and (max-width: 763px) { #s4hFhHTgzNTGHnw1xAge0p2Lila9ftJm { width:3.5625rem;height:3.75rem;top:36.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPiVK1U4PuU9m0kv0K14xXwukcoMKqJ { width:6.875rem;height:1.8rem;top:37.375rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5XpaI73V9eKEvU4RhP9ttLmOD7pqKC { width:18.75rem;height:0;top:25.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVee7Kip2GiheHv35zff6HbHT48Wxpdw { width:20rem;height:17.8125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4dB26QauNFkPMLrf4QbODdvei8Dz8sX { width:16.6875rem;height:8.625rem;top:23.1875rem;left:1.625rem;font-size:1rem;display:block; }#C4dB26QauNFkPMLrf4QbODdvei8Dz8sX li:before{  }
 }@media only screen and (max-width: 763px) { #unN0V0huKGkgn6xniWine1B2Fi5wJBrO { width:18.75rem;height:0;top:40.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R22Bnh83Z2sA7k0M50kVl39HVsP4LJwf { width:9.0625rem;height:1.8rem;top:18.625rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXKhP2OG2IgzgTgUALxTexAKyB5QHHb { width:3.5rem;height:3.75rem;top:17.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBBgTDcO3UgAeZ8sqdzkShBe9UJpw5Fa { width:7.5rem;height:0.49902375rem;top:83.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUK70Rkimz0GeQ99rb53K0lfOxwg12eW { width:20rem;height:12.1875rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq { width:16.6875rem;height:3.2rem;top:64.625rem;left:1.9375rem;font-size:1rem;display:block; }#kOfsIkOMOAZeoLnr81nIOeHqpS3arHWq li:before{  }
 }@media only screen and (max-width: 763px) { #cgsvC2elwGaWG4Tv2pLEAiyTzeCBr7aN { width:16.310375rem;height:2.925rem;top:53.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6JM4SZoyh6zk82r81IfMJOhX0aS8Nh4 { width:18.75rem;height:0.0625rem;top:69.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGPmr5ASV4E4ylAWyrepyQMxvFFKSwAO { width:3.75rem;height:3.75rem;top:59.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMhtMVbpTank1GUO4KrXiaNB8HG70pS { width:9.8118125rem;height:1.8rem;top:60.0625rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5OR2pxv9xln9tsRPSK3M0SiAnM5Tia5 { width:20rem;height:10.5rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwwopoSqgSG3eTdXNpdXpppi22go7LH { width:18.75rem;height:0.0625rem;top:78.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ { width:16.6875rem;height:1.6rem;top:77.75rem;left:1.625rem;font-size:1rem;display:block; }#uNAl7p0fD3TATzvJbMMUxLww1pZKt2nJ li:before{  }
 }@media only screen and (max-width: 763px) { #npRN6myqgCZmQ3pu3aoyGVuO85gKnNzS { width:3.75rem;height:3.75rem;top:72.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzT20T79XlkvBRgdX9Xx4Nw2X22Zg9lo { width:9.0625rem;height:1.8rem;top:73.5625rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemE06pqqmN9dJOoxMK6uc9ovq8KDN08 { width:7.5rem;height:0.49902375rem;top:51.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIsDfksVtbR3nWF8OQnAt9KOTq7t4mCc { width:20rem;height:14.25rem;top:89.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFV3cReGFaggr1g64g6LVfusdot0QE8 { width:16.6875rem;height:5.1125rem;top:96.1875rem;left:1.625rem;font-size:1rem;display:block; }#bFFV3cReGFaggr1g64g6LVfusdot0QE8 li:before{  }
 }@media only screen and (max-width: 763px) { #g7TyoxREr9Tk0QG8vpXcOMEvLMwJpCqk { width:18.75rem;height:0.0625rem;top:106.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSdGoHL4X44ccpHlWmmeWip2gCU6k0da { width:3.75rem;height:3.75rem;top:90.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUULzTf4q5MXizT2zqIKO831TSsFPTiJ { width:9.8118125rem;height:1.8rem;top:91.625rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNua2RliDHX2N9zxdvdBFLqkseofzQN { width:16.310375rem;height:2.925rem;top:85.6875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KC3uTCnuU50dJTvwdiDFtzCMdixlk1rl { width:7.5rem;height:0.49902375rem;top:8.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ { display:block; }#sG0gFeRTVtOT9NVykBpvZh59AzdGzqBZ > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrRpd0PoNd95nKUMCzD8BdnGw9LWyQxA { width:18.875rem;height:3.9rem;top:2.33203125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGE9f6zWsTih6WQxasysDzrZQiStrfRS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7324913-91be-46e7-ba64-d03b440b79e6/lpdrugietap3mobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS.adaptive-delivery-prevent-bg, #xGE9f6zWsTih6WQxasysDzrZQiStrfRS.lazyload, #xGE9f6zWsTih6WQxasysDzrZQiStrfRS.lazyloading { background-image: none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container { background-color: transparent; background-image: none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container > .video-iframe-container { display: none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row > .video-iframe-container { display: none; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .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); }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container { border-width: 0; border-radius: 0; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGE9f6zWsTih6WQxasysDzrZQiStrfRS > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OESrMiQllyfyi4JF4XNzDrT30oD2fh0U { background-color:#ffffff;background-image:none;display:block; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { background-color: transparent; background-image: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container > .video-iframe-container { display: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row > .video-iframe-container { display: none; }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .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); }#OESrMiQllyfyi4JF4XNzDrT30oD2fh0U > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000;line-height:1.5;overflow:hidden;height:auto; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#312e2e;line-height:1.5;overflow:hidden;height:auto; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-radio-label { color:#000000;line-height:2.4;overflow:hidden;height:2.125rem; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4  { width:17.5rem;height:auto;top:3.1875rem;left:0rem;background-color:transparent;background-image:none;box-shadow: none; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 .widget-info-text { color:#312e2e; }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 {display:block;}#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 { width:17.5rem;height:auto;top:3.1875rem;left:0rem;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #AB93U84XaBVsW4oC0dHVWk1q5BaxkA5g {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Qm9ieD8ZRvqx2RBGdwkueBaQ8cvFalPb { display:none; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F4oSdJv2P7GkeL2y62gnimWBT0K7CT6S {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #f848oHVdaUMLSPIJUizN349Q8vA5qMmt {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ikWZeSVpd5cxMIL2eMNAT6bNcQllOnis { display:none; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #eqQfsJl569GSBpPl0r13eq3hbzZ4DsUo {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yQzFnyL0gzbdAyy9JhtsUg3M61WQMZGM {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #m7QxRZARnETKyGFT2azaIPBq3v7hLkRA { display:none; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ltBGt0ofooxpCOTMGwTAVFT5FubmnO2Z {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #yHLSZHmKpNtKAGfHmM6ql3ZpEbXBLHv7 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #BNNhgAUN6eSgtoVkbCCbT8TtAkme1rv1 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Xe1s4RTaUwpgD5aWEvP74erctKPsFBIT {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #davAUvT51ScaeUwRbDEvhTw427gwbxu5 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #pRTfHIe2OioX7ZSMcXdcEBuvQJrChGCl { display:none; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #OvTsJ1ifvH5PBJEn1OZXyUI1xXEuBs9u {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp {  }
#ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #upS8rEKhvTPzXuoZ58LMSr2GQ07MlRqp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ShTF2pKCIseZ1RATohCWJ43JOJAdsKRV { display:block; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NfLCnXIgpAxa1PLpecFlmXDDRUSbqXqu { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #SvqHH0udlDWxnRvWiqBedVZmU3zC0SVd {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #UGsq1ZJT1D9JNJOC9pdD4MXTFxQg6OBV { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #NnkvlpivcI6PLFhHtPlUSewUTyXPSAo7 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZH0H0pw3rWIFGA5yxFUoOsWmQl8qHyxM { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #MNZU6y7fHNyywDBNm3vEVra9JK4M8tvl {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #aTtsoK2W8SAOlv3wHUhvx9BqTwKtB3ce { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #u9cEAHNe6Pe9vJT4I1zL7Gbe82VTCJFs {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #F0pmdudP05BFJEtxeXEKrqrprf6Ev92s {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #GF8Pvkia8qHQisdv643qBkK1oEJi3Gf8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #X8r9gRXPg3AwyCkbT4OgPbxUTWqzvAh8 {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #FRKLLp4BFK2ffedr9pJPwoJ3b9hvb5tg {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #tsGAvU93NRlC1JOPTE2vcrNNS11is06V { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #DEhyBEeEzpIi6mUm7SC4tLul0M89PNuJ {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CgDTlcCE3Sa2NvQ9ANa587Qp8KxIf14w {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #h9fO0at3KIkGb4iFcU0aXGg7xsTeaAqW { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #Z9oyKnetglVvJwagTNChbTMd0s2kRqSC {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #KcyyKI4QHRnzHNPBsXk5WfQ2Oh4oau1p {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #bOOcK7aOgkuxyGukRFKhTDvHn3RMcGnn {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #ZXQ2AqD1TOEJcRnod8n4tUbxWheDBPPC {  }
 }@media only screen and (max-width: 763px) { #ZyMWOLfCgUAxOQdpLgtFEoxNDtVtbiz4 #CwHvuVloOofwOuQoOiMi0fyqViHiBDin {  }
 }@media only screen and (max-width: 763px) { #HZslEzkzWwDnRNLPTG8Fyyi43kmm0CnT { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#00144e;display:block; }
 }@media only screen and (max-width: 763px) { #QJT2o4BtRUGbtILBKwTrbtT65oWiodwa { width:20rem;height:36.875rem;top:44.339875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { width:20rem;height:0.89375rem;top:10.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:6.3125rem;left:5.25rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:8.1875rem;left:5.3125rem;width:9.4355625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { width:5.999025rem;height:0.89375rem;top:0.6875rem;left:6.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { width:2.061525rem;height:2.061525rem;top:2.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:14rem;display:block; }
 }