.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#151824;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo { 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; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container { background-color: transparent; background-image: none; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container > .video-iframe-container { display: none; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row > .video-iframe-container { display: none; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .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); }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container { border-width: 0; border-radius: 0; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#S3neReT3io9vo5sfLJWh0KxqOigTDLc2 { position:absolute;display:block;z-index:15017;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:5.875rem;width:8.875rem;top:0rem;left:6.84375rem;overflow:hidden;display:block; }
#eLP9Mai7s9by42lPBfFmhmoPJ2Dw22dX { position:absolute;display:block;z-index:15016;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.1875rem;width:5.625rem;top:1.90625rem;left:0.3125rem;overflow:hidden;display:block; }
#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/180c97a1-5724-489a-a29a-944324da1222/shutterstock_1727574022.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:60rem;height:35.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { position:absolute;display:block;z-index:15000;background-color:#151824;background-image:none;background-position:top left !important;background-repeat: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:35.5rem;width:32.625rem;top:0rem;left:0rem;display:block; }
#ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { position:absolute;display:block;z-index:15015;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:18.5rem;width:38.25rem;top:11.84375rem;left:21.3125rem;overflow:hidden;display:block; }
#SEf6QT8xocDDzxIB3gMA9oN0WlsauEuL { position:absolute;display:block;z-index:15008;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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:19.0625rem;width:0.5rem;top:11.5625rem;left:59.5rem;display:block; }
#CJ4hVLGrKMRQNM8VBOQEy5q9tidkWcd7 { box-sizing:content-box;height:19rem;width:31.1875rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:11.5625rem;left:28.375rem;display:block; }
#xdpyExl3EMTB4cPEMWuQgTnDcnKBeJnK { color:#0090c8;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:0.90625rem;left:0.3125rem;height:15rem;font-style:normal;display:block; }
#M09T63FbMqA5zWR2XL43fPDn3o7vtPJL { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.9375rem;left:0.3125rem;height:5.25rem;font-style:normal;display:block; }
#UZBwxLhUs9iZGmIaZxSnS7vWof6yQ44w { background-color:#bf2427;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.6875rem;left:0.375rem;display:block; }
#zX6oIba17bJ9yyu6qzvSfrwi9y5LKhaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRxWbnD7tziP8ztvpSnoJDPOa44UbzNb { position:absolute;display:block;z-index:15008;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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:17.25rem;width:0.5rem;top:11.5625rem;left:59.5rem;display:none; }
#e1nwLXtHV6ekKZp2WhwWyWis9lqTg29f { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.375rem;top:12.25rem;left:42.0625rem;overflow:hidden;display:block; }
#dxMQknt2pJ07mXaaeJay7UBReABz5xwb { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.9375rem;left:0.3125rem;height:5.25rem;font-style:normal;display:none; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { 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; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#Q91fBn4innBOM1Vvt6XTbQPTzyDQhQrh { color:#0090c8;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.0625rem;display:block; }
#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 { 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; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container { background-color: transparent; background-image: none; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container > .video-iframe-container { display: none; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row > .video-iframe-container { display: none; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .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); }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container { border-width: 0; border-radius: 0; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#wwNSw40xCbdLSF154s4nGOiMNMqFBVLd { color:#bf2427;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:0.6875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#RxVeg2G7Pnzc0BecRiRUH8BGDv049B1F { color:#151824;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { 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; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:#151824;display:block;width:12rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.55078125rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { position:absolute;display:block;z-index:15002;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:2.8125rem;top:6rem;left:14.30078125rem;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { 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:13.1875rem;width:32.25rem;top:3.25rem;left:13.875rem;overflow:hidden;display:block; }
#hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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:4.375rem;width:0.125rem;top:1.75rem;left:14.25rem;display:block; }
#TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:2.5rem;top:1.75rem;left:11.8125rem;display:block; }
#HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { position:absolute;display:block;z-index:15006;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:2.5rem;top:15.8125rem;left:11.8125rem;display:block; }
#d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { position:absolute;display:block;z-index:15006;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:0.125rem;top:15.875rem;left:14.23828125rem;display:block; }
#dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { position:absolute;display:block;z-index:15005;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:7.5rem;top:18.9375rem;left:14.30078125rem;display:block; }
#QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { position:absolute;display:block;z-index:15009;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:0.125rem;top:1.6875rem;left:44.86328125rem;display:block; }
#hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { position:absolute;display:block;z-index:15008;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5.125rem;top:4.8125rem;left:39.8125rem;display:block; }
#zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { position:absolute;display:block;z-index:15009;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:2.5rem;top:1.5625rem;left:44.86328125rem;display:block; }
#ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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:2.5rem;width:0.125rem;top:14.125rem;left:44.86328125rem;display:block; }
#KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:2.5rem;top:14rem;left:44.86328125rem;display:block; }
#pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { position:absolute;display:block;z-index:15011;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:4.625rem;top:16.59375rem;left:40.3125rem;display:block; }
#u6TKtX4J9XJvL48zRfT3xT5A5Qye9u4x { position:absolute;display:block;z-index:15006;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:7.5rem;top:9.78125rem;left:9.67578125rem;display:block; }
#o0G6dXdI7VtSGORO8eL23DTeiwMnr8ZA { color:#151824;display:block;width:10.125rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.771484375rem;left:0.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuklbGQtdqq6BhkZM0kWM4RopL3uybG6 { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:4.625rem;top:9.78125rem;left:44.86328125rem;display:block; }
#CowWlhF0yvxO5i2RmM47MV7ifPtM4LIQ { position:absolute;display:block;z-index:15004;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat: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:4.375rem;width:0.125rem;top:19rem;left:25.375rem;display:block; }
#PN9urUH5I6E01B7DVSRVoZNUNtGZ6exR { color:#151824;display:block;width:10.75rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.9375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J29HvqJscFGK1DW0BvG5w3dVKc72L5ll { color:#151824;display:block;width:10.125rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24rem;left:18.75rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCuNlGCv4TnqvNhymT4e7R6UMaiUotKf { position:absolute;display:block;z-index:15010;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:0.125rem;top:16.4375rem;left:35.36328125rem;display:block; }
#ko7RgEJPk7WkohgiBmHTDvtDmJp8wuvB { position:absolute;display:block;z-index:15011;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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.125rem;width:0.125rem;top:19rem;left:35.36328125rem;display:block; }
#mCm3N7kp8gof7ud686qlRCKVpfkFSZJi { color:#151824;display:block;width:13.0625rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.375rem;left:32.0625rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bz4RtiK9Gbm9i9o9CHiNvr3TcP5q0645 { color:#151824;display:block;width:11.4375rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.14453125rem;left:48rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZ179hJ1dLsBV3RyXGMeORkzTrX4sqi5 { color:#151824;display:block;width:9.6875rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.771484375rem;left:50.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsywbcZdAsG7AKX8DEWlP8MMDwrVcBpu { color:#151824;display:block;width:11.4375rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:48rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac { 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; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container { background-color: transparent; background-image: none; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container > .video-iframe-container { display: none; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row > .video-iframe-container { display: none; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .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); }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container { border-width: 0; border-radius: 0; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#VttWsAFaO4SDfVQusaBgaiQWqr2D8ky4 { color:#bf2427;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:0.6875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#IEvd94ulVc4HZmTRGQdMvTyhaOBgd41b { color:#151824;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#FGkbN836yzHTgyiGaldSZZABHuUaN7qv { 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; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container { background-color: transparent; background-image: none; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container > .video-iframe-container { display: none; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row > .video-iframe-container { display: none; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .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); }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container { border-width: 0; border-radius: 0; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#CrOTzLuT0TtkcRBlb4L5o0tlJG7Pkvco { position:absolute;display:block;z-index:15019;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:28.75rem;width:28.75rem;top:0.5625rem;left:17.625rem;overflow:hidden;display:block; }
#ceuolbDN9b4pZGZwg6cMZd6xUgarOJuO { position:absolute;display:block;z-index:15017;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:22.8125rem;width:22.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Mow987ro2hIOmwfC0wu01fV42fM1crk8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:12.75rem;left:6.3125rem;overflow:hidden;display:block; }
#PPCN0iDNfbxq7Xmsbq3Nm3B6sEs7T4Bb { position:absolute;display:block;z-index:15016;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.0625rem 0.375rem rgba(0,0,0,0.5) ;height:15.8125rem;width:11.125rem;top:4.625rem;left:22.8125rem;overflow:hidden;display:block; }
#QMy9nGlFQW0vkTZ47VgPTaZiLlwEEXBC { position:absolute;display:block;z-index:14999;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:27.3125rem;width:27.3125rem;top:0rem;left:29.4375rem;overflow:hidden;display:block; }
#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B { position:relative;display:block; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B { background-color: transparent; background-image: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container > .video-iframe-container { display: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row > .video-iframe-container { display: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .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); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B { border-width: 0; border-radius: 0; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .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; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .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:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AhhxJcWopvwThKWidEhhXi3zoU0sTomo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.87109375rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM { position:relative;display:none; }#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM { border-width: 0; border-radius: 0; }#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM > .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; }#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM > .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:191.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-form-header {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:#ffffff;width:47.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.4; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top;line-height:1.8; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-text {padding-top: 0; padding-bottom: 0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top;line-height:1.8; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.0625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-select {padding-top: 0; padding-bottom: 0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#bf2427;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#ffffff;width:47.0625rem;height:3.5rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0rem 0.875rem #ffffff ;font-style:normal;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.5;font-size:0.9375rem;font-weight:400;color:#ffffff;vertical-align:top;width:45.8125rem;overflow:hidden;font-style:normal; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:ubuntu;font-size:1.125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-container:first-of-type{padding-top:0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-container:last-of-type{padding-bottom:0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl  { background-color:#0090c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:7.03125rem;top:1rem;z-index:15013;position:absolute; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:47.0625rem;display:block;vertical-align:top; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.9375rem;line-height:1.5;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl {display:block;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl { background-color:#0090c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:7.03125rem;top:1rem;z-index:15013;position:absolute; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb .container-column{width:100%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #a7Epcs6wbhtVwcTHqzhtZ5PXTEFlGID4 { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V76184POXuWgTVgeCaNDHzRfLSTC0vtk { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ryGgo6n6ulzDQDFV4qKaH5XXD6vKqS9w { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VB2TwSSK7dlPqKDymxe7SCOJEQkAURAv { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #sBxMLWW7HpGDpQbkvy5kWXTSkDT69ETr { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tOs5RXuST0GVJMHQHilAhmJ1c9VWko4Z { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RIspmwOt3Ir8DE13wHwELQuiX0CdIPX6 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS .container-column{width:100%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #J65tRsPs2F7FtJM8fdmE32fwPtdHAkoM { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rREHaDWG56WRt1BVWNGXXgMWFNqzxB0A { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cfC3ga8eiCXTbC6shBgLC3t2P1Fy2Lgo { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OfhTv5gqZoLH6cdb2zTvyhRMK3J0c9o4 { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UPAzGTnwWlHmJ9oPyvT7P0zTUuepsUaO { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zdTCBGULr9Pgi2hCAPXqCsvVvGd4M5iA { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VOzxZLRw8Pe0UwRq37wQ6iP0A9WMeiWn { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs .container-column{width:100%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #i02ZhCbWiOsuAPsBhs3DJDBXV3JPmkge { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xmw4sdU8KPEFBJ6Jrby0tHgMHrm2XNbw { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Uo7KKWDTyFdupVZiAv0L6SywE3A0X947 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #x9QBQHUFTqJhJwk8W4TqB6RSITurZbni { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mM7OsAPlBdzzCJqgUNbBLTG9CpeBV8uf { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ffqke5WXJEFUcO9bUi7KiWZhXauXu597 { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #lnJhiWMQ2qVqTgUxWNicU2rEM6b8Rmw2 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #igCnCMEu0SUPOT88Sywt53qp8Fdg7Udr { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ok4Gk3KskU4v4kiauspW3PiFsESLmfgB { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CRzxhEQUa2wTcsWgfmEIxcaonkHtCVAp { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MyTqlIPfkPTzbpLmkTvkwiqEAx1mc5r3 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XHs2K8TtmPWpXSdVoFkTr7WDU9hxOI3E { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #au5e0NWXlRakeHqoUZZdFwTg5vE4iV7p { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uV556Dox6DXCCTuVqIrI6xrwvSvfiZST { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K1aJiyawAFzWNNyZ15WP5I8qgF7CH7SE { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AznZbr9inBK7twfX0GzESN5FiGnCqnt6 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gap8XNAr20cSLdeACmRefsiRLtVoRr5T { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OmTvgpe8SQSi0McHJTLTH9yvU3id5yWV { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #f88kIwy7VaPvlBm5f1nf4hkSQMKH4TGI { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XkzTHwxXWCqcoVlJ1ntrMSp2154xqSR5 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #oddMGN1ASiCOR7gEAmTZR9Dqh1giVzGx { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o3K4ZmUypzqCLcdut09TDBrGsfKsQ7hG { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RJRx9muaTZCXdCefFpzBCnuwRNq8MPbx { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mWzfyuWksK6nahlba6SCFwOVc3hEw5fm { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K8TWEbBEKBsoAGqlA5XaEpblZ6OHJv7f { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iCzTr5TKF1eEELmR1RoLuVlNbICwiTlN { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UbW3QH9psbSREuOfx2RULG7SDQ3amRId { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ixwXuxzKmzeb3xJpnNLqBFkCELDAustO { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TFrBW5B9qyUCgpUotkQW9TRiygRCnu7G { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wWO7BqUiEgXZ2oIznSyFAxHmT4NE9sKF { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #eHaxoM7GhdrFzWeOg8HoXnRr2UnDnXKs { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #APbSTHeL8XDJJsFF9ZKKLSwa1fZesL95 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gLu5er4RsQDha4ocUwTNrEva7TSAxoCg { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNyrDpXdQblFfiuAX1NPgusQ7tvN7yJq { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VSNEdfIEScFCzmtuA8mLisvRUy64m8P8 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AbeyDpNMcyiWWfgv3yktb9FhqnwIdlv6 { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NlUWmDwpPVuhCXCUgwNktTJ63kQomhWu { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #v2c8ra1TxtK3ObuDzubf3IX9e3SiBiX2 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #INtn4luQodZUOTuv5vJAgZ2ddoAlmwNJ { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CLfTc9XT1VIZB4zCVs9Bf4xbDNR0mhGw { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M5lkA5uW3BpZquSzHp8GAKrrk9hpKetU { position:relative;z-index:15000; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nkNFXlMt9yQ8eTAnc1QToTWg1HnMWRuH { position:relative;z-index:15000; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #KE9ZJqLvD5UCsKxa23E5tMOzg1qOxk2U { position:relative;z-index:15000; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wy7T2Pxxid00qTqvqaER5zfs2MgGKacS { position:relative;z-index:15000; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dcQn89cTmSR26KsuCvlEQLrEpaUgozz0 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #abew0U2thXLTGovyQvAISQxbGtEIwaHM { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MmS5ee6RG26Rh51gh9SBmz7UakBMkd8E { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mZGWlrwvJnycklz8btDoHnni927qWQQg { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zw3qlatOFir1g0vaWSOu5QHwW20P2nuD { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rmqmAAwDFfukTQK3Tnop281zBxnoZKSb { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pIwbbkoccbHNmt1IFScVBhiibDOfxrCq { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNqMCi3h5Tbt0JdEla7AeQ7nG04lHX2B { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pSauxZVpnNdO58GtXkpfd6Rus6PAnIKw { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 .container-column{width:50%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xVBdM71QEdlHeV8BpgzDC0yBbP9ecTAU { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UIdUKTDzWLlwhFt2niwOlwtTBSkB1t9s { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gOTGJcAf1ILsBFUZ7Ee6P8IGNflCQJvc { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pxq3AaFJPxemN0iCD4uPVtm2hqAmIfAO { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #aDwWUTODQo9NkdrTSBuKvHEXQbI4y4WX { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP .container-column{width:50%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wtsbCrlTis8klbpbUHf84RGgMWWmC5XA { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mMLzcLcV7lgP5Jy6q0QnmKiGxWUf5uio { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nITRSLgJsqTZSF8mP0WorGC3XmUEfLbS { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ArXPdZJ5McIW8TEtvZ7eDJP36EIs9kXQ { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #t04FdToTgFDgM0BzPGC26JBwNzbZ5tPL { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V2BgL2dDpyAU2nTblvRyvvX6mCPRgAT8 { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uLTSaTyKl29TBDOMozg6RiE7bGR52P6P { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tsQlR9GLK1TLBobXpiUMzzKTQ6mqFhmc { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wTa1xLpdgRfy4k2KE1STurkrrpFgfq3x { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dddPKefaefsmz8Da2ESbNctXFONEFB5E { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UT2AJA4A50SGq64HOheRXgdKkiuXGGTz { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #IAVLTwg6N9pI3508qTBBTiSHu2VGETAq { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kqXfTwRRVisipgDpQxBBd18fwmCSxIhq { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #McvoRJEKOyFWOHZCahNWEekyvJfiuQzd { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cW1OlQXH2u8DU15kZafvM8cDl4SE29PU { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VBUJMis05t05TSuOXo46NfT3bXHNZJyT { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #qH4nyJTxe9vNTTHmrV59pypqxi6hKVTL { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T7w8acdcqf474M2i4TTHRTLIGHyvreBB { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #DJKKldzPyweVvvVFd5CqGe5pThMVURSF { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TTtbUPcTMDzkGmmOgqoCSfEqsAlQCc2e { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NrRdRewT7unyQTNZ2P6qT9zDvaMiRNBF { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d .container-column{width:50%;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tcbPB6qVPsTyFuVZ9BWh6GZ6e2fkz92Z { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #goDRnaH98k4x7o3JQI9UFxZJVdUK6Elq { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #HrZkUN9wRPXTscedRQPUGr7IPi7mozv0 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T8MGfxAAdMoBm8glBlbXkbBQEvJaIbXF { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uznBxZC3nOJRK8z25tAB2RJ0hMTRJ681 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CcVQ2xQhJPJAeTdQuvqyR7t9TCmO4KzI { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ZuCSXv1dTF86eR4lmeReVe4SWJqDPnS1 { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M6mdAaOkcxXQez5T5XyLcpTOsStlRhcu { position:relative;z-index:2; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Omlgr9Ac3SucseiGytC2dTPh8U6TPnCx { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #puCCTTRfVAPygCyT7dCxqDpSTABF2ffn { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zlT26XQzC7MQL2cfFWQwqNTAIpgCIQq5 { position:relative;display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K67lufd2TsI0ZQs049MBXtDcwmzTMp3z { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VdOykE3OOX0qxvoMKB8C1XxMRAs2Jqlq { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zHruFUDOivsrT1CvKgUeStIcq9kKMduc { position:relative; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o4h7chGPeHKlT2M9R6A96DZFZ82p8hOT { position:relative;z-index:15000; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #JdclJw5oVvikurbTv3DLGhnGClaTbMcs { position:relative;z-index:15000; }
#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bf2427;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; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { background-color: transparent; background-image: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container > .video-iframe-container { display: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row > .video-iframe-container { display: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .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); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { border-width: 0; border-radius: 0; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#EzE21T2cQB8rIMgwFhO4eMPTqhofdOCP { z-index:15011;top:4.5rem;left:40.5625rem;background-color:transparent;background-image:none;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;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:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#vheZk9UqxqNGndGAcXzTJorTFEiFG53c { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#G4KV9390fnxEbDV2xWQlyQ4CiHRRpB6l { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:bold;z-index:15015;line-height:1;top:8.40625rem;left:0.6875rem;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;color:#ffffff;text-transform:uppercase;display:block; }
#e3PicwO4dCkT2H2yc70vwEsJkVG7cbZv { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:4.5625rem;left:37.375rem;display:block; }
#R0J14yoaNzFrZFIw7Q7TaltSl2lhMrvD { z-index:15010;top:4.5rem;left:24.250001907349rem;background-color:transparent;background-image:none;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;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:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#d0ws6w31DhX3u6XErge11UnPyI3XF1Bz { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#StS7lTcmWlwPCq95dGbaIA4lhdNQXBz6 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:4.5625rem;left:21.125rem;display:block; }
#PJh02KOGHTl3QiOmRZ2ouC9cf7QI7mWs { z-index:15023;top:8.3125238418581rem;left:24.250001907349rem;background-color:transparent;background-image:none;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;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:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#bghc3Ho7bJi1WHQAX3deDXBAfRcbmHMc { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Z88XtqnJBvoCgHBesbQAhLJvXltTNTsP { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.5rem;left:21.125rem;display:block; }
#veBGZtT8S8ivnrVqmybJGMACe8AWdKf2 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:8.5rem;left:37.375rem;display:block; }
#TXix0yiWpaoO0ioKxiAwvvbPRb0u6i05 { display:block;width:17.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.9375rem;left:40.5rem;height:2.4375rem;color:#ffffff;display:block; }
#wf4rmC5D46kfitqfW9QOGO7OhGVvTVwK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.25rem;width:5.75rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.96875rem;left:0.6875rem;overflow:hidden;display:block; }
#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { 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:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { border-width: 0; border-radius: 0; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:none; }#ga2TcVHRT624TLu9hZXGoV0BqXpT358m { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.875rem;top:0.125rem;left:6.8125rem;overflow:hidden;display:block; }
#Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.875rem;top:0.125rem;left:18.5625rem;overflow:hidden;display:block; }
#gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { position:absolute;display:block;z-index:15002;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.875rem;top:0.125rem;left:30.3125rem;overflow:hidden;display:block; }
#pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.875rem;top:0.125rem;left:42.0625rem;overflow:hidden;display:block; }
#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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:none; }#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN > .row .container { border-width: 0; border-radius: 0; }#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:none; }#tTJ0r6nCETyPCiMye7BMIT2LPHGxtCMM { color:#0090c8;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.0625rem;display:block; }
#soXZrQCnlUzSvcJL8BEsaasDqMInU0X5 { color:#594739;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#a6XRl3T0qyJDmtRqFgdabrEmEospEgZW { color:#594739;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#lIcErz9vBFLm4kvoKUIzlntQGEtnVXvd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:32.25rem;top:10.5625rem;left:0rem;overflow:hidden;display:block; }
#R2xviKRtsbpL9X96ZUbch37tleBc0b3T { color:#594739;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:27.3125rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#hb4xlVCoZJCrTTpt5grXRNvSgr7SvVzV { color:#594739;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:29.1875rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1151c7;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:none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { border-width: 0; border-radius: 0; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:none; }#XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.03125rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { background-color:#151824;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:42.5rem;display:block; }#llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm.adaptive-delivery-prevent-bg, #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm.lazyload, #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm.lazyloading { background-image: none; }
#ydtcw1aOkICnXSGd26TrEUezilXNaE9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9gb4WePT/sekcja6_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.adaptive-delivery-prevent-bg, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.lazyload, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.lazyloading { background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:none; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(21,24,36,0.3) ;height:23.75rem;width:41.6875rem;top:6.375rem;left:0rem;display:block; }
#qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { position:absolute;display:block;z-index:15001;background-color:#151824;background-image:none;background-position:top left !important;background-repeat: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: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:19.25rem;width:17.875rem;top:8.5625rem;left:41.625rem;display:block; }
#vTEygPM4lKSMVXDopRgWDdVMS9CWQIdZ { position:absolute;display:block;z-index:15002;background-color:#1151c7;background-image:none;background-position:top left !important;background-repeat: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:8.75rem;width:0.5rem;top:13.8125rem;left:59.5rem;display:block; }
#VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:44.78125rem;height:6.3369375rem;font-style:normal;display:block; }
#HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:18.625rem;left:44.96875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#DDOODIbSfV4LwytvyodxHaa55DZCyv3x { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.6875rem;top:23.75rem;left:47.46875rem;overflow:hidden;display:block; }
#Ti4OgRgInEaeI31iClDJkqTUsKdxr9wn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.6875rem;top:23.75rem;left:49.53125rem;overflow:hidden;display:block; }
#WogB7vDINI0QDceVkZh7Dk2Rm40NUnJc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.6875rem;top:23.75rem;left:45.03125rem;overflow:hidden;display:block; }
#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { 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:none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { border-width: 0; border-radius: 0; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:none; }#LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { color:#44454b;display:block;width:14.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:3.25rem;left:12.625rem;height:5.94921875rem;display:block; }
#DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { position:absolute;display:block;z-index:15002;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.25rem solid #464b5e;border-left:0.25rem solid #464b5e;border-right:0.25rem solid #464b5e;border-bottom:0.25rem solid #464b5e;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;height:9.875rem;width:9.875rem;top:2rem;left:0rem;display:block; }
#ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#R9XJSE72gyyGvdCNxvcWryn6Uosq0Te4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:1.125rem;overflow:hidden;display:block; }
#wRtqa0uKEwawxKwvLxsPx4XOFV1frxzu { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { color:#44454b;display:block;width:14.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:43.875rem;height:5.94921875rem;display:block; }
#yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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.625rem 0.625rem 3.125rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#C6B0LQZV4F5EzT0gh7tCLFz3D465N2F2 { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JPmLtOQVK40FdFstdLAdZbkrWpInak36 { position:absolute;display:block;z-index:15007;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.25rem solid #1151c7;border-left:0.25rem solid #1151c7;border-right:0.25rem solid #1151c7;border-bottom:0.25rem solid #1151c7;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;height:9.875rem;width:9.875rem;top:2rem;left:31.25rem;display:block; }
#EDHF1hdbknc2ZzBWUkHWVnfbf0fGm2n8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:32.375rem;overflow:hidden;display:block; }
#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { 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:none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { border-width: 0; border-radius: 0; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:none; }#x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { color:#44454b;display:block;width:14.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:3.25rem;left:12.625rem;height:5.94921875rem;display:block; }
#wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { position:absolute;display:block;z-index:15002;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.25rem solid #1151c7;border-left:0.25rem solid #1151c7;border-right:0.25rem solid #1151c7;border-bottom:0.25rem solid #1151c7;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: 0rem 0.625rem 4.375rem rgba(70,75,94,0.2) ;height:9.875rem;width:9.875rem;top:2rem;left:0rem;display:block; }
#b0bPnRrW4lmLfal9LCok2ePrestlaozM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#wcB1WzFPLsRubWpif0keR6MPkvMibWK7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:1.125rem;overflow:hidden;display:block; }
#QxJEt08MLUH7wmtRUDVDO4DmAH4pELHc { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { color:#44454b;display:block;width:14.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:3.25rem;left:43.875rem;height:5.94921875rem;display:block; }
#isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#kuU7Rpx9A5OD1kMcCXx083WHt31Ay29g { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { position:absolute;display:block;z-index:15007;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.25rem solid #464b5e;border-left:0.25rem solid #464b5e;border-right:0.25rem solid #464b5e;border-bottom:0.25rem solid #464b5e;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: 0rem 0.625rem 4.375rem rgba(70,75,94,0.2) ;height:9.875rem;width:9.875rem;top:2rem;left:31.25rem;display:block; }
#wDOtbnqwEkT3MZ2igeZXifa2OyykuoId { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:32.375rem;overflow:hidden;display:block; }
#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { 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:none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { border-width: 0; border-radius: 0; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:none; }#ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { 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: 0.625rem 0.9375rem 4.375rem rgba(21,24,36,0.2) ;height:11.0625rem;width:11.0625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6Sk3oddf/sekcja8_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.adaptive-delivery-prevent-bg, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyload, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyloading { background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { border-width: 0; border-radius: 0; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I { background-color:#1151c7;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:42.5rem;display:block; }#WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I.adaptive-delivery-prevent-bg, #WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I.lazyload, #WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I.lazyloading { background-image: none; }
#vsdL2450U2cJfayEBXVTRC5LJKJGkItb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:16rem;height:4.2246125rem;font-style:normal;display:block; }
#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { 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:none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { border-width: 0; border-radius: 0; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:none; }#iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { color:#7b818a;display:block;width:43.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LET95EyLHWQDMkurHgFo9OQqJZxzbiLo { display:block; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3neReT3io9vo5sfLJWh0KxqOigTDLc2 { width:8.875rem;height:5.875rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLP9Mai7s9by42lPBfFmhmoPJ2Dw22dX { width:5.625rem;height:2.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:32.625rem;height:35.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { width:38.25rem;height:18.5rem;top:11.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEf6QT8xocDDzxIB3gMA9oN0WlsauEuL { width:0.5rem;height:19.0625rem;top:11.5625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4hVLGrKMRQNM8VBOQEy5q9tidkWcd7 { width:31.1875rem;height:19rem;top:11.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpyExl3EMTB4cPEMWuQgTnDcnKBeJnK { top:0.875rem;left:0rem;width:32.5rem;height:15rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09T63FbMqA5zWR2XL43fPDn3o7vtPJL { top:17.9375rem;left:0rem;width:28.0625rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBwxLhUs9iZGmIaZxSnS7vWof6yQ44w { width:18.625rem;height:4.1875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX6oIba17bJ9yyu6qzvSfrwi9y5LKhaa { display:block; }
 }@media only screen and (max-width: 763px) { #sRxWbnD7tziP8ztvpSnoJDPOa44UbzNb { width:0.5rem;height:17.25rem;top:11.5625rem;left:47.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1nwLXtHV6ekKZp2WhwWyWis9lqTg29f { width:13.375rem;height:4.4375rem;top:12.25rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMQknt2pJ07mXaaeJay7UBReABz5xwb { top:11.4375rem;left:0rem;width:18.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q91fBn4innBOM1Vvt6XTbQPTzyDQhQrh { top:1.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 { display:block; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwNSw40xCbdLSF154s4nGOiMNMqFBVLd { top:0.6875rem;left:0rem;width:30.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxVeg2G7Pnzc0BecRiRUH8BGDv049B1F { top:2.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:12rem;height:2.75rem;top:0.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:2.8125rem;height:0.125rem;top:6rem;left:8.17578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:32.25rem;height:13.1875rem;top:3.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:4.375rem;top:1.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:2.5rem;height:0.125rem;top:1.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:2.5rem;height:0.125rem;top:15.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:0.125rem;height:3.125rem;top:15.875rem;left:8.11328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:7.5rem;height:0.125rem;top:18.9375rem;left:8.17578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:0.125rem;height:3.125rem;top:1.6875rem;left:38.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:5.125rem;height:0.125rem;top:4.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:2.5rem;height:0.125rem;top:1.5625rem;left:38.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:0.125rem;height:2.5rem;top:14.125rem;left:38.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:2.5rem;height:0.125rem;top:14rem;left:38.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:4.625rem;height:0.125rem;top:16.5625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TKtX4J9XJvL48zRfT3xT5A5Qye9u4x { width:7.5rem;height:0.125rem;top:9.75rem;left:3.55078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0G6dXdI7VtSGORO8eL23DTeiwMnr8ZA { width:10.125rem;height:4.125rem;top:7.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuklbGQtdqq6BhkZM0kWM4RopL3uybG6 { width:4.625rem;height:0.125rem;top:9.75rem;left:38.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CowWlhF0yvxO5i2RmM47MV7ifPtM4LIQ { width:0.125rem;height:4.375rem;top:19rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9urUH5I6E01B7DVSRVoZNUNtGZ6exR { width:10.75rem;height:5.5rem;top:14.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29HvqJscFGK1DW0BvG5w3dVKc72L5ll { width:10.125rem;height:4.125rem;top:24rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCuNlGCv4TnqvNhymT4e7R6UMaiUotKf { width:0.125rem;height:3.125rem;top:16.4375rem;left:29.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko7RgEJPk7WkohgiBmHTDvtDmJp8wuvB { width:0.125rem;height:3.125rem;top:19rem;left:29.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCm3N7kp8gof7ud686qlRCKVpfkFSZJi { width:13.0625rem;height:4.125rem;top:23.375rem;left:25.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4RtiK9Gbm9i9o9CHiNvr3TcP5q0645 { width:11.4375rem;height:5.5rem;top:13.125rem;left:36.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ179hJ1dLsBV3RyXGMeORkzTrX4sqi5 { width:9.6875rem;height:4.125rem;top:7.75rem;left:38.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsywbcZdAsG7AKX8DEWlP8MMDwrVcBpu { width:11.4375rem;height:4.125rem;top:0rem;left:36.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMXxmXc5JIVukRiweIlqN3g6JEWhUFac { display:block; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VttWsAFaO4SDfVQusaBgaiQWqr2D8ky4 { top:0.6875rem;left:0rem;width:30.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvd94ulVc4HZmTRGQdMvTyhaOBgd41b { top:2.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkbN836yzHTgyiGaldSZZABHuUaN7qv { display:block; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrOTzLuT0TtkcRBlb4L5o0tlJG7Pkvco { width:28.75rem;height:28.75rem;top:0.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuolbDN9b4pZGZwg6cMZd6xUgarOJuO { width:22.8125rem;height:22.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mow987ro2hIOmwfC0wu01fV42fM1crk8 { width:18.0625rem;height:18.0625rem;top:12.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPCN0iDNfbxq7Xmsbq3Nm3B6sEs7T4Bb { width:11.125rem;height:15.8125rem;top:4.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMy9nGlFQW0vkTZ47VgPTaZiLlwEEXBC { width:27.3125rem;height:27.3125rem;top:0rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B { display:block; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhhxJcWopvwThKWidEhhXi3zoU0sTomo { top:3.8125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM { display:none; }#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-regular-label { display:block; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-checkbox-label { width:44.1875rem; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl  { width:45.4375rem;height:auto; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl {display:block;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #a7Epcs6wbhtVwcTHqzhtZ5PXTEFlGID4 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V76184POXuWgTVgeCaNDHzRfLSTC0vtk {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ryGgo6n6ulzDQDFV4qKaH5XXD6vKqS9w {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VB2TwSSK7dlPqKDymxe7SCOJEQkAURAv {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #sBxMLWW7HpGDpQbkvy5kWXTSkDT69ETr {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tOs5RXuST0GVJMHQHilAhmJ1c9VWko4Z {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RIspmwOt3Ir8DE13wHwELQuiX0CdIPX6 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #J65tRsPs2F7FtJM8fdmE32fwPtdHAkoM {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rREHaDWG56WRt1BVWNGXXgMWFNqzxB0A {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cfC3ga8eiCXTbC6shBgLC3t2P1Fy2Lgo {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OfhTv5gqZoLH6cdb2zTvyhRMK3J0c9o4 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UPAzGTnwWlHmJ9oPyvT7P0zTUuepsUaO {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zdTCBGULr9Pgi2hCAPXqCsvVvGd4M5iA {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VOzxZLRw8Pe0UwRq37wQ6iP0A9WMeiWn {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #i02ZhCbWiOsuAPsBhs3DJDBXV3JPmkge {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xmw4sdU8KPEFBJ6Jrby0tHgMHrm2XNbw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Uo7KKWDTyFdupVZiAv0L6SywE3A0X947 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #x9QBQHUFTqJhJwk8W4TqB6RSITurZbni {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mM7OsAPlBdzzCJqgUNbBLTG9CpeBV8uf {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ffqke5WXJEFUcO9bUi7KiWZhXauXu597 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #lnJhiWMQ2qVqTgUxWNicU2rEM6b8Rmw2 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #igCnCMEu0SUPOT88Sywt53qp8Fdg7Udr {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ok4Gk3KskU4v4kiauspW3PiFsESLmfgB {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CRzxhEQUa2wTcsWgfmEIxcaonkHtCVAp {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MyTqlIPfkPTzbpLmkTvkwiqEAx1mc5r3 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XHs2K8TtmPWpXSdVoFkTr7WDU9hxOI3E { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #au5e0NWXlRakeHqoUZZdFwTg5vE4iV7p {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uV556Dox6DXCCTuVqIrI6xrwvSvfiZST {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K1aJiyawAFzWNNyZ15WP5I8qgF7CH7SE { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AznZbr9inBK7twfX0GzESN5FiGnCqnt6 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gap8XNAr20cSLdeACmRefsiRLtVoRr5T {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OmTvgpe8SQSi0McHJTLTH9yvU3id5yWV { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #f88kIwy7VaPvlBm5f1nf4hkSQMKH4TGI {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XkzTHwxXWCqcoVlJ1ntrMSp2154xqSR5 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #oddMGN1ASiCOR7gEAmTZR9Dqh1giVzGx { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o3K4ZmUypzqCLcdut09TDBrGsfKsQ7hG {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RJRx9muaTZCXdCefFpzBCnuwRNq8MPbx {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mWzfyuWksK6nahlba6SCFwOVc3hEw5fm { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K8TWEbBEKBsoAGqlA5XaEpblZ6OHJv7f {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iCzTr5TKF1eEELmR1RoLuVlNbICwiTlN {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UbW3QH9psbSREuOfx2RULG7SDQ3amRId { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ixwXuxzKmzeb3xJpnNLqBFkCELDAustO {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TFrBW5B9qyUCgpUotkQW9TRiygRCnu7G {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wWO7BqUiEgXZ2oIznSyFAxHmT4NE9sKF { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #eHaxoM7GhdrFzWeOg8HoXnRr2UnDnXKs {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #APbSTHeL8XDJJsFF9ZKKLSwa1fZesL95 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gLu5er4RsQDha4ocUwTNrEva7TSAxoCg { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNyrDpXdQblFfiuAX1NPgusQ7tvN7yJq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VSNEdfIEScFCzmtuA8mLisvRUy64m8P8 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AbeyDpNMcyiWWfgv3yktb9FhqnwIdlv6 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NlUWmDwpPVuhCXCUgwNktTJ63kQomhWu {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #v2c8ra1TxtK3ObuDzubf3IX9e3SiBiX2 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #INtn4luQodZUOTuv5vJAgZ2ddoAlmwNJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CLfTc9XT1VIZB4zCVs9Bf4xbDNR0mhGw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M5lkA5uW3BpZquSzHp8GAKrrk9hpKetU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nkNFXlMt9yQ8eTAnc1QToTWg1HnMWRuH { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #KE9ZJqLvD5UCsKxa23E5tMOzg1qOxk2U { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wy7T2Pxxid00qTqvqaER5zfs2MgGKacS { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dcQn89cTmSR26KsuCvlEQLrEpaUgozz0 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #abew0U2thXLTGovyQvAISQxbGtEIwaHM { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MmS5ee6RG26Rh51gh9SBmz7UakBMkd8E {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mZGWlrwvJnycklz8btDoHnni927qWQQg {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zw3qlatOFir1g0vaWSOu5QHwW20P2nuD { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rmqmAAwDFfukTQK3Tnop281zBxnoZKSb {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pIwbbkoccbHNmt1IFScVBhiibDOfxrCq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNqMCi3h5Tbt0JdEla7AeQ7nG04lHX2B { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pSauxZVpnNdO58GtXkpfd6Rus6PAnIKw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xVBdM71QEdlHeV8BpgzDC0yBbP9ecTAU { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UIdUKTDzWLlwhFt2niwOlwtTBSkB1t9s { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gOTGJcAf1ILsBFUZ7Ee6P8IGNflCQJvc {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pxq3AaFJPxemN0iCD4uPVtm2hqAmIfAO { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #aDwWUTODQo9NkdrTSBuKvHEXQbI4y4WX {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wtsbCrlTis8klbpbUHf84RGgMWWmC5XA { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mMLzcLcV7lgP5Jy6q0QnmKiGxWUf5uio { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nITRSLgJsqTZSF8mP0WorGC3XmUEfLbS {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ArXPdZJ5McIW8TEtvZ7eDJP36EIs9kXQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #t04FdToTgFDgM0BzPGC26JBwNzbZ5tPL {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V2BgL2dDpyAU2nTblvRyvvX6mCPRgAT8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uLTSaTyKl29TBDOMozg6RiE7bGR52P6P {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tsQlR9GLK1TLBobXpiUMzzKTQ6mqFhmc { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wTa1xLpdgRfy4k2KE1STurkrrpFgfq3x {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dddPKefaefsmz8Da2ESbNctXFONEFB5E { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UT2AJA4A50SGq64HOheRXgdKkiuXGGTz {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #IAVLTwg6N9pI3508qTBBTiSHu2VGETAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kqXfTwRRVisipgDpQxBBd18fwmCSxIhq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #McvoRJEKOyFWOHZCahNWEekyvJfiuQzd { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cW1OlQXH2u8DU15kZafvM8cDl4SE29PU {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VBUJMis05t05TSuOXo46NfT3bXHNZJyT { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #qH4nyJTxe9vNTTHmrV59pypqxi6hKVTL {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T7w8acdcqf474M2i4TTHRTLIGHyvreBB { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #DJKKldzPyweVvvVFd5CqGe5pThMVURSF {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TTtbUPcTMDzkGmmOgqoCSfEqsAlQCc2e { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NrRdRewT7unyQTNZ2P6qT9zDvaMiRNBF {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tcbPB6qVPsTyFuVZ9BWh6GZ6e2fkz92Z { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #goDRnaH98k4x7o3JQI9UFxZJVdUK6Elq { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #HrZkUN9wRPXTscedRQPUGr7IPi7mozv0 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T8MGfxAAdMoBm8glBlbXkbBQEvJaIbXF { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uznBxZC3nOJRK8z25tAB2RJ0hMTRJ681 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CcVQ2xQhJPJAeTdQuvqyR7t9TCmO4KzI { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ZuCSXv1dTF86eR4lmeReVe4SWJqDPnS1 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M6mdAaOkcxXQez5T5XyLcpTOsStlRhcu { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Omlgr9Ac3SucseiGytC2dTPh8U6TPnCx {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #puCCTTRfVAPygCyT7dCxqDpSTABF2ffn {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zlT26XQzC7MQL2cfFWQwqNTAIpgCIQq5 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K67lufd2TsI0ZQs049MBXtDcwmzTMp3z {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VdOykE3OOX0qxvoMKB8C1XxMRAs2Jqlq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zHruFUDOivsrT1CvKgUeStIcq9kKMduc {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o4h7chGPeHKlT2M9R6A96DZFZ82p8hOT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #JdclJw5oVvikurbTv3DLGhnGClaTbMcs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW { display:none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EzE21T2cQB8rIMgwFhO4eMPTqhofdOCP { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vheZk9UqxqNGndGAcXzTJorTFEiFG53c { display:block; }
 }@media only screen and (max-width: 763px) { #G4KV9390fnxEbDV2xWQlyQ4CiHRRpB6l { z-index:15006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PicwO4dCkT2H2yc70vwEsJkVG7cbZv { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0J14yoaNzFrZFIw7Q7TaltSl2lhMrvD { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ws6w31DhX3u6XErge11UnPyI3XF1Bz { display:block; }
 }@media only screen and (max-width: 763px) { #StS7lTcmWlwPCq95dGbaIA4lhdNQXBz6 { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJh02KOGHTl3QiOmRZ2ouC9cf7QI7mWs { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bghc3Ho7bJi1WHQAX3deDXBAfRcbmHMc { display:block; }
 }@media only screen and (max-width: 763px) { #Z88XtqnJBvoCgHBesbQAhLJvXltTNTsP { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veBGZtT8S8ivnrVqmybJGMACe8AWdKf2 { width:3.125rem;height:3.125rem;top:8.5rem;left:28.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXix0yiWpaoO0ioKxiAwvvbPRb0u6i05 { width:17.25rem;height:2.4375rem;top:8.9375rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf4rmC5D46kfitqfW9QOGO7OhGVvTVwK { width:4.375rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ga2TcVHRT624TLu9hZXGoV0BqXpT358m { width:10.875rem;height:8.125rem;top:0.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { width:10.875rem;height:8.125rem;top:0.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { width:10.875rem;height:8.125rem;top:0.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { width:10.875rem;height:8.125rem;top:0.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN { display:none; }#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTJ0r6nCETyPCiMye7BMIT2LPHGxtCMM { top:1.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXZrQCnlUzSvcJL8BEsaasDqMInU0X5 { top:6.8125rem;left:0rem;width:30.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6XRl3T0qyJDmtRqFgdabrEmEospEgZW { top:8.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcErz9vBFLm4kvoKUIzlntQGEtnVXvd { top:10.5625rem;left:0rem;width:32.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2xviKRtsbpL9X96ZUbch37tleBc0b3T { top:27.3125rem;left:0rem;width:30.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4xlVCoZJCrTTpt5grXRNvSgr7SvVzV { top:29.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:38.6875rem;height:2.0625rem;top:3rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { width:17.5rem;height:3.4375rem;top:2.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydtcw1aOkICnXSGd26TrEUezilXNaE9O { display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { display:none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { width:41.6875rem;height:23.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:17.875rem;height:19.25rem;top:8.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEygPM4lKSMVXDopRgWDdVMS9CWQIdZ { width:0.5rem;height:8.75rem;top:13.8125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:6.1875rem;top:10.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:12.1875rem;height:2.875rem;top:18.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDOODIbSfV4LwytvyodxHaa55DZCyv3x { width:1.6875rem;height:1.625rem;top:23.75rem;left:41.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4OgRgInEaeI31iClDJkqTUsKdxr9wn { width:1.6875rem;height:1.625rem;top:23.75rem;left:43.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogB7vDINI0QDceVkZh7Dk2Rm40NUnJc { width:1.6875rem;height:1.625rem;top:23.75rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { display:none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { width:14.625rem;height:5.75rem;top:3.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { width:9.875rem;height:9.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { width:23.375rem;height:12.75rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XJSE72gyyGvdCNxvcWryn6Uosq0Te4 { width:8.0625rem;height:8.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRtqa0uKEwawxKwvLxsPx4XOFV1frxzu { width:12.5rem;height:1.25rem;top:10.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { width:14.625rem;height:5.75rem;top:3.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { width:23.375rem;height:12.75rem;top:0.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6B0LQZV4F5EzT0gh7tCLFz3D465N2F2 { width:12.5rem;height:1.25rem;top:10.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmLtOQVK40FdFstdLAdZbkrWpInak36 { width:9.875rem;height:9.875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDHF1hdbknc2ZzBWUkHWVnfbf0fGm2n8 { width:8.0625rem;height:8.0625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { display:none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { width:14.625rem;height:5.75rem;top:3.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { width:9.875rem;height:9.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bPnRrW4lmLfal9LCok2ePrestlaozM { width:23.375rem;height:12.75rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB1WzFPLsRubWpif0keR6MPkvMibWK7 { width:8.0625rem;height:8.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxJEt08MLUH7wmtRUDVDO4DmAH4pELHc { width:12.5rem;height:1.25rem;top:10.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { width:14.625rem;height:5.75rem;top:3.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { width:23.375rem;height:12.75rem;top:0.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuU7Rpx9A5OD1kMcCXx083WHt31Ay29g { width:12.5rem;height:1.25rem;top:10.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { width:9.875rem;height:9.875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOtbnqwEkT3MZ2igeZXifa2OyykuoId { width:8.0625rem;height:8.0625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { display:none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { width:11.0625rem;height:11.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { display:none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I { width:17.5rem;height:3.4375rem;top:2.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsdL2450U2cJfayEBXVTRC5LJKJGkItb { display:block; }
 }@media only screen and (max-width: 763px) { #fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { width:22.125rem;height:4.125rem;top:2.375rem;left:9.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:43.75rem;height:1.25rem;top:3.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/DSebTeb6/sekcja4_bg2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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) { #LET95EyLHWQDMkurHgFo9OQqJZxzbiLo { display:block; }#LET95EyLHWQDMkurHgFo9OQqJZxzbiLo > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3neReT3io9vo5sfLJWh0KxqOigTDLc2 { width:8.875rem;height:5.875rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLP9Mai7s9by42lPBfFmhmoPJ2Dw22dX { width:5.625rem;height:2.1875rem;top:1.84375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:none;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:20rem;height:40.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { width:19.625rem;height:9.375rem;top:20.078125rem;left:0rem;box-shadow: -0.3125rem 5.125rem 6.5rem rgba(0,0,0,0) ;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SEf6QT8xocDDzxIB3gMA9oN0WlsauEuL { width:0.5rem;height:10rem;top:19.765625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4hVLGrKMRQNM8VBOQEy5q9tidkWcd7 { width:18.875rem;height:10.1875rem;top:19.671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpyExl3EMTB4cPEMWuQgTnDcnKBeJnK { width:18.75rem;height:9rem;top:0.625rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M09T63FbMqA5zWR2XL43fPDn3o7vtPJL { width:18.8125rem;height:0;top:12.3125rem;left:0.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZBwxLhUs9iZGmIaZxSnS7vWof6yQ44w { width:18.625rem;height:4.1875rem;top:33.109375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX6oIba17bJ9yyu6qzvSfrwi9y5LKhaa { display:block; }
 }@media only screen and (max-width: 763px) { #sRxWbnD7tziP8ztvpSnoJDPOa44UbzNb { width:0.5rem;height:10.0625rem;top:19.734375rem;left:19.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #e1nwLXtHV6ekKZp2WhwWyWis9lqTg29f { width:8.4375rem;height:2.6875rem;top:19.765625rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMQknt2pJ07mXaaeJay7UBReABz5xwb { width:18.8125rem;height:4.72265625rem;top:10.90625rem;left:0.59375rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q91fBn4innBOM1Vvt6XTbQPTzyDQhQrh { width:19.125rem;height:4.375rem;top:0.75rem;left:0.4375rem;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 { display:block; }#EwHvnwFF4bnLJph6mtsDlrb3uPOrOAx7 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwNSw40xCbdLSF154s4nGOiMNMqFBVLd { width:18.375rem;height:1.875rem;top:1.125rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxVeg2G7Pnzc0BecRiRUH8BGDv049B1F { width:18.4375rem;height:3.375rem;top:2.9375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:17.5625rem;height:2.76171875rem;top:13.7529296875rem;left:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:2.8125rem;height:0.125rem;top:40.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:20rem;height:8.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:4.375rem;top:31.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:2.5rem;height:0.125rem;top:8.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:2.5rem;height:0.125rem;top:74.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:0.125rem;height:3.125rem;top:91.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:7.5rem;height:0.125rem;top:89.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:0.125rem;height:3.125rem;top:53.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:5.125rem;height:0.125rem;top:62.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:2.5rem;height:0.125rem;top:6.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:0.125rem;height:2.5rem;top:75.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:2.5rem;height:0.125rem;top:72.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:4.625rem;height:0.125rem;top:88.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6TKtX4J9XJvL48zRfT3xT5A5Qye9u4x { width:7.5rem;height:0.125rem;top:9.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0G6dXdI7VtSGORO8eL23DTeiwMnr8ZA { width:17.75rem;height:2.76171875rem;top:10.333984375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuklbGQtdqq6BhkZM0kWM4RopL3uybG6 { width:4.625rem;height:0.125rem;top:9.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CowWlhF0yvxO5i2RmM47MV7ifPtM4LIQ { width:0.125rem;height:4.375rem;top:19rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN9urUH5I6E01B7DVSRVoZNUNtGZ6exR { width:18.0625rem;height:4.142575rem;top:24.951171875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29HvqJscFGK1DW0BvG5w3dVKc72L5ll { width:17.1875rem;height:2.76171875rem;top:33.4248046875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCuNlGCv4TnqvNhymT4e7R6UMaiUotKf { width:0.125rem;height:3.125rem;top:16.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ko7RgEJPk7WkohgiBmHTDvtDmJp8wuvB { width:0.125rem;height:3.125rem;top:19rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCm3N7kp8gof7ud686qlRCKVpfkFSZJi { width:15.5625rem;height:4.14258125rem;top:37.19140625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4RtiK9Gbm9i9o9CHiNvr3TcP5q0645 { width:17.125rem;height:2.761725rem;top:21.240234375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ179hJ1dLsBV3RyXGMeORkzTrX4sqi5 { width:17.5625rem;height:2.76171875rem;top:17.421875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsywbcZdAsG7AKX8DEWlP8MMDwrVcBpu { width:17rem;height:2.76171875rem;top:29.8662109375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMXxmXc5JIVukRiweIlqN3g6JEWhUFac { display:block; }#QMXxmXc5JIVukRiweIlqN3g6JEWhUFac > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VttWsAFaO4SDfVQusaBgaiQWqr2D8ky4 { width:18.875rem;height:1.875rem;top:0.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvd94ulVc4HZmTRGQdMvTyhaOBgd41b { width:19.4375rem;height:1.6875rem;top:2.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkbN836yzHTgyiGaldSZZABHuUaN7qv { display:block; }#FGkbN836yzHTgyiGaldSZZABHuUaN7qv > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrOTzLuT0TtkcRBlb4L5o0tlJG7Pkvco { width:17.6875rem;height:17.6875rem;top:9.0625rem;left:1.15625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ceuolbDN9b4pZGZwg6cMZd6xUgarOJuO { width:14.6875rem;height:14.6875rem;top:0.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Mow987ro2hIOmwfC0wu01fV42fM1crk8 { width:9.6875rem;height:9.6875rem;top:15.4375rem;left:1.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PPCN0iDNfbxq7Xmsbq3Nm3B6sEs7T4Bb { width:6.9375rem;height:9.9375rem;top:11.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMy9nGlFQW0vkTZ47VgPTaZiLlwEEXBC { width:15.25rem;height:15.25rem;top:3.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B { background-color:#151824;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; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container { background-color: transparent; background-image: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container > .video-iframe-container { display: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row > .video-iframe-container { display: none; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .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); }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container { border-width: 0; border-radius: 0; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydIA9Q3Ozld9zs72vCwmi5W0E5CBRh3B > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhhxJcWopvwThKWidEhhXi3zoU0sTomo { width:20rem;height:5.19921875rem;top:2.462890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM { display:none; }#ymMTKLFH2h8rhyb1rwtTaIZ1cI9lUADM > .row .container { width:20rem;height:233.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.25rem;display:block;color:#ffffff;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-text {padding-top: 0; padding-bottom: 0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-select {padding-top: 0; padding-bottom: 0;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0rem 0rem 0rem rgba(9,142,105,0.25) ;background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:700;font-style:normal; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-radio-label { font-size:1rem;overflow:hidden;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl  { width:17.5rem;height:auto;top:1.25rem;left:0rem;background-color:#0090c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl {display:block;}#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl { width:17.5rem;height:auto;top:1.25rem;left:0rem;background-color:#0090c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ikyr6es1KriJfsi8xod43CgLpCbv1Geb .container-column{width:100%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #a7Epcs6wbhtVwcTHqzhtZ5PXTEFlGID4 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V76184POXuWgTVgeCaNDHzRfLSTC0vtk {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ryGgo6n6ulzDQDFV4qKaH5XXD6vKqS9w {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VB2TwSSK7dlPqKDymxe7SCOJEQkAURAv {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #sBxMLWW7HpGDpQbkvy5kWXTSkDT69ETr {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tOs5RXuST0GVJMHQHilAhmJ1c9VWko4Z {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RIspmwOt3Ir8DE13wHwELQuiX0CdIPX6 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ltxzDtr7P4gwJxgLJ5cX5uKOmWsDpWgS .container-column{width:100%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #J65tRsPs2F7FtJM8fdmE32fwPtdHAkoM { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rREHaDWG56WRt1BVWNGXXgMWFNqzxB0A {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cfC3ga8eiCXTbC6shBgLC3t2P1Fy2Lgo {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OfhTv5gqZoLH6cdb2zTvyhRMK3J0c9o4 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UPAzGTnwWlHmJ9oPyvT7P0zTUuepsUaO {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zdTCBGULr9Pgi2hCAPXqCsvVvGd4M5iA {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VOzxZLRw8Pe0UwRq37wQ6iP0A9WMeiWn {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iOqh91nQRkLia9wHvTFPwaIiCpKQpyrs .container-column{width:100%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #i02ZhCbWiOsuAPsBhs3DJDBXV3JPmkge { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xmw4sdU8KPEFBJ6Jrby0tHgMHrm2XNbw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Uo7KKWDTyFdupVZiAv0L6SywE3A0X947 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #x9QBQHUFTqJhJwk8W4TqB6RSITurZbni {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mM7OsAPlBdzzCJqgUNbBLTG9CpeBV8uf {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ffqke5WXJEFUcO9bUi7KiWZhXauXu597 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #lnJhiWMQ2qVqTgUxWNicU2rEM6b8Rmw2 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #igCnCMEu0SUPOT88Sywt53qp8Fdg7Udr {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Ok4Gk3KskU4v4kiauspW3PiFsESLmfgB { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CRzxhEQUa2wTcsWgfmEIxcaonkHtCVAp {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MyTqlIPfkPTzbpLmkTvkwiqEAx1mc5r3 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XHs2K8TtmPWpXSdVoFkTr7WDU9hxOI3E { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #au5e0NWXlRakeHqoUZZdFwTg5vE4iV7p {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uV556Dox6DXCCTuVqIrI6xrwvSvfiZST {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K1aJiyawAFzWNNyZ15WP5I8qgF7CH7SE { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AznZbr9inBK7twfX0GzESN5FiGnCqnt6 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gap8XNAr20cSLdeACmRefsiRLtVoRr5T {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #OmTvgpe8SQSi0McHJTLTH9yvU3id5yWV { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #f88kIwy7VaPvlBm5f1nf4hkSQMKH4TGI {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #XkzTHwxXWCqcoVlJ1ntrMSp2154xqSR5 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #oddMGN1ASiCOR7gEAmTZR9Dqh1giVzGx { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o3K4ZmUypzqCLcdut09TDBrGsfKsQ7hG {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #RJRx9muaTZCXdCefFpzBCnuwRNq8MPbx {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mWzfyuWksK6nahlba6SCFwOVc3hEw5fm { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K8TWEbBEKBsoAGqlA5XaEpblZ6OHJv7f {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #iCzTr5TKF1eEELmR1RoLuVlNbICwiTlN {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UbW3QH9psbSREuOfx2RULG7SDQ3amRId { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ixwXuxzKmzeb3xJpnNLqBFkCELDAustO {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TFrBW5B9qyUCgpUotkQW9TRiygRCnu7G {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wWO7BqUiEgXZ2oIznSyFAxHmT4NE9sKF { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #eHaxoM7GhdrFzWeOg8HoXnRr2UnDnXKs {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #APbSTHeL8XDJJsFF9ZKKLSwa1fZesL95 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gLu5er4RsQDha4ocUwTNrEva7TSAxoCg { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNyrDpXdQblFfiuAX1NPgusQ7tvN7yJq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VSNEdfIEScFCzmtuA8mLisvRUy64m8P8 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #AbeyDpNMcyiWWfgv3yktb9FhqnwIdlv6 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NlUWmDwpPVuhCXCUgwNktTJ63kQomhWu {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #v2c8ra1TxtK3ObuDzubf3IX9e3SiBiX2 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #INtn4luQodZUOTuv5vJAgZ2ddoAlmwNJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CLfTc9XT1VIZB4zCVs9Bf4xbDNR0mhGw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M5lkA5uW3BpZquSzHp8GAKrrk9hpKetU { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nkNFXlMt9yQ8eTAnc1QToTWg1HnMWRuH { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #KE9ZJqLvD5UCsKxa23E5tMOzg1qOxk2U { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wy7T2Pxxid00qTqvqaER5zfs2MgGKacS { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dcQn89cTmSR26KsuCvlEQLrEpaUgozz0 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #abew0U2thXLTGovyQvAISQxbGtEIwaHM { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #MmS5ee6RG26Rh51gh9SBmz7UakBMkd8E {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mZGWlrwvJnycklz8btDoHnni927qWQQg {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zw3qlatOFir1g0vaWSOu5QHwW20P2nuD { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #rmqmAAwDFfukTQK3Tnop281zBxnoZKSb {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pIwbbkoccbHNmt1IFScVBhiibDOfxrCq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kNqMCi3h5Tbt0JdEla7AeQ7nG04lHX2B { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pSauxZVpnNdO58GtXkpfd6Rus6PAnIKw {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #n8eLAWc7SW9ciPofImzc8xVvMIIklwP0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #xVBdM71QEdlHeV8BpgzDC0yBbP9ecTAU { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UIdUKTDzWLlwhFt2niwOlwtTBSkB1t9s { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #gOTGJcAf1ILsBFUZ7Ee6P8IGNflCQJvc {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #pxq3AaFJPxemN0iCD4uPVtm2hqAmIfAO { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #aDwWUTODQo9NkdrTSBuKvHEXQbI4y4WX {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TDOwMSSgRsDasLMWDEy0TwMZdVnhgVmP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wtsbCrlTis8klbpbUHf84RGgMWWmC5XA { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #mMLzcLcV7lgP5Jy6q0QnmKiGxWUf5uio { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #nITRSLgJsqTZSF8mP0WorGC3XmUEfLbS {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ArXPdZJ5McIW8TEtvZ7eDJP36EIs9kXQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #t04FdToTgFDgM0BzPGC26JBwNzbZ5tPL {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #V2BgL2dDpyAU2nTblvRyvvX6mCPRgAT8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uLTSaTyKl29TBDOMozg6RiE7bGR52P6P {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tsQlR9GLK1TLBobXpiUMzzKTQ6mqFhmc { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #wTa1xLpdgRfy4k2KE1STurkrrpFgfq3x {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #dddPKefaefsmz8Da2ESbNctXFONEFB5E { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #UT2AJA4A50SGq64HOheRXgdKkiuXGGTz {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #IAVLTwg6N9pI3508qTBBTiSHu2VGETAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #kqXfTwRRVisipgDpQxBBd18fwmCSxIhq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #McvoRJEKOyFWOHZCahNWEekyvJfiuQzd { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #cW1OlQXH2u8DU15kZafvM8cDl4SE29PU {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VBUJMis05t05TSuOXo46NfT3bXHNZJyT { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #qH4nyJTxe9vNTTHmrV59pypqxi6hKVTL {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T7w8acdcqf474M2i4TTHRTLIGHyvreBB { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #DJKKldzPyweVvvVFd5CqGe5pThMVURSF {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #TTtbUPcTMDzkGmmOgqoCSfEqsAlQCc2e { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #NrRdRewT7unyQTNZ2P6qT9zDvaMiRNBF {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d {  }
#MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Dq0Tl5EMVwQZ6sE4UdIAtPG4ncp6zI6d .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #tcbPB6qVPsTyFuVZ9BWh6GZ6e2fkz92Z { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #goDRnaH98k4x7o3JQI9UFxZJVdUK6Elq { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #HrZkUN9wRPXTscedRQPUGr7IPi7mozv0 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #T8MGfxAAdMoBm8glBlbXkbBQEvJaIbXF { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #uznBxZC3nOJRK8z25tAB2RJ0hMTRJ681 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #CcVQ2xQhJPJAeTdQuvqyR7t9TCmO4KzI { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #ZuCSXv1dTF86eR4lmeReVe4SWJqDPnS1 {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #M6mdAaOkcxXQez5T5XyLcpTOsStlRhcu { z-index:2; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #Omlgr9Ac3SucseiGytC2dTPh8U6TPnCx {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #puCCTTRfVAPygCyT7dCxqDpSTABF2ffn {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zlT26XQzC7MQL2cfFWQwqNTAIpgCIQq5 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #K67lufd2TsI0ZQs049MBXtDcwmzTMp3z {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #VdOykE3OOX0qxvoMKB8C1XxMRAs2Jqlq {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #zHruFUDOivsrT1CvKgUeStIcq9kKMduc {  }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #o4h7chGPeHKlT2M9R6A96DZFZ82p8hOT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MCXJxVeycuiSi6c2xw1QHxSXZTqMfAJl #JdclJw5oVvikurbTv3DLGhnGClaTbMcs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW { background-color:#bf2427;background-image:none;display:block; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { background-color: transparent; background-image: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container > .video-iframe-container { display: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row > .video-iframe-container { display: none; }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .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); }#qMTpw9AoqFd2EOkGGdBPQVAXCRPGwksW > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzE21T2cQB8rIMgwFhO4eMPTqhofdOCP { top:6.53125rem;left:4.28125rem;width:12.375rem;height:3.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vheZk9UqxqNGndGAcXzTJorTFEiFG53c { display:block; }
 }@media only screen and (max-width: 763px) { #G4KV9390fnxEbDV2xWQlyQ4CiHRRpB6l { z-index:15007;color:#ffffff;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.34375rem;top:1.25rem;height:1.625rem;width:9.3125rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #e3PicwO4dCkT2H2yc70vwEsJkVG7cbZv { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.96875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R0J14yoaNzFrZFIw7Q7TaltSl2lhMrvD { top:9.71875rem;left:4.25rem;width:12.4375rem;height:3.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d0ws6w31DhX3u6XErge11UnPyI3XF1Bz { display:block; }
 }@media only screen and (max-width: 763px) { #StS7lTcmWlwPCq95dGbaIA4lhdNQXBz6 { width:2.0625rem;height:2.0625rem;top:10.28125rem;left:2.125rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PJh02KOGHTl3QiOmRZ2ouC9cf7QI7mWs { top:3.375rem;left:4.3125rem;width:11.375rem;height:3.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bghc3Ho7bJi1WHQAX3deDXBAfRcbmHMc { display:block; }
 }@media only screen and (max-width: 763px) { #Z88XtqnJBvoCgHBesbQAhLJvXltTNTsP { width:2.3125rem;height:2.3125rem;top:3.8125rem;left:4.28125rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #veBGZtT8S8ivnrVqmybJGMACe8AWdKf2 { width:3.125rem;height:3.125rem;top:8.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXix0yiWpaoO0ioKxiAwvvbPRb0u6i05 { width:17.25rem;height:auto;top:8.9375rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf4rmC5D46kfitqfW9QOGO7OhGVvTVwK { width:5.75rem;height:2.25rem;top:4.9375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:20rem;height:39.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ga2TcVHRT624TLu9hZXGoV0BqXpT358m { width:10.875rem;height:8.125rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { width:10.875rem;height:8.125rem;top:10.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { width:10.875rem;height:8.125rem;top:20.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { width:10.875rem;height:8.125rem;top:30.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN { display:none; }#qmym8bCBh2AEkGkTW7PZCwqxVN7ubXbN > .row .container { width:20rem;height:122.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTJ0r6nCETyPCiMye7BMIT2LPHGxtCMM { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXZrQCnlUzSvcJL8BEsaasDqMInU0X5 { width:20rem;height:5.625rem;top:7.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6XRl3T0qyJDmtRqFgdabrEmEospEgZW { width:19.5rem;height:6.75rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcErz9vBFLm4kvoKUIzlntQGEtnVXvd { width:20rem;height:8.0620155038762rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2xviKRtsbpL9X96ZUbch37tleBc0b3T { width:20rem;height:0;top:31.5615rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4xlVCoZJCrTTpt5grXRNvSgr7SvVzV { width:20rem;height:0;top:34.6865rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:15.6875rem;height:4.375rem;top:1.375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { width:17.5rem;height:3.4375rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydtcw1aOkICnXSGd26TrEUezilXNaE9O { display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { background-color:#ffffff;background-image:none;display:none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:20rem;height:34.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { height:11.394302848576rem;width:20rem;top:1.875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:17.875rem;height:19.25rem;top:15.125rem;left:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vTEygPM4lKSMVXDopRgWDdVMS9CWQIdZ { width:0.5rem;height:8.75rem;top:20.375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:6.1875rem;top:17.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:12.1875rem;height:2.875rem;top:25.25rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDOODIbSfV4LwytvyodxHaa55DZCyv3x { width:1.6875rem;height:1.625rem;top:30.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4OgRgInEaeI31iClDJkqTUsKdxr9wn { width:1.6875rem;height:1.625rem;top:30.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogB7vDINI0QDceVkZh7Dk2Rm40NUnJc { width:1.6875rem;height:1.625rem;top:30.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { display:none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { width:14.625rem;height:5.75rem;top:12.75rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DToM0hdyBeVhp6tH54uCTAKU5TVrZeuE { width:9.875rem;height:9.875rem;top:1.125rem;left:4.8125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { width:20rem;height:23.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XJSE72gyyGvdCNxvcWryn6Uosq0Te4 { width:8.0625rem;height:8.0625rem;top:2.28125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRtqa0uKEwawxKwvLxsPx4XOFV1frxzu { width:12.5rem;height:1.25rem;top:19.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { width:14.625rem;height:5.75rem;top:36.375rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { width:20rem;height:23.25rem;top:23.875rem;left:0rem;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #C6B0LQZV4F5EzT0gh7tCLFz3D465N2F2 { width:12.5rem;height:1.25rem;top:43.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPmLtOQVK40FdFstdLAdZbkrWpInak36 { width:9.875rem;height:9.875rem;top:25.125rem;left:5.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EDHF1hdbknc2ZzBWUkHWVnfbf0fGm2n8 { width:8.0625rem;height:8.0625rem;top:26.28125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { display:none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { width:20rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { width:14.625rem;height:5.75rem;top:12.875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbk1hRVwBy8RiWwtAHLPGzauWuhKzwG6 { width:9.875rem;height:9.875rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bPnRrW4lmLfal9LCok2ePrestlaozM { width:20rem;height:23.25rem;top:0.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wcB1WzFPLsRubWpif0keR6MPkvMibWK7 { width:8.0625rem;height:8.0625rem;top:2.40625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxJEt08MLUH7wmtRUDVDO4DmAH4pELHc { width:12.5rem;height:1.25rem;top:19.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { width:14.625rem;height:5.75rem;top:36.9375rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { width:20rem;height:23.25rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuU7Rpx9A5OD1kMcCXx083WHt31Ay29g { width:12.5rem;height:1.25rem;top:44.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vud9KBzeLtfrwhyC8M5kGRwrTnyZaPao { width:9.875rem;height:9.875rem;top:25.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOtbnqwEkT3MZ2igeZXifa2OyykuoId { width:8.0625rem;height:8.0625rem;top:26.46875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { display:none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { width:11.0625rem;height:11.0625rem;top:1.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6Sk3oddf/sekcja8_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.adaptive-delivery-prevent-bg, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyload, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyloading { background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:20rem;height:14.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I { width:17.5rem;height:3.4375rem;top:8.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsdL2450U2cJfayEBXVTRC5LJKJGkItb { display:block; }
 }@media only screen and (max-width: 763px) { #fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { width:15.375rem;height:4.375rem;top:2.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:20rem;height:1.25rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }