.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:#ffffff;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); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh { 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; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { background-color: transparent; background-image: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container > .video-iframe-container { display: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container { display: none; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .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); }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { border-width: 0; border-radius: 0; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEpI5toXb4X4NeD9D1SJ8dS5xy7nfLhh > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#ngbiL7Pp6lEBP12dUzDHA7zQsNE0Lt0n { 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:0.78125rem;left:0.5625rem;overflow:hidden;display:block; }
#qBcesVO2Ttswk2NTZu1E4OwvW9cU6Tka { 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:15004;opacity:1;top:0.9375rem;left:57.75rem; }
#HmEnnVKKx63ynlRsSbebczmpG6pLt9Fr { 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:15002;text-align:center;text-align-last:center;top:0.65625rem;left:60.5625rem;display:block; }
#B74cgtUPnIQQEJkunqPrXbxSrBzCUgTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba1c1eb2-f73c-49ed-976c-fcdf0893ec9b/HeaderDesktop920px.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:57.5rem;width:75rem;overflow:visible;position:relative;display:block; }#hy2DCRls16pcg77tp4FZTnZNmttTRKtC { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"ibm plex sans";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.936719894409rem;left:8.753125190735rem;height:12.375rem;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:27.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:30.046092987061rem;left:8.753125190735rem;height:5.7744125rem;font-style:normal;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:27rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.998439788818rem;left:8.753125190735rem;display:block; }
#LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { border-top:0.25rem solid #ebe3c7;border-left:0.25rem solid #ebe3c7;border-right:0.25rem solid #ebe3c7;border-bottom:0.25rem solid #ebe3c7;background-color:#004042;background-image:url("https://images.assets-landingi.com/uc/4725a2a8-3eee-4462-af02-4d05eff9ae57/BannerLandingPage.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,0,0,0); }#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,0,0,0); }#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 > .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:25rem;width:75rem;position:relative;display:block; }#oWOovc0s8aFuT3EME1UA0J6eSfm2MnGX { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.1734380722044rem;left:12.124218940735rem;height:1.95rem;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; }
#vr5MV98IFV2WCXgREN3IKBk2M8MhKpJu { color:#f37021;display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.885937690735rem;left:11.780468940735rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#wBqV441B7cuosb1P1t8fK1BvkTfKkdNv { color:#000000;display:block;width:19.1875rem;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:13.160937309265rem;left:11.780468940735rem;height:4.38574375rem;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; }
#HLk83kcUmqgC6Qhw3b4OEWwGrUA1Er9z { 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:19.9375rem;width:18.75rem;top:2.5312509536743rem;left:43.517186164856rem;overflow:hidden;display:block; }
#OWo26whEA1qQSoSyoysvvkbdPLZ0Ze6f { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #ebe3c7;border-left:0.25rem solid #ebe3c7;border-right:0.25rem solid #ebe3c7;border-bottom:0.25rem solid #ebe3c7;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.1234378814698rem;left:28.174218177796rem;overflow:hidden;display:block; }
#vy9UCRAZoFChvRgCAvQ9yTF3G74TqFyL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:7.25rem;top:4.5687513351441rem;left:56.974999427796rem;overflow:hidden;display:block; }
#J4hTJK15rc4qbu1cnmFpzPTC7Tf1WmqX { box-sizing:content-box;height:13.75rem;width:22.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.12);background-image:none;top:5.9437513351441rem;left:9.686718940735rem;border-top:0.25rem solid #ebe3c7;border-left:0.25rem solid #ebe3c7;border-right:0.25rem solid #ebe3c7;border-bottom:0.25rem solid #ebe3c7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KIkFa9ux0tMX8SZqp8dgnryIwoywHdNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:61.4375rem;width:75rem;position:relative;display:block; }#l7FOaUdlV0BCQ6XxXHVsIOCTE9TWZZZK { color:#f37021;display:block;width:29.625rem;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:2.4867191314698rem;left:22.686718940735rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5rIIQgX1r2FdXI6av0mC35cuup1UFb9 { 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:5.75rem;left:23.155468940735rem;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; }
#FscwaxqHd14sfTxqWQodlLVizVc1mg7R { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15002;background-color:#e2f3f3;background-image:none;top:40.25rem;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; }
#H86g4RD5UKaQc2KEtpbC55sDL3FHDQQh { color:#f37021;display:block;width:9.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.0625rem;left:14.4375rem;height:2.03125rem;font-style:normal;display:block; }
#Xq2zR966Uxm03hTpAyTXWUaEqVwS6IiB { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:14999;background-color:#f37021;background-image:none;top:40.6875rem;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; }
#OL9pgsKBSS4kmEb7EVH61IaU8KQ1HaIC { color:#000000;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:46.5625rem;left:9.4375rem;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; }
#T5t7ByVT3IbB76LF6rtoTvCVSGzig5Ov { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:42.1875rem;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; }
#dleM2lFEEqR3hz0A03VTFAzQTSK0tw8o { 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:42.6875rem;left:9.8125rem; }
#OtXhJBI0ZbFVuZ5HIvCHsS4icztMUKfT { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#e2f3f3;background-image:none;top:40.25rem;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; }
#gkm1603E7p2hfWGcgC9iN5ieZZgLtbI8 { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:40.6875rem;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; }
#HobewKXSu49oLkzK8H1IBpKKABJB1To2 { color:#004042;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:46.5625rem;left:29.9375rem;height:3.298825rem;display:block; }
#VJqt80l9gnQ9oMwVJ0PbDWwk4INrOq8K { color:#f37021;display:block;width:10.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.0625rem;left:34.9375rem;height:2.03125rem;font-style:normal;display:block; }
#iTgFBEBHUsllW4IOHVp5JblkSw9E2IaK { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15011;background-color:#f37021;background-image:none;top:42.1875rem;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; }
#yNTWAF5T65A8xvIqH3OVdu9i1ByAP7T3 { 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:42.6875rem;left:30.3125rem; }
#MhV4SPvLzesqXIKPS1d2m10SdTkbVba1 { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#f37021;background-image:none;top:40.6875rem;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; }
#ODWNKEfvrvtVp1mor1lv6bBMGqTs5n8J { box-sizing:content-box;height:11.0625rem;width:17.375rem;position:absolute;display:block;z-index:15013;background-color:#e2f3f3;background-image:none;top:40.25rem;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; }
#n6gCyrhQwFPsUWPvU0t9V4ygSoyDdDgG { color:#000000;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:46.5625rem;left:50.8125rem;height:3.298825rem;display:block; }
#TqOcXsHJiPPwasucmT4cSpZ4Ssp9VGwr { color:#f37021;display:block;width:10.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.8125rem;left:55.5rem;height:2.03125rem;font-style:normal;display:block; }
#uRp9cJrV6pmyMAnXqJ1LX4TRaTddhyhX { box-sizing:content-box;height:3.5625rem;width:3.8125rem;position:absolute;display:block;z-index:15016;background-color:#f37021;background-image:none;top:42.1875rem;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; }
#VFX27xIAxclAtqag8BIKMQrpuTMEMo8S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:42.4375rem;left:51.1875rem; }
#DS9E6snArNO3CUIccK5plz5TBIaTCEzL { 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:15036;text-align:center;text-align-last:center;top:54.750000476837rem;left:27.062500953674rem;display:block; }
#Z1bqfWOJfTwUbZS6xKuTI5gOhES7TOoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZznuPeng4GLT6pBmxVaeGa0ZpJpuu66w { 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:14.3125rem;left:25.1875rem;overflow:hidden;display:block; }
#V6f8Es5cWV0hegqqV4wpTuBWMsxEdiTn { 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:9.0000004768369rem;left:0rem;height:3.25rem;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; }
#GlT8JVS5OCcc89DHT8UT2S7IokyVn8sH { 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:21.625000476837rem;left:7.5624990463256rem;height:4.225rem;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; }
#b9mmVQsqEoDU9Pmhu5N5baoPzTplLLrs { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:22.1875rem;left:5.625rem;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; }
#CJKcNgAVGpcfqsdty74JiX03xzSBdqNT { 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:22.000000476837rem;left:55.312500953674rem;height:4.225rem;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; }
#ytJdZFCKGyu49HMiRECNazL2GOSN5XAI { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:22.375rem;left:53.375rem;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; }
#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP { 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; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { background-color: transparent; background-image: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container > .video-iframe-container { display: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container { display: none; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .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); }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { border-width: 0; border-radius: 0; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLg2CMSbM9xXNyn0pAWnFMJat6coh0xP > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#tfaR94az0p9uJmDNmZUFCFKmZiHwibDH { color:#004042;display:block;width:18.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:8.90625rem;left:2.0625rem;height:5.625rem;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; }
#loWxARhhtsorSRTlOILvQP6CAXmcmcBH { box-sizing:content-box;height:26.3125rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.6250004768372rem;left:22.124999046326rem;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; }
#vVDKVekWTEufRPik5gIzxcqrnIaUnihe { box-sizing:content-box;height:26.375rem;width:15.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.6250004768372rem;left:38.750000953674rem;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; }
#WiXzx3GPZWX1oAwiRR3lwMtxh2J3ZU0T { color:#004042;display:block;width:18.375rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.356250762939rem;left:1.90625rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#TQTFqNTJzg4kVdzEKG6uIgidlSl6GRMQ { color:#f37021;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:3.5625004768372rem;left:23.061718940735rem;height:2.88671875rem;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; }
#G7MUnRiPy5dBQfW8dz0RMJlIXMEKIMQK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.1875rem;width:13.6875rem;top:7.3750004768369rem;left:23.061718940735rem;overflow:hidden;display:block; }
#Z0G2bTFgdusZhn3XZf8CzrhtNRQg28ng { color:#004042;display:block;width:13.8125rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.499218463897rem;left:23.061718940735rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#iRR2ERrrpypatCOPsrcvxK8yo4vxhXyi { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.487499713897rem;left:23.061718940735rem;display:block; }
#emMRBc4vzwLr9aULi4PGIKSQuPoO53Le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4M3zZKAJhSEi66r5PATD0z7M3MvgZZ2 { color:#f37021;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5625004768372rem;left:39.656250953674rem;height:2.88671875rem;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; }
#PSpaJdJpdMlHTKTZbuSTETt19CbL1Js3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.1875rem;width:13.375rem;top:7.1250004768369rem;left:39.843750953674rem;overflow:hidden;display:block; }
#ZAAEhmCzeUZrfIkWgcTERf2GmZaok5hL { color:#004042;display:block;width:13.8125rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.311718463897rem;left:39.625000953674rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#OaJURORlcO8UKnprpkgOhD88GaBqO8zh { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.549999713897rem;left:39.718750953674rem;display:block; }
#v0JdhuUh9Ss1kg2ZEfnl7XIwHmLlgFVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIkLuwPyqaaC0aeQwCc481Zsr1uvTAGq { box-sizing:content-box;height:26.4375rem;width:15.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.5625rem;left:55.437500953674rem;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; }
#qAaPx3WynSzHb7FU4wEoBEhkT1cMavCM { color:#f37021;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:3.5625004768372rem;left:56.343750953674rem;height:2.88671875rem;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; }
#EZRfDcRA5gJ696RgrO12hwvgff95LTdv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.125rem;width:13.375rem;top:7.4062504768369rem;left:56.531250953674rem;overflow:hidden;display:block; }
#oTHhLBboqLDu3VCEWSLyHnaMZFK2Tsda { color:#004042;display:block;width:13.8125rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.499218463897rem;left:56.312500953674rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#gH2GCXDI0ppQSACEhatUqwOIh8gpsu9x { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.487499713897rem;left:56.406250953674rem;display:block; }
#c938fX8Th4AXiwfBEhuJ5wMSkc0Kx1v2 { 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.8125rem;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.57421875rem;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:28.125rem;left:8.625rem;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; }
#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:28.125rem;left:28.1875rem;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; }
#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:28.881250739097rem;left:48.187500953674rem;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:35.875rem;left:27.062500953674rem;display:block; }
#f2nJvpapSLP8LfD0E9N5MSUewv24dVFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDcJ18fTlaA86tRD6f0L0libW8FJL3EX { position:absolute;display:block;z-index:15002;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:25.75rem;width:18.3125rem;top:8.7117128372194rem;left:8.561718940735rem;overflow:hidden;display:block; }
#Ogt5frmpLakUnJ1rHr9gsScVN7S0Q0i5 { position:absolute;display:block;z-index:15001;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:25.75rem;width:18.3125rem;top:8.710156440735rem;left:28.343750953674rem;overflow:hidden;display:block; }
#TPuTAkQmWkWdDplu18Ua93S4GuvTRibv { position:absolute;display:block;z-index:15000;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:25.75rem;width:18.3125rem;top:8.710156440735rem;left:48.125000953674rem;overflow:hidden;display:block; }
#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { position:relative;display:block; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 { 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 { border-width: 0; border-radius: 0; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pSiRN5Bbxbwuv5VA5u7grWnkZZMbey35 > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wlfCmrGn3Qr8IKWd7zSyUFEeaNeJNmaJ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.3749961853027rem;left:18.124218940735rem;display:block; }
