.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:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { background-color: transparent; background-image: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container > .video-iframe-container { display: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container { display: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .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); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { border-width: 0; border-radius: 0; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#EVrRxGPhRHoZ0hEXwDi9JA6xEc1xCDv2 { 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:2.75rem;width:11.0625rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#oMpwcGeSwxRumC3LnT4RAKNUfSZsmAcE { color:#161616;display:block;width:10.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:0.90625rem;left:60rem;height:1.80013125rem;text-align:left;text-align-last:left;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; }
#kWTASrNtAx0MoDDO2iqLPEvnZDh0yLmn { color:#2550aa;display:block;width:2.625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:0.78125rem;left:70.125rem;height:2.025rem;text-align:left;text-align-last:left;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; }
#np7e4QaWfVOb0tCB2fRbEcgILMwIUW3a { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.59375rem;left:72.4375rem;display:block; }
#Noy883BGDoxTh585M5ohtxGqnNBCgX8y { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:16.5625rem;top:0rem;left:58.4375rem;display:block; }
#y8w9FgDEm6t2MXu8kDGpzcUnqzuPNdiT { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;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:5.0625rem;top:0.375rem;left:69.5625rem;display:block; }
#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH { background-color: transparent; background-image: none; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container > .video-iframe-container { display: none; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row > .video-iframe-container { display: none; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .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); }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH { border-width: 0; border-radius: 0; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VDpfhh14sxpHLrlzyiF35H2Vo6n03xDi { position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.6875rem;width:6.9375rem;top:3.5625rem;left:68.0625rem;display:block; }
#xmIWN8ZCpilKAo13Al941yMtdym9wZ7k { color:#1a1a1a;display:block;width:5.1875rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.375rem;left:69.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C501T1Q5Rt8x7TtFFiDBKDwSSL5HyWUN { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:6.03125rem;left:69.0625rem;display:block; }
#vxspoLKe0OznNMFTr2ZaeXAFX1pNbJ9i { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUidyDskXyNFrIPmxraCWVV2nvxGXDED { position:absolute;display:block;z-index:15046;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:8.5048828125rem;left:69.03125rem;display:block; }
#PI07vQqSWiRx3AAn2ZhcgNUJFedqBgyP { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.3125rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SMqaVy6EfJy8tviCbofnuaqR9KDlS3DT { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.875rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCMp1IRJfRySqyzIT2LwVmeRoDa0XH3L { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:11.12890625rem;left:69.03125rem;display:block; }
#zguqpF7oT781DxmdpO27qDWTnGizcwZA { position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:13.4375rem;left:69.0625rem;display:block; }
#HFpJ5m7WQ2lrSVK9zlXqRJF0Pt7eRxIk { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.125rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8kPk98ohl9ZShqHZgsS6S5qNvlRznCb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:13.9375rem;left:69.375rem;display:block; }
#mCrwT53EtkVgD1xPlnE3h2r6f6VLmAsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW { position:relative;z-index:auto;display:none; }#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW { border-width: 0; border-radius: 0; }#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#WToT1s6td6yTBCuA5FpEkRr0dNAJD816 { position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:5rem;width:6.9375rem;top:3.562283039093rem;left:68.062067031862rem;display:block; }
#Ao6mDwAdMUxaLZ4SC8uQmlBLo1D30GcK { color:#1a1a1a;display:block;width:5.1875rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.375rem;left:69.0625rem;height:1.18055625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBcc209hpNSGNtS73J11llKWrW4wiRtk { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:6.03125rem;left:69.0625rem;display:block; }
#TBOyHrLuLxbccT27NuzLENeJlEOAIoPR { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4394536018369rem;left:69.466363906862rem;height:1.18055625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yA4Toc2l7Lx1eWg4tTIAUMSCeQasNWMV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.81206875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.0581598281861rem;left:69.185113906862rem;display:block; }
#Rmipioo6JVBuHhqrm6HLbMvmiyKHTKfE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5BtFIUPght0yozfPvcPTVb4h5rlogAB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.81206875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:6.1933598518372rem;left:69.372179031375rem;display:block; }
#meJ4MtwuEwl1SoW88g7UR61tzpAh346W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/REGHTLYK/intro2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.adaptive-delivery-prevent-bg, #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.lazyload, #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.lazyloading { background-image: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { background-color: transparent; background-image: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .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); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { border-width: 0; border-radius: 0; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { font-size:0.875rem;font-family:"proxima nova";height:35.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ws7eUxi14O0rqCVoTha6GL06Ukd33eRp { color:#161616;display:block;width:30.4373125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:17.0625rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#gtcttaetSpoS5euCbSUL7MywAd9LN4n3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.625rem;left:14.59375rem;display:none; }
#qNUVuL0Nw5AVmNgEIi60kzMPBqoaTCTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd71mRt5gcp2o5NThMX1hk5b51KHPwTm { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.3125rem;left:0rem;display:block; }
#yUQakfIV6e8GmVaI3MNdNrAyecqsmnWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3vuCeKQl4CCMmmbkAT9VMz7MG92xkf3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:19.625rem;display:none; }
#VLQsASaXqookDzNBuiu3rntJOH5eQRLv { color:#161616;display:block;width:26.9375rem;position:absolute;font-family:"inter regular";font-size:2.5rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:7.5rem;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; }
#uMa9aqcsd7UDF6Z6I8gBBMvihXEbxwiC { position:absolute;display:block;z-index:15003;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:14.125rem;top:3.0631513595581rem;left:0rem;overflow:hidden;display:none; }
#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T { position:relative;display:block; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T { background-color: transparent; background-image: none; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row .container > .video-iframe-container { display: none; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row > .video-iframe-container { display: none; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .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); }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T { border-width: 0; border-radius: 0; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .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; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW { position:relative;display:block; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW { background-color: transparent; background-image: none; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row .container > .video-iframe-container { display: none; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row > .video-iframe-container { display: none; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .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); }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW { border-width: 0; border-radius: 0; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .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; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;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; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO { position:relative;display:block; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO { background-color: transparent; background-image: none; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row .container > .video-iframe-container { display: none; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row > .video-iframe-container { display: none; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .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); }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO { border-width: 0; border-radius: 0; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .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; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JZIhVN5DP1vDenvTFTvq2eZG5pF4wdmv { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpbMo94ety7gRSoTBZG06EqVhP3phm1K { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.9375rem;top:12.125rem;left:38rem;display:block; }
#NoKzgAKdgGUMaZI7e54VMPyNNX1ZxOSG { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:47.5625rem;left:40.125rem;display:block; }
#v4y0I5X2gXeEsZItqrucU3q6GnnKksVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbF2x8O82UQ6OuctTRquF67w688ZnlxL { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:33.9990234375rem;left:40.1240234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzv3KM62gtrRNGULQWUnexTvWqNoRfO9 { color:#2550aa;display:block;width:1.1875rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:29.4375rem;left:40.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ii5kmWKPoAoutzkQl4egUWZu1krUl6TI { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:28.8125rem;left:41.375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3phcfH3iFgEM0LAuE6c2w8n5Tx8QVcQ { 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:12.75rem;width:30.875rem;top:12.0927734375rem;left:6.1875rem;overflow:hidden;display:block; }
#Pwyzp85fyFN6tpgxFAZMTlB9IuTpqHuo { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.875rem;top:12.1240234375rem;left:6.1875rem;display:block; }
#cTMdP0X3yL0qAG30Bfk2EcRpqs54zbPu { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5615234375rem;left:7.6240234375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLr97twBlllwprZFAVbk9tfBZlXZo4HN { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:34.0625rem;left:7.6865234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c232Mzc8aenyNy3PNGwgdVruZkTZDd0Z { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmoWNyLE12JLtASQnpzXHWHronJgXFzH { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:31.0625rem;top:12.1240234375rem;left:37.9609375rem;overflow:hidden;display:block; }
#rW6Wd6bucuLUbSrWHEaXgltFsRvkJZq5 { color:#2550aa;display:block;width:1.5rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.4677734375rem;left:7.6865234375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMHUNhp0ptss4OiTfDdrWSdcCgWRz2fJ { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.56225rem;height:3.937013125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5615234375rem;left:7.6240234375rem;display:block; }
#v9ulXrkJTS47ob4EJaDh6G7htmvCVrnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqaOGwV9AmToLvvJ4MfKEiegeXB0LbrD { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.8115234375rem;left:8.8115234375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSZlUuXL4DBowxWEGParxezp6DEEPiyz { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:57.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e183ntknAF57OaVJxL33OWdP7d0hOTbR { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:62.5625rem;left:10.125rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PncieRnNFRJyeI7XH5dULEH0K5SB4H7r { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:68.375rem;left:12.625rem;display:block; }
#TGtbNrNXSryl5vvlzKEcHXvSZsTyHInO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:68.375rem;left:12.625rem;overflow:hidden;display:block; }
#RpAEBLSs6p1MTP0IscGEbSN1z6rOyydT { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:82.0625rem;left:15.625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S01HMUOZxhH1vsTMkhSZ7P6f8eE61GVf { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:79.8125rem;left:14.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsqH32Q69lT0cldQ0nbgFJrk6GH3XTNF { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:86.5rem;left:14.25rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilVtEgbN7OFcl3d2TLr9w9DCUlnAh1ZI { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:82.75rem;left:14.375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qPN1N3UPGQOlNNDsTG1FKaDaBfQhhquk { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:98.375rem;left:14.25rem;display:block; }
#OObG7U5dNd8ckupPMwTo3QPwvs15pS8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQO0S08SwHVlFCwWWu7Ls0bTD64BlwpC { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:68.375rem;left:37.9375rem;display:block; }
#Lt8WShXnN3uyPmUi7DyymKsntN1gyxXi { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:68.375rem;left:37.9375rem;overflow:hidden;display:block; }
#W21znUp9CZlCuF588rHbJsZxikDJShiH { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:86.5rem;left:39.625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EhATsAwcSoylXrOOt7J8K1bqnAgz41Bf { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:98.375rem;left:39.625rem;display:block; }
#kILzbpOGATyXfIeDLH13hP5vH38fJPi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqHV8cEAMlsHXsxmz2x64x8R3TQ3M3iP { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:79.8125rem;left:39.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vccMnoER29yIA6ZkgPC7TTF8yG3D1TQg { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:82.0625rem;left:40.875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DT6LG5KcKuaPMzVTaqlJQRi0ro9UpZRw { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:82.75rem;left:39.6875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#klnZ6tQtXeG5HQzpBkND3I405IA0AF6i { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.125rem;left:18.59375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ { position:relative;display:block; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ { background-color: transparent; background-image: none; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row .container > .video-iframe-container { display: none; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row > .video-iframe-container { display: none; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .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); }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ { border-width: 0; border-radius: 0; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .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; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x3moyefSdILhUTuPqUOl9dOPIO64GL2A { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6xw65bu6PFGqmITqMe0vI8lhI4qF2Mi { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.9375rem;top:12.125rem;left:38rem;display:block; }
#UvWosOE5G4v2XhGerFqK7G3SCKFXqzDo { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:47.5625rem;left:40.125rem;display:block; }
#HnsphSyFAzLZoXaUhQTei1ydOJgDRA2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omGQDKbnAKf8LD5QTeeMhaSFQavzK9mi { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:33.9990234375rem;left:40.1240234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kiqVVLFbLsH1f1LlCTNVUXXR5eDVBDRg { color:#2550aa;display:block;width:1.1875rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:29.4375rem;left:46.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G583Fqkr3lLuCQP5aPkNAl5XLAOqPKFe { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:28.8125rem;left:40.125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g0amZhO5bUPunTWvicrFG1xXVAK3zkwM { 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:12.75rem;width:30.875rem;top:12.0927734375rem;left:6.1875rem;overflow:hidden;display:block; }
#SlTpJmvrS9RukT79IToi39v1Trhw3hPa { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.875rem;top:12.1240234375rem;left:6.1875rem;display:block; }
#CwTdSFCqMs8dIg6KwquOmaOKumVK7XaR { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5615234375rem;left:7.6240234375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLbu1GsU7FeSJ01Rd5PZ1hxw2kHuN2mK { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:34.0625rem;left:7.6865234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ozw5bR94n33RmknIqfrO7malkW5aK1e8 { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMBH4G2LT4qBULvVuWmJKOxBenuusWmT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:31.0625rem;top:12.1240234375rem;left:37.9609375rem;overflow:hidden;display:block; }
#xMF2c2o2SkP3spbI6wKI1cUwbPkLLdoN { color:#2550aa;display:block;width:1.5rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.4375rem;left:13.3740234375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsMedN8PGL3HsRTO27cTuVynN39JEbqb { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.56225rem;height:3.937013125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5615234375rem;left:7.6240234375rem;display:block; }
#JZuxFQ0DypihrSM2qMWVWBTEbw3wPrwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwB6WKFz61fhKB5uBnNpMmADr5PVBdJN { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.8115234375rem;left:7.5615234375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNaye0iTsvWtTa7E0BChF1zXo8N3ImEp { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:57.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mp3mItKLgaxZggdqriVMn7IV6ltrMpLa { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:62.5625rem;left:10.125rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oi6DVs3X7IBxinc6U4WH8MwEd4yAWgW9 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:69.25rem;left:12.625rem;display:block; }
#D0mdBSD63TFkTJE1p3EyKhzlXATRBkAB { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:69.25rem;left:12.625rem;overflow:hidden;display:block; }
#TdX7fDEJ0s5AiuvwbXPmHU8qTtA6OfDO { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:82.9375rem;left:14.1875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NFacQQqEs5KwxaLnWsuG2yOqd4JiETwE { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:80.6875rem;left:14.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6qiHzICmRDIgrHocpIW04DG8wJZn91y { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:87.375rem;left:14.25rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zox8fdaZcJDGmWx5vDrZO2TMnrrE5UQw { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:83.625rem;left:19.9375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeVy8OTOsEpGEa2wXfnHvvfRK7FJJT6k { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:99.25rem;left:14.25rem;display:block; }
#osNWK8HgDkVNbtxwgAbuC1kyJNqXSodB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olzbNaiqDNhITOAtJ5KwKkz2xh3Os2JR { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6873125rem;width:24.375rem;top:69.25rem;left:37.9375rem;display:block; }
#WhDdFKauWScoK8DIrxP5bcGgI4hRPNJJ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:69.25rem;left:37.9375rem;overflow:hidden;display:block; }
#zgO51NF1eEMv193DRgZUxES7TUZTxw1E { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:87.375rem;left:39.625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SluXhDSufhbq80wMNg9BgcVn1482Zk3M { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:99.25rem;left:39.625rem;display:block; }
#Ls0uAg7pL409259x9RBQL29V3nTQlCvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZQWxwrw9zz8BlsvMVLvG6GxRvILRTr8 { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:80.6875rem;left:39.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sLHg23ItkzzbEUrvQho15slrwimqkwJf { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:82.9375rem;left:39.4375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KqWBTOFJfaaBNiG7Z4ugw5lkS8Gutbrb { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:83.625rem;left:45.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hJ6KgSoZ9urtmm97JSyHaJSnsRKKZZO0 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:6.125rem;left:18.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzTqyV9CdzLQicRi7MteThOVPeVylrxu { position:relative;display:block; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu { background-color: transparent; background-image: none; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row .container > .video-iframe-container { display: none; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row > .video-iframe-container { display: none; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .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); }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu { border-width: 0; border-radius: 0; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .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; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfSkzlCA0xxPL8NtUO61GbFFxWlCKntA { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhaBiKs82P9OzRTMPTgs2G7WgyG6VlF3 { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.9375rem;top:12.125rem;left:38rem;display:block; }
#EEJZfUI6UhJv2zMRAluMlAdDQpIiMDCr { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:47.5625rem;left:40.125rem;display:block; }
#IetwtqeDzbTxS2L7142lwtAZvg1lrNWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gD7zylfF7yOFvzSpETw5GGfyQf0swOMo { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:33.9990234375rem;left:40.1240234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ui946CfmcdiiDCaqQOVGWxN7aIfbtIOT { color:#2550aa;display:block;width:1.1875rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:29.4375rem;left:40.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqaV61wPdsmWAtJFGVVV9ukP2M4D82Q7 { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:28.8125rem;left:41.375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vL6WHx7LzIJ6wNk0uTyJCUIIAK7KxUmH { 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:12.75rem;width:30.875rem;top:12.0927734375rem;left:6.1875rem;overflow:hidden;display:block; }
#dVRNCfKaz8eCoOm8oEuJZu6wRGXgQ6UM { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.875rem;top:12.1240234375rem;left:6.1875rem;display:block; }
#vN1AWx3IfhvM9dD33nTluN5E3EOBtLC3 { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5615234375rem;left:7.6240234375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQXPA7hgO8kmrGzsWzCemWwHgguHg2oq { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:34.0625rem;left:7.6865234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITh7WW21dFlH3hmOLKhpRkIh2tpOmpQT { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CgDnd12ZXE6vS5hxZutaF6MX6LWxCEiJ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:31.0625rem;top:12.1240234375rem;left:37.9609375rem;overflow:hidden;display:block; }
#G8SqGHg1TEvGDQQDPZf84LDOlTVwHe4L { color:#2550aa;display:block;width:1.5rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.4677734375rem;left:7.6865234375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mG7co5Ti9RJS72oZBmDPKxMr2nzlnfyT { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.56225rem;height:3.937013125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5615234375rem;left:7.6240234375rem;display:block; }
#FgMf57Vn8dFJ25ZbWmNhKV41lLMudB7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx6qHH3FKouNgnKO5nTDR3ADLo2Ka4qA { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.8115234375rem;left:8.8115234375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9sltaPkEpU0tWZTMidGdRT3Q4Hs5Fc5 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:57.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdAWcZ24XVlkOAsxyqSTK0O2y0N3xyWG { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:62.5625rem;left:10.125rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ogoK2eKv8wlT8dwrR3ToSsZ4R08u3fux { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:68rem;left:12.625rem;display:block; }
#cT6Skk33qA5elo24d8aCtm8Gt46ubKTt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:68rem;left:12.625rem;overflow:hidden;display:block; }
#lzs5dxu9MbSPBzzA9gndMAQBUa4kaDOd { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:81.6875rem;left:15.625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pv8Q7X6doNIq1oC1ALApkiwREwTO0f50 { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:79.4375rem;left:14.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InD1TlkLu8uba4vT2qLTKqf1pdHqHvge { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:86.125rem;left:14.25rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qcOmGSSTbipCzkE7Tyg61Q1GAmG2xRhD { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:82.375rem;left:14.375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g7qPspEJkRTl5TFzyCQBCU2hk8l9yUAS { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:98rem;left:14.25rem;display:block; }
#KrJGkZfbsLBxBnGZfN9GP0h56RFG2pdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iydQMQMHwv5HaIcv5mJor9e4nFDl0R9f { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:68rem;left:37.9375rem;display:block; }
#FlnsgswVC98BTLeJVXipVTMm0xhZUTxe { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:68rem;left:37.9375rem;overflow:hidden;display:block; }
#z3ZCSqXfV7tA0zbrJRGncBzncisn9uDR { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:86.125rem;left:39.625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MtPKuXuc9sFZPGuDqA8FtBTGimUzkOeT { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:98rem;left:39.625rem;display:block; }
#DoJ3CbfBibL9JyiOKaEl8zPpzgifstOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ei5QXepO4dIx1K3x2zmHRwi6y8xH8qxn { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:79.4375rem;left:39.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tbL2lMC7ppN9ZvR7xXTtR1Jfcm4blW8D { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:81.6875rem;left:40.875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lnLsHkGehuGwulwr8ONZPS5ZAUVCusXU { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:82.375rem;left:39.6875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqTFdFmh1o30tQNb4vky6Ue31UPkAVfu { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:6.125rem;left:18.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX { position:relative;display:block; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX { background-color: transparent; background-image: none; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row .container > .video-iframe-container { display: none; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row > .video-iframe-container { display: none; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .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); }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX { border-width: 0; border-radius: 0; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .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; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BE1UlxXI7hkOVpUqEaZS43UacrVmHTbA { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzpf7OC816bgw5CBaTDTINLAdNOd2eJH { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.9375rem;top:12.125rem;left:38rem;display:block; }
#N7T2Jrs7CwknO6TQQFqJfwWAOScRIEHv { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:47.5625rem;left:40.125rem;display:block; }
#FHdkWmEVOhEBFQ3D1M0MUQvdkLZg6R4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtaKbAGOITb1xsEmrFo19AsUEsaPuGf1 { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:33.9990234375rem;left:40.1240234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P0ebor59qKkT9y5TN34n0IsCCdeJ3G3P { color:#2550aa;display:block;width:1.6875rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:29.4375rem;left:40.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AscdwXISGC36l6OqaLwozABd6bM7x7vp { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:28.8125rem;left:42.25rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#evNxnSle6s7NUoFPkhKTPblJBhtpi0B3 { 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:12.75rem;width:30.875rem;top:12.0927734375rem;left:6.1875rem;overflow:hidden;display:block; }
#csllTzecukd9eTeBESIQbquwDkvfeas3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:41.75rem;width:30.875rem;top:12.1240234375rem;left:6.1875rem;display:block; }
#XlnWsywNTv9fzF4q9GGGPXQsOfJx1ovB { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5615234375rem;left:7.6240234375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWTXaqXvdK2Fe3yxtPF4R0f2RMl5BdGQ { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:34.0625rem;left:7.6865234375rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s07i7abvxt5TwJ4qoJTXlUvKTuipabAm { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDhTclPJTIPfhnB5Z1VRfODCHrS2WowF { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:31.0625rem;top:12.1240234375rem;left:37.9609375rem;overflow:hidden;display:block; }
#RpvsFkPnyO22o7KFifECMZtLM4OnVmqE { color:#2550aa;display:block;width:1.875rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.4677734375rem;left:7.6865234375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcNqTOgpaV5eM2F94tmyuFTwN4nsMtHr { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.56225rem;height:3.937013125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.5615234375rem;left:7.6240234375rem;display:block; }
#sDhVDaTNTeutkJZBIKwTyawzLscWPcmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThFsv5FSFJSsIRoxGIKCpSOUH3o1LDL3 { color:#2550aa;display:block;width:8.8125rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.8115234375rem;left:9.6865234375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSJK3bd0ayntvlaGIDHVFmZf2PvIlNl7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:57.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWxAKtJaXeryc46aTFROIwuFrNL6L0k3 { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:62.5625rem;left:10.125rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UL8I98TPVpv7FKvI9z447wmbhOC5c7vN { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:69.8125rem;left:12.625rem;display:block; }
#V7I9sdaHKpn0lLdZMtC8SE7Bhc5D4txP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:69.8125rem;left:12.625rem;overflow:hidden;display:block; }
#DkBDoz852cDmXpT70UPErMHfPeElWurg { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:83.5rem;left:16.5625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cFApuVmppZaAaVcmGG9bBW4mexQGpA8C { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:81.25rem;left:14.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u4GCtiop2ZnnNS8K1RJoayEsJE3qQOkT { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:87.9375rem;left:14.25rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w9Z5spaV50PufiWsFqvhBWDdVrt5T1Fl { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:84.1875rem;left:14.375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kpqfGrXzJZlliEmu2DHHJQdHmCeU4tZb { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:99.8125rem;left:14.25rem;display:block; }
#TuevIcozODmXVkMWZTs5R1rHbpR0TLQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbTE0cvLPFk1srmOxOwSqVMWVvXXfKZL { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:36.6875rem;width:24.375rem;top:69.8125rem;left:37.9375rem;display:block; }
#n05gpb4APIZNC4ATCH6FM1xRFBBX8rT0 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.375rem;top:69.8125rem;left:37.9375rem;overflow:hidden;display:block; }
#BW1ZRNZ6oOpUKAeXK6MOmCaZbKFm8uza { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:87.9375rem;left:39.625rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMHstEVXg4dAklNStmHTUdsSJXqSG1OO { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:99.8125rem;left:39.625rem;display:block; }
#NbZXWkAkNbuadkJqr0PBTF26WUoSJJdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWcXqgMB4rA5KG72d5wleehNfgPrz7y8 { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:81.25rem;left:39.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lhLvaAfxK0NyrT3c9d4d384KJdmaTHkI { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:83.5rem;left:41.8125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JpFNKbzsCfFFl1CggxPpU229qya9yaQw { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:84.1875rem;left:39.6875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DgLNrbkcVBOkq3AI9oubA9skIZw0JuQp { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:6.125rem;left:18.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ { position:relative;display:none; }#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ { border-width: 0; border-radius: 0; }#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ > .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; }#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#mUhuwSTmdWEFmDFn0k0UWhXl6s3c5vQQ { color:#000000;display:block;width:25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:8.625rem;left:42.5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uHLmbAUcS1TsbMwKL3PNQw1QQrck4wrq { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.8125rem;left:42.5rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eFHvVMn0vw0uTNPhXMBTu9SxT2kwo1pT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.4375rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PV4fPZUb/code2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:37.5rem;top:0.875rem;left:0rem;display:block; }#Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.adaptive-delivery-prevent-bg, #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.lazyload, #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.lazyloading { background-image: none; }
#TwT5mCBDriJsh8n9bmVnbdxKkNJkPWPx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.375rem;left:42.5rem;display:block; }
#yLKfq4zHx5b2KnNcV5OiDxdyiNnMwMdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I { position:relative;display:none; }#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I { border-width: 0; border-radius: 0; }#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I > .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; }#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#CfKu1yOIVHCF4oKu5dlaTuJEZGa0KnIw { color:#000000;display:block;width:25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.6875rem;left:5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlxlAqs27nOuJNwHe0TEkVy0WIbPdAzf { color:#000000;display:block;width:26.3115rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:14.0625rem;left:5rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H4UAvzD30uOw7uTNwtgmOTFkev62mFd5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.4375rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QF9Cax1p/design.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:36.8125rem;top:0.5625rem;left:38.0625rem;display:block; }#JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z.adaptive-delivery-prevent-bg, #JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z.lazyload, #JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z.lazyloading { background-image: none; }
#RWVraxtzarocfVh73b5wX9unBH3trTKN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.935546875rem;left:5rem;display:block; }
#XSSzFM2bz4y84KLtWlRylrTobrtLuDvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b { position:relative;display:none; }#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b { border-width: 0; border-radius: 0; }#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b > .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; }#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#egODtLN6LCMifd2rL3M4smZIz8r6WIRr { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRePQ0l7nm4HRg0cs5U6crpaLhHWPbnC { color:#000000;display:block;width:22rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:16.5rem;left:42.5rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzWJbdTSJQLnGsLRXmsShOVAm0FDMRAq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.625rem;width:75rem;top:0.875rem;left:0rem;display:block; }
#t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YbtcmliZ/code2_kopia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:37.5rem;top:1.0625rem;left:0rem;display:block; }#t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.adaptive-delivery-prevent-bg, #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.lazyload, #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.lazyloading { background-image: none; }
#oygMNQH6rzxNQNJtJTVXfGZC09n99XaS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.6875rem;left:42.5rem;display:block; }
#Wl95Xlcv4h7AZnZk4lPn1sQ2LbJT9OsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w { position:relative;display:none; }#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w { border-width: 0; border-radius: 0; }#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w > .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; }#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;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; }#A3mckpE7ryATOZL9zUv5cXzDCu6kbyD5 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.875rem;left:5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zeJqC0LbClpfTCBXRGcgP4NHzKKBosvd { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:16.875rem;left:5rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HIaUTea7FybuC87x3PZDnFksUaLS6JeC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.6875rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HJ4zEP5u/1_sekcja_21.09_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:36.875rem;top:0.5rem;left:38rem;display:block; }#TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C.adaptive-delivery-prevent-bg, #TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C.lazyload, #TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C.lazyloading { background-image: none; }
#N0afggewb6THZsfEPQCdr499dh7UxZJy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.748046875rem;left:5.1875rem;display:block; }
#Z5bH5hIb6iJwowFK8Q39ylmZ7D5X6toa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui { position:relative;display:none; }#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui { border-width: 0; border-radius: 0; }#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui > .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; }#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#Oqsx5wddnIc89VWn26KZxUZcw1LNAedT { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.6875rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UH31mZdNa6kTbvmQMy0U5r5zk5iuUWhf { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:17.625rem;left:42.5rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iyk6k5XMX57rNkhs2J92rW3iVnylKlRb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.6875rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hFaJQY6A/copywriting_Obszar_roboczy_1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:37.5rem;top:0.75rem;left:0rem;display:block; }#DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.adaptive-delivery-prevent-bg, #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.lazyload, #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.lazyloading { background-image: none; }
#BynMTnzGkCDfAdNINZLc1rZg2DNiBHhn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.9375rem;left:42.5rem;display:block; }
#JlCazrVuAfJZ415veW1P4LOSf9TNsTND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI { position:relative;display:none; }#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI { border-width: 0; border-radius: 0; }#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI > .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; }#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;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; }#ke3lkDM2nsUaqZdIQZhkdCHHFJ5cQ2Gg { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:12.1875rem;left:5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m2Ri0tl6LbgEWE71t82yMmrD99O69SWH { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:19.25rem;left:5rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yApnqVwR5KpwB2ENhK6t7MBFTQPPiE8Q { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.5625rem;width:75rem;top:0.9375rem;left:0rem;display:block; }
#wuk1EJq1SucOe19d9plz7zGesRlVQRxG { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tEfPj9vs/top_banery_01.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:37.5rem;top:0.75rem;left:37.5rem;display:block; }#wuk1EJq1SucOe19d9plz7zGesRlVQRxG.adaptive-delivery-prevent-bg, #wuk1EJq1SucOe19d9plz7zGesRlVQRxG.lazyload, #wuk1EJq1SucOe19d9plz7zGesRlVQRxG.lazyloading { background-image: none; }
#aVCzBRAmXSaMWOvvUvGW4RzSxHD44l2s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.5625rem;left:5rem;display:block; }
#VypZGuH7CTcqalwLnSq37QPCHPvxrulI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ { position:relative;display:none; }#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ { border-width: 0; border-radius: 0; }#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ > .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; }#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#Uihker5Og6K4RFkszoxTwofDbNHFG2oK { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.375rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aHV5in8PZ6d5949PxdUNvXZAkS4wA6L5 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:17.3125rem;left:42.5rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SE82q4Wi2PhdB20Z9dROR3z2JKDOhodh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.5rem;width:75rem;top:1rem;left:0rem;display:block; }
#K2X6VT165TvsPzIyFtC7vJSeHC7R114B { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/w7mNv5fZ/Bez_nazwy_1_kopia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:37.5rem;top:0.6875rem;left:0rem;display:block; }#K2X6VT165TvsPzIyFtC7vJSeHC7R114B.adaptive-delivery-prevent-bg, #K2X6VT165TvsPzIyFtC7vJSeHC7R114B.lazyload, #K2X6VT165TvsPzIyFtC7vJSeHC7R114B.lazyloading { background-image: none; }
#G6lWlse8ugxl1ZkHXpME9hcacVMU2J8z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.46875rem;left:42.5rem;display:block; }
#MVTC9XxXsfML6VNEW1Q9Wugvrg61cNmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB { position:relative;display:none; }#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB { border-width: 0; border-radius: 0; }#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB > .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; }#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;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; }#RcE2eOCTwmFgelzRSIbqDWCUXgdEHRpP { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.75rem;left:5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVx4G8SMvSbGtk6sm1OuDb9K4ScedyL2 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:16.9375rem;left:5rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qt6EU0rguOhzN8tHiL2Jlx0mWdmqFzkt { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.375rem 1.875rem rgba(9,20,44,0.06) ;height:36.875rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#L2wEbbQzbpml4vZX86K2f4tqDXBHMA85 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/RRNTTDO5/code.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:37.5rem;top:0.875rem;left:37.5rem;display:block; }#L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.adaptive-delivery-prevent-bg, #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.lazyload, #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.lazyloading { background-image: none; }
#z1f2Ft53GOBfeCKHEOU6ohdQAPksNRfm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;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:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.748046875rem;left:5rem;display:block; }
#oIonMQIT6IXe06wZdt2fsA2uU9tyVNW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT { position:relative;display:block; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT { background-color: transparent; background-image: none; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row .container > .video-iframe-container { display: none; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row > .video-iframe-container { display: none; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .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); }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT { border-width: 0; border-radius: 0; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .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; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;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; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;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; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container { background-color: transparent; background-image: none; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container > .video-iframe-container { display: none; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row > .video-iframe-container { display: none; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .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); }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container { border-width: 0; border-radius: 0; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#htTz7oOS8iIeJcfWSVhZapa5M128DwaM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.6875rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#EHDhy6NT8u9LK4PfUPTsDiZsITKvzn5I { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.03125rem;left:10.4375rem;display:block; }
#xHqSlwKmwGiIATHGg54hwEuOAt2X6rrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrTSAPbHpn5FxV9v1RdLwvtBu0E9JIuT { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.03125rem;left:22.09375rem;display:block; }
#QJnCVvpFLwwuwhmXsGVWhfiC8ABnWeCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT { display:none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EVrRxGPhRHoZ0hEXwDi9JA6xEc1xCDv2 { width:11.0625rem;height:2.75rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMpwcGeSwxRumC3LnT4RAKNUfSZsmAcE { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTASrNtAx0MoDDO2iqLPEvnZDh0yLmn { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np7e4QaWfVOb0tCB2fRbEcgILMwIUW3a { width:2.5625rem;height:2.5625rem;top:0.5625rem;left:45.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noy883BGDoxTh585M5ohtxGqnNBCgX8y { width:16.5625rem;height:3.5625rem;top:0rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8w9FgDEm6t2MXu8kDGpzcUnqzuPNdiT { width:5.0625rem;height:3.0625rem;top:0.375rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH { display:none; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VDpfhh14sxpHLrlzyiF35H2Vo6n03xDi { width:6.9375rem;height:12.6875rem;top:3.5625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIWN8ZCpilKAo13Al941yMtdym9wZ7k { width:5.1875rem;height:1.1875rem;top:4.375rem;left:42.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C501T1Q5Rt8x7TtFFiDBKDwSSL5HyWUN { width:5rem;height:0.0625rem;top:6rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxspoLKe0OznNMFTr2ZaeXAFX1pNbJ9i { width:4.375rem;height:1.1875rem;top:6.75rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUidyDskXyNFrIPmxraCWVV2nvxGXDED { width:5rem;height:0.0625rem;top:8.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI07vQqSWiRx3AAn2ZhcgNUJFedqBgyP { width:4.375rem;height:1.1875rem;top:9.3125rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMqaVy6EfJy8tviCbofnuaqR9KDlS3DT { width:4.375rem;height:1.1875rem;top:11.875rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCMp1IRJfRySqyzIT2LwVmeRoDa0XH3L { width:5rem;height:0.0625rem;top:11.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zguqpF7oT781DxmdpO27qDWTnGizcwZA { width:5rem;height:0.0625rem;top:13.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFpJ5m7WQ2lrSVK9zlXqRJF0Pt7eRxIk { width:4.375rem;height:1.1875rem;top:14.125rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8kPk98ohl9ZShqHZgsS6S5qNvlRznCb { width:4.6875rem;height:1.8125rem;top:13.9375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCrwT53EtkVgD1xPlnE3h2r6f6VLmAsq { display:block; }
 }@media only screen and (max-width: 763px) { #VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW { display:none; }#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WToT1s6td6yTBCuA5FpEkRr0dNAJD816 { width:6.9375rem;height:5rem;top:3.5rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6mDwAdMUxaLZ4SC8uQmlBLo1D30GcK { width:5.1875rem;height:1.1875rem;top:4.375rem;left:42.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBcc209hpNSGNtS73J11llKWrW4wiRtk { width:5rem;height:0.0625rem;top:6rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOyHrLuLxbccT27NuzLENeJlEOAIoPR { width:4.375rem;height:1.125rem;top:6.4375rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4Toc2l7Lx1eWg4tTIAUMSCeQasNWMV { width:4.6875rem;height:1.75rem;top:4rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmipioo6JVBuHhqrm6HLbMvmiyKHTKfE { display:block; }
 }@media only screen and (max-width: 763px) { #O5BtFIUPght0yozfPvcPTVb4h5rlogAB { width:4.6875rem;height:1.75rem;top:6.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meJ4MtwuEwl1SoW88g7UR61tzpAh346W { display:block; }
 }@media only screen and (max-width: 763px) { #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/GrKacIdn/bg_tablet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.adaptive-delivery-prevent-bg, #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.lazyload, #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR.lazyloading { background-image: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { background-color: transparent; background-image: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .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); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { width:47.75rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws7eUxi14O0rqCVoTha6GL06Ukd33eRp { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtcttaetSpoS5euCbSUL7MywAd9LN4n3 { width:13.0625rem;height:1.9375rem;top:26.625rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNUVuL0Nw5AVmNgEIi60kzMPBqoaTCTq { display:block; }
 }@media only screen and (max-width: 763px) { #qd71mRt5gcp2o5NThMX1hk5b51KHPwTm { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUQakfIV6e8GmVaI3MNdNrAyecqsmnWT { display:block; }
 }@media only screen and (max-width: 763px) { #b3vuCeKQl4CCMmmbkAT9VMz7MG92xkf3 { width:19.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLQsASaXqookDzNBuiu3rntJOH5eQRLv { width:34.1875rem;height:3.402775rem;top:8.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMa9aqcsd7UDF6Z6I8gBBMvihXEbxwiC { width:14.125rem;height:3.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T { display:block; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW { display:block; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSbOSIMkKNldQLplicUg4quOC9TxZMWO { display:block; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZIhVN5DP1vDenvTFTvq2eZG5pF4wdmv { width:47.75rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpbMo94ety7gRSoTBZG06EqVhP3phm1K { width:30.9375rem;height:41.75rem;top:12.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoKzgAKdgGUMaZI7e54VMPyNNX1ZxOSG { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4y0I5X2gXeEsZItqrucU3q6GnnKksVm { display:block; }
 }@media only screen and (max-width: 763px) { #TbF2x8O82UQ6OuctTRquF67w688ZnlxL { width:26.1875rem;height:11rem;top:33.9375rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzv3KM62gtrRNGULQWUnexTvWqNoRfO9 { width:1.125rem;height:2rem;top:29.4375rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5kmWKPoAoutzkQl4egUWZu1krUl6TI { width:7.625rem;height:4.1875rem;top:28.8125rem;left:27.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3phcfH3iFgEM0LAuE6c2w8n5Tx8QVcQ { width:30.875rem;height:12.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwyzp85fyFN6tpgxFAZMTlB9IuTpqHuo { width:30.875rem;height:41.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMdP0X3yL0qAG30Bfk2EcRpqs54zbPu { width:21rem;height:2.25rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLr97twBlllwprZFAVbk9tfBZlXZo4HN { width:26.5625rem;height:10.9375rem;top:34.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c232Mzc8aenyNy3PNGwgdVruZkTZDd0Z { width:20.9375rem;height:2.1875rem;top:26.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoWNyLE12JLtASQnpzXHWHronJgXFzH { width:31.0625rem;height:12.75rem;top:12.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6Wd6bucuLUbSrWHEaXgltFsRvkJZq5 { width:1.5rem;height:2.0625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHUNhp0ptss4OiTfDdrWSdcCgWRz2fJ { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ulXrkJTS47ob4EJaDh6G7htmvCVrnG { display:block; }
 }@media only screen and (max-width: 763px) { #yqaOGwV9AmToLvvJ4MfKEiegeXB0LbrD { width:6.9375rem;height:4.1875rem;top:28.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSZlUuXL4DBowxWEGParxezp6DEEPiyz { width:47.75rem;height:3.75rem;top:57.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e183ntknAF57OaVJxL33OWdP7d0hOTbR { width:47.75rem;height:3.5625rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncieRnNFRJyeI7XH5dULEH0K5SB4H7r { width:24.375rem;height:36.625rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGtbNrNXSryl5vvlzKEcHXvSZsTyHInO { width:24.375rem;height:10.186625rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAEBLSs6p1MTP0IscGEbSN1z6rOyydT { width:7.625rem;height:4.1875rem;top:82.0625rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S01HMUOZxhH1vsTMkhSZ7P6f8eE61GVf { width:20.9375rem;height:2.1875rem;top:79.8125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsqH32Q69lT0cldQ0nbgFJrk6GH3XTNF { width:21.0625rem;height:9.125rem;top:86.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVtEgbN7OFcl3d2TLr9w9DCUlnAh1ZI { width:6.875rem;height:2rem;top:82.75rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPN1N3UPGQOlNNDsTG1FKaDaBfQhhquk { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObG7U5dNd8ckupPMwTo3QPwvs15pS8P { display:block; }
 }@media only screen and (max-width: 763px) { #FQO0S08SwHVlFCwWWu7Ls0bTD64BlwpC { width:24.375rem;height:36.625rem;top:68.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8WShXnN3uyPmUi7DyymKsntN1gyxXi { width:24.375rem;height:10.186625rem;top:68.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W21znUp9CZlCuF588rHbJsZxikDJShiH { width:21.0625rem;height:9.125rem;top:86.5rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhATsAwcSoylXrOOt7J8K1bqnAgz41Bf { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kILzbpOGATyXfIeDLH13hP5vH38fJPi0 { display:block; }
 }@media only screen and (max-width: 763px) { #RqHV8cEAMlsHXsxmz2x64x8R3TQ3M3iP { width:20.9375rem;height:2.1875rem;top:79.8125rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vccMnoER29yIA6ZkgPC7TTF8yG3D1TQg { width:7.625rem;height:4.1875rem;top:82.0625rem;left:27.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6LG5KcKuaPMzVTaqlJQRi0ro9UpZRw { width:6.875rem;height:2rem;top:82.75rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klnZ6tQtXeG5HQzpBkND3I405IA0AF6i { width:37.8125rem;height:3.5rem;top:6.125rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ { display:block; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3moyefSdILhUTuPqUOl9dOPIO64GL2A { width:47.75rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xw65bu6PFGqmITqMe0vI8lhI4qF2Mi { width:30.9375rem;height:41.75rem;top:12.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWosOE5G4v2XhGerFqK7G3SCKFXqzDo { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsphSyFAzLZoXaUhQTei1ydOJgDRA2M { display:block; }
 }@media only screen and (max-width: 763px) { #omGQDKbnAKf8LD5QTeeMhaSFQavzK9mi { width:26.1875rem;height:11rem;top:33.9375rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqVVLFbLsH1f1LlCTNVUXXR5eDVBDRg { width:1.1875rem;height:2.0625rem;top:29.4375rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G583Fqkr3lLuCQP5aPkNAl5XLAOqPKFe { width:7.625rem;height:4.1875rem;top:28.8125rem;left:26.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0amZhO5bUPunTWvicrFG1xXVAK3zkwM { width:30.875rem;height:12.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlTpJmvrS9RukT79IToi39v1Trhw3hPa { width:30.875rem;height:41.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTdSFCqMs8dIg6KwquOmaOKumVK7XaR { width:21rem;height:2.25rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLbu1GsU7FeSJ01Rd5PZ1hxw2kHuN2mK { width:26.5625rem;height:10.9375rem;top:34.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozw5bR94n33RmknIqfrO7malkW5aK1e8 { width:20.9375rem;height:2.1875rem;top:26.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMBH4G2LT4qBULvVuWmJKOxBenuusWmT { width:31.0625rem;height:12.75rem;top:12.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMF2c2o2SkP3spbI6wKI1cUwbPkLLdoN { width:1.5rem;height:2.0625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMedN8PGL3HsRTO27cTuVynN39JEbqb { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZuxFQ0DypihrSM2qMWVWBTEbw3wPrwx { display:block; }
 }@media only screen and (max-width: 763px) { #FwB6WKFz61fhKB5uBnNpMmADr5PVBdJN { width:6.9375rem;height:4.1875rem;top:28.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNaye0iTsvWtTa7E0BChF1zXo8N3ImEp { width:47.75rem;height:3.75rem;top:57.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3mItKLgaxZggdqriVMn7IV6ltrMpLa { width:47.75rem;height:3.5625rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi6DVs3X7IBxinc6U4WH8MwEd4yAWgW9 { width:24.375rem;height:36.625rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mdBSD63TFkTJE1p3EyKhzlXATRBkAB { width:24.375rem;height:10.186625rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX7fDEJ0s5AiuvwbXPmHU8qTtA6OfDO { width:7.625rem;height:4.1875rem;top:82.9375rem;left:0.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFacQQqEs5KwxaLnWsuG2yOqd4JiETwE { width:20.9375rem;height:2.1875rem;top:80.6875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qiHzICmRDIgrHocpIW04DG8wJZn91y { width:21.0625rem;height:9.125rem;top:87.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox8fdaZcJDGmWx5vDrZO2TMnrrE5UQw { width:6.875rem;height:2rem;top:83.625rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVy8OTOsEpGEa2wXfnHvvfRK7FJJT6k { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNWK8HgDkVNbtxwgAbuC1kyJNqXSodB { display:block; }
 }@media only screen and (max-width: 763px) { #olzbNaiqDNhITOAtJ5KwKkz2xh3Os2JR { width:24.375rem;height:36.625rem;top:69.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDdFKauWScoK8DIrxP5bcGgI4hRPNJJ { width:24.375rem;height:10.186625rem;top:69.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgO51NF1eEMv193DRgZUxES7TUZTxw1E { width:21.0625rem;height:9.125rem;top:87.375rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SluXhDSufhbq80wMNg9BgcVn1482Zk3M { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0uAg7pL409259x9RBQL29V3nTQlCvc { display:block; }
 }@media only screen and (max-width: 763px) { #QZQWxwrw9zz8BlsvMVLvG6GxRvILRTr8 { width:20.9375rem;height:2.1875rem;top:80.6875rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLHg23ItkzzbEUrvQho15slrwimqkwJf { width:7.625rem;height:4.1875rem;top:82.9375rem;left:25.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWBTOFJfaaBNiG7Z4ugw5lkS8Gutbrb { width:6.875rem;height:2rem;top:83.625rem;left:31.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6KgSoZ9urtmm97JSyHaJSnsRKKZZO0 { width:38.75rem;height:3.5rem;top:6.125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTqyV9CdzLQicRi7MteThOVPeVylrxu { display:block; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfSkzlCA0xxPL8NtUO61GbFFxWlCKntA { width:47.75rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhaBiKs82P9OzRTMPTgs2G7WgyG6VlF3 { width:30.9375rem;height:41.75rem;top:12.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEJZfUI6UhJv2zMRAluMlAdDQpIiMDCr { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IetwtqeDzbTxS2L7142lwtAZvg1lrNWC { display:block; }
 }@media only screen and (max-width: 763px) { #gD7zylfF7yOFvzSpETw5GGfyQf0swOMo { width:26.1875rem;height:11rem;top:33.9375rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui946CfmcdiiDCaqQOVGWxN7aIfbtIOT { width:1.1875rem;height:2.0625rem;top:29.4375rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqaV61wPdsmWAtJFGVVV9ukP2M4D82Q7 { width:7.625rem;height:4.1875rem;top:28.8125rem;left:27.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL6WHx7LzIJ6wNk0uTyJCUIIAK7KxUmH { width:30.875rem;height:12.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVRNCfKaz8eCoOm8oEuJZu6wRGXgQ6UM { width:30.875rem;height:41.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN1AWx3IfhvM9dD33nTluN5E3EOBtLC3 { width:21rem;height:2.25rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQXPA7hgO8kmrGzsWzCemWwHgguHg2oq { width:26.5625rem;height:10.9375rem;top:34.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh7WW21dFlH3hmOLKhpRkIh2tpOmpQT { width:20.9375rem;height:2.1875rem;top:26.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDnd12ZXE6vS5hxZutaF6MX6LWxCEiJ { width:31.0625rem;height:12.75rem;top:12.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SqGHg1TEvGDQQDPZf84LDOlTVwHe4L { width:1.5rem;height:2.0625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG7co5Ti9RJS72oZBmDPKxMr2nzlnfyT { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMf57Vn8dFJ25ZbWmNhKV41lLMudB7M { display:block; }
 }@media only screen and (max-width: 763px) { #Dx6qHH3FKouNgnKO5nTDR3ADLo2Ka4qA { width:6.9375rem;height:4.1875rem;top:28.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9sltaPkEpU0tWZTMidGdRT3Q4Hs5Fc5 { width:47.75rem;height:3.75rem;top:57.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdAWcZ24XVlkOAsxyqSTK0O2y0N3xyWG { width:47.75rem;height:3.5625rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoK2eKv8wlT8dwrR3ToSsZ4R08u3fux { width:24.375rem;height:36.625rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT6Skk33qA5elo24d8aCtm8Gt46ubKTt { width:24.375rem;height:10.186625rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzs5dxu9MbSPBzzA9gndMAQBUa4kaDOd { width:7.625rem;height:4.1875rem;top:81.6875rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8Q7X6doNIq1oC1ALApkiwREwTO0f50 { width:20.9375rem;height:2.1875rem;top:79.4375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InD1TlkLu8uba4vT2qLTKqf1pdHqHvge { width:21.0625rem;height:9.125rem;top:86.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcOmGSSTbipCzkE7Tyg61Q1GAmG2xRhD { width:6.875rem;height:2rem;top:82.375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qPspEJkRTl5TFzyCQBCU2hk8l9yUAS { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJGkZfbsLBxBnGZfN9GP0h56RFG2pdR { display:block; }
 }@media only screen and (max-width: 763px) { #iydQMQMHwv5HaIcv5mJor9e4nFDl0R9f { width:24.375rem;height:36.625rem;top:68rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnsgswVC98BTLeJVXipVTMm0xhZUTxe { width:24.375rem;height:10.186625rem;top:68rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZCSqXfV7tA0zbrJRGncBzncisn9uDR { width:21.0625rem;height:9.125rem;top:86.125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtPKuXuc9sFZPGuDqA8FtBTGimUzkOeT { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ3CbfBibL9JyiOKaEl8zPpzgifstOy { display:block; }
 }@media only screen and (max-width: 763px) { #Ei5QXepO4dIx1K3x2zmHRwi6y8xH8qxn { width:20.9375rem;height:2.1875rem;top:79.4375rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbL2lMC7ppN9ZvR7xXTtR1Jfcm4blW8D { width:7.625rem;height:4.1875rem;top:81.6875rem;left:27.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnLsHkGehuGwulwr8ONZPS5ZAUVCusXU { width:6.875rem;height:2rem;top:82.375rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTFdFmh1o30tQNb4vky6Ue31UPkAVfu { width:38.75rem;height:3.5rem;top:6.125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX { display:block; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE1UlxXI7hkOVpUqEaZS43UacrVmHTbA { width:47.75rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzpf7OC816bgw5CBaTDTINLAdNOd2eJH { width:30.9375rem;height:41.75rem;top:12.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7T2Jrs7CwknO6TQQFqJfwWAOScRIEHv { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdkWmEVOhEBFQ3D1M0MUQvdkLZg6R4G { display:block; }
 }@media only screen and (max-width: 763px) { #rtaKbAGOITb1xsEmrFo19AsUEsaPuGf1 { width:26.1875rem;height:11rem;top:33.9375rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ebor59qKkT9y5TN34n0IsCCdeJ3G3P { width:1.6875rem;height:2.0625rem;top:29.4375rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AscdwXISGC36l6OqaLwozABd6bM7x7vp { width:7.625rem;height:4.1875rem;top:28.8125rem;left:28.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evNxnSle6s7NUoFPkhKTPblJBhtpi0B3 { width:30.875rem;height:12.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csllTzecukd9eTeBESIQbquwDkvfeas3 { width:30.875rem;height:41.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlnWsywNTv9fzF4q9GGGPXQsOfJx1ovB { width:21rem;height:2.25rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTXaqXvdK2Fe3yxtPF4R0f2RMl5BdGQ { width:26.5625rem;height:10.9375rem;top:34.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s07i7abvxt5TwJ4qoJTXlUvKTuipabAm { width:20.9375rem;height:2.1875rem;top:26.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhTclPJTIPfhnB5Z1VRfODCHrS2WowF { width:31.0625rem;height:12.75rem;top:12.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpvsFkPnyO22o7KFifECMZtLM4OnVmqE { width:1.875rem;height:2.0625rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcNqTOgpaV5eM2F94tmyuFTwN4nsMtHr { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhVDaTNTeutkJZBIKwTyawzLscWPcmK { display:block; }
 }@media only screen and (max-width: 763px) { #ThFsv5FSFJSsIRoxGIKCpSOUH3o1LDL3 { width:8.8125rem;height:4.1875rem;top:28.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSJK3bd0ayntvlaGIDHVFmZf2PvIlNl7 { width:47.75rem;height:3.75rem;top:57.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWxAKtJaXeryc46aTFROIwuFrNL6L0k3 { width:47.75rem;height:3.5625rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL8I98TPVpv7FKvI9z447wmbhOC5c7vN { width:24.375rem;height:36.625rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7I9sdaHKpn0lLdZMtC8SE7Bhc5D4txP { width:24.375rem;height:10.186625rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkBDoz852cDmXpT70UPErMHfPeElWurg { width:7.625rem;height:4.1875rem;top:83.5rem;left:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFApuVmppZaAaVcmGG9bBW4mexQGpA8C { width:20.9375rem;height:2.1875rem;top:81.25rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4GCtiop2ZnnNS8K1RJoayEsJE3qQOkT { width:21.0625rem;height:9.125rem;top:87.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Z5spaV50PufiWsFqvhBWDdVrt5T1Fl { width:6.875rem;height:2rem;top:84.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpqfGrXzJZlliEmu2DHHJQdHmCeU4tZb { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuevIcozODmXVkMWZTs5R1rHbpR0TLQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TbTE0cvLPFk1srmOxOwSqVMWVvXXfKZL { width:24.375rem;height:36.625rem;top:69.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05gpb4APIZNC4ATCH6FM1xRFBBX8rT0 { width:24.375rem;height:10.186625rem;top:69.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW1ZRNZ6oOpUKAeXK6MOmCaZbKFm8uza { width:21.0625rem;height:9.125rem;top:87.9375rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHstEVXg4dAklNStmHTUdsSJXqSG1OO { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbZXWkAkNbuadkJqr0PBTF26WUoSJJdh { display:block; }
 }@media only screen and (max-width: 763px) { #iWcXqgMB4rA5KG72d5wleehNfgPrz7y8 { width:20.9375rem;height:2.1875rem;top:81.25rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLvaAfxK0NyrT3c9d4d384KJdmaTHkI { width:7.625rem;height:4.1875rem;top:83.5rem;left:28.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFNKbzsCfFFl1CggxPpU229qya9yaQw { width:6.875rem;height:2rem;top:84.1875rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgLNrbkcVBOkq3AI9oubA9skIZw0JuQp { width:38.75rem;height:3.5rem;top:6.125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ { display:none; }#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mUhuwSTmdWEFmDFn0k0UWhXl6s3c5vQQ { width:25rem;height:2.25rem;top:8.625rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHLmbAUcS1TsbMwKL3PNQw1QQrck4wrq { width:24.8125rem;height:10.9375rem;top:12.8125rem;left:22.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHvVMn0vw0uTNPhXMBTu9SxT2kwo1pT { width:47.75rem;height:36.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd { width:37.5rem;height:36.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwT5mCBDriJsh8n9bmVnbdxKkNJkPWPx { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKfq4zHx5b2KnNcV5OiDxdyiNnMwMdg { display:block; }
 }@media only screen and (max-width: 763px) { #Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I { display:none; }#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfKu1yOIVHCF4oKu5dlaTuJEZGa0KnIw { width:25rem;height:2.25rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlxlAqs27nOuJNwHe0TEkVy0WIbPdAzf { width:26.25rem;height:9.375rem;top:14.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4UAvzD30uOw7uTNwtgmOTFkev62mFd5 { width:47.75rem;height:36.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z { width:36.8125rem;height:36.8125rem;top:0.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVraxtzarocfVh73b5wX9unBH3trTKN { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSSzFM2bz4y84KLtWlRylrTobrtLuDvb { display:block; }
 }@media only screen and (max-width: 763px) { #Ep1dkOSReJv29O0XEcwiVO076vlCUH8b { display:none; }#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egODtLN6LCMifd2rL3M4smZIz8r6WIRr { width:23.4375rem;height:4.5rem;top:10.1875rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRePQ0l7nm4HRg0cs5U6crpaLhHWPbnC { width:22rem;height:6.25rem;top:16.5rem;left:25.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWJbdTSJQLnGsLRXmsShOVAm0FDMRAq { width:47.75rem;height:36.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp { width:37.5rem;height:36.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oygMNQH6rzxNQNJtJTVXfGZC09n99XaS { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl95Xlcv4h7AZnZk4lPn1sQ2LbJT9OsF { display:block; }
 }@media only screen and (max-width: 763px) { #hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w { display:none; }#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A3mckpE7ryATOZL9zUv5cXzDCu6kbyD5 { width:21.1875rem;height:4.5rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJqC0LbClpfTCBXRGcgP4NHzKKBosvd { width:21.75rem;height:6.25rem;top:16.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaUTea7FybuC87x3PZDnFksUaLS6JeC { width:47.75rem;height:36.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C { width:36.875rem;height:36.875rem;top:0.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0afggewb6THZsfEPQCdr499dh7UxZJy { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bH5hIb6iJwowFK8Q39ylmZ7D5X6toa { display:block; }
 }@media only screen and (max-width: 763px) { #aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui { display:none; }#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oqsx5wddnIc89VWn26KZxUZcw1LNAedT { width:21.0625rem;height:4.5rem;top:10.6875rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH31mZdNa6kTbvmQMy0U5r5zk5iuUWhf { width:23.3125rem;height:4.6875rem;top:17.625rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyk6k5XMX57rNkhs2J92rW3iVnylKlRb { width:47.75rem;height:36.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho { width:37.5rem;height:36.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BynMTnzGkCDfAdNINZLc1rZg2DNiBHhn { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlCazrVuAfJZ415veW1P4LOSf9TNsTND { display:block; }
 }@media only screen and (max-width: 763px) { #nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI { display:none; }#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ke3lkDM2nsUaqZdIQZhkdCHHFJ5cQ2Gg { width:23.625rem;height:4.5rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Ri0tl6LbgEWE71t82yMmrD99O69SWH { width:21.375rem;height:4.6875rem;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yApnqVwR5KpwB2ENhK6t7MBFTQPPiE8Q { width:47.75rem;height:36.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuk1EJq1SucOe19d9plz7zGesRlVQRxG { width:37.5rem;height:36.75rem;top:0.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCzBRAmXSaMWOvvUvGW4RzSxHD44l2s { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VypZGuH7CTcqalwLnSq37QPCHPvxrulI { display:block; }
 }@media only screen and (max-width: 763px) { #qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ { display:none; }#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uihker5Og6K4RFkszoxTwofDbNHFG2oK { width:23.0625rem;height:4.5rem;top:10.375rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHV5in8PZ6d5949PxdUNvXZAkS4wA6L5 { width:18.5625rem;height:4.6875rem;top:17.3125rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE82q4Wi2PhdB20Z9dROR3z2JKDOhodh { width:47.75rem;height:36.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2X6VT165TvsPzIyFtC7vJSeHC7R114B { width:37.5rem;height:36.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6lWlse8ugxl1ZkHXpME9hcacVMU2J8z { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTC9XxXsfML6VNEW1Q9Wugvrg61cNmU { display:block; }
 }@media only screen and (max-width: 763px) { #TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB { display:none; }#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcE2eOCTwmFgelzRSIbqDWCUXgdEHRpP { width:18.375rem;height:4.5rem;top:9.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVx4G8SMvSbGtk6sm1OuDb9K4ScedyL2 { width:21.125rem;height:4.6875rem;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6EU0rguOhzN8tHiL2Jlx0mWdmqFzkt { width:47.75rem;height:36.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85 { width:37.5rem;height:36.625rem;top:0.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1f2Ft53GOBfeCKHEOU6ohdQAPksNRfm { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIonMQIT6IXe06wZdt2fsA2uU9tyVNW2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT { display:block; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf { display:block; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htTz7oOS8iIeJcfWSVhZapa5M128DwaM { top:2.125rem;left:0rem;width:7.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDhy6NT8u9LK4PfUPTsDiZsITKvzn5I { width:8.125rem;height:2.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHqSlwKmwGiIATHGg54hwEuOAt2X6rrO { display:block; }
 }@media only screen and (max-width: 763px) { #nrTSAPbHpn5FxV9v1RdLwvtBu0E9JIuT { width:9.0625rem;height:2.5rem;top:2rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJnCVvpFLwwuwhmXsGVWhfiC8ABnWeCN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { background-color: transparent; background-image: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container > .video-iframe-container { display: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container { display: none; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .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); }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { border-width: 0; border-radius: 0; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdZpKIaDGqnpaA15h3qWWhXKirxuOIMT > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVrRxGPhRHoZ0hEXwDi9JA6xEc1xCDv2 { width:7.4375rem;height:2rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMpwcGeSwxRumC3LnT4RAKNUfSZsmAcE { width:6.125rem;height:2.2744125rem;top:0.5625rem;left:9.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kWTASrNtAx0MoDDO2iqLPEvnZDh0yLmn { width:2.625rem;height:1.6875rem;top:0.84375rem;left:15.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #np7e4QaWfVOb0tCB2fRbEcgILMwIUW3a { width:2.375rem;height:2.375rem;top:0.5625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noy883BGDoxTh585M5ohtxGqnNBCgX8y { width:12.0625rem;height:3.5625rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8w9FgDEm6t2MXu8kDGpzcUnqzuPNdiT { width:5.0625rem;height:3.0625rem;top:0rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uPK0Qmb084Dc2hF4E4HSaZmiLJqyGMaH > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDpfhh14sxpHLrlzyiF35H2Vo6n03xDi { width:6.9375rem;height:11.6875rem;top:3.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmIWN8ZCpilKAo13Al941yMtdym9wZ7k { width:5.1875rem;height:1.57470625rem;top:4.1875rem;left:14.0625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #C501T1Q5Rt8x7TtFFiDBKDwSSL5HyWUN { width:5rem;height:0.0625rem;top:5.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxspoLKe0OznNMFTr2ZaeXAFX1pNbJ9i { width:4.375rem;height:1.57470625rem;top:6.375rem;left:14.4375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EUidyDskXyNFrIPmxraCWVV2nvxGXDED { width:5rem;height:0.0625rem;top:8.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI07vQqSWiRx3AAn2ZhcgNUJFedqBgyP { width:4.375rem;height:1.57470625rem;top:8.5625rem;left:14.4375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #SMqaVy6EfJy8tviCbofnuaqR9KDlS3DT { width:4.375rem;height:1.57470625rem;top:10.625rem;left:14.5rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #RCMp1IRJfRySqyzIT2LwVmeRoDa0XH3L { width:5rem;height:0.0625rem;top:10.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zguqpF7oT781DxmdpO27qDWTnGizcwZA { width:5rem;height:0.0625rem;top:12.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFpJ5m7WQ2lrSVK9zlXqRJF0Pt7eRxIk { width:4.375rem;height:1.57470625rem;top:12.75rem;left:14.375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #J8kPk98ohl9ZShqHZgsS6S5qNvlRznCb { width:4.6875rem;height:1.8125rem;top:12.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCrwT53EtkVgD1xPlnE3h2r6f6VLmAsq { display:block; }
 }@media only screen and (max-width: 763px) { #VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#VR7keA53IkGfwIL2JT9aLDlXxrBHK4EW > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WToT1s6td6yTBCuA5FpEkRr0dNAJD816 { width:6.9375rem;height:5.0625rem;top:3.4993491172791rem;left:13.062067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6mDwAdMUxaLZ4SC8uQmlBLo1D30GcK { width:5.18663125rem;height:1.527775rem;top:4.2291669845581rem;left:13.935547828674rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cBcc209hpNSGNtS73J11llKWrW4wiRtk { width:5rem;height:0.0625rem;top:5.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOyHrLuLxbccT27NuzLENeJlEOAIoPR { width:4.375rem;height:1.527775rem;top:6.2669272422787rem;left:14.467448234558rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #yA4Toc2l7Lx1eWg4tTIAUMSCeQasNWMV { width:4.6875rem;height:1.81206875rem;top:3.9680991172791rem;left:14.186198234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmipioo6JVBuHhqrm6HLbMvmiyKHTKfE { display:block; }
 }@media only screen and (max-width: 763px) { #O5BtFIUPght0yozfPvcPTVb4h5rlogAB { width:4.6875rem;height:1.75rem;top:6.1940107345581rem;left:14.311198234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #meJ4MtwuEwl1SoW88g7UR61tzpAh346W { display:block; }
 }@media only screen and (max-width: 763px) { #yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR { background-color:rgba(0,0,0,0);background-image:none;display:block; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { background-color: transparent; background-image: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row > .video-iframe-container { display: none; }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .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); }#yN0LPmbse1kUDi0vntwUhHJRTPfJKNBR > .row .container { width:20rem;height:45.6845703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws7eUxi14O0rqCVoTha6GL06Ukd33eRp { width:17.9375rem;height:12.598625rem;top:12.5rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtcttaetSpoS5euCbSUL7MywAd9LN4n3 { width:11.3125rem;height:1.6875rem;top:26.09375rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNUVuL0Nw5AVmNgEIi60kzMPBqoaTCTq { display:block; }
 }@media only screen and (max-width: 763px) { #qd71mRt5gcp2o5NThMX1hk5b51KHPwTm { width:10.4375rem;height:2.875rem;top:26.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUQakfIV6e8GmVaI3MNdNrAyecqsmnWT { display:block; }
 }@media only screen and (max-width: 763px) { #b3vuCeKQl4CCMmmbkAT9VMz7MG92xkf3 { top:31.309679985046rem;left:0rem;width:20rem;height:14.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VLQsASaXqookDzNBuiu3rntJOH5eQRLv { width:20rem;height:5.0625rem;top:6.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMa9aqcsd7UDF6Z6I8gBBMvihXEbxwiC { width:9.9370625rem;height:2.43706875rem;top:1.7491321563721rem;left:5.0303821563721rem;display:none; }
 }@media only screen and (max-width: 763px) { #fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T { display:block; }#fweDXNZ1uTsCsQbMsxVDSDtOBuy67F8T > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW { display:block; }#JXb9bRQC3BdkRx86ZPSehkPy6qGtPTAW > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSbOSIMkKNldQLplicUg4quOC9TxZMWO { display:block; }#bSbOSIMkKNldQLplicUg4quOC9TxZMWO > .row .container { width:20rem;height:182rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZIhVN5DP1vDenvTFTvq2eZG5pF4wdmv { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XpbMo94ety7gRSoTBZG06EqVhP3phm1K { width:20rem;height:37.375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoKzgAKdgGUMaZI7e54VMPyNNX1ZxOSG { width:12.5625rem;height:4rem;top:82.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4y0I5X2gXeEsZItqrucU3q6GnnKksVm { display:block; }
 }@media only screen and (max-width: 763px) { #TbF2x8O82UQ6OuctTRquF67w688ZnlxL { width:17.8125rem;height:14.17233125rem;top:66.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzv3KM62gtrRNGULQWUnexTvWqNoRfO9 { width:6.9375rem;height:1.875rem;top:63.5625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ii5kmWKPoAoutzkQl4egUWZu1krUl6TI { width:7.625rem;height:3.75rem;top:62.9375rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e3phcfH3iFgEM0LAuE6c2w8n5Tx8QVcQ { width:20rem;height:8.307625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwyzp85fyFN6tpgxFAZMTlB9IuTpqHuo { width:20rem;height:36.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMdP0X3yL0qAG30Bfk2EcRpqs54zbPu { width:18.875rem;height:1.875rem;top:22.5rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mLr97twBlllwprZFAVbk9tfBZlXZo4HN { width:18.0625rem;height:14.17233125rem;top:28.125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c232Mzc8aenyNy3PNGwgdVruZkTZDd0Z { width:18.875rem;height:1.875rem;top:61.0625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OmoWNyLE12JLtASQnpzXHWHronJgXFzH { width:20rem;height:8.358375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6Wd6bucuLUbSrWHEaXgltFsRvkJZq5 { width:6.9375rem;height:1.875rem;top:25rem;left:1.03125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dMHUNhp0ptss4OiTfDdrWSdcCgWRz2fJ { width:12.5625rem;height:4rem;top:43.5625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ulXrkJTS47ob4EJaDh6G7htmvCVrnG { display:block; }
 }@media only screen and (max-width: 763px) { #yqaOGwV9AmToLvvJ4MfKEiegeXB0LbrD { width:6.9375rem;height:3.75rem;top:24.375rem;left:2.125rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zSZlUuXL4DBowxWEGParxezp6DEEPiyz { width:20rem;height:2.4375rem;top:91.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e183ntknAF57OaVJxL33OWdP7d0hOTbR { width:15.1875rem;height:10.7988125rem;top:94.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncieRnNFRJyeI7XH5dULEH0K5SB4H7r { width:20rem;height:36.5rem;top:105.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGtbNrNXSryl5vvlzKEcHXvSZsTyHInO { width:20rem;height:8.3125rem;top:105.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpAEBLSs6p1MTP0IscGEbSN1z6rOyydT { width:7.625rem;height:3.75rem;top:117.9375rem;left:2.25rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S01HMUOZxhH1vsTMkhSZ7P6f8eE61GVf { width:18.875rem;height:1.875rem;top:116.0625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DsqH32Q69lT0cldQ0nbgFJrk6GH3XTNF { width:16.875rem;height:12.5976375rem;top:121.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVtEgbN7OFcl3d2TLr9w9DCUlnAh1ZI { width:6.9375rem;height:1.875rem;top:118.5625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qPN1N3UPGQOlNNDsTG1FKaDaBfQhhquk { width:12.5625rem;height:4rem;top:136rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObG7U5dNd8ckupPMwTo3QPwvs15pS8P { display:block; }
 }@media only screen and (max-width: 763px) { #FQO0S08SwHVlFCwWWu7Ls0bTD64BlwpC { width:20rem;height:33.4375rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8WShXnN3uyPmUi7DyymKsntN1gyxXi { width:20rem;height:8.358375rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W21znUp9CZlCuF588rHbJsZxikDJShiH { width:17.8125rem;height:9.4482375rem;top:161rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhATsAwcSoylXrOOt7J8K1bqnAgz41Bf { width:12.5625rem;height:4rem;top:172.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kILzbpOGATyXfIeDLH13hP5vH38fJPi0 { display:block; }
 }@media only screen and (max-width: 763px) { #RqHV8cEAMlsHXsxmz2x64x8R3TQ3M3iP { width:18.8125rem;height:1.875rem;top:154.75rem;left:1.1875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vccMnoER29yIA6ZkgPC7TTF8yG3D1TQg { width:7.625rem;height:3.75rem;top:156.625rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DT6LG5KcKuaPMzVTaqlJQRi0ro9UpZRw { width:6.9375rem;height:1.875rem;top:157.25rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #klnZ6tQtXeG5HQzpBkND3I405IA0AF6i { width:20rem;height:7.19925rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ { display:block; }#mJOe3MOJOIQdVNoBMrUhbnHFgT1OrZdZ > .row .container { width:20rem;height:181.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3moyefSdILhUTuPqUOl9dOPIO64GL2A { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a6xw65bu6PFGqmITqMe0vI8lhI4qF2Mi { width:20rem;height:37.375rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWosOE5G4v2XhGerFqK7G3SCKFXqzDo { width:12.5625rem;height:4rem;top:82.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsphSyFAzLZoXaUhQTei1ydOJgDRA2M { display:block; }
 }@media only screen and (max-width: 763px) { #omGQDKbnAKf8LD5QTeeMhaSFQavzK9mi { width:17.8125rem;height:14.17233125rem;top:66.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqVVLFbLsH1f1LlCTNVUXXR5eDVBDRg { width:6.9375rem;height:1.875rem;top:63.625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G583Fqkr3lLuCQP5aPkNAl5XLAOqPKFe { width:7.625rem;height:3.75rem;top:63rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g0amZhO5bUPunTWvicrFG1xXVAK3zkwM { width:20rem;height:8.307625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlTpJmvrS9RukT79IToi39v1Trhw3hPa { width:20rem;height:36.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTdSFCqMs8dIg6KwquOmaOKumVK7XaR { width:18.875rem;height:1.875rem;top:22.5625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hLbu1GsU7FeSJ01Rd5PZ1hxw2kHuN2mK { width:18.0625rem;height:14.17233125rem;top:28.1875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozw5bR94n33RmknIqfrO7malkW5aK1e8 { width:18.875rem;height:1.875rem;top:61.125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iMBH4G2LT4qBULvVuWmJKOxBenuusWmT { width:20rem;height:8.358375rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMF2c2o2SkP3spbI6wKI1cUwbPkLLdoN { width:6.9375rem;height:1.875rem;top:25.0625rem;left:1.03125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nsMedN8PGL3HsRTO27cTuVynN39JEbqb { width:12.5625rem;height:4rem;top:43.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZuxFQ0DypihrSM2qMWVWBTEbw3wPrwx { display:block; }
 }@media only screen and (max-width: 763px) { #FwB6WKFz61fhKB5uBnNpMmADr5PVBdJN { width:6.9375rem;height:3.75rem;top:24.4375rem;left:2.125rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NNaye0iTsvWtTa7E0BChF1zXo8N3ImEp { width:20rem;height:2.4375rem;top:91.625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3mItKLgaxZggdqriVMn7IV6ltrMpLa { width:15.1875rem;height:10.7988125rem;top:94.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi6DVs3X7IBxinc6U4WH8MwEd4yAWgW9 { width:20rem;height:36.5rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mdBSD63TFkTJE1p3EyKhzlXATRBkAB { width:20rem;height:8.3125rem;top:105.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TdX7fDEJ0s5AiuvwbXPmHU8qTtA6OfDO { width:7.625rem;height:3.75rem;top:118rem;left:2.25rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NFacQQqEs5KwxaLnWsuG2yOqd4JiETwE { width:18.875rem;height:1.875rem;top:116.125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h6qiHzICmRDIgrHocpIW04DG8wJZn91y { width:16.875rem;height:12.5976375rem;top:121.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox8fdaZcJDGmWx5vDrZO2TMnrrE5UQw { width:6.9375rem;height:1.875rem;top:118.625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVy8OTOsEpGEa2wXfnHvvfRK7FJJT6k { width:12.5625rem;height:4rem;top:136.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNWK8HgDkVNbtxwgAbuC1kyJNqXSodB { display:block; }
 }@media only screen and (max-width: 763px) { #olzbNaiqDNhITOAtJ5KwKkz2xh3Os2JR { width:20rem;height:33.4375rem;top:144.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhDdFKauWScoK8DIrxP5bcGgI4hRPNJJ { width:20rem;height:8.358375rem;top:144.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgO51NF1eEMv193DRgZUxES7TUZTxw1E { width:17.8125rem;height:9.4482375rem;top:161.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SluXhDSufhbq80wMNg9BgcVn1482Zk3M { width:12.5625rem;height:4rem;top:172.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0uAg7pL409259x9RBQL29V3nTQlCvc { display:block; }
 }@media only screen and (max-width: 763px) { #QZQWxwrw9zz8BlsvMVLvG6GxRvILRTr8 { width:18.8125rem;height:1.875rem;top:154.8125rem;left:1.1875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sLHg23ItkzzbEUrvQho15slrwimqkwJf { width:7.625rem;height:3.75rem;top:156.6875rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KqWBTOFJfaaBNiG7Z4ugw5lkS8Gutbrb { width:6.9375rem;height:1.875rem;top:157.3125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6KgSoZ9urtmm97JSyHaJSnsRKKZZO0 { width:20rem;height:7.19925rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTqyV9CdzLQicRi7MteThOVPeVylrxu { display:block; }#qzTqyV9CdzLQicRi7MteThOVPeVylrxu > .row .container { width:20rem;height:182.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfSkzlCA0xxPL8NtUO61GbFFxWlCKntA { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KhaBiKs82P9OzRTMPTgs2G7WgyG6VlF3 { width:20rem;height:37.375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEJZfUI6UhJv2zMRAluMlAdDQpIiMDCr { width:12.5625rem;height:4rem;top:82.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IetwtqeDzbTxS2L7142lwtAZvg1lrNWC { display:block; }
 }@media only screen and (max-width: 763px) { #gD7zylfF7yOFvzSpETw5GGfyQf0swOMo { width:17.8125rem;height:14.17233125rem;top:66.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui946CfmcdiiDCaqQOVGWxN7aIfbtIOT { width:6.9375rem;height:1.875rem;top:63.5625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XqaV61wPdsmWAtJFGVVV9ukP2M4D82Q7 { width:7.625rem;height:3.75rem;top:62.9375rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vL6WHx7LzIJ6wNk0uTyJCUIIAK7KxUmH { width:20rem;height:8.307625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVRNCfKaz8eCoOm8oEuJZu6wRGXgQ6UM { width:20rem;height:36.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN1AWx3IfhvM9dD33nTluN5E3EOBtLC3 { width:18.875rem;height:1.875rem;top:22.5rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qQXPA7hgO8kmrGzsWzCemWwHgguHg2oq { width:18.0625rem;height:14.17233125rem;top:28.125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh7WW21dFlH3hmOLKhpRkIh2tpOmpQT { width:18.875rem;height:1.875rem;top:61.0625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CgDnd12ZXE6vS5hxZutaF6MX6LWxCEiJ { width:20rem;height:8.358375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SqGHg1TEvGDQQDPZf84LDOlTVwHe4L { width:6.9375rem;height:1.875rem;top:25rem;left:1.03125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mG7co5Ti9RJS72oZBmDPKxMr2nzlnfyT { width:12.5625rem;height:4rem;top:43.5625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMf57Vn8dFJ25ZbWmNhKV41lLMudB7M { display:block; }
 }@media only screen and (max-width: 763px) { #Dx6qHH3FKouNgnKO5nTDR3ADLo2Ka4qA { width:6.9375rem;height:3.75rem;top:24.375rem;left:2.125rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G9sltaPkEpU0tWZTMidGdRT3Q4Hs5Fc5 { width:20rem;height:2.4375rem;top:91.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hdAWcZ24XVlkOAsxyqSTK0O2y0N3xyWG { width:15.1875rem;height:10.7988125rem;top:94.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoK2eKv8wlT8dwrR3ToSsZ4R08u3fux { width:20rem;height:36.5rem;top:106.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT6Skk33qA5elo24d8aCtm8Gt46ubKTt { width:20rem;height:8.3125rem;top:106.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lzs5dxu9MbSPBzzA9gndMAQBUa4kaDOd { width:7.625rem;height:3.75rem;top:119rem;left:2.25rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pv8Q7X6doNIq1oC1ALApkiwREwTO0f50 { width:18.875rem;height:1.875rem;top:117.125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #InD1TlkLu8uba4vT2qLTKqf1pdHqHvge { width:16.875rem;height:12.5976375rem;top:122.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcOmGSSTbipCzkE7Tyg61Q1GAmG2xRhD { width:6.9375rem;height:1.875rem;top:119.625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g7qPspEJkRTl5TFzyCQBCU2hk8l9yUAS { width:12.5625rem;height:4rem;top:137.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJGkZfbsLBxBnGZfN9GP0h56RFG2pdR { display:block; }
 }@media only screen and (max-width: 763px) { #iydQMQMHwv5HaIcv5mJor9e4nFDl0R9f { width:20rem;height:33.4375rem;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnsgswVC98BTLeJVXipVTMm0xhZUTxe { width:20rem;height:8.358375rem;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZCSqXfV7tA0zbrJRGncBzncisn9uDR { width:17.8125rem;height:9.4482375rem;top:162.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtPKuXuc9sFZPGuDqA8FtBTGimUzkOeT { width:12.5625rem;height:4rem;top:173.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ3CbfBibL9JyiOKaEl8zPpzgifstOy { display:block; }
 }@media only screen and (max-width: 763px) { #Ei5QXepO4dIx1K3x2zmHRwi6y8xH8qxn { width:18.8125rem;height:1.875rem;top:155.8125rem;left:1.1875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tbL2lMC7ppN9ZvR7xXTtR1Jfcm4blW8D { width:7.625rem;height:3.75rem;top:157.6875rem;left:2.1875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lnLsHkGehuGwulwr8ONZPS5ZAUVCusXU { width:6.9375rem;height:1.875rem;top:158.3125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VqTFdFmh1o30tQNb4vky6Ue31UPkAVfu { width:20rem;height:7.19925rem;top:3.8125rem;left:0rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX { display:block; }#zKOHsHsGLV0cL2wLDV9fGhCJXS1WnSrX > .row .container { width:20rem;height:183.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE1UlxXI7hkOVpUqEaZS43UacrVmHTbA { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gzpf7OC816bgw5CBaTDTINLAdNOd2eJH { width:20rem;height:37.375rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7T2Jrs7CwknO6TQQFqJfwWAOScRIEHv { width:12.5625rem;height:4rem;top:83.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdkWmEVOhEBFQ3D1M0MUQvdkLZg6R4G { display:block; }
 }@media only screen and (max-width: 763px) { #rtaKbAGOITb1xsEmrFo19AsUEsaPuGf1 { width:17.8125rem;height:14.17233125rem;top:67.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ebor59qKkT9y5TN34n0IsCCdeJ3G3P { width:6.9375rem;height:1.875rem;top:64.1875rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AscdwXISGC36l6OqaLwozABd6bM7x7vp { width:7.625rem;height:3.75rem;top:63.5625rem;left:2.8125rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #evNxnSle6s7NUoFPkhKTPblJBhtpi0B3 { width:20rem;height:8.307625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csllTzecukd9eTeBESIQbquwDkvfeas3 { width:20rem;height:36.3125rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlnWsywNTv9fzF4q9GGGPXQsOfJx1ovB { width:18.875rem;height:1.875rem;top:23.125rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mWTXaqXvdK2Fe3yxtPF4R0f2RMl5BdGQ { width:18.0625rem;height:14.17233125rem;top:28.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s07i7abvxt5TwJ4qoJTXlUvKTuipabAm { width:18.875rem;height:1.875rem;top:61.6875rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aDhTclPJTIPfhnB5Z1VRfODCHrS2WowF { width:20rem;height:8.358375rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpvsFkPnyO22o7KFifECMZtLM4OnVmqE { width:6.9375rem;height:1.875rem;top:25.625rem;left:1.03125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dcNqTOgpaV5eM2F94tmyuFTwN4nsMtHr { width:12.5625rem;height:4rem;top:44.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhVDaTNTeutkJZBIKwTyawzLscWPcmK { display:block; }
 }@media only screen and (max-width: 763px) { #ThFsv5FSFJSsIRoxGIKCpSOUH3o1LDL3 { width:6.9375rem;height:3.75rem;top:25rem;left:2.75rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iSJK3bd0ayntvlaGIDHVFmZf2PvIlNl7 { width:20rem;height:2.4375rem;top:92.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QWxAKtJaXeryc46aTFROIwuFrNL6L0k3 { width:15.1875rem;height:10.7988125rem;top:94.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL8I98TPVpv7FKvI9z447wmbhOC5c7vN { width:20rem;height:36.5rem;top:107.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7I9sdaHKpn0lLdZMtC8SE7Bhc5D4txP { width:20rem;height:8.3125rem;top:107.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DkBDoz852cDmXpT70UPErMHfPeElWurg { width:7.625rem;height:3.75rem;top:119.875rem;left:2.875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cFApuVmppZaAaVcmGG9bBW4mexQGpA8C { width:18.875rem;height:1.875rem;top:118rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u4GCtiop2ZnnNS8K1RJoayEsJE3qQOkT { width:16.875rem;height:12.5976375rem;top:123.625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Z5spaV50PufiWsFqvhBWDdVrt5T1Fl { width:6.9375rem;height:1.875rem;top:120.5rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kpqfGrXzJZlliEmu2DHHJQdHmCeU4tZb { width:12.5625rem;height:4rem;top:137.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuevIcozODmXVkMWZTs5R1rHbpR0TLQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TbTE0cvLPFk1srmOxOwSqVMWVvXXfKZL { width:20rem;height:33.4375rem;top:146.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #n05gpb4APIZNC4ATCH6FM1xRFBBX8rT0 { width:20rem;height:8.358375rem;top:146.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW1ZRNZ6oOpUKAeXK6MOmCaZbKFm8uza { width:17.8125rem;height:9.4482375rem;top:162.9375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHstEVXg4dAklNStmHTUdsSJXqSG1OO { width:12.5625rem;height:4rem;top:174.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbZXWkAkNbuadkJqr0PBTF26WUoSJJdh { display:block; }
 }@media only screen and (max-width: 763px) { #iWcXqgMB4rA5KG72d5wleehNfgPrz7y8 { width:18.8125rem;height:1.875rem;top:156.6875rem;left:1.1875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lhLvaAfxK0NyrT3c9d4d384KJdmaTHkI { width:7.625rem;height:3.75rem;top:158.5625rem;left:2.8125rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JpFNKbzsCfFFl1CggxPpU229qya9yaQw { width:6.9375rem;height:1.875rem;top:159.1875rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DgLNrbkcVBOkq3AI9oubA9skIZw0JuQp { width:20rem;height:7.19925rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ { display:none; }#PcC4Ha4myr1scrqgGZGBqPCqGgKaPNIZ > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mUhuwSTmdWEFmDFn0k0UWhXl6s3c5vQQ { width:17.3115rem;height:1.6875rem;top:1.875rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uHLmbAUcS1TsbMwKL3PNQw1QQrck4wrq { width:18.125rem;height:14.175rem;top:4.5625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHvVMn0vw0uTNPhXMBTu9SxT2kwo1pT { width:20rem;height:26.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd { width:20rem;height:20rem;top:25.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PV4fPZUb/code2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.adaptive-delivery-prevent-bg, #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.lazyload, #Zy8J9HuRzK7h5FtbyhRI1TIDDQMuATqd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TwT5mCBDriJsh8n9bmVnbdxKkNJkPWPx { width:6.875rem;height:2.5rem;top:20.4951171875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKfq4zHx5b2KnNcV5OiDxdyiNnMwMdg { display:block; }
 }@media only screen and (max-width: 763px) { #Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I { display:none; }#Szeam0UQPqJQiTTpfgNEPnnwbR6wLh3I > .row .container { width:20rem;height:45.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfKu1yOIVHCF4oKu5dlaTuJEZGa0KnIw { width:17.3123125rem;height:1.78125rem;top:2.8125rem;left:1.25rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JlxlAqs27nOuJNwHe0TEkVy0WIbPdAzf { width:17.125rem;height:12.6rem;top:5.8115234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4UAvzD30uOw7uTNwtgmOTFkev62mFd5 { width:20rem;height:24.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNGN6U7h9aStyTCzeGZBhFkqnRtaA62z { width:20rem;height:20rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVraxtzarocfVh73b5wX9unBH3trTKN { width:6.875rem;height:2.5rem;top:20.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSSzFM2bz4y84KLtWlRylrTobrtLuDvb { display:block; }
 }@media only screen and (max-width: 763px) { #Ep1dkOSReJv29O0XEcwiVO076vlCUH8b { display:none; }#Ep1dkOSReJv29O0XEcwiVO076vlCUH8b > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egODtLN6LCMifd2rL3M4smZIz8r6WIRr { width:17.3115rem;height:3.375rem;top:2.8125rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uRePQ0l7nm4HRg0cs5U6crpaLhHWPbnC { width:18.125rem;height:7.875rem;top:7.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWJbdTSJQLnGsLRXmsShOVAm0FDMRAq { width:20rem;height:22.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp { width:20rem;height:20rem;top:22.060546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YbtcmliZ/code2_kopia.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.adaptive-delivery-prevent-bg, #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.lazyload, #t3cOMgUTKMozQtrdoE2JnmFkq2AJVytp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oygMNQH6rzxNQNJtJTVXfGZC09n99XaS { width:6.875rem;height:2.5rem;top:16.74609375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl95Xlcv4h7AZnZk4lPn1sQ2LbJT9OsF { display:block; }
 }@media only screen and (max-width: 763px) { #hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w { display:none; }#hzCZJbUvq3DDJAK3SzVqMTn87xGGNP6w > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A3mckpE7ryATOZL9zUv5cXzDCu6kbyD5 { width:17.3123125rem;height:3.5625rem;top:2.8125rem;left:1.2500000596046rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zeJqC0LbClpfTCBXRGcgP4NHzKKBosvd { width:18.125rem;height:7.875rem;top:8.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaUTea7FybuC87x3PZDnFksUaLS6JeC { width:20rem;height:23.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwCmCPT7rwRExgom8oy0qsM8H5pgQu3C { width:20rem;height:20rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0afggewb6THZsfEPQCdr499dh7UxZJy { width:6.875rem;height:2.5rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bH5hIb6iJwowFK8Q39ylmZ7D5X6toa { display:block; }
 }@media only screen and (max-width: 763px) { #aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui { display:none; }#aoJKWWwGVhgAo10HtuuCLXFcfqeRHeui > .row .container { width:20rem;height:41.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oqsx5wddnIc89VWn26KZxUZcw1LNAedT { width:15.6875rem;height:3.375rem;top:2.8125rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UH31mZdNa6kTbvmQMy0U5r5zk5iuUWhf { width:18.125rem;height:6.3rem;top:8.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyk6k5XMX57rNkhs2J92rW3iVnylKlRb { width:20rem;height:25.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho { width:20rem;height:20rem;top:21.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hFaJQY6A/copywriting_Obszar_roboczy_1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.adaptive-delivery-prevent-bg, #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.lazyload, #DlgiJI1QsX4vRWvHdlKZl5ynFzN48Cho.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BynMTnzGkCDfAdNINZLc1rZg2DNiBHhn { width:6.875rem;height:2.5rem;top:16.748046875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlCazrVuAfJZ415veW1P4LOSf9TNsTND { display:block; }
 }@media only screen and (max-width: 763px) { #nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI { display:none; }#nBDRs7Chb8Sc5N8PMuZIBKq9K3sgsTGI > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ke3lkDM2nsUaqZdIQZhkdCHHFJ5cQ2Gg { width:17.3123125rem;height:3.5625rem;top:2.8125rem;left:1.2500000596046rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m2Ri0tl6LbgEWE71t82yMmrD99O69SWH { width:18.125rem;height:4.725rem;top:7.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yApnqVwR5KpwB2ENhK6t7MBFTQPPiE8Q { width:20rem;height:19.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuk1EJq1SucOe19d9plz7zGesRlVQRxG { width:20rem;height:20rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCzBRAmXSaMWOvvUvGW4RzSxHD44l2s { width:6.875rem;height:2.5rem;top:14rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VypZGuH7CTcqalwLnSq37QPCHPvxrulI { display:block; }
 }@media only screen and (max-width: 763px) { #qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ { display:none; }#qLaCV84sZ1vfz4LeuaV0fF9MDIyVeXgQ > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uihker5Og6K4RFkszoxTwofDbNHFG2oK { width:16.9375rem;height:3.375rem;top:2.8125rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aHV5in8PZ6d5949PxdUNvXZAkS4wA6L5 { width:18.125rem;height:4.725rem;top:7.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE82q4Wi2PhdB20Z9dROR3z2JKDOhodh { width:20rem;height:19.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2X6VT165TvsPzIyFtC7vJSeHC7R114B { width:20rem;height:20rem;top:18.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/w7mNv5fZ/Bez_nazwy_1_kopia.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K2X6VT165TvsPzIyFtC7vJSeHC7R114B.adaptive-delivery-prevent-bg, #K2X6VT165TvsPzIyFtC7vJSeHC7R114B.lazyload, #K2X6VT165TvsPzIyFtC7vJSeHC7R114B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G6lWlse8ugxl1ZkHXpME9hcacVMU2J8z { width:6.875rem;height:2.5rem;top:13.685546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTC9XxXsfML6VNEW1Q9Wugvrg61cNmU { display:block; }
 }@media only screen and (max-width: 763px) { #TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB { display:none; }#TeL0onnk1VCEJ75uJQNuwbR0tGdDDWKB > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcE2eOCTwmFgelzRSIbqDWCUXgdEHRpP { width:14.5625rem;height:3.5625rem;top:2.8125rem;left:1.25rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OVx4G8SMvSbGtk6sm1OuDb9K4ScedyL2 { width:18.125rem;height:6.3rem;top:7.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6EU0rguOhzN8tHiL2Jlx0mWdmqFzkt { width:20rem;height:22.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85 { width:20rem;height:20rem;top:20.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/RRNTTDO5/code.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.adaptive-delivery-prevent-bg, #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.lazyload, #L2wEbbQzbpml4vZX86K2f4tqDXBHMA85.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z1f2Ft53GOBfeCKHEOU6ohdQAPksNRfm { width:6.875rem;height:2.5rem;top:15.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIonMQIT6IXe06wZdt2fsA2uU9tyVNW2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT { display:block; }#ZR3gvkGo453Ip8HOfGTDrshMcbHrs8iT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf { display:block; }#Bm9GG7FCzkKhUUMa14ZTDCDmWunlTvEf > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htTz7oOS8iIeJcfWSVhZapa5M128DwaM { width:6.25rem;height:1.75rem;top:2.5rem;left:6.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDhy6NT8u9LK4PfUPTsDiZsITKvzn5I { width:8.125rem;height:2.5rem;top:5.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHqSlwKmwGiIATHGg54hwEuOAt2X6rrO { display:block; }
 }@media only screen and (max-width: 763px) { #nrTSAPbHpn5FxV9v1RdLwvtBu0E9JIuT { width:9.0625rem;height:2.5rem;top:9.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJnCVvpFLwwuwhmXsGVWhfiC8ABnWeCN { display:block; }
 }