.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#004042;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp34LRJzPpEZId22uAatBz624REl57KM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row .container { background-color: transparent; background-image: none; }#Pp34LRJzPpEZId22uAatBz624REl57KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row .container > .video-iframe-container { display: none; }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row > .video-iframe-container { display: none; }#Pp34LRJzPpEZId22uAatBz624REl57KM > .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); }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row .container { border-width: 0; border-radius: 0; }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pp34LRJzPpEZId22uAatBz624REl57KM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aVHvVl3dUBprWhMH11Es01mE84hkgnOb { background-color:#25d366;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:60.624998092651rem;display:block; }
#zmTx9B1EaFAiUTGq3zp7y63SMflMdJLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2gTs4I2A3qXRiZ8yVJBIu4zgbMnDPBy { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.5rem;left:57.749998092651rem; }
#cCaVbcKrsr1fc0aNzmzT4BOuuUDBCHan { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.25rem;top:1.21875rem;left:4.5625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/39864154-e71c-42c6-98f6-497fec18c3fc/Header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;overflow:visible;position:relative;display:block; }#hy2DCRls16pcg77tp4FZTnZNmttTRKtC { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"ibm plex sans";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10rem;left:4.75rem;height:7.69925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:18.4375rem;left:4.75rem;height:6.046875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.125rem;left:4.75rem;display:block; }
#LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0890f616-f255-438d-8614-19e7b4fe7721/aluguecomqueentendedoassuntobgverde.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.adaptive-delivery-prevent-bg, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyload, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyloading { background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { background-color: transparent; background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,66,0.74); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,66,0.74); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .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); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { border-width: 0; border-radius: 0; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#oWOovc0s8aFuT3EME1UA0J6eSfm2MnGX { color:#f37021;display:block;width:18.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4rem;left:4.5281248092651rem;height:3.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wBqV441B7cuosb1P1t8fK1BvkTfKkdNv { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.84375rem;left:4.52734375rem;height:6.046875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kmSAaZw4ZMz1k2ExRU3xdGkoOgg9por3 { box-sizing:content-box;height:13.375rem;width:13.125rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:2.9375rem;left:27.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#al3tg2xqri7Tuzuwifc8SMumvGImNPaS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:13.125rem;top:2.75rem;left:27.6875rem;overflow:hidden;display:block; }
#OM9NpwsUvqT9cWTFKvroQkRIoVbbhMi5 { box-sizing:content-box;height:13.375rem;width:13.125rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:4.1875rem;left:42.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XtbTx3fUitP2bt2w9V2DKuDqWu73Cvli { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:13.125rem;top:4rem;left:42.125rem;overflow:hidden;display:block; }
#d80OGMOWkyLlwHgev0XAdHE6QtC4TG6v { box-sizing:content-box;height:13.375rem;width:13.125rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:2.625rem;left:56.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vlvhh7v5UT5NRVMLBSpPTr5ZB8xq9Gq4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.125rem;width:13.125rem;top:2.875rem;left:57.25rem;overflow:hidden;display:block; }
#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/617e88ca-0b94-4a47-96e7-d71d61b58542/textureheader.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn.adaptive-delivery-prevent-bg, #KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn.lazyload, #KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn.lazyloading { background-image: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { background-color: transparent; background-image: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container > .video-iframe-container { display: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container { display: none; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .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); }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { border-width: 0; border-radius: 0; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#l7FOaUdlV0BCQ6XxXHVsIOCTE9TWZZZK { color:#f37021;display:block;width:36.3125rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.342968940735rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H86g4RD5UKaQc2KEtpbC55sDL3FHDQQh { color:#004042;display:block;width:6.375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:1.375rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5t7ByVT3IbB76LF6rtoTvCVSGzig5Ov { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;top:8.8125rem;left:1.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DS9E6snArNO3CUIccK5plz5TBIaTCEzL { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:19.0625rem;left:27.062500953674rem;display:block; }
#Z1bqfWOJfTwUbZS6xKuTI5gOhES7TOoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NdZTL4aXR42BX4kmu73VJlSFiVmF9lsD { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:11rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOQimeuFN6MwfJw4dXttSLUJmRUOvCuV { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15008;background-color:#004042;background-image:none;top:8.75rem;left:12rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Lw04XRwyUqpxKXrbDUBVmfWkJ1oUtLnV { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15011;background-color:#004042;background-image:none;top:8.6875rem;left:22.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yKJxT26Q2rmwKfWcTJvAGTecb2nmzolQ { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5625rem;left:21.5625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ip3cUOIbZat76k1OicoeZUWL9GiRQoi6 { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:32.125rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNZv94ocSMuZJdPMIhKiLLhwMS5D3ZrI { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15014;background-color:#004042;background-image:none;top:8.75rem;left:33.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WIOXlypJV0sq3RbmJuOomuTtvHBPq2Ra { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5625rem;left:43rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWfEZeu3O1rz1AaourctAbmsZJZDvTnL { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15017;background-color:#004042;background-image:none;top:8.75rem;left:43.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cTeqPQpvbVR52oRQ7Q5dSzCCQHHmEfZX { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5625rem;left:54rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#On1rRPTqDP4BlVrcfyhT7wnlTW2aMTPO { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15020;background-color:#004042;background-image:none;top:8.75rem;left:54.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TagqE7SXMqeEUGTACOl32UyliTgnf3pk { color:#004042;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.5625rem;left:63.75rem;height:1.62539375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpBfnaANDnE6Neb2tdbL2mT3aUDgIldS { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15023;background-color:#004042;background-image:none;top:8.6875rem;left:65.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TtDQztoxTegUw47Z0vJh20xuKHCTafvB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:10.0625rem;left:2.875rem;overflow:hidden;display:block; }
#hfqqnAEenncJURnoeNTUQlftRhdFyE0n { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:10rem;left:13.5rem;overflow:hidden;display:block; }
#RWrJxpfJQ13zxWdJbVtlJTd939R3n27I { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:9.9375rem;left:24.0625rem;overflow:hidden;display:block; }
#ty7c6JIHgyqQtv2CnCELQ7HychgbzuxB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:10rem;left:34.8125rem;overflow:hidden;display:block; }
#vUlMyXwUXkNkT7B4CJKBei8qdWMWLVQv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.4375rem;top:9.9375rem;left:45.4375rem;overflow:hidden;display:block; }
#rT3LU0x56GCKU2DCgFgedEAti8c92PsJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.375rem;top:9.25rem;left:66.5625rem;overflow:hidden;display:block; }
#Tw3GSkJH66nEtMnpCGGyikxWby9Tk2Tc { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.375rem;top:9.4375rem;left:55.625rem;overflow:hidden;display:block; }
#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe3c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row .container { background-color: transparent; background-image: none; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row .container > .video-iframe-container { display: none; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row > .video-iframe-container { display: none; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .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); }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row .container { border-width: 0; border-radius: 0; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiBIESPsvV6uC8Ha2ouTS6FEB3vvQrD6 > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#n8gudqDWGl277suAOEAUnq7Vc21PtRAa { color:#f37021;display:block;width:30.0625rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.468750953674rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDMPU657OP5U0ybTusw1mkDZcZ2vFRlr { color:#004042;display:block;width:28.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6375002861023rem;left:23.156250953674rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ou29fUN8wK3LpDeuSOwL5s9vXuvSzPZm { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15002;background-color:#004042;background-image:none;top:38.125rem;left:7.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gN8IzGq8nrMz9EEVpLs1vR68zVA0T8pd { color:#f37021;display:block;width:9.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:41.112499237061rem;left:13.955468177796rem;height:1.4625rem;font-style:normal;display:block; }
#E1oOfiwrQ8eeReIDvFDx0DqcyOUVk2gS { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:14999;background-color:#f37021;background-image:none;top:38.5625rem;left:8.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#w6QTxNOuIuEmUBO0hJltzDXhUWn5CfCU { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:45.125007247553rem;left:9.436718940735rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skwToAHaslpIF2NFKw0pL5RZz5Qyeivc { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:40.0625rem;left:9.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ac1fPgwP0121PqSw1MDfG4pkvqQu8acC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:40.5625rem;left:9.8125rem; }
#EpQZzvgSd5TNDXgXZIkbbBH6ZcI67h1s { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#004042;background-image:none;top:38.125rem;left:28.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ayLHkINWSf2Opths9KmXEgcowCvVg5Z8 { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:38.5625rem;left:28.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#T52DlJd6G8r2bAcXnzMEnF2OT3wWP2Xb { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:44.4375rem;left:29.9375rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i7ubOkGoHld9mXxn08OgXGhNT0KM8LcX { color:#f37021;display:block;width:10.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.112499237061rem;left:34.925000190735rem;height:1.4625rem;font-style:normal;display:block; }
#eDeZBVBWU89eUuwmW6UDtNt4cmfF35Pi { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15011;background-color:#f37021;background-image:none;top:40.0625rem;left:29.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#m5fpb0Hcac2hR60MGOdJcmngEnavZ82O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:40.5625rem;left:30.3125rem; }
#LP7zCBdffLiXX1CiowieTo26w57ZInxi { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#f37021;background-image:none;top:38.5625rem;left:49.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SWPg1xHMG42ZiF5et88rww0GdMZos4MJ { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15013;background-color:#004042;background-image:none;top:38.125rem;left:49.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#okWwF2UiXvEc1OG775JQesGNQg7gSWPr { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:44.4375rem;left:50.8125rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HCtJZ3DAdi0gRvhAKAS8hIh157TAs1dX { color:#f37021;display:block;width:10.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.112499237061rem;left:55.800004005432rem;height:1.4625rem;font-style:normal;display:block; }
#ARplm5Pq4zS3pz9fk2TyN14ApFyEptP5 { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15016;background-color:#f37021;background-image:none;top:40.0625rem;left:50.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wiUHwkfyooo3HR6O8kNC9K4DTyVUVyzt { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:51.5rem;left:27.062500953674rem;display:block; }
#OCiW5n7wX7pV7tZwWFvUp1nGb61NPqcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUNstS7Z1KAXuBTPMOCpN5mII3LRICzJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:23.9375rem;top:12.4375rem;left:25.156250953674rem;overflow:hidden;display:block; }
#t4U1zwHKwU2PZxvrtGH49a1I6ObTnTt6 { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.97500038147rem;left:0rem;height:1.6253875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gk2OdsveZ1Snbz99WJoCeLHW6havFNe1 { color:#004042;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.625rem;left:6.75rem;height:4.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaL4B23azfvFTlUcV9XZJbdHB6niSHMG { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:20.1875rem;left:4.8125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#zyE4PsOtUlGWifSJu8PFEDVSazVTfuyP { color:#004042;display:block;width:16.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20rem;left:54.5rem;height:4.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FiPQFzQXlNWARqfDKVmlQKfkO8RhE4gi { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:20.375rem;left:52.5625rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#clQpv78ohwfQOUpJaAhrGlVpV1QabIDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.562500953674rem;left:51.842968940735rem; }
#Dq7qy4TAGvQvZUkNtoQeSsaM87fRuFnH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:40.562500953674rem;left:51.250000953674rem; }
#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004042;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row .container { background-color: transparent; background-image: none; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row .container > .video-iframe-container { display: none; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row > .video-iframe-container { display: none; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .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); }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row .container { border-width: 0; border-radius: 0; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kf4MkfA8ogeM3LdJaKtEqoTOgzI354kS > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#nTc8KE2y4sCK9pn7CR8sdoLx40DknA4E { position:absolute;display:block;z-index:15000;height:24.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004042;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row .container { background-color: transparent; background-image: none; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row .container > .video-iframe-container { display: none; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row > .video-iframe-container { display: none; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .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); }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row .container { border-width: 0; border-radius: 0; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE2bCsxaFsLAI7eWyooX0eeLSIzhT9Ld > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#EaboT1q1SbG5d4UyIDILWxb7ANLQXaT6 { color:#f37021;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.468750953674rem;height:2.11289375rem;text-align:center;text-align-last:center;display:block; }
#qCfmywS7mR4SWBWG2gsLB3c2bHp0227R { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:14.125rem;left:22.125rem;overflow:hidden;display:block; }
#Tevc9Gm7IA8LHKgAX6TDXOf0FwExuQA8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.5rem;left:39.0625rem;overflow:hidden;display:block; }
#V0mXJGvewoWckZU9THwMG5rJygzv5Otk { color:#004042;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:11.625rem;left:22.125rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#UD9Vv0WR59afAFbGHgJ97MTlvC4mymxZ { color:#004042;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.25rem;left:39.0625rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sSBX8Kg0RXmvUefnhBKQdIF2uNIWGwrU { box-sizing:content-box;height:16.8125rem;width:14.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:10rem;left:21rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#x9Xwi7VJBwyOSTrk3RndgGoCxPiC8abt { box-sizing:content-box;height:16.8125rem;width:14.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.9375rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nNFrPgS876Na5Xtoop8ThX9uQOR9ZgUo { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.175001144409rem;left:27.062500953674rem;display:block; }
#LgZ5rHZ7ZwLt23Ups1xL1f0KmFpOZTNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJHzo2VnHZMLR3u7rbcOuOpyCZaJ8edd { background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1rem;left:27.062500953674rem;display:block; }
#X5RDHKEPm6tN70T80oTi6GJnXBBpcyQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { background-color: transparent; background-image: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container > .video-iframe-container { display: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container { display: none; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .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); }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { border-width: 0; border-radius: 0; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ch6bpKlX4L5KT3NFpOTTIPEcDzIPEnet > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#Tc6FzNWT4rwouXblptI8zrrCDClWOZvT { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6117191314698rem;left:0rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#D4IOMTXHPT1m202TKWkkrSZavBDWxSqo { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:31.375rem;left:0.0625rem;height:1.5125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWQaWtzhV13XQhZdwTotuZv4ozGBCrFP { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:31.375rem;left:18.8125rem;height:1.5125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8MtUXRffbdDRruJ2l29BJLGD0XXqwZF { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:31.374999642372rem;left:37.875000953674rem;height:1.5125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTU3XpNQWUcAliH7Q6rmThXLJqCcyQuy { background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.5625rem;left:27.062500953674rem;display:block; }
#f2nJvpapSLP8LfD0E9N5MSUewv24dVFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3phPRBDOEFLHTRcGiD0zN06FluTiooP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.25rem;width:17.9375rem;top:9.21875rem;left:56.937500953674rem;overflow:hidden;display:block; }
#lxK7c7EkEIXwfuGXQ23PvFNvL4GTTsuZ { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:30.806251525879rem;left:56.750000953674rem;height:3.0234375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGc6cuJEACZxyQyAhcBmmrZleKebtZfv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.25rem;width:17.9375rem;top:9.21875rem;left:38.000000953674rem;overflow:hidden;display:block; }
#Bvy8SlHoa5dGrUTJPbJvPmzLA0QpXHqx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.25rem;width:17.9375rem;top:9.21875rem;left:0.125rem;overflow:hidden;display:block; }
#M9E08sefeH0IgVpXuzNk9PrIsrAorTcW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.25rem;width:17.9375rem;top:9.21875rem;left:19.112500190735rem;overflow:hidden;display:block; }
#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container { background-color: transparent; background-image: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container > .video-iframe-container { display: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row > .video-iframe-container { display: none; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .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); }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container { border-width: 0; border-radius: 0; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#wlfCmrGn3Qr8IKWd7zSyUFEeaNeJNmaJ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.3749961853027rem;left:18.124218940735rem;display:block; }
