.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;
}body { background-color:transparent;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); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { background-color: transparent; background-image: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container > .video-iframe-container { display: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container { display: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .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); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { border-width: 0; border-radius: 0; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5625rem;width:29.3125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:-7.1875rem;overflow:hidden;display:block; }
#cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.075rem;height:2.7rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.75rem;left:39.5rem;display:block; }
#A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.75rem;left:63.6875rem;display:block; }
#U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.75rem;left:51.625rem;display:block; }
#fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df698835-a131-4135-99fd-a3e82e484baf/megatrendy_CLEAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.3095703125rem;left:-1.5rem;height:3.65625rem;color:#f0f6f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etK6Tus1ZyT4wtMywThypP2JZb1Q9MWQ { position:absolute;display:block;z-index:15031;height:39.25rem;width:75rem;top:6.125rem;left:0rem;display:block; }
#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { background-color: transparent; background-image: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container > .video-iframe-container { display: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container { display: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .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); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { border-width: 0; border-radius: 0; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.818359375rem;left:23.435546875rem;height:2.92480625rem;color:#163573;font-style:normal;display:block; }
#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f2;background-image: -webkit-linear-gradient(top, #ffffff, #f1f0f5);background-image: -moz-linear-gradient(top, #ffffff, #f1f0f5);background-image: -ms-linear-gradient(top, #ffffff, #f1f0f5);background-image: -o-linear-gradient(top, #ffffff, #f1f0f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f5' );";background-image: linear-gradient(to bottom, #ffffff, #f1f0f5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container { background-color: transparent; background-image: none; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container > .video-iframe-container { display: none; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row > .video-iframe-container { display: none; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .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); }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container { border-width: 0; border-radius: 0; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container { font-size:0.875rem;font-family:arial;height:98.875rem;width:75rem;position:relative;display:block; }#i01GDndg1RDTeaeRc3CToyTwOaKZIGJg { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:bold;z-index:15018;line-height:1;top:3.2490234375rem;left:25.0615234375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.7504875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#vzyHxZZ8lcao4xC9SMn809ZgwViSJPUe { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.625rem;width:24.625rem;position:absolute;display:block;z-index:15016;top:1.810546875rem;left:23.1865234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;display:block; }
#olTR8w8uy71Tnp8GmBm4pk9igVIFGw5u { background-color:;background-image:none;height:82.6875rem;width:74.9375rem;position:absolute;display:block;z-index:15016;top:9.935546875rem;left:-39.1884765625rem;border-top:0;border-left:0;border-right:0.0625rem dashed #771919;border-bottom:0;box-shadow: none;overflow:visible;display:block; }
#zqxCQGz97rvz0kchOnKfmK2hBQkKOVQu { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15016;top:9.625rem;left:35.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#K5rWPpBIKyaX3o5gqUsTQrlaUOuTgHlQ { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15016;top:15.5625rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#Rgl6TTznwJ1QrVewiTtVgZIaTwpMtztX { display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;top:11.310546875rem;left:6.634765625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pdJuO5IKPw2sH3qvRWX3raGw0DkXn3C5 { display:block;width:24.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15017;line-height:1;top:13.26513671875rem;left:8.712890625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:right;text-align-last:right;display:block; }
#s1rkdApyspX0urxToA56clAZfk7gu0To { display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15018;line-height:1;top:15.2490234375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#aRcuUXyQl7Jt29VtAyNO9nIil9B3JVgT { display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15021;line-height:1;top:46.1533203125rem;left:24.6953125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#viTJrrh4fv1J3PQcnDvRUR90KvHtATRk { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15020;line-height:1;top:27.8095703125rem;left:37.998046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#XkhetOfdH3hS9bsyzphTMR1IKQwpQsob { display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15020;line-height:1;top:16.9375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#TxUJqForoQeuEl4uC2bQtvdOtEx3PJWg { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:36.818359375rem;left:38.1220703125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#eV8TIrfAxgxskEpSclUFVrNnJsdFTvo7 { display:block;width:35.874rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15022;line-height:1;top:38.875rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#bxF8AAShSrbwvCxMEzeu32UWPOIUMs3P { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15019;top:28.12353515625rem;left:35.33935546875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#lTkNU9fbl0m8nxKbbhdGoBaxK8iTsit0 { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15021;top:37.123046875rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#P35eXEUqJtMfbZpF4Ui2GxRIR9PSX6fI { display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:25.2158203125rem;left:24.6298828125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#cChKokz4A74vyTk3UyG4z0eTrOlm1PZZ { display:block;width:6.12426875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1;top:25.15283203125rem;left:17.86669921875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#cPJ8Pg6TIsbG0g8LUiO6ilrBX7bRNq5P { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15022;top:46.185546875rem;left:35.373046875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#lV1EgANENzvxlS8bSshbeTWq7Pkr7WqZ { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15023;top:57.6240234375rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#QTCBJSbfUeFPClyMVOxyGwyA4w8h0iLI { display:block;width:35.68725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15022;line-height:1.1;top:21.625rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3.30029375rem;text-align:left;text-align-last:left;display:block; }
#T1tiNNXDi56egWhb6lpTvKsGnp2WgTXp { display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15023;line-height:1.1;top:43.6875rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.1001rem;text-align:left;text-align-last:left;display:block; }
#uB0fAQO3akKa284yQ0J3vcguhzSMgPgy { display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:57.498046875rem;left:24.5625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;text-align:right;text-align-last:right;display:block; }
#BorrnhVvONuntmtrhHTEzMR1LNxwgfmX { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:77.7490234375rem;left:25.060546875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#o2ShmupJdz1GVLqoWmZAgMzHGAa9dy76 { display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1;top:29.62939453125rem;left:38.2470703125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeRQ3emu2cgdnlFFgMezxtSpE5Iy9g1i { display:block;width:22.9980625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15020;line-height:1;top:32.8740234375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:left;text-align-last:left;display:block; }
#Fp4ya4LnoqqSGh3ZZucd2usSchAdtcTI { display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:34.21728515625rem;left:25.19384765625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;text-align:left;text-align-last:left;display:block; }
#TGx6JmpIb4CCBr5UbZTS3fGVf1Q93qga { display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15022;line-height:1;top:83.8125rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#gTc9CyBT1UcWhnRnqPqAssJXMLM2QfCO { display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15023;line-height:1;top:66.75rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;display:block; }
#U2fFdvhGoETJK4Z4qz3KdA2FB8NxN2BE { display:block;width:8.311625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15019;line-height:1;top:9.4064674377444rem;left:25.060764312744rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#AX0L5TrSyh0OWNeU4SkhZCFDrwMFClti { display:block;width:8.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15025;line-height:1;top:81.580078125rem;left:38.248046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#TkGscFANaAtLsVf8unakFUmgMKyvMqFD { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15025;top:81.7998046875rem;left:35.3173828125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#zr8bZuNFHGUvGd3TT5QFOyRPbPcnhb7C { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15020;top:25.27734375rem;left:35.34228515625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#LqfdfInvb5GuPVEtVo0XIHTJgHkJk2iB { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1;top:34.09130859375rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#hJotV5v04BWKFGNsNXNRdS9HHnvs2fp3 { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1;top:45.93359375rem;left:17.6376953125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#CLUun4UTInXbClBO6d6wmftbEyL5A4TP { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1;top:57.4677734375rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#Z4m1X005JBnL96kx6wAbS1LWfxDtuMCG { display:block;width:22.9980625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15021;line-height:1;top:88.310546875rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:left;text-align-last:left;display:block; }
#cSFNJ75J1R6HwrTrLbemXLsXyFci1fmW { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15028;top:90.125rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#yV8O8h3pHbky6evbZozgPg4z20kd2IeX { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15023;line-height:1;top:50.05859375rem;left:38.373046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#cH0CJXF4cF5q0pZbIhruA1xDtQZyN2BJ { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:64.8876953125rem;left:38.2802734375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#HaVN1WSvmpv8H8SaeH9kmOe5BNM8uqvs { display:block;width:37.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15023;line-height:1;top:52rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3rem;text-align:left;text-align-last:left;display:block; }
#Oix1Juk908Kx6EsdTrkvTO2yxWhHptCe { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1;top:77.560546875rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#w95Avy3HkPg2nzBauGZOvXeebJmMKFsh { display:block;width:24.6220625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15022;line-height:1;top:55.25rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:left;text-align-last:left;display:block; }
#pOZ8dal1W6K2EKLsah5T70OTe3HsyyD0 { display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15024;line-height:1.1;top:71.8125rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.1001rem;text-align:left;text-align-last:left;display:block; }
#WvTWtSwIf8g2yxVp4kDdxDvhNXv55KCz { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15026;line-height:1;top:89.9375rem;left:25.0615234375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#eaxPT0tkXMsH5ot4uU9DziwCP1p1Ghkd { display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1;top:91.8740234375rem;left:13.31640625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xggRfVRRsikGSgBTCZLZI8CiNl59F8tB { display:block;width:24.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15018;line-height:1;top:94.015625rem;left:9.08203125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:right;text-align-last:right;display:block; }
#KAIuWyGQnQGZPRwTt0fQ2e51wLHzSbIf { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15024;top:50.27734375rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#hAeuWlTSooNXO7OUARAZdt3JM4NCtlAi { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15024;top:65.1064453125rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#qVZZNPTKhF4B7vzLtIgeD9tsFeVmVcMa { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15020;top:34.248046875rem;left:35.3408203125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { background-color: transparent; background-image: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container > .video-iframe-container { display: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container { display: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .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); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { border-width: 0; border-radius: 0; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#B1mVvXlhoT7Qix9bRdn2a7nQVt4FwLMP { position:absolute;display:block;z-index:15005;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.9370125rem;width:15.312rem;top:1.5rem;left:3.58349609375rem;overflow:hidden;display:block; }
#yd9B3F9MHGpSwO8Mrz7NbfQ2pnk9Ii8W { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:17.1875rem;top:1.4677734375rem;left:54.9130859375rem;overflow:hidden;display:block; }
#Jmi56S8TV0hNr0Z2Z7sT00TOz4PVtU00 { 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.3125rem;width:13.875rem;top:1.3740234375rem;left:29.1240234375rem;overflow:hidden;display:block; }
#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c264f;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; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container { background-color: transparent; background-image: none; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container > .video-iframe-container { display: none; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row > .video-iframe-container { display: none; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .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); }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container { border-width: 0; border-radius: 0; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#W8zJToL1XbbbgoZ4JFcoqhl2i7vLuigJ { display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.40625rem;left:28.875rem;height:3.2504875rem;color:#f6f8fa;font-style:normal;display:block; }
#rZpXn5tXdUgGnIFhkE5pT62L0asWJIDt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.0625rem;width:48rem;position:absolute;display:block;z-index:15001;top:3rem;left:-18.6875rem;display:block; }
#iDnhXy02KyEAwitufV5TQrGkpx7Qnotw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.0625rem;width:48.75rem;position:absolute;display:block;z-index:15002;top:2.9375rem;left:45.8125rem;display:block; }
#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c264f;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; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { background-color: transparent; background-image: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container > .video-iframe-container { display: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container { display: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .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); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { border-width: 0; border-radius: 0; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9802518785rem;left:-0.37543487548828rem;height:2.1933625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.978515625rem;left:0.25rem;height:28.9863125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c264f;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; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { background-color: transparent; background-image: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container > .video-iframe-container { display: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container { display: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .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); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { border-width: 0; border-radius: 0; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { color:#e7ecf2;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.935546875rem;left:0.0625rem;height:12.98434375rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { display:block; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { width:29.3125rem;height:7.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { width:11.0625rem;height:2.6875rem;top:0.68684899806975rem;left:35.686849355697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block; }
 }@media only screen and (max-width: 1199px) { #PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { width:11.0625rem;height:2.6875rem;top:3.9040801525116rem;left:35.686849355697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block; }
 }@media only screen and (max-width: 1199px) { #Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { width:11.0625rem;height:2.6875rem;top:6.8088111877444rem;left:35.686849355697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df698835-a131-4135-99fd-a3e82e484baf/megatrendy_CLEAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:35.6875rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { width:46.9375rem;height:2.6806625rem;top:0.8154296875rem;left:0.40625rem;font-size:2.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #etK6Tus1ZyT4wtMywThypP2JZb1Q9MWQ { width:47.75rem;height:29.75rem;top:5.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { display:block; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { width:25.6860625rem;height:3.08715625rem;top:1.5185546875rem;left:11.807861328125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG { display:block; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container { width:47.75rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i01GDndg1RDTeaeRc3CToyTwOaKZIGJg { z-index:15026;top:1.4355487525463rem;left:13.312717199326rem;height:1.7504875rem;width:21.124125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzyHxZZ8lcao4xC9SMn809ZgwViSJPUe { top:2.8312206268311E-6rem;left:11.562500715256rem;width:24.6235rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olTR8w8uy71Tnp8GmBm4pk9igVIFGw5u { top:6.818359375rem;left:-46.5634765625rem;height:98.8125rem;width:47.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqxCQGz97rvz0kchOnKfmK2hBQkKOVQu { top:36.87744140625rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5rWPpBIKyaX3o5gqUsTQrlaUOuTgHlQ { top:11.0078125rem;left:22.5947265625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rgl6TTznwJ1QrVewiTtVgZIaTwpMtztX { z-index:15000;top:8.0625rem;left:2.34130859375rem;height:1.5rem;width:18.8745rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pdJuO5IKPw2sH3qvRWX3raGw0DkXn3C5 { z-index:15000;top:104.5625rem;left:1.9375rem;height:1.0004875rem;width:24.4350625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #s1rkdApyspX0urxToA56clAZfk7gu0To { z-index:15000;top:12.9931640625rem;left:19.095703125rem;height:1.3754875rem;width:8.3105625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRcuUXyQl7Jt29VtAyNO9nIil9B3JVgT { z-index:15000;top:55.0029296875rem;left:18.84375rem;height:1.3754875rem;width:8.8115rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viTJrrh4fv1J3PQcnDvRUR90KvHtATRk { z-index:15000;top:29.607421875rem;left:19.09375rem;height:1.3754875rem;width:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkhetOfdH3hS9bsyzphTMR1IKQwpQsob { z-index:15000;top:14.75rem;left:2.4375rem;height:4.5rem;width:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxUJqForoQeuEl4uC2bQtvdOtEx3PJWg { z-index:15000;top:44.02587890625rem;left:19.1220703125rem;height:1.3754875rem;width:9.4998125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eV8TIrfAxgxskEpSclUFVrNnJsdFTvo7 { z-index:15000;top:46.125rem;left:2.625rem;height:4.5rem;width:42.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxF8AAShSrbwvCxMEzeu32UWPOIUMs3P { top:67.8154296875rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTkNU9fbl0m8nxKbbhdGoBaxK8iTsit0 { top:42.408203125rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P35eXEUqJtMfbZpF4Ui2GxRIR9PSX6fI { z-index:15000;top:25.3779296875rem;left:19.04296875rem;height:1.3754875rem;width:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cChKokz4A74vyTk3UyG4z0eTrOlm1PZZ { z-index:15000;top:54.939453125rem;left:9.87109375rem;height:1.5rem;width:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPJ8Pg6TIsbG0g8LUiO6ilrBX7bRNq5P { top:23.791015625rem;left:22.60546875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lV1EgANENzvxlS8bSshbeTWq7Pkr7WqZ { top:52.8564453125rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCBJSbfUeFPClyMVOxyGwyA4w8h0iLI { z-index:15000;top:20.0625rem;left:2.4375rem;height:3.30029375rem;width:35.6850625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #T1tiNNXDi56egWhb6lpTvKsGnp2WgTXp { z-index:15000;top:50.8125rem;left:2.5625rem;height:1.1001rem;width:28.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #uB0fAQO3akKa284yQ0J3vcguhzSMgPgy { z-index:15000;top:69.685546875rem;left:18.654296875rem;height:1.3754875rem;width:8.937rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #BorrnhVvONuntmtrhHTEzMR1LNxwgfmX { z-index:15000;top:85.75rem;left:18.875rem;height:1.3754875rem;width:8.8125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #o2ShmupJdz1GVLqoWmZAgMzHGAa9dy76 { z-index:15000;top:31.8466796875rem;left:2.560546875rem;height:3rem;width:42.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeRQ3emu2cgdnlFFgMezxtSpE5Iy9g1i { z-index:15000;top:35.5322265625rem;left:2.560546875rem;height:1.0004875rem;width:15.1860625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fp4ya4LnoqqSGh3ZZucd2usSchAdtcTI { z-index:15000;top:38.9951171875rem;left:19.158203125rem;height:1.3754875rem;width:8.6850625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGx6JmpIb4CCBr5UbZTS3fGVf1Q93qga { z-index:15000;top:93.6552734375rem;left:1.9365234375rem;height:3rem;width:43.5615rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gTc9CyBT1UcWhnRnqPqAssJXMLM2QfCO { z-index:15000;top:76.75rem;left:2.3125rem;height:4.5rem;width:44rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #U2fFdvhGoETJK4Z4qz3KdA2FB8NxN2BE { z-index:15000;top:6.33203125rem;left:19.158203125rem;height:1.3754875rem;width:8.3105625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AX0L5TrSyh0OWNeU4SkhZCFDrwMFClti { z-index:15000;top:90.625rem;left:18.75rem;height:1.3754875rem;width:12.1875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #TkGscFANaAtLsVf8unakFUmgMKyvMqFD { top:88.75rem;left:22.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zr8bZuNFHGUvGd3TT5QFOyRPbPcnhb7C { top:27.498046875rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqfdfInvb5GuPVEtVo0XIHTJgHkJk2iB { z-index:15000;top:85.6875rem;left:8.80859375rem;height:1.5rem;width:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJotV5v04BWKFGNsNXNRdS9HHnvs2fp3 { z-index:15000;top:38.931640625rem;left:10.05859375rem;height:1.5rem;width:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLUun4UTInXbClBO6d6wmftbEyL5A4TP { z-index:15000;top:69.623046875rem;left:9.99609375rem;height:1.5rem;width:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4m1X005JBnL96kx6wAbS1LWfxDtuMCG { z-index:15000;top:96.8125rem;left:1.9375rem;height:1.0004875rem;width:15.1860625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSFNJ75J1R6HwrTrLbemXLsXyFci1fmW { top:84.25rem;left:22.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yV8O8h3pHbky6evbZozgPg4z20kd2IeX { z-index:15000;top:59.625rem;left:18.6875rem;height:1.3754875rem;width:9.499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cH0CJXF4cF5q0pZbIhruA1xDtQZyN2BJ { z-index:15000;top:73.873046875rem;left:18.935546875rem;height:1.3754875rem;width:9.4995rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaVN1WSvmpv8H8SaeH9kmOe5BNM8uqvs { z-index:15000;top:62.0625rem;left:2.75rem;height:3rem;width:43.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Oix1Juk908Kx6EsdTrkvTO2yxWhHptCe { z-index:15000;top:25.314453125rem;left:10.05859375rem;height:1.5rem;width:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w95Avy3HkPg2nzBauGZOvXeebJmMKFsh { z-index:15000;top:65.6875rem;left:2.75rem;height:1.0004875rem;width:43.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOZ8dal1W6K2EKLsah5T70OTe3HsyyD0 { z-index:15000;top:81.8125rem;left:2.3125rem;height:1.1001rem;width:37.062rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #WvTWtSwIf8g2yxVp4kDdxDvhNXv55KCz { z-index:15000;top:100.3125rem;left:19.1875rem;height:1.3754875rem;width:8.8125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #eaxPT0tkXMsH5ot4uU9DziwCP1p1Ghkd { z-index:15000;top:102.25rem;left:1.9375rem;height:1.5rem;width:36.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xggRfVRRsikGSgBTCZLZI8CiNl59F8tB { z-index:15000;top:8.3115234375rem;left:21.685546875rem;height:1.0004875rem;width:24.4365rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAIuWyGQnQGZPRwTt0fQ2e51wLHzSbIf { top:57.75rem;left:22.5rem;width:0.9375rem;height:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #hAeuWlTSooNXO7OUARAZdt3JM4NCtlAi { top:98.1875rem;left:22.75rem;width:0.9375rem;height:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #qVZZNPTKhF4B7vzLtIgeD9tsFeVmVcMa { top:72.2802734375rem;left:22.5908203125rem;width:0.9375rem;height:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { display:block; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B1mVvXlhoT7Qix9bRdn2a7nQVt4FwLMP { width:11.5rem;height:2.1875rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yd9B3F9MHGpSwO8Mrz7NbfQ2pnk9Ii8W { width:13.5rem;height:2.3125rem;top:1.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jmi56S8TV0hNr0Z2Z7sT00TOz4PVtU00 { width:10.75rem;height:2.625rem;top:1.03125rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ { display:block; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W8zJToL1XbbbgoZ4JFcoqhl2i7vLuigJ { width:17.25rem;height:2.5996125rem;top:1.728515625rem;left:15.249566793442rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZpXn5tXdUgGnIFhkE5pT62L0asWJIDt { width:47.75rem;height:0.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDnhXy02KyEAwitufV5TQrGkpx7Qnotw { width:47.75rem;height:0.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { display:block; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { width:47.749rem;height:4.38671875rem;top:0.811767578125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { width:47.75rem;height:40.921925rem;top:5.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { display:block; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { width:47.7495625rem;height:16.23046875rem;top:2.3111991882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { display:block; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { width:9.5625rem;height:2.5625rem;top:1.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { width:8.25rem;height:2rem;top:3.6875rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block; }
 }@media only screen and (max-width: 763px) { #PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { width:8.25rem;height:2rem;top:6.875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block; }
 }@media only screen and (max-width: 763px) { #Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { width:8.3125rem;height:1.9375rem;top:3.6875rem;left:10.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d277450d-c3e7-496d-a1cb-4cead57ecbe4/Megatrendywinwestowaniu_6B.png");background-position:top center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:15.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { width:19.9995rem;height:1.13671875rem;top:0.9990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etK6Tus1ZyT4wtMywThypP2JZb1Q9MWQ { width:20rem;height:10.1875rem;top:3.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { display:block; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { width:20rem;height:1.2999125rem;top:1.75rem;left:-0.0062503814697263rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG { display:block; }#wh4ps4OxfLq0T0zBpPxHlqUF5bDZSQUG > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i01GDndg1RDTeaeRc3CToyTwOaKZIGJg { z-index:15025;top:1.0625rem;left:1rem;height:1.0004875rem;width:18rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzyHxZZ8lcao4xC9SMn809ZgwViSJPUe { top:0.375rem;left:0.3125rem;height:2.5rem;width:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTR8w8uy71Tnp8GmBm4pk9igVIFGw5u { height:82.6875rem;top:9.875rem;left:0rem;width:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqxCQGz97rvz0kchOnKfmK2hBQkKOVQu { height:0.9375rem;top:9.625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5rWPpBIKyaX3o5gqUsTQrlaUOuTgHlQ { height:0.5rem;top:7.875rem;left:9.71875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rgl6TTznwJ1QrVewiTtVgZIaTwpMtztX { z-index:15000;top:5.3125rem;left:0.6875rem;height:0.87524375rem;width:18.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdJuO5IKPw2sH3qvRWX3raGw0DkXn3C5 { z-index:15000;top:6.6875rem;left:1.1875rem;height:0.75rem;width:17.6230625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1rkdApyspX0urxToA56clAZfk7gu0To { z-index:15000;top:8.748046875rem;left:5.8427734375rem;height:0.875rem;width:8.311625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRcuUXyQl7Jt29VtAyNO9nIil9B3JVgT { z-index:15000;top:35.43359375rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viTJrrh4fv1J3PQcnDvRUR90KvHtATRk { z-index:15000;top:19.8076171875rem;left:5.841796875rem;height:0.875rem;width:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkhetOfdH3hS9bsyzphTMR1IKQwpQsob { z-index:15000;top:10rem;left:0.5625rem;height:2.6235375rem;width:18.9995625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxUJqForoQeuEl4uC2bQtvdOtEx3PJWg { z-index:15000;top:28.4345703125rem;left:5.841796875rem;height:0.875rem;width:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eV8TIrfAxgxskEpSclUFVrNnJsdFTvo7 { z-index:15000;top:29.8125rem;left:0.375rem;height:2.6235375rem;width:19.3120625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxF8AAShSrbwvCxMEzeu32UWPOIUMs3P { height:0.9375rem;top:28.0625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTkNU9fbl0m8nxKbbhdGoBaxK8iTsit0 { height:0.5rem;top:27.1875rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P35eXEUqJtMfbZpF4Ui2GxRIR9PSX6fI { z-index:15000;top:17.306640625rem;left:6.875rem;height:0.875rem;width:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cChKokz4A74vyTk3UyG4z0eTrOlm1PZZ { z-index:15000;top:17.306640625rem;left:2.4365234375rem;height:0.875rem;width:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPJ8Pg6TIsbG0g8LUiO6ilrBX7bRNq5P { height:0.9375rem;top:46.125rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV1EgANENzvxlS8bSshbeTWq7Pkr7WqZ { height:0.9375rem;top:57.5625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTCBJSbfUeFPClyMVOxyGwyA4w8h0iLI { z-index:15000;top:13.125rem;left:1.0625rem;height:3.298825rem;width:18.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1tiNNXDi56egWhb6lpTvKsGnp2WgTXp { z-index:15000;top:33.25rem;left:3.3125rem;height:1.6494125rem;width:14.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uB0fAQO3akKa284yQ0J3vcguhzSMgPgy { z-index:15000;top:44.9501953125rem;left:6.25rem;height:0.875rem;width:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BorrnhVvONuntmtrhHTEzMR1LNxwgfmX { z-index:15000;top:56.3095703125rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2ShmupJdz1GVLqoWmZAgMzHGAa9dy76 { z-index:15000;top:21.2431640625rem;left:0.9033203125rem;height:1.75rem;width:18.1860625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeRQ3emu2cgdnlFFgMezxtSpE5Iy9g1i { z-index:15000;top:23.5546875rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp4ya4LnoqqSGh3ZZucd2usSchAdtcTI { z-index:15000;top:25.18359375rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGx6JmpIb4CCBr5UbZTS3fGVf1Q93qga { z-index:15000;top:60.8212890625rem;left:1.875rem;height:2.6235375rem;width:16.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTc9CyBT1UcWhnRnqPqAssJXMLM2QfCO { z-index:15000;top:49.8125rem;left:0rem;height:2.6235375rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2fFdvhGoETJK4Z4qz3KdA2FB8NxN2BE { z-index:15000;top:3.9990234375rem;left:5.8740234375rem;height:0.875rem;width:8.2495rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX0L5TrSyh0OWNeU4SkhZCFDrwMFClti { z-index:15000;top:59.3837890625rem;left:5.8720703125rem;height:0.875rem;width:8.2495rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkGscFANaAtLsVf8unakFUmgMKyvMqFD { height:0.5rem;top:64.4970703125rem;left:9.75rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zr8bZuNFHGUvGd3TT5QFOyRPbPcnhb7C { height:0.5rem;top:18.875rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqfdfInvb5GuPVEtVo0XIHTJgHkJk2iB { z-index:15000;top:25.18359375rem;left:1.75rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJotV5v04BWKFGNsNXNRdS9HHnvs2fp3 { z-index:15000;top:35.43359375rem;left:1.625rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLUun4UTInXbClBO6d6wmftbEyL5A4TP { z-index:15000;top:44.9501953125rem;left:1.5rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4m1X005JBnL96kx6wAbS1LWfxDtuMCG { z-index:15000;top:63.744140625rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSFNJ75J1R6HwrTrLbemXLsXyFci1fmW { height:0.9375rem;top:90.125rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV8O8h3pHbky6evbZozgPg4z20kd2IeX { z-index:15000;top:38.318359375rem;left:5.3544921875rem;height:0.875rem;width:9.4995rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cH0CJXF4cF5q0pZbIhruA1xDtQZyN2BJ { z-index:15000;top:48.255859375rem;left:5.2470703125rem;height:0.875rem;width:9.4995rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaVN1WSvmpv8H8SaeH9kmOe5BNM8uqvs { z-index:15000;top:40.125rem;left:0rem;height:2.6235375rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oix1Juk908Kx6EsdTrkvTO2yxWhHptCe { z-index:15000;top:56.3095703125rem;left:1.625rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w95Avy3HkPg2nzBauGZOvXeebJmMKFsh { z-index:15000;top:43.3125rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOZ8dal1W6K2EKLsah5T70OTe3HsyyD0 { z-index:15000;top:53.625rem;left:0.625rem;height:1.921875rem;width:19.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvTWtSwIf8g2yxVp4kDdxDvhNXv55KCz { z-index:15000;top:66.119140625rem;left:5.5615234375rem;height:0.875rem;width:8.8736875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaxPT0tkXMsH5ot4uU9DziwCP1p1Ghkd { z-index:15000;top:67.306640625rem;left:0rem;height:0.875rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xggRfVRRsikGSgBTCZLZI8CiNl59F8tB { z-index:15000;top:68.5078125rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAIuWyGQnQGZPRwTt0fQ2e51wLHzSbIf { height:0.5rem;top:37.068359375rem;left:9.78125rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAeuWlTSooNXO7OUARAZdt3JM4NCtlAi { height:0.9375rem;top:65.0625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVZZNPTKhF4B7vzLtIgeD9tsFeVmVcMa { height:0.5rem;top:47.25rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { display:block; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1mVvXlhoT7Qix9bRdn2a7nQVt4FwLMP { width:9rem;height:1.6875rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9B3F9MHGpSwO8Mrz7NbfQ2pnk9Ii8W { width:10.4375rem;height:1.8125rem;top:7.1787109375rem;left:1.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmi56S8TV0hNr0Z2Z7sT00TOz4PVtU00 { width:8.25rem;height:2rem;top:4.0478515625rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ { display:block; }#ewHZgW74CMoAUMJ0ZHCPu62qLJJE2ERJ > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8zJToL1XbbbgoZ4JFcoqhl2i7vLuigJ { width:17.25rem;height:1.2999125rem;top:1.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpXn5tXdUgGnIFhkE5pT62L0asWJIDt { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDnhXy02KyEAwitufV5TQrGkpx7Qnotw { width:20rem;height:0.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { display:block; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { width:20rem;height:42.75439453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { width:18.9375rem;height:3.41015625rem;top:0.8740234375rem;left:0.556640625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { width:20rem;height:37.51175rem;top:5.255126953125rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { display:block; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { width:19.125rem;height:20.46090625rem;top:0.6875rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }