.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#OBCkS4E86Zu8geogLxddgaN2oM1M19TO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:17.5625rem;top:1.53125rem;left:28.6875rem;overflow:hidden;display:block; }
#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7eqqpyHI/robert_naglowek.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .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); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { border-width: 0; border-radius: 0; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container {  }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:42.25rem;top:7.125rem;left:16.375rem;overflow:hidden;display:block; }
#KShbedDDwW5XsIw2laMkVHgBTipXirnP { color:#e43b2c;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:17.0625rem;left:17.65625rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsAFagnGotraONkUA73Vfsm8PRd8sxaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { background-color: transparent; background-image: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container > .video-iframe-container { display: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container { display: none; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .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); }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { border-width: 0; border-radius: 0; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row > .video-iframe-container {  }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BY1hf6ab/babkatlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { border-width: 0; border-radius: 0; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container {  }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { position:absolute;display:block;z-index:100000;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;height:28.0625rem;width:50rem;top:2.5rem;left:12.0625rem;display:block; }
#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { background-color: transparent; background-image: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .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); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { border-width: 0; border-radius: 0; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container {  }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container { background-color: transparent; background-image: none; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container > .video-iframe-container { display: none; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row > .video-iframe-container { display: none; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .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); }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container { border-width: 0; border-radius: 0; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row > .video-iframe-container {  }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container { background-color: transparent; background-image: none; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container > .video-iframe-container { display: none; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row > .video-iframe-container { display: none; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .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); }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container { border-width: 0; border-radius: 0; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row > .video-iframe-container {  }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#OfWIs6E2seVQrQWFyaZGHxdriGMrpfOy { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.46250009536743rem;left:11.28125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO { position:relative;display:block; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO { background-color: transparent; background-image: none; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container > .video-iframe-container { display: none; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row > .video-iframe-container { display: none; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .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); }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO { border-width: 0; border-radius: 0; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container > .video-iframe-container {  }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#eTuyDyyNyqoA1u0BPxB423SoXelw35yh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:32.5rem;top:0.96875rem;left:42.500001907349rem;overflow:hidden;display:block; }
#MV5aoQs354JScGBuJPTcwC3zX7ZWZL7U { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.4437538385394rem;left:0rem;height:33.624rem;text-align:center;text-align-last:center;display:block; }
#APV8Cs1anhGl6t6OxLasgEvC9QJKgFAD { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:41.250000715256rem;left:43.625001907349rem;display:block; }
#qquie6m6QaUTOADwpONJTp33zXc1wmx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ftW0O6TQrkcfoIf3APB9IVy0bSTwEgDE { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:33.25rem;left:44.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container { background-color: transparent; background-image: none; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container > .video-iframe-container { display: none; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row > .video-iframe-container { display: none; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .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); }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container { border-width: 0; border-radius: 0; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row > .video-iframe-container {  }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#wt3MbHGsHrzU3OBgBLvWbiMofZ4hB7Ss { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.46250009536743rem;left:11.28125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { position:relative;display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { background-color: transparent; background-image: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container > .video-iframe-container { display: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row > .video-iframe-container { display: none; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .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); }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { border-width: 0; border-radius: 0; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container > .video-iframe-container {  }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:3.125rem;overflow:hidden;display:block; }
#kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:21.875rem;overflow:hidden;display:block; }
#z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:40.625rem;overflow:hidden;display:block; }
#bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.1875rem;left:59.375rem;overflow:hidden;display:block; }
#ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.400000572204rem;left:2.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3eAcZq6r3353t5u9XKx4ZAQTUHRqSp8 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.400000572204rem;left:20.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQi8uxK4xLhMyorqugLgKvRDTIflTCSK { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:18.400000572204rem;left:39.687501907349rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNrWJ5vNCiP50UwkoBvHPS2ybxyvtnZb { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:18.400000572204rem;left:58.437498092651rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3tp7POcGlSRZ8LgUxkPw6pITc0sWy1h { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:28.8125rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { position:relative;display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { background-color: transparent; background-image: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .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); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { border-width: 0; border-radius: 0; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container {  }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#TxoJKpqKt2Wr8vBtsZJcaeoQAR3kItpI { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:8rem;left:24.875rem;display:block; }
#ervBMEHQs9SKIFuR2Fs4vADaVL2uZ93B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fVPphD3llro5huEUAzvGp9hbShVhXG9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { background-color: transparent; background-image: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container > .video-iframe-container { display: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container { display: none; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .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); }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { border-width: 0; border-radius: 0; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row > .video-iframe-container {  }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5875000953674rem;left:11.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/c6BB6MkE/wtle1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.adaptive-delivery-prevent-bg, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyload, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyloading { background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { border-width: 0; border-radius: 0; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container {  }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { font-size:0.875rem;font-family:arial;height:88.125rem;width:75rem;position:relative;display:block; }#Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5124883651733rem;left:41.750001907349rem;height:64.3241875rem;display:block; }
#shB25KqCL8EDpco92ueeKyAQue2DvxDl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;display:none; }
#vbf6WIpMILbNIBko8VRPKqvWOOFvWvy6 { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:74rem;left:42.25rem;display:block; }
#kf18MkAihi0ZZiyPyTt2l00efOEWCvH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yQZ3Uh0348ngHVBM6UVXWuvDzxSngNhZ { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:78.8125rem;left:43.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { background-color: transparent; background-image: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container > .video-iframe-container { display: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container { display: none; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .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); }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { border-width: 0; border-radius: 0; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row > .video-iframe-container {  }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5867156982422rem;left:11.28125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gBOnO554/tlo03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm.adaptive-delivery-prevent-bg, #zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm.lazyload, #zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm.lazyloading { background-image: none; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container { background-color: transparent; background-image: none; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container > .video-iframe-container { display: none; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row > .video-iframe-container { display: none; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .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); }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container { border-width: 0; border-radius: 0; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row > .video-iframe-container {  }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#DahxmTAMIKkTxpQxZaoK0Fs3BobyHD4u { color:#000000;display:block;width:35.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9812378883362rem;left:3.0234375rem;height:29.238275rem;display:block; }
#QqaaiOnViZReJkozW58TovSGx19U9kTc { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:38rem;left:7.375rem;display:block; }
#kH7666nrIJ4AGrFrA41FhE8fKkvCHk4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kbyqUi2fLZJTwSXTehOfO5ZgrTfZC3Xu { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:42.8125rem;left:8.4375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { background-color: transparent; background-image: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .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); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { border-width: 0; border-radius: 0; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container {  }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 { position:relative;display:block; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 { background-color: transparent; background-image: none; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container > .video-iframe-container { display: none; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row > .video-iframe-container { display: none; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .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); }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 { border-width: 0; border-radius: 0; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container > .video-iframe-container {  }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#WVQ27m1idvfUX1WTpaLwsOmQL4kAizdD { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.75rem;left:40.375rem;height:29.23828125rem;text-align:center;text-align-last:center;display:block; }
#Flok9HR5UsQr7UJV3tFA0pXpZw4sgubC { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:37.8125rem;left:43.625rem;display:block; }
#iqpsE55aw9lDwsoN2VJo80VLsg2msSUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y8ufLgOk9XDcyCfyW1kDLzExaIFy3Fps { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.875rem;width:33.0625rem;top:4.6000001430511rem;left:7.34375rem;overflow:hidden;display:block; }
#COr1eHHyX06mZTX9qHLfsKyr4uSaceTz { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:36.762499809265rem;left:7.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { background-color: transparent; background-image: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container > .video-iframe-container { display: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container { display: none; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .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); }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { border-width: 0; border-radius: 0; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row > .video-iframe-container {  }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container { background-color: transparent; background-image: none; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container > .video-iframe-container { display: none; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row > .video-iframe-container { display: none; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .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); }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container { border-width: 0; border-radius: 0; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row > .video-iframe-container {  }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#dWfMczL1CeVpMV0cETnLPRk5T7WRgzfP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:55.6875rem;top:2.0921695232391rem;left:9.65625rem;display:block; }
#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy { position:relative;display:block; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy { background-color: transparent; background-image: none; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container > .video-iframe-container { display: none; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row > .video-iframe-container { display: none; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .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); }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy { border-width: 0; border-radius: 0; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container > .video-iframe-container {  }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#InZPMFlHW2tEppUT6AH8tVquV3IPZGvH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:63.125rem;top:2.46875rem;left:5.9375rem;overflow:hidden;display:block; }
#BQkzO1WG6XWS1hTuR8oVATap297FxDcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container { background-color: transparent; background-image: none; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container > .video-iframe-container { display: none; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row > .video-iframe-container { display: none; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .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); }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container { border-width: 0; border-radius: 0; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row > .video-iframe-container {  }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#qBgT6kV4hVJTII5ipqlq8XXz69SfqFM2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.875rem;width:59.75rem;top:2.8429741859436rem;left:7.625rem;overflow:hidden;display:block; }
#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 { position:relative;display:block; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 { background-color: transparent; background-image: none; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container > .video-iframe-container { display: none; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row > .video-iframe-container { display: none; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .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); }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 { border-width: 0; border-radius: 0; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container > .video-iframe-container {  }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#GxKFROItRat54UdsSz8tqa5Ha6Gsn6zu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:59.75rem;top:2.7171869277954rem;left:6.1875rem;overflow:hidden;display:block; }
#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container { background-color: transparent; background-image: none; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container > .video-iframe-container { display: none; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row > .video-iframe-container { display: none; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .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); }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container { border-width: 0; border-radius: 0; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row > .video-iframe-container {  }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#TAtCmmgkVqEfwF9Q3MEe6hmPDwbai9qm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:63.125rem;top:3.1554565429688rem;left:5.9375rem;overflow:hidden;display:block; }
#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM { position:relative;display:block; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM { background-color: transparent; background-image: none; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container > .video-iframe-container { display: none; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row > .video-iframe-container { display: none; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .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); }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM { border-width: 0; border-radius: 0; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container > .video-iframe-container {  }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#K5BbFs8VQJVcwQQZThv8lACm4fraS8Jl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:63.125rem;top:2.7171869277954rem;left:6.1875rem;overflow:hidden;display:block; }
#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container { background-color: transparent; background-image: none; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container > .video-iframe-container { display: none; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row > .video-iframe-container { display: none; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .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); }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container { border-width: 0; border-radius: 0; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row > .video-iframe-container {  }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#uP7yHMJoPnvrmNA1Qptz9FSQnzXAsfuE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:63.125rem;top:2.9054687023163rem;left:5.9375rem;overflow:hidden;display:block; }
#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container { background-color: transparent; background-image: none; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container > .video-iframe-container { display: none; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row > .video-iframe-container { display: none; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .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); }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container { border-width: 0; border-radius: 0; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row > .video-iframe-container {  }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#RdPy9L3rzkbtXbvxrSV6Xfwq04aPxNSa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:63.125rem;top:2.3117189407349rem;left:5.9375rem;overflow:hidden;display:block; }
#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container { background-color: transparent; background-image: none; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container > .video-iframe-container { display: none; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row > .video-iframe-container { display: none; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .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); }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container { border-width: 0; border-radius: 0; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row > .video-iframe-container {  }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#KOR3sJ9dlTtWcNr1mC7PeGGzPJH12D98 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:63.125rem;top:3.7180180549622rem;left:5.9375rem;overflow:hidden;display:block; }
#zxhBUIVGbibAylbxuF6FviZZTvusckiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cvV9i79Y/tlo06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ.adaptive-delivery-prevent-bg, #zxhBUIVGbibAylbxuF6FviZZTvusckiJ.lazyload, #zxhBUIVGbibAylbxuF6FviZZTvusckiJ.lazyloading { background-image: none; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container { background-color: transparent; background-image: none; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container > .video-iframe-container { display: none; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row > .video-iframe-container { display: none; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .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); }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container { border-width: 0; border-radius: 0; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row > .video-iframe-container {  }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container { font-size:0.875rem;font-family:arial;height:72.9375rem;width:75rem;position:relative;display:block; }#UUbOgh2mTlI0Iw7f60Mg5uBuxUllXN5C { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64.625rem;width:75rem;top:4.1554222106934rem;left:0rem;display:block; }
#kwqlKdQoOJeTynTVgvKZpma07p2ZvGnW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:16rem;top:5.4109373092651rem;left:10.75rem;overflow:hidden;display:block; }
#RSUP7nMWEJuPUh9348vJeMDNJF5AQwxb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:16rem;top:5.4109373092651rem;left:48.250001907349rem;overflow:hidden;display:block; }
#xsBN8CGau7UoBA7NNf6fkWaohyFKZxHT { position:absolute;display:block;z-index:100012;background-color:#e43b2c;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;height:1.8125rem;width:26.5625rem;top:20.187500953674rem;left:5.46875rem;display:block; }
#lEr9JyaMqtG20TTynwDQs5Q1MtCK02hD { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:20.118750572204rem;left:7.90625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUaFeo6aTIFBGK3UKnwnQmUIHzNWyTXI { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:20.125rem;left:45.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIQk7MtzNbGNVicwPShS7XXoH2NmWgFL { position:absolute;display:block;z-index:100013;background-color:#e43b2c;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;height:1.8125rem;width:26.5625rem;top:20.187500953674rem;left:42.937501907349rem;display:block; }
#iT2ZLR3zGm1FLwNCBFAHFMy7a5PS6c4u { color:#000000;display:block;width:26.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:24rem;left:8.3125rem;height:21.9286875rem;display:block; }
#xXTQtXqxTBzEL4xO0qqECo5cQPfzLWSf { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:23.5625rem;left:5.5rem;display:block; }
#R2DC0oVnF96XCT1U7EpDlznb1lEWCI80 { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:27.3125rem;left:5.5rem;display:block; }
#yMmbwI6A1r4TPUfsqI5mampnGpKXkOOL { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:31.625rem;left:5.5rem;display:block; }
#PZG7fFs4vtMWAVdXSlct5qvsBopsX23g { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:35.875rem;left:5.5rem;display:block; }
#HfaT5Kpt6cy8Thwgfq3UuefqvTS1k4rs { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:40.375rem;left:5.5rem;display:block; }
#GwXNRrZU3NEoK74cMDJMPfZdfQGrFsxd { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:44.75rem;left:5.5rem;display:block; }
#JliVHCfzTL0AkThnHTxzJroPH6x2dkeb { color:#000000;display:block;width:26.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:24rem;left:45.75rem;height:23.39061875rem;display:block; }
#hC21ucvCirw8rDNEgHbVCWxyBJ90pLmV { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:46.25rem;left:42.937501907349rem;display:block; }
#bN6c8LZNeETZC9UvR09Z12XawmlNobF2 { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:39.625rem;left:42.937501907349rem;display:block; }
#QCE7DMDD4htv5nunQoOB7Cg6xdpMEbhW { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:34.50625038147rem;left:42.937501907349rem;display:block; }
#IiSN0pL6xg00KUnbyg01xGRfTs8t9VdP { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:30.25rem;left:42.937501907349rem;display:block; }
#ZWhOXWzOHLxI04Us6wAnhx7Jgvatk1qQ { box-sizing:content-box;color:#e43b2c;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:25.25rem;left:42.937501907349rem;display:block; }
#tP6Z8yQ3mrQ62RHUgzVcz408BSkcg8PD { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:53.8125rem;left:24.875rem;display:block; }
#nh1OTlw1L0BBM8TVnQQ9wDuCgxmBF7te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TDDCh78R44iBb5ERRcbsXRLCWc9qCP4p { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:58.625rem;left:25.9375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soG1AUGmHm89Ipol76PEQHhBgwuebBSq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e43b2c;background-image:none;position:relative;display:block; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container { background-color: transparent; background-image: none; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container > .video-iframe-container { display: none; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row > .video-iframe-container { display: none; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .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); }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container { border-width: 0; border-radius: 0; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row > .video-iframe-container {  }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#oMk6fmpfVunb41mty1rnbByETrgH0xt3 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5947914123535rem;left:11.281251907349rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container { background-color: transparent; background-image: none; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container > .video-iframe-container { display: none; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row > .video-iframe-container { display: none; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .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); }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container { border-width: 0; border-radius: 0; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row > .video-iframe-container {  }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#DOKM6g0iv87xN9EusCE5RviuA3AdniQv { color:#222f3d;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.6236991882324rem;left:3.1250002384186rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqMheI0BbvP6ImSXeyshH3tQ07p4BNNi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:24.5625rem;top:4.1861982345581rem;left:45.217450380326rem;overflow:hidden;display:block; }
#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { background-color: transparent; background-image: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .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); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { border-width: 0; border-radius: 0; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container {  }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container { background-color: transparent; background-image: none; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container > .video-iframe-container { display: none; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row > .video-iframe-container { display: none; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .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); }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container { border-width: 0; border-radius: 0; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row > .video-iframe-container {  }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#RU57Od14CbL9ke58qJxsmHX7dSV3n4of { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:37.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2ZNAyTM2VV5SduPXn3khkeT6znkGQum { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11rem;left:37.3125rem;height:13.64844375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwPk86fw27fGe6lRhuAnLLOnnfAwPEPC { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:59.6875rem;top:2.9375013113022rem;left:4.7968752384186rem;overflow:hidden;display:block; }
#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U { position:relative;display:block; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U { background-color: transparent; background-image: none; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container > .video-iframe-container { display: none; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row > .video-iframe-container { display: none; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .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); }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U { border-width: 0; border-radius: 0; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container > .video-iframe-container {  }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#r8PanZaEnHXhkKL3J58iR1uQ797OFc8u { color:#000000;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.9375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDOKpLQZeuShIOTckqoi2ldWbUwweLch { background-color:#e43b2c;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2rem;left:24.875rem;display:block; }
#oNeKQiSt37qaoJv4sGGcs7bQ2XTcSNPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { top:1.5rem;left:15.0625rem;width:17.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { top:2.5625rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { top:7.125rem;left:2.75rem;width:42.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShbedDDwW5XsIw2laMkVHgBTipXirnP { top:17.0625rem;left:4.03125rem;width:39.6875rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAFagnGotraONkUA73Vfsm8PRd8sxaq { display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { top:2.5rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc { display:block; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH { display:block; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfWIs6E2seVQrQWFyaZGHxdriGMrpfOy { top:0.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO { display:block; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTuyDyyNyqoA1u0BPxB423SoXelw35yh { top:0.9375rem;left:15.25rem;width:32.5rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5aoQs354JScGBuJPTcwC3zX7ZWZL7U { top:6.4375rem;left:0rem;width:37.5625rem;height:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APV8Cs1anhGl6t6OxLasgEvC9QJKgFAD { width:25.25rem;height:3.4375rem;top:41.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquie6m6QaUTOADwpONJTp33zXc1wmx7 { display:block; }
 }@media only screen and (max-width: 763px) { #ftW0O6TQrkcfoIf3APB9IVy0bSTwEgDE { top:33.25rem;left:24.125rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upkvVxwCvLKXZy3tu68DLzW9A19WzmvK { display:block; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt3MbHGsHrzU3OBgBLvWbiMofZ4hB7Ss { top:0.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { top:3.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { top:3.1875rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { top:3.1875rem;left:23.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { top:3.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { top:18.375rem;left:0rem;width:14.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3eAcZq6r3353t5u9XKx4ZAQTUHRqSp8 { top:18.375rem;left:9.5rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQi8uxK4xLhMyorqugLgKvRDTIflTCSK { top:18.375rem;left:21.4375rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNrWJ5vNCiP50UwkoBvHPS2ybxyvtnZb { top:18.375rem;left:33.375rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3tp7POcGlSRZ8LgUxkPw6pITc0sWy1h { top:28.8125rem;left:0.5rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoJKpqKt2Wr8vBtsZJcaeoQAR3kItpI { width:25.25rem;height:3.4375rem;top:8rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ervBMEHQs9SKIFuR2Fs4vADaVL2uZ93B { display:block; }
 }@media only screen and (max-width: 763px) { #fVPphD3llro5huEUAzvGp9hbShVhXG9N { display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { top:1.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { top:3.5rem;left:21.5rem;width:26.25rem;height:68.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shB25KqCL8EDpco92ueeKyAQue2DvxDl { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbf6WIpMILbNIBko8VRPKqvWOOFvWvy6 { width:25.25rem;height:3.4375rem;top:74rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf18MkAihi0ZZiyPyTt2l00efOEWCvH5 { display:block; }
 }@media only screen and (max-width: 763px) { #yQZ3Uh0348ngHVBM6UVXWuvDzxSngNhZ { top:78.8125rem;left:24.375rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { top:1.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm { display:block; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DahxmTAMIKkTxpQxZaoK0Fs3BobyHD4u { top:2.9375rem;left:0rem;width:35.5rem;height:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqaaiOnViZReJkozW58TovSGx19U9kTc { width:25.25rem;height:3.4375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7666nrIJ4AGrFrA41FhE8fKkvCHk4B { display:block; }
 }@media only screen and (max-width: 763px) { #kbyqUi2fLZJTwSXTehOfO5ZgrTfZC3Xu { top:42.8125rem;left:0rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 { display:block; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQ27m1idvfUX1WTpaLwsOmQL4kAizdD { top:5.75rem;left:15.9375rem;width:31.8125rem;height:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flok9HR5UsQr7UJV3tFA0pXpZw4sgubC { width:25.25rem;height:3.4375rem;top:37.8125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqpsE55aw9lDwsoN2VJo80VLsg2msSUW { display:block; }
 }@media only screen and (max-width: 763px) { #y8ufLgOk9XDcyCfyW1kDLzExaIFy3Fps { top:4.5625rem;left:0rem;width:33.0625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COr1eHHyX06mZTX9qHLfsKyr4uSaceTz { top:36.75rem;left:0.25rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih { display:block; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWfMczL1CeVpMV0cETnLPRk5T7WRgzfP { top:2.0625rem;left:0rem;width:47.75rem;height:26.795735129069rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy { display:block; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InZPMFlHW2tEppUT6AH8tVquV3IPZGvH { top:2.4375rem;left:0rem;width:47.75rem;height:17.019801980198rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkzO1WG6XWS1hTuR8oVATap297FxDcs { display:block; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBgT6kV4hVJTII5ipqlq8XXz69SfqFM2 { top:2.8125rem;left:0rem;width:47.75rem;height:23.075836820084rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9DAEQHgpW38xWswGPliTFPivDnQRlG6 { display:block; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxKFROItRat54UdsSz8tqa5Ha6Gsn6zu { top:2.6875rem;left:0rem;width:47.75rem;height:11.637813807531rem;display:block; }
 }@media only screen and (max-width: 763px) { #riaZ8KDJiKGVBia7tblFCtSZNKy8auHF { display:block; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAtCmmgkVqEfwF9Q3MEe6hmPDwbai9qm { top:3.125rem;left:0rem;width:47.75rem;height:8.1316831683169rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM { display:block; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BbFs8VQJVcwQQZThv8lACm4fraS8Jl { top:2.6875rem;left:0rem;width:47.75rem;height:10.353712871287rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF { display:block; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP7yHMJoPnvrmNA1Qptz9FSQnzXAsfuE { top:2.875rem;left:0rem;width:47.75rem;height:11.582920792079rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTGfaRhJOtFTpEmxMc4HVievptKnwpX { display:block; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdPy9L3rzkbtXbvxrSV6Xfwq04aPxNSa { top:2.25rem;left:0rem;width:47.75rem;height:14.277722772277rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 { display:block; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOR3sJ9dlTtWcNr1mC7PeGGzPJH12D98 { top:3.6875rem;left:0rem;width:47.75rem;height:10.40099009901rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBUIVGbibAylbxuF6FviZZTvusckiJ { display:block; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUbOgh2mTlI0Iw7f60Mg5uBuxUllXN5C { top:4.125rem;left:0rem;width:47.75rem;height:64.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqlKdQoOJeTynTVgvKZpma07p2ZvGnW { top:5.375rem;left:3.9375rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUP7nMWEJuPUh9348vJeMDNJF5AQwxb { top:5.375rem;left:27.812501907349rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBN8CGau7UoBA7NNf6fkWaohyFKZxHT { top:20.1875rem;left:0rem;width:26.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEr9JyaMqtG20TTynwDQs5Q1MtCK02hD { top:20.0625rem;left:1.09375rem;width:21.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUaFeo6aTIFBGK3UKnwnQmUIHzNWyTXI { top:20.125rem;left:25rem;width:21.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQk7MtzNbGNVicwPShS7XXoH2NmWgFL { top:20.1875rem;left:21.1875rem;width:26.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2ZLR3zGm1FLwNCBFAHFMy7a5PS6c4u { top:24rem;left:0rem;width:26.625rem;height:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTQtXqxTBzEL4xO0qqECo5cQPfzLWSf { top:23.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2DC0oVnF96XCT1U7EpDlznb1lEWCI80 { top:27.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmbwI6A1r4TPUfsqI5mampnGpKXkOOL { top:31.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZG7fFs4vtMWAVdXSlct5qvsBopsX23g { top:35.875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfaT5Kpt6cy8Thwgfq3UuefqvTS1k4rs { top:40.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXNRrZU3NEoK74cMDJMPfZdfQGrFsxd { top:44.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JliVHCfzTL0AkThnHTxzJroPH6x2dkeb { top:24rem;left:21.125rem;width:26.625rem;height:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC21ucvCirw8rDNEgHbVCWxyBJ90pLmV { top:46.25rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6c8LZNeETZC9UvR09Z12XawmlNobF2 { top:39.625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCE7DMDD4htv5nunQoOB7Cg6xdpMEbhW { top:34.5rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiSN0pL6xg00KUnbyg01xGRfTs8t9VdP { top:30.25rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhOXWzOHLxI04Us6wAnhx7Jgvatk1qQ { top:25.25rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP6Z8yQ3mrQ62RHUgzVcz408BSkcg8PD { width:25.25rem;height:3.4375rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh1OTlw1L0BBM8TVnQQ9wDuCgxmBF7te { display:block; }
 }@media only screen and (max-width: 763px) { #TDDCh78R44iBb5ERRcbsXRLCWc9qCP4p { top:58.625rem;left:0.5rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soG1AUGmHm89Ipol76PEQHhBgwuebBSq { display:block; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMk6fmpfVunb41mty1rnbByETrgH0xt3 { top:1.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 { display:block; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOKM6g0iv87xN9EusCE5RviuA3AdniQv { width:31.25rem;height:15rem;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqMheI0BbvP6ImSXeyshH3tQ07p4BNNi { top:4.125rem;left:23.1875rem;width:24.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LTSL1kOzmzNNPb60K7v2yREDb4vocb { display:block; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU57Od14CbL9ke58qJxsmHX7dSV3n4of { width:34.375rem;height:2.375rem;top:7.8125rem;left:13.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZNAyTM2VV5SduPXn3khkeT6znkGQum { width:34.375rem;height:13.3125rem;top:11rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwPk86fw27fGe6lRhuAnLLOnnfAwPEPC { width:47.75rem;height:22.6rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFuXMS0mKtDcFc0q6gy93zguWBLU97U { display:block; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8PanZaEnHXhkKL3J58iR1uQ797OFc8u { top:5.4375rem;left:12.3125rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDOKpLQZeuShIOTckqoi2ldWbUwweLch { width:25.25rem;height:3.4375rem;top:2rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNeKQiSt37qaoJv4sGGcs7bQ2XTcSNPJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBCkS4E86Zu8geogLxddgaN2oM1M19TO { width:17.5625rem;height:3.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { background-color:transparent;background-image:url("https://images.assets-landingi.com/7eqqpyHI/robert_naglowek.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .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); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { width:18.125rem;height:2.6rem;top:0.99999990500513rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { width:16.875rem;height:3.4375rem;top:4.5rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShbedDDwW5XsIw2laMkVHgBTipXirnP { width:20rem;height:12rem;top:9.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAFagnGotraONkUA73Vfsm8PRd8sxaq { display:block; }#CsAFagnGotraONkUA73Vfsm8PRd8sxaq > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BxBtAi3R/pod_film5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { height:10.733625rem;width:19.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc { display:block; }#rRBAkHdFgyFHVpEAXgbhKL2AR11HnTlc > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH { display:block; }#S6dxG1ON7TWFX7VN79DBPlhmzznmkVWH > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfWIs6E2seVQrQWFyaZGHxdriGMrpfOy { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO { display:block; }#lhhBvvJgGIpn9hcGvp28XqIoHPRp62rO > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTuyDyyNyqoA1u0BPxB423SoXelw35yh { width:20rem;height:18.692307692308rem;top:57.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5aoQs354JScGBuJPTcwC3zX7ZWZL7U { width:20rem;height:55.1rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APV8Cs1anhGl6t6OxLasgEvC9QJKgFAD { width:19rem;height:3.4375rem;top:82.9921875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquie6m6QaUTOADwpONJTp33zXc1wmx7 { display:block; }
 }@media only screen and (max-width: 763px) { #ftW0O6TQrkcfoIf3APB9IVy0bSTwEgDE { width:20rem;height:4.2rem;top:77.5421875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upkvVxwCvLKXZy3tu68DLzW9A19WzmvK { display:block; }#upkvVxwCvLKXZy3tu68DLzW9A19WzmvK > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt3MbHGsHrzU3OBgBLvWbiMofZ4hB7Ss { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X22FmD6L3lcQnceBH3iWXc3peyA9B8fk { display:block; }#X22FmD6L3lcQnceBH3iWXc3peyA9B8fk > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnmOQT48tRylqqRLDAXk9SCpORd1QeX { width:12.5rem;height:12.5rem;top:19.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WHGIuKKx534TZcyhB1FTOGPuKqBnNn { width:12.5rem;height:12.5rem;top:43.6rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwCF1LBoWXLPuBRVbGl6NraXFqxXhbf { width:12.5rem;height:12.5rem;top:63.8rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { width:14.375rem;height:3rem;top:15rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3eAcZq6r3353t5u9XKx4ZAQTUHRqSp8 { width:14.375rem;height:3.9rem;top:33rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQi8uxK4xLhMyorqugLgKvRDTIflTCSK { width:14.375rem;height:5.2rem;top:57.35rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNrWJ5vNCiP50UwkoBvHPS2ybxyvtnZb { width:14.375rem;height:3.9rem;top:77.55rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3tp7POcGlSRZ8LgUxkPw6pITc0sWy1h { width:20rem;height:4.2rem;top:38.15rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoJKpqKt2Wr8vBtsZJcaeoQAR3kItpI { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ervBMEHQs9SKIFuR2Fs4vADaVL2uZ93B { display:block; }
 }@media only screen and (max-width: 763px) { #fVPphD3llro5huEUAzvGp9hbShVhXG9N { display:block; }#fVPphD3llro5huEUAzvGp9hbShVhXG9N > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESIEfiTNbBfSbkih7K5iZibGwDhCnA79 { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { background-color:#ffffff;background-image:none;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z55EmOuwXrEASXlRBT7XUyr0NZOfBX52 { width:20rem;height:68.9rem;top:22.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shB25KqCL8EDpco92ueeKyAQue2DvxDl { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vbf6WIpMILbNIBko8VRPKqvWOOFvWvy6 { width:19rem;height:3.4375rem;top:92.65rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf18MkAihi0ZZiyPyTt2l00efOEWCvH5 { display:block; }
 }@media only screen and (max-width: 763px) { #yQZ3Uh0348ngHVBM6UVXWuvDzxSngNhZ { width:20rem;height:4.2rem;top:97.3375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 { display:block; }#OwboGotlEIcoGgHUFh9bQZEMesfHzxa6 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAtMTbLUrZguvBi7E3aI3TT6XBTVrPQw { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm { display:block; }#zAwGhCmolcxMPWRmnmmw1Js66oICi7Gm > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DahxmTAMIKkTxpQxZaoK0Fs3BobyHD4u { width:20rem;height:52.2rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqaaiOnViZReJkozW58TovSGx19U9kTc { width:19rem;height:3.4375rem;top:54.7rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7666nrIJ4AGrFrA41FhE8fKkvCHk4B { display:block; }
 }@media only screen and (max-width: 763px) { #kbyqUi2fLZJTwSXTehOfO5ZgrTfZC3Xu { width:20rem;height:4.2rem;top:59.887488365173rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 { display:block; }#ZLhwP32zpIQ65MrXTNRo5ALSrptTe3W4 > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQ27m1idvfUX1WTpaLwsOmQL4kAizdD { width:20rem;height:44.95rem;top:26.6265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flok9HR5UsQr7UJV3tFA0pXpZw4sgubC { width:19rem;height:3.4375rem;top:72.8265625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqpsE55aw9lDwsoN2VJo80VLsg2msSUW { display:block; }
 }@media only screen and (max-width: 763px) { #y8ufLgOk9XDcyCfyW1kDLzExaIFy3Fps { width:20rem;height:18.676748582231rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COr1eHHyX06mZTX9qHLfsKyr4uSaceTz { width:20rem;height:4.2rem;top:21.1765625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 { display:block; }#b7y1XVTBqUMO8KaN8TN0gukepr0bQ271 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3T9ekfOyNHcDBVlmTep6HKS5LV1W6hL { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih { display:block; }#tnL1mKnlK0JGWN3gQvtpWGXUzy4XDQih > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWfMczL1CeVpMV0cETnLPRk5T7WRgzfP { height:11.223344556678rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy { display:block; }#qP6D7ry8bRaIkfVN4yDpEFIumpG8umRy > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InZPMFlHW2tEppUT6AH8tVquV3IPZGvH { width:20rem;height:7.1287128712869rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkzO1WG6XWS1hTuR8oVATap297FxDcs { display:block; }#BQkzO1WG6XWS1hTuR8oVATap297FxDcs > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBgT6kV4hVJTII5ipqlq8XXz69SfqFM2 { width:20rem;height:9.6652719665275rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9DAEQHgpW38xWswGPliTFPivDnQRlG6 { display:block; }#E9DAEQHgpW38xWswGPliTFPivDnQRlG6 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxKFROItRat54UdsSz8tqa5Ha6Gsn6zu { width:20rem;height:4.8744769874477rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riaZ8KDJiKGVBia7tblFCtSZNKy8auHF { display:block; }#riaZ8KDJiKGVBia7tblFCtSZNKy8auHF > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAtCmmgkVqEfwF9Q3MEe6hmPDwbai9qm { width:20rem;height:3.4059405940594rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM { display:block; }#cNUpZsDaBof4NuaBovTZkE1hE7sTZ6uM > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BbFs8VQJVcwQQZThv8lACm4fraS8Jl { width:20rem;height:4.3366336633663rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF { display:block; }#mPTx8EU3Z3rd66oCXnlCcKi0OBGOkyhF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP7yHMJoPnvrmNA1Qptz9FSQnzXAsfuE { width:20rem;height:4.8514851485149rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTGfaRhJOtFTpEmxMc4HVievptKnwpX { display:block; }#LRTGfaRhJOtFTpEmxMc4HVievptKnwpX > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdPy9L3rzkbtXbvxrSV6Xfwq04aPxNSa { width:20rem;height:5.980198019802rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 { display:block; }#QqZTcNUcqZHsUa1BD2hsyAXCV4o8Aar7 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOR3sJ9dlTtWcNr1mC7PeGGzPJH12D98 { width:20rem;height:4.3564356435644rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBUIVGbibAylbxuF6FviZZTvusckiJ { display:block; }#zxhBUIVGbibAylbxuF6FviZZTvusckiJ > .row .container { width:20rem;height:116.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUbOgh2mTlI0Iw7f60Mg5uBuxUllXN5C { width:20rem;height:116.375rem;top:0.12265014648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqlKdQoOJeTynTVgvKZpma07p2ZvGnW { width:15.5rem;height:15.5rem;top:1.0250000953674rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUP7nMWEJuPUh9348vJeMDNJF5AQwxb { width:14.75rem;height:14.875rem;top:52.8125rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBN8CGau7UoBA7NNf6fkWaohyFKZxHT { width:20rem;height:1.8125rem;top:17.282775878906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEr9JyaMqtG20TTynwDQs5Q1MtCK02hD { width:20rem;height:1.6rem;top:17.214050292969rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUaFeo6aTIFBGK3UKnwnQmUIHzNWyTXI { width:20rem;height:1.6rem;top:50.356250762939rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQk7MtzNbGNVicwPShS7XXoH2NmWgFL { width:20rem;height:1.8125rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2ZLR3zGm1FLwNCBFAHFMy7a5PS6c4u { width:16.625rem;height:29rem;top:20.062500476837rem;left:2.2500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTQtXqxTBzEL4xO0qqECo5cQPfzLWSf { width:2.1875rem;height:2.1875rem;top:20.062500476837rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2DC0oVnF96XCT1U7EpDlznb1lEWCI80 { width:2.1875rem;height:2.1875rem;top:24.187499523163rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmbwI6A1r4TPUfsqI5mampnGpKXkOOL { width:2.1875rem;height:2.1875rem;top:28.562499523163rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZG7fFs4vtMWAVdXSlct5qvsBopsX23g { width:2.1875rem;height:2.1875rem;top:34.249999523163rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfaT5Kpt6cy8Thwgfq3UuefqvTS1k4rs { width:2.1875rem;height:2.1875rem;top:38.562524318695rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXNRrZU3NEoK74cMDJMPfZdfQGrFsxd { width:2.1875rem;height:2.1875rem;top:44.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JliVHCfzTL0AkThnHTxzJroPH6x2dkeb { width:15.4375rem;height:37.7rem;top:67.68750190735rem;left:2.2812501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC21ucvCirw8rDNEgHbVCWxyBJ90pLmV { width:2.1875rem;height:2.1875rem;top:76.312489509581rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6c8LZNeETZC9UvR09Z12XawmlNobF2 { width:2.1875rem;height:2.1875rem;top:96.437505722044rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCE7DMDD4htv5nunQoOB7Cg6xdpMEbhW { width:2.1875rem;height:2.1875rem;top:87.687505722044rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiSN0pL6xg00KUnbyg01xGRfTs8t9VdP { width:2.1875rem;height:2.1875rem;top:81.937504768369rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhOXWzOHLxI04Us6wAnhx7Jgvatk1qQ { width:2.1875rem;height:2.1875rem;top:67.4656021595rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP6Z8yQ3mrQ62RHUgzVcz408BSkcg8PD { width:19rem;height:3.4375rem;top:106.62501716614rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh1OTlw1L0BBM8TVnQQ9wDuCgxmBF7te { display:block; }
 }@media only screen and (max-width: 763px) { #TDDCh78R44iBb5ERRcbsXRLCWc9qCP4p { width:20rem;height:4.2rem;top:111.12500190735rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soG1AUGmHm89Ipol76PEQHhBgwuebBSq { display:block; }#soG1AUGmHm89Ipol76PEQHhBgwuebBSq > .row .container { width:20rem;height:4.44921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMk6fmpfVunb41mty1rnbByETrgH0xt3 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 { display:block; }#PRJeFp5dxPEvZ8WMolG6HKX8rJPBpeb0 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOKM6g0iv87xN9EusCE5RviuA3AdniQv { width:19.9989375rem;height:14.6666875rem;top:16.434374809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dqMheI0BbvP6ImSXeyshH3tQ07p4BNNi { width:19.9989375rem;height:13.503125rem;top:1.4760324954987rem;left:0.0010416507720947rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LTSL1kOzmzNNPb60K7v2yREDb4vocb { display:block; }#v3LTSL1kOzmzNNPb60K7v2yREDb4vocb > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU57Od14CbL9ke58qJxsmHX7dSV3n4of { width:20rem;height:1.66666875rem;top:12.312500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZNAyTM2VV5SduPXn3khkeT6znkGQum { width:16.875rem;height:19.6rem;top:14.916666984558rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwPk86fw27fGe6lRhuAnLLOnnfAwPEPC { width:20rem;height:9.5143212951431rem;top:2.0541439056396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFuXMS0mKtDcFc0q6gy93zguWBLU97U { display:block; }#pZFuXMS0mKtDcFc0q6gy93zguWBLU97U > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8PanZaEnHXhkKL3J58iR1uQ797OFc8u { width:20rem;height:4.2rem;top:5.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDOKpLQZeuShIOTckqoi2ldWbUwweLch { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNeKQiSt37qaoJv4sGGcs7bQ2XTcSNPJ { display:block; }
 }