.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6bb02d0-1039-467e-8e10-96d2fe9aee1f/NP255.JPEG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,65,65,0.71); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,65,65,0.71); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b49fd583-e3ea-485b-99bb-fd05addd3a6d/fotofornecedoregoverno2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:23.3125rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:#51dee6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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;box-sizing:border-box;color:#164263;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;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.68685rem;width:11.936875rem;top:3.1239151954651rem;left:0rem;overflow:hidden;display:block; }
#KyAXx1nFfMBiITuug3UO8nQhqEK4nXZn { position:absolute;display:block;z-index:15025;height:11.0625rem;width:19rem;top:33.125rem;left:55.9375rem;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:14rem;left:41.25rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/843e8c55-27ce-4225-af4a-786f7548a357/BPFORNECEDORES.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:37.4375rem;top:10.375rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#0e6987;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.9375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:10.375rem;left:41.25rem;height:1.9375rem;font-style:normal;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.75rem;left:41.25rem;height:1.25rem;font-style:normal;display:block; }
#NATanPaGy3StAQ8TZTHAKecoxhS4NnxX { color:#335c67;display:block;width:33.625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25rem;left:41.25rem;height:6.472625rem;display:block; }#NATanPaGy3StAQ8TZTHAKecoxhS4NnxX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NATanPaGy3StAQ8TZTHAKecoxhS4NnxX li:before{  }
#HIkcXqpRrTV53fQ6a0p18H4q1CBF005L { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:34.875rem;left:41.1875rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8422f74b-3de8-4144-b893-9d47445ad7fa/NP248.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,56,0.66); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,56,0.66); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::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; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.8125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { position:absolute;display:block;z-index:15024;background-color:#fbfaf8;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:15.6875rem;left:0rem;display:block; }
#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:17.61328125rem;left:2.95703125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { position:absolute;display:block;z-index:15029;background-color:#dbe6f1;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:15.6875rem;left:19rem;display:block; }
#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:17.61328125rem;left:21.958335876465rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { position:absolute;display:block;z-index:15034;background-color:#c3e0ff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:15.6875rem;left:38rem;display:block; }
#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { color:#616161;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.61328125rem;left:40.958335876465rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { position:absolute;display:block;z-index:15019;background-color:#f4f1e9;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:34.5rem;left:9.5625rem;display:block; }
#tIMngUI05uNJEsT87DxzMv3lEUn4No6r { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:36.425785064698rem;left:11.6875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { position:absolute;display:block;z-index:15024;background-color:#c3c1be;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:34.5rem;left:28.6875rem;display:block; }
#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:36.425785064698rem;left:31.59375rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { position:absolute;display:block;z-index:15029;background-color:#2f86fd;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:34.5rem;left:47.6875rem;display:block; }
#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.4;letter-spacing:0;top:36.425785064698rem;left:50.645835876465rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hJKgyh2fW8El4eTcIwsz8OQSUb4CAdXu { position:absolute;display:block;z-index:15036;background-color:#97c0f6;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7rem;width:17.75rem;top:15.6875rem;left:57.25rem;display:block; }
#rC8r0Gd8eKWCHRmE25FItfIAFAOQAixd { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.4;letter-spacing:0;top:17.61328125rem;left:60.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qieJRVkbQV0Ef1CbG64bO71tO6r0TJsI { color:#2f86fd;display:block;width:15.5625rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.861328125rem;left:29.84375rem;height:2.2747375rem;display:block; }
#vfW876Sc680ZzXv0ddlgUud7cqKPwoQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:20.3984375rem;left:14.125rem; }
#b2LmXDZBwQuQWZEMAS1eHxBKwpF0oDba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:20.5859375rem;left:33.4375rem; }
#SUeNpc03acme3068HCkUO5OahT5RhdxV { 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:15059;opacity:1;top:20.6171875rem;left:52.5625rem; }
#mWSyBnTbaH3qiJ75mJ9UduotJseSvlHV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:20.4296875rem;left:71.5rem; }
#fygwJRZDgEegTruIisbubEr7eL9LqnFe { color:#2f86fd;display:block;width:11.8125rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:30.125rem;left:31.59375rem;height:2.2747375rem;display:block; }
#OoUUor4ZTxaQcTfONJoKkM47MwN325vX { 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:15061;opacity:1;top:39.2734375rem;left:24.25rem; }
#dqOpNNF58BfKC4les20HQNXLVR2dHmwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:39.1484375rem;left:42.34375rem; }
#WBzchSa7UltKeeJzClyQGwp6llrkmeaL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:39.4609375rem;left:62.0625rem; }
#AowBuXr8CM3F0TxPdJdqnPXsadh8sHbd { color:rgba(0,162,248,0.3);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.04296875rem;left:0rem;height:8.287125rem;display:block; }
#BsiTFHXEqi0XeW7X4Lgf5pkQB2X0PJ8N { color:rgba(7,162,244,0.2);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:15.04296875rem;left:19rem;height:8.287125rem;display:block; }
#qODrVEHUmmct9dkxwKGKKMH9TA3dhUGa { color:rgba(7,162,244,0.2);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:15.04296875rem;left:38rem;height:8.287125rem;display:block; }
#xVqHAwQ8zAzXMNsOuheoEBKOR3aHCbZJ { color:rgba(0,0,0,0.1);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:34.5rem;left:28.4375rem;height:8.287125rem;display:block; }
#sx0C5vXDMTyLyHL9CbBo7i4WQsBPcmag { color:rgba(0,0,0,0.1);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:34.5rem;left:9rem;height:8.287125rem;display:block; }
#HK5pMAuHd0mRqHxt7Kz0pi6u9RKTqFmF { color:rgba(134,176,239,0.3);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:34.5rem;left:47.6875rem;height:8.287125rem;display:block; }
#dT5owymJyldq3BJ8zxoSdcRGTwIFXeWo { color:rgba(7,162,244,0.2);display:block;width:2rem;position:absolute;font-family:bebasneue;font-size:6.375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:15.04296875rem;left:57.25rem;height:8.287125rem;display:block; }
#AZ2eky98vmi2nZZRH1BP1ylLvQcJJHy5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:#0e6987;display:block;width:75rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:4.18359375rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { color:#0e6987;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:16.75rem;left:26.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { position:absolute;display:block;z-index:15073;background-color:#1fabe2;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.4375rem;left:32.8125rem;display:block; }
#sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { color:#666666;display:block;width:19.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:19.25rem;left:27.875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:#0e6987;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:16.75rem;left:50.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { position:absolute;display:block;z-index:15077;background-color:#1fabe2;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.6865234375rem;left:56.5625rem;display:block; }
#Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { color:#666666;display:block;width:19.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:19.25rem;left:51.5625rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:#666666;display:block;width:19.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.25rem;left:4.0625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:#0e6987;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:16.75rem;left:2.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { position:absolute;display:block;z-index:15069;background-color:#1fabe2;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.4375rem;left:9.0625rem;display:block; }
#dh3p64teBMQlWG17it5UZm4XvLZHaBsN { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:5.9375rem;left:11.5625rem; }
#pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:5.9375rem;left:35.3125rem; }
#r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:5.9375rem;left:59.0625rem; }
#CzJMD73Gmfk4VK7Dizy03LefenQPMPTc { position:absolute;display:block;z-index:15073;background-color:#1fabe2;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:30rem;left:19.75rem;display:block; }
#hZ97hSo10gTlozGSgSczXSkCPcZ52AO2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:32.5rem;left:22.25rem; }
#DNM2ubv1U3So2KlNk7v3vOdtf19mrOkc { color:#0e6987;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:43.3125rem;left:13.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGmmmacEVuEKi0MqsZdR0uehoycGz7kx { color:#666666;display:block;width:19.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:45.8125rem;left:14.75rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVSvtSDVkBICPrR8BcHr4K8Uw9yvhoVT { position:absolute;display:block;z-index:15077;background-color:#1fabe2;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:30rem;left:45.9375rem;display:block; }
#ELwbL9llIkVzyZbgGAaTlniNkivCMntl { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:32.5rem;left:48.4375rem; }
#Jc732X6OZRkiWIgxttPGqUEuflsGNBnG { color:#0e6987;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:43.3125rem;left:39.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNkfnIAgy7dX3Tls7U9zTMCtJm6GJK6R { color:#666666;display:block;width:19.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:45.8125rem;left:40.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f569e94-5db8-4b01-b692-20ff40fe8a0f/back.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:fixed;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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.adaptive-delivery-prevent-bg, #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.lazyload, #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93.lazyloading { background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,26,28,0.58); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,26,28,0.58); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#i70RHvkNXvkqT7O4usEckJid3TuNslfN { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:31.625rem;left:37.5rem;height:9.89845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:18.4375rem;left:37.5rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:10.3125rem;left:37.5rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.6875rem;left:37.375rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6s8f91cK9pdnd0CtpdziiqSdsIQTNrL { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.75rem;width:35.75rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { position:relative;display:block; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { background-color: transparent; background-image: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container > .video-iframe-container { display: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row > .video-iframe-container { display: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .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); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { border-width: 0; border-radius: 0; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .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; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x5yyeLwcL4Zy9FfHUJteZwfradQSULsE { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#x5yyeLwcL4Zy9FfHUJteZwfradQSULsE.adaptive-delivery-prevent-bg, #x5yyeLwcL4Zy9FfHUJteZwfradQSULsE.lazyload, #x5yyeLwcL4Zy9FfHUJteZwfradQSULsE.lazyloading { background-image: none; }
#BLf9eCAehx26RChDUxXHGyPsoJXgTQby { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#b5b5b5;background-image:none;top:0rem;left:18.75rem;display:block; }
#OnkTMqtIvKgUZk2EAwlTVsI5J9zlpPnp { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#9dc9ff;background-image:none;top:0rem;left:37.5rem;display:block; }
#eaZWZCIEKUCVMQ9W0vaBGQmsmKLTliEJ { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#4c7fb5;background-image:none;top:0rem;left:56.25rem;display:block; }
#p5sTeHCHPa3L9ewIvgbmtRK92XphMLQS { color:#0e6987;display:block;width:12.5rem;position:absolute;font-family:aller;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.15625rem;height:2.5996125rem;display:block; }
#bTur5Poxo6hh2UbxUZFWWUoEVgQUhEWM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:aller;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:20.28125rem;height:2.5996125rem;display:block; }
#ToPOCBA2V5ENmiC1G8qtCPXgm1TBJaRK { color:#0e6987;display:block;width:12.5rem;position:absolute;font-family:aller;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.96875rem;height:2.5996125rem;display:block; }
#wbgEMOgN2HTdNZr7xF71W6trBKmWPaL9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:aller;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:58.03125rem;height:2.5996125rem;display:block; }
#UD35qyPq763Ri8EDTc0xVIhAKFVcPBtJ { color:#515a5d;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:3.125rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#M66GoA72l7bJCf0QkVA9DKVr6UZtNBTH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.505859375rem;left:21.875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#fX3B9III2youfSqJK7mPPIamEzH7QBCB { color:#5a6062;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.505859375rem;left:40.625rem;height:3.736975rem;text-align:center;text-align-last:center;display:block; }
#aWkLiUMVHT9xcm6oMbV8HidQDGa6MbT1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.505859375rem;left:59.375rem;height:5.60449375rem;text-align:center;text-align-last:center;display:block; }
#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { background-color: transparent; background-image: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .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); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { border-width: 0; border-radius: 0; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { background-color:#47e8f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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;box-sizing:border-box;color:#163d58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.6875rem;left:26.375rem;display:block; }
#QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2WKSdhxseTZ20ec86w1Byh9FRl3QoFd { 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:15026;opacity:1;top:0rem;left:35.9375rem; }
#AaF8FCCFq8puwifoq7hH7y0HIBohHcHx { 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:15027;opacity:1;top:0rem;left:54.78125rem; }
#CZBA8FH12lJ1gUSdTKZObm5Z48EE3VGm { 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:15027;opacity:1;top:0rem;left:16.853300094604rem; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:#0e6987;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { color:#666666;display:block;width:61.5625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:10.25rem;left:6.71875rem;height:12.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b322618e-6b00-47d0-801c-af9e54fef467/africanamericantelemarketingemployeelivingwit20250217172118utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:14.84375rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:50.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:#0e6987;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:14.84375rem;left:46.5625rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:#0e6987;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:18.787109375rem;left:47rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.787109375rem;left:50.1875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { color:#ffffff;display:block;width:21.311875rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.0614185333252rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.5rem;left:46.3125rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.1875rem;left:46.3125rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;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:12.5rem;width:0.1875rem;top:13.623046875rem;left:40.28125rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#gGmwdV5SCa79LRpLEgo8PQoG8QGy4J5E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11.5rem;top:1.84375rem;left:2.0625rem;overflow:hidden;display:block; }
#z4D4M94uqLDEknV53Q0ST2A8lcVU7aFV { color:#000000;display:block;width:48.936625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6831588745117rem;left:25.166017532349rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:45.5rem;height:9.375rem;top:11.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:36.5625rem;height:5.1875rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:20.375rem;height:3.5rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:11.875rem;height:5.6573721137232rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyAXx1nFfMBiITuug3UO8nQhqEK4nXZn { top:33.125rem;left:28.75rem;width:19rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:7.8125rem;top:13.9375rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:37.4375rem;height:25.125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:33.75rem;height:1.9375rem;top:10.375rem;left:14rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:33.75rem;height:1.25rem;top:4.75rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NATanPaGy3StAQ8TZTHAKecoxhS4NnxX { top:25rem;left:14.125rem;width:33.625rem;height:6.4375rem;font-size:1.125rem;display:block; }#NATanPaGy3StAQ8TZTHAKecoxhS4NnxX li:before{  }
 }@media only screen and (max-width: 763px) { #HIkcXqpRrTV53fQ6a0p18H4q1CBF005L { width:33.75rem;height:9.4375rem;top:34.875rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:7rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.875rem;height:3.125rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.75rem;height:7rem;top:15.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.875rem;height:3.125rem;top:17.5625rem;left:8.333335876465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.75rem;height:7rem;top:15.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.875rem;height:3.125rem;top:17.5625rem;left:27.333335876465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.75rem;height:7rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:14.875rem;height:3.125rem;top:36.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:17.75rem;height:7rem;top:34.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.875rem;height:3.125rem;top:36.375rem;left:17.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.75rem;height:7rem;top:34.5rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:14.875rem;height:3.125rem;top:36.375rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJKgyh2fW8El4eTcIwsz8OQSUb4CAdXu { width:17.75rem;height:7rem;top:15.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8r0Gd8eKWCHRmE25FItfIAFAOQAixd { width:14.875rem;height:3.125rem;top:17.5625rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qieJRVkbQV0Ef1CbG64bO71tO6r0TJsI { top:10.8125rem;left:16.21875rem;width:15.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfW876Sc680ZzXv0ddlgUud7cqKPwoQm { top:20.375rem;left:0.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2LmXDZBwQuQWZEMAS1eHxBKwpF0oDba { top:20.5625rem;left:19.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUeNpc03acme3068HCkUO5OahT5RhdxV { top:20.5625rem;left:38.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWSyBnTbaH3qiJ75mJ9UduotJseSvlHV { top:20.375rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fygwJRZDgEegTruIisbubEr7eL9LqnFe { top:30.125rem;left:17.96875rem;width:11.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUUor4ZTxaQcTfONJoKkM47MwN325vX { top:39.25rem;left:10.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqOpNNF58BfKC4les20HQNXLVR2dHmwa { top:39.125rem;left:28.71875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBzchSa7UltKeeJzClyQGwp6llrkmeaL { top:39.4375rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AowBuXr8CM3F0TxPdJdqnPXsadh8sHbd { top:15rem;left:0rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsiTFHXEqi0XeW7X4Lgf5pkQB2X0PJ8N { top:15rem;left:5.375rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qODrVEHUmmct9dkxwKGKKMH9TA3dhUGa { top:15rem;left:24.375rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqHAwQ8zAzXMNsOuheoEBKOR3aHCbZJ { top:34.5rem;left:14.8125rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx0C5vXDMTyLyHL9CbBo7i4WQsBPcmag { top:34.5rem;left:0rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK5pMAuHd0mRqHxt7Kz0pi6u9RKTqFmF { top:34.5rem;left:34.0625rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5owymJyldq3BJ8zxoSdcRGTwIFXeWo { top:15rem;left:43.625rem;width:2rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ2eky98vmi2nZZRH1BP1ylLvQcJJHy5 { display:none; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:3.125rem;top:4.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:21.875rem;height:1.5rem;top:16.75rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:9.375rem;height:9.375rem;top:3.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:19.375rem;height:2.75rem;top:19.25rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:21.875rem;height:1.4375rem;top:16.6875rem;left:25.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:9.375rem;height:9.375rem;top:3.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:19.375rem;height:5.5625rem;top:19.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:19.375rem;height:2.75rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:21.875rem;height:1.5rem;top:16.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:9.375rem;height:9.375rem;top:3.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { top:5.9375rem;left:7rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { top:5.9375rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { top:5.9375rem;left:36.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJMD73Gmfk4VK7Dizy03LefenQPMPTc { width:9.375rem;height:9.375rem;top:30rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ97hSo10gTlozGSgSczXSkCPcZ52AO2 { top:32.5rem;left:11.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM2ubv1U3So2KlNk7v3vOdtf19mrOkc { width:21.875rem;height:1.5rem;top:43.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmmmacEVuEKi0MqsZdR0uehoycGz7kx { width:19.375rem;height:1.375rem;top:45.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVSvtSDVkBICPrR8BcHr4K8Uw9yvhoVT { width:9.375rem;height:9.375rem;top:30rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwbL9llIkVzyZbgGAaTlniNkivCMntl { top:32.5rem;left:27.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc732X6OZRkiWIgxttPGqUEuflsGNBnG { width:21.875rem;height:1.5rem;top:43.3125rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkfnIAgy7dX3Tls7U9zTMCtJm6GJK6R { width:19.375rem;height:2.75rem;top:45.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i70RHvkNXvkqT7O4usEckJid3TuNslfN { width:37.5rem;height:9.875rem;top:31.625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:37.5rem;height:9.4375rem;top:18.4375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:37.5rem;height:4.9375rem;top:10.3125rem;left:10.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:37.5rem;height:2.0625rem;top:5.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6s8f91cK9pdnd0CtpdziiqSdsIQTNrL { top:10.3125rem;left:0rem;width:35.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:47.75rem;height:2.625rem;top:4.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { display:block; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5yyeLwcL4Zy9FfHUJteZwfradQSULsE { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLf9eCAehx26RChDUxXHGyPsoJXgTQby { top:0rem;left:5.125rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnkTMqtIvKgUZk2EAwlTVsI5J9zlpPnp { top:0rem;left:17.0625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaZWZCIEKUCVMQ9W0vaBGQmsmKLTliEJ { top:0rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5sTeHCHPa3L9ewIvgbmtRK92XphMLQS { top:1.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTur5Poxo6hh2UbxUZFWWUoEVgQUhEWM { top:1.25rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPOCBA2V5ENmiC1G8qtCPXgm1TBJaRK { top:1.25rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbgEMOgN2HTdNZr7xF71W6trBKmWPaL9 { top:1.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD35qyPq763Ri8EDTc0xVIhAKFVcPBtJ { top:8rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66GoA72l7bJCf0QkVA9DKVr6UZtNBTH { top:7.5rem;left:11.375rem;width:12.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3B9III2youfSqJK7mPPIamEzH7QBCB { top:7.5rem;left:23.3125rem;width:12.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkLiUMVHT9xcm6oMbV8HidQDGa6MbT1 { top:7.5rem;left:35.25rem;width:12.5rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { width:22.1875rem;height:3.5rem;top:4.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block; }
 }@media only screen and (max-width: 763px) { #n2WKSdhxseTZ20ec86w1Byh9FRl3QoFd { top:0rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaF8FCCFq8puwifoq7hH7y0HIBohHcHx { top:0rem;left:41.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBA8FH12lJ1gUSdTKZObm5Z48EE3VGm { top:0rem;left:3.2283000946045rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:47.75rem;height:2.625rem;top:3.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:47.75rem;height:12.5625rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:37.5625rem;height:7.875rem;top:14.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:15.8125rem;height:1.9375rem;top:15.1875rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:14.8125rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:18.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:27.375rem;height:1.9375rem;top:18.75rem;left:20.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:21.25rem;height:3.125rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:14.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:18.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:13.5625rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGmwdV5SCa79LRpLEgo8PQoG8QGy4J5E { top:1.8125rem;left:0rem;width:11.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4D4M94uqLDEknV53Q0ST2A8lcVU7aFV { top:4.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbcb124b-69af-45fb-9da9-12bfb69de8c6/fotofornecedoregoverno2mobile.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;z-index:auto;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:48.312284469604rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:4.6875rem;top:7.9990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:16.875rem;height:6.55925rem;top:18.59375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:18.625rem;height:3.4375rem;top:31.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:9rem;height:4.25rem;top:1rem;left:1.71484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyAXx1nFfMBiITuug3UO8nQhqEK4nXZn { width:19rem;height:11.0625rem;top:35.999784469604rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:18rem;height:14.8654375rem;top:25.75rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.75rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:4.3496125rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:20rem;height:1.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NATanPaGy3StAQ8TZTHAKecoxhS4NnxX { width:19.0625rem;height:10.8636875rem;top:43.229169845581rem;left:0.93641501665113rem;font-size:1.125rem;display:block; }#NATanPaGy3StAQ8TZTHAKecoxhS4NnxX li:before{  }
 }@media only screen and (max-width: 763px) { #HIkcXqpRrTV53fQ6a0p18H4q1CBF005L { width:18.75rem;height:14.8654375rem;top:56.962894439698rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e89970f9-fb31-48a1-9215-b6ffdcc94459/businesswomanshowingthepresentationtothepeop20250909194417utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,31,46,0.84); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:20rem;height:2.99913125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:7rem;top:12.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.5625rem;height:2.79948125rem;top:14.4375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.6875rem;height:6.9375rem;top:22rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.5625rem;height:2.79948125rem;top:23.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.6875rem;height:6.9375rem;top:31.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.5625rem;height:2.79948125rem;top:32.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.6875rem;height:6.9375rem;top:55.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:14.75rem;height:2.79948125rem;top:57.125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:17.6875rem;height:6.9375rem;top:64.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.8125rem;height:2.79948125rem;top:65.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.6875rem;height:6.9375rem;top:72.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:15.1875rem;height:3.14886875rem;top:74.3125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hJKgyh2fW8El4eTcIwsz8OQSUb4CAdXu { width:17.75rem;height:7rem;top:40rem;left:1.0625rem;background-color:#0080ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rC8r0Gd8eKWCHRmE25FItfIAFAOQAixd { width:14.875rem;height:3.14886875rem;top:41.5rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qieJRVkbQV0Ef1CbG64bO71tO6r0TJsI { width:15.5625rem;height:2.27430625rem;top:9.5616331100462rem;left:2.2178819775581rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vfW876Sc680ZzXv0ddlgUud7cqKPwoQm { display:flex;width:3.5625rem;height:3.5625rem;top:16.4375rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #b2LmXDZBwQuQWZEMAS1eHxBKwpF0oDba { display:flex;width:3.1875rem;height:3.1875rem;top:25.8125rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #SUeNpc03acme3068HCkUO5OahT5RhdxV { display:flex;width:3.125rem;height:3.125rem;top:35.125rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #mWSyBnTbaH3qiJ75mJ9UduotJseSvlHV { display:flex;width:3.5rem;height:3.5rem;top:43.5625rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #fygwJRZDgEegTruIisbubEr7eL9LqnFe { width:11.8125rem;height:2.27430625rem;top:52.0625rem;left:4rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OoUUor4ZTxaQcTfONJoKkM47MwN325vX { display:flex;width:3.125rem;height:3.125rem;top:59.9375rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #dqOpNNF58BfKC4les20HQNXLVR2dHmwa { display:flex;width:3.375rem;height:3.375rem;top:68.125rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #WBzchSa7UltKeeJzClyQGwp6llrkmeaL { display:flex;width:3.3125rem;height:3.3125rem;top:76.625rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #AowBuXr8CM3F0TxPdJdqnPXsadh8sHbd { width:2rem;height:3.24978125rem;top:12.937281608581rem;left:16.880425751209rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsiTFHXEqi0XeW7X4Lgf5pkQB2X0PJ8N { width:2rem;height:3.24978125rem;top:21.999786376953rem;left:16.880425751209rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qODrVEHUmmct9dkxwKGKKMH9TA3dhUGa { width:2rem;height:3.24978125rem;top:31.250000953674rem;left:16.880425751209rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqHAwQ8zAzXMNsOuheoEBKOR3aHCbZJ { width:2rem;height:3.24978125rem;top:64.25rem;left:16.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx0C5vXDMTyLyHL9CbBo7i4WQsBPcmag { width:2rem;height:3.24978125rem;top:55.625rem;left:16.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK5pMAuHd0mRqHxt7Kz0pi6u9RKTqFmF { width:2rem;height:3.24978125rem;top:72.8125rem;left:16.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5owymJyldq3BJ8zxoSdcRGTwIFXeWo { width:2rem;height:3.24978125rem;top:40.000004291534rem;left:17.249348938465rem;font-size:2.5rem;color:rgba(3,52,77,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #AZ2eky98vmi2nZZRH1BP1ylLvQcJJHy5 { top:50.238718032837rem;left:8.1250002980231rem;width:3.75rem;height:0.1875rem;z-index:15078;background-color:#4ebec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:4.798175rem;top:3.747838973999rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { background-color:#eaeae8;background-image:none;display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:20rem;height:1.50024375rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:8.5rem;height:8.5rem;top:20.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:15.811625rem;height:2.79948125rem;top:32.437066078186rem;left:2.0930991768837rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:20rem;height:1.37478125rem;top:48.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:8.5rem;height:8.5rem;top:38.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:16.1870625rem;height:5.59895625rem;top:50.606555461884rem;left:1.9053819775581rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:18.75rem;height:2.79948125rem;top:14.310980796814rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:1.50024375rem;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:8.5rem;height:8.5rem;top:2.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { display:flex;width:4.375rem;height:4.375rem;top:4.4375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { display:flex;width:4.375rem;height:4.375rem;top:22.5625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { display:flex;width:4.375rem;height:4.375rem;top:40.875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #CzJMD73Gmfk4VK7Dizy03LefenQPMPTc { width:9.375rem;height:9.375rem;top:59.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ97hSo10gTlozGSgSczXSkCPcZ52AO2 { display:flex;width:4.375rem;height:4.375rem;top:62.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #DNM2ubv1U3So2KlNk7v3vOdtf19mrOkc { width:20rem;height:1.49956875rem;top:70.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmmmacEVuEKi0MqsZdR0uehoycGz7kx { width:19.375rem;height:1.3997375rem;top:73.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #kVSvtSDVkBICPrR8BcHr4K8Uw9yvhoVT { width:9.375rem;height:9.375rem;top:78.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwbL9llIkVzyZbgGAaTlniNkivCMntl { display:flex;width:4.375rem;height:4.375rem;top:80.75rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #Jc732X6OZRkiWIgxttPGqUEuflsGNBnG { width:20rem;height:1.49956875rem;top:88.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkfnIAgy7dX3Tls7U9zTMCtJm6GJK6R { width:19.375rem;height:2.79948125rem;top:91.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i70RHvkNXvkqT7O4usEckJid3TuNslfN { width:18.1875rem;height:16.898875rem;top:46.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:18.9995625rem;height:15.397125rem;top:28.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:18.5623125rem;height:6.18489375rem;top:4.8741321563721rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:20rem;height:1.62435rem;top:2.1245660781861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6s8f91cK9pdnd0CtpdziiqSdsIQTNrL { width:20rem;height:13.286125rem;top:13.089184761048rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:20rem;height:4.798175rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { display:block; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N { background-color: transparent; background-image: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,105,135,0.73); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container > .video-iframe-container { display: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row > .video-iframe-container { display: none; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,105,135,0.73); }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container { width:20rem;height:65.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e89970f9-fb31-48a1-9215-b6ffdcc94459/businesswomanshowingthepresentationtothepeop20250909194417utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container.adaptive-delivery-prevent-bg, #wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container.lazyload, #wzNXg5vMh5bhCyyB6acW0FSDDJf0BU7N > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #x5yyeLwcL4Zy9FfHUJteZwfradQSULsE { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLf9eCAehx26RChDUxXHGyPsoJXgTQby { width:18.75rem;height:14.1875rem;top:15.4375rem;left:0.625rem;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; }
 }@media only screen and (max-width: 763px) { #OnkTMqtIvKgUZk2EAwlTVsI5J9zlpPnp { width:18.75rem;height:14.3125rem;top:31.3125rem;left:0.625rem;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; }
 }@media only screen and (max-width: 763px) { #eaZWZCIEKUCVMQ9W0vaBGQmsmKLTliEJ { width:18.75rem;height:15.625rem;top:47.4375rem;left:0.625rem;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; }
 }@media only screen and (max-width: 763px) { #p5sTeHCHPa3L9ewIvgbmtRK92XphMLQS { width:12.5rem;height:2.59874375rem;top:2.5rem;left:1.78125rem;font-size:2rem;color:#595e5f;display:block; }
 }@media only screen and (max-width: 763px) { #bTur5Poxo6hh2UbxUZFWWUoEVgQUhEWM { width:12.5rem;height:2.59874375rem;top:16.6875rem;left:2.125rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ToPOCBA2V5ENmiC1G8qtCPXgm1TBJaRK { width:12.5rem;height:2.59874375rem;top:32.5625rem;left:2.0625rem;font-size:2rem;color:#4e5658;display:block; }
 }@media only screen and (max-width: 763px) { #wbgEMOgN2HTdNZr7xF71W6trBKmWPaL9 { width:12.5rem;height:2.59874375rem;top:48.6875rem;left:2.375rem;font-size:2rem;font-family:aller;display:block; }
 }@media only screen and (max-width: 763px) { #UD35qyPq763Ri8EDTc0xVIhAKFVcPBtJ { width:12.5rem;height:4.0625rem;top:7.3111991882325rem;left:3.7500002980233rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M66GoA72l7bJCf0QkVA9DKVr6UZtNBTH { width:13.5623125rem;height:4.0625rem;top:22.123482227326rem;left:3.2183161377907rem;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fX3B9III2youfSqJK7mPPIamEzH7QBCB { width:12.5rem;height:4.0625rem;top:38.186845779419rem;left:3.7500002980233rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aWkLiUMVHT9xcm6oMbV8HidQDGa6MbT1 { width:14.0625rem;height:5.60546875rem;top:54.009336471558rem;left:2.9687500596046rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { width:19.249125rem;height:3.31163125rem;top:1.2717018127441rem;left:0.3754341006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block; }
 }@media only screen and (max-width: 763px) { #n2WKSdhxseTZ20ec86w1Byh9FRl3QoFd { display:flex;width:3.125rem;height:3.125rem;top:1.2749557495118rem;left:1.5625000596046rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #AaF8FCCFq8puwifoq7hH7y0HIBohHcHx { display:flex;width:3.125rem;height:3.125rem;top:1.0299453735351rem;left:16.186415970326rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #CZBA8FH12lJ1gUSdTKZObm5Z48EE3VGm { display:flex;width:3.125rem;height:3.125rem;top:1.3628520965576rem;left:8.4375002980231rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:18.499375rem;height:17.31879375rem;top:8.8736972808837rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:9.596375rem;top:6.9216403961181rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.6245625rem;height:1.462675rem;top:25.499133586884rem;left:4.3120663762093rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:20.875rem;left:8.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:30.1875rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:19.874125rem;height:1.462675rem;top:33.62305021286rem;left:0.061848998069763rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:20rem;height:1.875rem;top:2.2978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:20.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:29.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGmwdV5SCa79LRpLEgo8PQoG8QGy4J5E { width:9.1873125rem;height:4.49978125rem;top:2.4989128112793rem;left:5.4058163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4D4M94uqLDEknV53Q0ST2A8lcVU7aFV { width:18.311625rem;height:3.6556rem;top:9.12109375rem;left:0.84309905767444rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }