.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { background-color: transparent; background-image: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container > .video-iframe-container { display: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container { display: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .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); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { border-width: 0; border-radius: 0; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#RbiWz7hVhQZ014LHfDf3cObLm6SAHvfM { position:absolute;display:block;z-index:15017;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:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#u4bXJpPtEKqsgrleJLEtmsxbbXQRMKqM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#vmR0a3GMxqo6cXpdDMI4gpbZMgVPyTsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcGSIseLFXFe3eKCT8SksGhG1BEThrRD { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#d2vqwLpisKvxpZqwnoycDPwTbMflSpy8 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#d2vqwLpisKvxpZqwnoycDPwTbMflSpy8.adaptive-delivery-prevent-bg, #d2vqwLpisKvxpZqwnoycDPwTbMflSpy8.lazyload, #d2vqwLpisKvxpZqwnoycDPwTbMflSpy8.lazyloading { background-image: none; }
#ibQiA2OR9FUp8qEmEDaAEDVeW5iXKDkW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.3125rem;top:0.84339487552644rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4d93d24-48be-4d01-9c16-203fcd618b5b/UAX_Web003.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::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; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:manrope;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:14.248046875rem;left:0rem;height:9.797375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:manrope;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:33.310546875rem;left:0rem;height:7.3494375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LkTlcHetaVlF0qpgziv0ftdDTuAfrxkV { 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:41.375rem;width:75rem;display:none; }
#TVLlCpA4ZbRGlkglO0KVzW4vI9PLKVa8 { position:absolute;display:block;z-index:15000;background-color:#0060ab;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.3125rem;left:1.25rem;display:none; }
#y4mJTbev0rKsTd5ohDfAiSziFy8UX9Va { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:36.5625rem;left:2.1875rem;display:none; }
#AI1QZeoif1zTO1MZbIngz1FeSnBOTGp2 { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5rem;left:5rem;height:1.31303125rem;font-style:normal;display:none; }
#uN5LMVB8qAM3N4wkurpBQHBRw3fRwTZP { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.0625rem;left:5rem;height:1.40625rem;font-style:normal;display:none; }
#w1a4ugdqy2q1sTmAh6BRVDCyGv3khbpy { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:21.9375rem;height:1.31303125rem;font-style:normal;display:none; }
#tIxs9qLQ2QAyTrnWr9VG0uTrDqN4P0sk { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:21.9375rem;height:1.40625rem;font-style:normal;display:none; }
#Z6tRaUhaGl1DG4lh2V1ITZAOLNQiT0tK { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.5rem;height:1.40625rem;font-style:normal;display:none; }
#nqsJZ0ZfXJ3KlkkwmQO7q9k2zG47IzBB { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5rem;left:13.25rem;height:1.31303125rem;font-style:normal;display:none; }
#sxHolQpwbHnHHQrZfGCecMlRk1rdf9Q3 { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:31.625rem;height:1.40625rem;font-style:normal;display:none; }
#TLUPkEnlQd6KG6K6CPVSd6z4cKkTvzC1 { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:31.625rem;height:1.31303125rem;font-style:normal;display:none; }
#lHH4Pwzc29816OqNNJqZhNEEoHJVFZEz { color:#000000;display:block;width:44.561625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.576602935791rem;left:11.798610687256rem;height:2.2721375rem;display:none; }
#EJ1oBZzMWzfMfnJOwgp5l02ENugEvyKm { position:absolute;display:block;z-index:15019;background-color:#f2f5f8;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:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:2.1875rem;width:29.75rem;top:26.5625rem;left:0rem;display:block; }
#Q9uG1R9qC4dLXXsNQRf8rETJcTNbE9UF { color:#0060ab;display:block;width:30.1875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27rem;left:0.6875rem;height:1.29971875rem;text-align:left;text-align-last:left;display:block; }
#cTSOaEdBN4z3tsvdK30SlQKCTLW51Hgv { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.375rem;left:12.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#srLNvAJTJ1GC950IGUPxv31HxC5iFEH8 { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#BBn8gZMTp48EdM7L46oS6T3nATqrs0tm { position:absolute;display:block;z-index:15011;background-color:#0060ab;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.9358125rem;width:23.8110625rem;top:11.375rem;left:51.1875rem;display:block; }
#XghUPgH7buftQulfNu4q0ELvtnzeTTcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93359375rem;width:1.93359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.25rem;left:52.1875rem; }
#uEfQCdG8gumZwuSZ3J4zi1iPVvOkoZBK { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:55.12451171875rem;height:3.898925rem;font-style:normal;display:block; }
#E7EodVu61VvpXdATdOphvv90TigyH0hp { color:#ffffff;display:block;width:15.8679375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.6875rem;left:55.1875rem;height:1.21875rem;font-style:normal;display:block; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-form-header { font-size:0.8125rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:21.25rem;height:3.125rem;font-family:"pt sans";overflow:hidden; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:manrope;line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-container:first-of-type{padding-top:0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-container:last-of-type{padding-bottom:0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.1875rem;left:51.25rem;font-size:0.8125rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz {display:block;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.1875rem;left:51.25rem;font-size:0.8125rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #cFTPumG9n6VTCnLh8OvHZcElSn5tDhkP { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ma1kWnzQwLds16pAFa8JvLDtQkvUn9Nu { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #UhfplQBTAP3GibEewUxBU4cEw7JTQgUn { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #As8rTVSaN5Dz3L7QbJr2pI1IpDD2AfvT { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #TME3WGoQItMswbNb5pnE22TDUUTx8k1O { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #pKJqkDbl0OGEgP1vGo9rCE1DSBD5iuFX { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qpUCW3r5cnT1idGZm89tIRi5qocnNJRE { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #SeGtE4v9CoDyoT8MH10Xp8BZgIOg9h5T { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NozLq861FStEtTqF030BgWbTpGVM4M9y { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #EV2oDMBfM4k5Z16aO7ds09BPE2f0PVve { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tvrCoaoRHzblOBKCHAqZemZbMTgqLhH0 { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #lW69f1xdI1MznoRdWa9QrMzfGtaNHNTc { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ULkzS5NNFo3eq3uCR17r3kd7aMTiTdq4 { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #RVQdG0J5ne922pTIeUrzksoI9cqIEwux { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #AbzSL6xOMHyatomi5FeyDinvZUHiOExo { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qOX1cKAASmcoAlfNVcpbTOM1V2IbN2wi { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ZfTHhlAV3AxZuqqbHQppP6o44NonTP2r { position:relative;display:none; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ko6JxTc5qE8yKCkEHV8xmv7TUHr05XRk { position:relative; }
#FrGne2MT2KGCVeybcR5G2NP8lmu3AlDK { position:relative;display:block; }
#Azoro4vC6dEoGPVeJVI9hD9WfsRJTN7Z { position:relative;display:block; }
#catdJhOQDQ1zDWv6c2yhbVC9RfdcWb68 { position:relative;display:block; }
#sPNX4ZWi7f7TuVzzuSsuW5BTn4S2uMsg { position:relative;display:block; }
#I1v4IQgiMROGT0NxTuBorWbKn0pZaNlu { position:relative;display:block; }
#BpZLXJ183Dpshcftlt1cwQRG5iv3LsCz { position:relative;display:block; }
#q4kSkRmpB4sEZVkO1sFd7kvWLymoTH7b { position:relative;display:block; }
#XzDygzBLVftVO7Mdp5VQXd8qTV9K6HeJ { position:relative;display:block; }
#JtrTWoF5RnMQFrBRcqwI33fSCsqSZ3qu { position:relative;display:block; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #hWb9hBv9XpdQBpOqv1LRsTkSPxqVUBOn { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #gbtKDgFwS7dB2o0GypWCfcsMORlHhbVO { position:relative;z-index:2; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #bJ9ksZKaeN3fOWk6KE8rqaiEn7uV6Kls { position:relative; }
#aCWNNWV6MfclJCQcTy9eeouisgHpap3X { position:relative;display:block; }
#Mrbai6Qf3rVIU8J0qtXuCafFzJnG9TPK { position:relative;display:block; }
#CSI6ele7RgWsD01o69xdUENg9TslAdTe { position:relative;display:block; }
#GBp9WhNzUr2Lb1HrHIIlE6TJXJp0u6p1 { position:relative;display:block; }
#rATxN3EsAgxIVgsiz92TVzpqXhRaPLaL { position:relative;display:block; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #C0r5JKBrMXTsEKzUV4SSp7h3nZb2odnF { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #q89TEpTPPzP39IMIAF0C826rG901zc6H { position:relative;z-index:2; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NhHIRIRVlnT7gNXupwaA7x3AhOJJhUQp { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #rWOFW76VDmaK4vFPM8B0EEoVNMgqo0fx { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tbdWm4Onz8K5VD3Gix6S0HzGvqT0MTCy { position:relative;z-index:2; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #I0A1z14DeSArx1bm3zs3UTFsvIbbnFMM { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tNiwsvW3DCt9qTJa1ZFgd3tBuuviOAne { position:relative; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qohug6oNgxgxdeTKAtLc8tKt6sqXdZlu { position:relative; }
#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR { position:relative;display:block; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR { background-color: transparent; background-image: none; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row .container > .video-iframe-container { display: none; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row > .video-iframe-container { display: none; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .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); }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR { border-width: 0; border-radius: 0; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .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; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .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:12.4375rem;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; }#WTbcKhBgHpufbiy3Q8Fde4yBbNrK73rU { position:absolute;display:block;z-index:15000;background-color:#0060ab;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:41.1875rem;top:3.9990234375rem;left:1.124267578125rem;display:block; }
#ifX0hFXMbPlKfKdrLMDfQMsHJKRZBgtB { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:4.875rem;height:1.31303125rem;font-style:normal;display:block; }
#THr3BteJ43d22HRh1KdBumwQ3l3KRC7e { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:4.875rem;height:1.40625rem;font-style:normal;display:block; }
#zAW67mHPnQ3WhcNxEDGAurV5TeGqqyLe { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:14rem;height:1.40625rem;font-style:normal;display:block; }
#guAOdCTu5Q4gIas7QLu1113Ifp9pTNsQ { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.1875rem;left:13.75rem;height:1.31303125rem;font-style:normal;display:block; }
#PVSkfTxP3xJc10zprLzI0cJBrgRCno2B { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:22.4375rem;height:1.40625rem;font-style:normal;display:block; }
#bqmdGpTzPoOQTSgz6OZgr6SG89tU94aT { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1875rem;left:22.4375rem;height:1.31303125rem;font-style:normal;display:block; }
#rmw4pqhmE2soXwBxTOaJEze5C2PVtZ0v { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.75rem;left:30.625rem;height:1.40625rem;font-style:normal;display:block; }
#xMUPpFaQ4vZGn9iQi3l3y2kiUar8p9vT { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.1875rem;left:30.625rem;height:1.31303125rem;font-style:normal;display:block; }
#TkUEHEiJxLq6eHdkXQlvXvtPENRCpJcS { color:#ffffff;display:block;width:27.6233125rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.20166015625rem;left:4.874267578125rem;height:1.59375rem;font-style:normal;display:block; }
#iTt908yFTtZpzsIKoufA0Wv97qVRTmCl { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:2.5rem;left:1.4375rem;display:none; }
#a10LEtD7R0BFquLTwx9fX17op9Ifq0OQ { color:#000000;display:block;width:41.125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.76171875rem;left:1.422119140625rem;height:2.2753875rem;display:block; }
#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf { position:relative;display:block; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf { background-color: transparent; background-image: none; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row .container > .video-iframe-container { display: none; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row > .video-iframe-container { display: none; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .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); }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf { border-width: 0; border-radius: 0; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .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; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .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:6.0625rem;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; }#z3q9ITVePm2x3bpBJJGL7yMmKcqUcvfq { color:#161616;display:block;width:15.745875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.45361328125rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#xmI5E2BCo6TdRLt5fFRSprD8bl2KKcug { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK { position:relative;display:block; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK { background-color: transparent; background-image: none; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row .container > .video-iframe-container { display: none; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row > .video-iframe-container { display: none; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .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); }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK { border-width: 0; border-radius: 0; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .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; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .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:14.4375rem;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; }#hJlI0WGN1GJLBbL3W4Icgzxd9FO500wr { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#AWETQ4IJvLo6nBwTivHd86XtglH50K75 { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#bmkV3WaISuxHqfhZMLzNe63oHtNE0kNq { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#hATNg0mhtlroTPFVML0o82wtPAf5641v { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#DtyAE8pyHML4MTRc2vJlrLcDCUpU54ZN { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#PIDtCDUwodiTK3gc2f1EwuFvTnqlmSMQ { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#DX26xS21daGK9vfmcx2R3P31TJmnDv2M { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN5x78UgGWBBVzq9ow7pTtfvSppQMRgC { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#TyGWtBSMZf3PuIWV3qeyG9S4dWqJRvLv { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container { background-color: transparent; background-image: none; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container > .video-iframe-container { display: none; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row > .video-iframe-container { display: none; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .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); }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container { border-width: 0; border-radius: 0; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#sD9HQsig4Zz4KKqeFM4EGrTTILrm97Zb { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.998046875rem;left:0rem;height:9.5068125rem;font-style:normal;display:block; }
#lAfUhx6r7upT51ks9yduBOt8dBDWTr3J { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.921875rem;left:0rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeBthbR4t52KSQ36DJdk8WgXkSsCuA24 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.6123125rem;height:2.54980625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.38671875rem;left:0rem;display:block; }
#zXcUUbGutmsryT5caytl8XvQUgQaZcLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaATlIBk4C9EQPCvr0QZoZp9CgEXafpX { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.625rem;left:40.75rem;height:5.625rem;font-style:normal;display:block; }
#SXmKHGV8b7hgDNuUuRDtCfy1L44JsHkw { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6.875rem;left:40.75rem;height:1.875rem;font-style:normal;display:block; }
#KCGRNcnRUfDO5wRhU1vqawrlAl5dzoro { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.625rem;left:59.5rem;height:4.21875rem;font-style:normal;display:block; }
#wMhvy0Fh5HEt0sifJ8JwNi2iTySElSo0 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:59.5rem;height:3.75rem;font-style:normal;display:block; }
#HxsRfcDmoR4g1THa57z8WTzK9hFhGiu8 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.25rem;left:40.53125rem;height:1.875rem;font-style:normal;display:block; }
#EUcHK1BsOTeZfT9xgPmKWdcL7rJkSEbz { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.25rem;left:59.625rem;height:1.875rem;font-style:normal;display:block; }
#Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:40.625rem;display:block; }#Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB.adaptive-delivery-prevent-bg, #Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB.lazyload, #Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB.lazyloading { background-image: none; }
#k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:59rem;display:block; }#k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX.adaptive-delivery-prevent-bg, #k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX.lazyload, #k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX.lazyloading { background-image: none; }
#TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.3125rem;left:40.875rem;display:block; }#TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi.adaptive-delivery-prevent-bg, #TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi.lazyload, #TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi.lazyloading { background-image: none; }
#dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.125rem;left:59.5rem;display:block; }#dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b.adaptive-delivery-prevent-bg, #dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b.lazyload, #dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b.lazyloading { background-image: none; }
#i2hL4fu8hZ3vhoTcbV9CQ5G9Qu6uJMT1 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.25rem;left:40.75rem;height:5.625rem;font-style:normal;display:block; }
#Zx30Q1KFU6XARVHk374t7RzUGr6rkxQO { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.25rem;left:59.5rem;height:5.625rem;font-style:normal;display:block; }
#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B { position:relative;display:block; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B { background-color: transparent; background-image: none; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row .container > .video-iframe-container { display: none; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row > .video-iframe-container { display: none; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .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); }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B { border-width: 0; border-radius: 0; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .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; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .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:8.0625rem;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; }#DwzlDSB7Si9HKEBQ5ZfTJBaEPnrscrWZ { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#PM4vy2WfdEzBr5rZCukJrxlw8ETnAyX9 { color:#161616;display:block;width:47.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg { position:relative;display:block; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg { background-color: transparent; background-image: none; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row .container > .video-iframe-container { display: none; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row > .video-iframe-container { display: none; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .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); }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg { border-width: 0; border-radius: 0; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .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; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .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:15.625rem;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; }#i2toDZAsE3fNQli50uVk4olTEgMu1VPx { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#EhpXgiLqWgKUXPTfVRCMg9Es2JpfDhDa { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#QkAVfEIVmt313S0EZtoPkiXkkMcZcxtz { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#VaT97rhzxJMrDzQKsJZ5fKJHiOEDBhA6 { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#qKUg0CvIzdE2Al6H13R5EdqD9OMK3wwW { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#GKoH1WJsgit0TcUFkOhN9hx1uydwNuWe { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#dwaBS9pXI8Sm1UralfKhWsWrTokz8BOp { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#ytwVDeg5oa5b7sqRDbQr4FedaC1pTwb3 { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#XQQmy5lT7TURKDhUKCW5a86hTEeMFJfZ { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !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:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH.adaptive-delivery-prevent-bg, #rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH.lazyload, #rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH.lazyloading { background-image: none; }
#irIbeWwp1ztQ0hWKGAeDel457TD3FB78 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !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:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#irIbeWwp1ztQ0hWKGAeDel457TD3FB78.adaptive-delivery-prevent-bg, #irIbeWwp1ztQ0hWKGAeDel457TD3FB78.lazyload, #irIbeWwp1ztQ0hWKGAeDel457TD3FB78.lazyloading { background-image: none; }
#ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !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:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W.adaptive-delivery-prevent-bg, #ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W.lazyload, #ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W.lazyloading { background-image: none; }
#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii { position:relative;display:block; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii { background-color: transparent; background-image: none; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row .container > .video-iframe-container { display: none; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row > .video-iframe-container { display: none; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .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); }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii { border-width: 0; border-radius: 0; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .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; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .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:18rem;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; }#vTduR7TAHaSWn2qkwCEoqtd2gaLaTN96 { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#hHzdcgTcEZTDXC3LwzP966mAs0AGFSXZ { color:#161616;display:block;width:45.75rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#GLIlLzHZxl2aLdGHBrGQ7ydcL1Greaob { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.75rem;left:14.8125rem;display:block; }
#HcF1QTZO5Wx4leA76NyMkQaRuUMd7hA7 { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.75rem;left:29.1875rem;display:block; }
#tTPsGzss5SofVxUc6JhiZpwTEXB1ze1n { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.75rem;left:44.125rem;display:block; }
#aA9haAUcrXQL4B2mDuEukmyKWTQaoFF6 { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.875rem;left:53.9375rem;display:none; }
#Gy0E24vMdETbiPxieCgMahcp40QFe6QD { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b0daee2d-273f-4588-a54b-f3ac40051bbb/logotipoprincipalhospitallosmadronos2.png");background-position:center !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:3.8125rem;width:11.1875rem;top:10.4375rem;left:30.1875rem;display:block; }#Gy0E24vMdETbiPxieCgMahcp40QFe6QD.adaptive-delivery-prevent-bg, #Gy0E24vMdETbiPxieCgMahcp40QFe6QD.lazyload, #Gy0E24vMdETbiPxieCgMahcp40QFe6QD.lazyloading { background-image: none; }
#kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/140bb94c-15d1-4e3b-b5fc-282112c24473/image.png");background-position:center !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:3.5625rem;width:11.125rem;top:10.5625rem;left:44.9375rem;display:block; }#kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.adaptive-delivery-prevent-bg, #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.lazyload, #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.lazyloading { background-image: none; }
#rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/406fb3c1-01ad-4049-8583-fdc69774ed64/LogoHospitalSantaElena.png");background-position:center !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:4.6875rem;width:11rem;top:10.3125rem;left:54.875rem;display:none; }#rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.adaptive-delivery-prevent-bg, #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.lazyload, #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.lazyloading { background-image: none; }
#nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b8d8f1e-b7e8-494e-ac43-25a48c6352c4/Sanitasdental.png");background-position:center !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:3.624825rem;width:11.6868125rem;top:10.6875rem;left:15.375rem;display:block; }#nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.adaptive-delivery-prevent-bg, #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.lazyload, #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.lazyloading { background-image: none; }
#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT { position:relative;display:block; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT { background-color: transparent; background-image: none; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row .container > .video-iframe-container { display: none; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row > .video-iframe-container { display: none; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .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); }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT { border-width: 0; border-radius: 0; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .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; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .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:27.375rem;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; }#Ot7IRmRTTNJePaACCu7ERS06mWxgmftc { color:#161616;display:block;width:25.81175rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4453125rem;left:1.99951171875rem;height:4.71235625rem;font-style:normal;display:block; }
#BIxQ4VTubTlyvJxTlNKrmNtA4fZgQikF { color:#9b9b9b;display:block;width:11.9995rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.6865234375rem;left:1.99951171875rem;height:1.40625rem;font-style:normal;display:block; }
#DTiXkDdSxUw9pZEGeXWPItiaUJNTFL0a { color:#161616;display:block;width:30.4375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.6875rem;left:2rem;height:4.21875rem;font-style:normal;display:block; }
#rakwe6BS0LULaFaDg7N1xny20q9wn7ly { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.5625rem;width:11.375rem;top:2.562141418457rem;left:43.249286651611rem;display:block; }
#fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.6875rem;left:44.1875rem;display:block; }#fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs.adaptive-delivery-prevent-bg, #fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs.lazyload, #fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs.lazyloading { background-image: none; }
#h1FWncxVq2XytoBF0FkJs58piFiinuPr { color:#161616;display:block;width:9.4995rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.489013671875rem;left:44.2626953125rem;height:2.625rem;font-style:normal;display:block; }
#U2ARcqX77F4HJwqcdruqVmUWtNvTL1dy { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.5625rem;width:11.3125rem;top:2.562141418457rem;left:58.812141418457rem;display:block; }
#p0vrJGCz7Mu5rD3CViTm8bSkVd8EanOH { color:#161616;display:block;width:10.249rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.489013671875rem;left:59.4189453125rem;height:2.625rem;font-style:normal;display:block; }
#a00RVSovgX4BUTrzwD0r10uVZlkOUG2X { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.9375rem;width:11.375rem;top:15.499816894531rem;left:58.812141418457rem;display:block; }
#KCtTFGi0DtVRBoNUT7UysA76lWXNkIrW { color:#161616;display:block;width:8.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.375rem;left:59.9375rem;height:2.625rem;font-style:normal;display:block; }
#Bdmh7x9g9PfoquZCdlGmW7LJvUkthTb9 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.1875rem;width:11.375rem;top:15.499816894531rem;left:43.249286651611rem;display:block; }
#EwMpA3WTOlbSoSTXDB41rAOavCb5lsT0 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:15.6875rem;left:50.5625rem;display:none; }
#Le7obmOOoKhnDld0fxpUiUCzGFApeGGN { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.375rem;left:43.9375rem;height:2.625rem;font-style:normal;display:block; }
#VSdzm42bqnd6ODSfIo7XnfS2WrDm1TI3 { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.5625rem;left:51.28125rem;height:0;font-style:normal;display:none; }
#PgDsKbo7WCJI4tXIk8fTb6RDb043VLKx { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:15.6875rem;left:63.625rem;display:none; }
#MEcVkTUrQvW8FREgPZS7Zy9Zpdspv6lx { color:#161616;display:block;width:10.375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.5625rem;left:64.4375rem;height:0;font-style:normal;display:none; }
#g7BKMkQqkkH7E7GUflQlrER6LufiqTTG { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:17.109375rem;left:51.71875rem;display:none; }#g7BKMkQqkkH7E7GUflQlrER6LufiqTTG.adaptive-delivery-prevent-bg, #g7BKMkQqkkH7E7GUflQlrER6LufiqTTG.lazyload, #g7BKMkQqkkH7E7GUflQlrER6LufiqTTG.lazyloading { background-image: none; }
#DuIDMI8qrTKVrDgBltuIsP6T6yoLZTAb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.734375rem;left:64.375rem;display:none; }
#sQJtBZhEs8O2f61RAUHl3K2zfMW5Nm8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.6875rem;left:43.25rem; }
#y8ztRZJDZJySf3niVysowad5iDyqA4av { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.125rem;left:59.9375rem; }
#Zzb1nA6yT0O1QGP0TmdhDZs9mm7grnXn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17rem;left:59.6875rem; }
#sCNH6TCTCUd3hrm8OyDUuMxEGl05Mudf { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.375rem;left:2rem;height:2.8125rem;font-style:normal;display:block; }
#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.adaptive-delivery-prevent-bg, #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.lazyload, #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.lazyloading { background-image: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { background-color: transparent; background-image: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container > .video-iframe-container { display: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row > .video-iframe-container { display: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .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); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { border-width: 0; border-radius: 0; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MInpazVb4du7Ov7APTSTaUnWvoiGMBLF { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:11.37695rem;font-style:normal;display:block; }
#mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#KdX6soRqJxeSWgVanym5Bdp35nFNBTs2 { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 { position:relative;display:block; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 { background-color: transparent; background-image: none; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row .container > .video-iframe-container { display: none; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row > .video-iframe-container { display: none; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .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); }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 { border-width: 0; border-radius: 0; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .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; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .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:21.9375rem;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; }#huilwO2TFKMWSL1gzuPFaDGbJkqiGQAB { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.125rem;height:2.35618125rem;font-style:normal;display:block; }
#Tx3Gs5rnBqpeTJUQ9ZyD2vNAB9zzyk6D { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.125rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#IGA5tsf9Mo01xLgp7HEbXf2tdvGyFxdQ { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.25rem;left:1.125rem;height:5.625rem;font-style:normal;display:block; }
#hFlBsNysECTXH4eoTdDBWLLzclxSDwhT { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.125rem;left:1.125rem;display:block; }
#IOX94CJtSFcpp9ZLwHsfdMw9n7JmQmfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAGq09huKVpefSIPfKIOIkIoBVhZNLN8 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:2rem;left:37.375rem;display:block; }#FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.adaptive-delivery-prevent-bg, #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.lazyload, #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.lazyloading { background-image: none; }
#AhyvvO4lkb9HMTaxIsOxgipSQ3B74Co4 { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.25rem;height:5.625rem;font-style:normal;display:block; }
#Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:12rem;left:37.375rem;display:block; }#Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid.adaptive-delivery-prevent-bg, #Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid.lazyload, #Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid.lazyloading { background-image: none; }
#P1casiIQTPX19shUSvEo3OL87vuKO2e3 { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.3125rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#t3vSexiPWyeApUFzGsbQxl343DlVQV8y { position:relative;display:block; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y { background-color: transparent; background-image: none; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row .container > .video-iframe-container { display: none; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row > .video-iframe-container { display: none; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .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); }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y { border-width: 0; border-radius: 0; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .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; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .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:32.1875rem;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; }#akxSqrWCvBOFSmeJf8coA8Vu0onTsLf8 { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.654296875rem;left:38.75rem;height:4.71235625rem;font-style:normal;display:block; }
#FOgvk9g3EenJbunirFtQFQRLIVBnR0LL { color:#161616;display:block;width:30.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.374755859375rem;left:38.75rem;height:2.8125rem;font-style:normal;display:block; }
#FfnICnmnAPTtScik1piV4DadvETDlT4v { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.6875rem;left:38.75rem;display:block; }
#JdQ5GlqU19V251qMeDlyFkv4zbJmvt9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.0625rem;left:38.75rem;height:12.0605625rem;font-style:normal;display:block; }#ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v li:before{  }
#qe7nEblOyhKWgmn0bvdGd35lk0QoV13E { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:36.6875rem;top:4.9375rem;left:0rem;overflow:hidden;display:none; }
#qzueqpowentqvEsR4XOVWa5DrH7um7J9 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c8a2089-25d3-4e70-b191-844253b89688/UAX_Web043.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3118125rem;width:37.5rem;top:4.6546468734741rem;left:0rem;display:block; }#qzueqpowentqvEsR4XOVWa5DrH7um7J9.adaptive-delivery-prevent-bg, #qzueqpowentqvEsR4XOVWa5DrH7um7J9.lazyload, #qzueqpowentqvEsR4XOVWa5DrH7um7J9.lazyloading { background-image: none; }
#QBfpdObvJUnW8gv289tVtOKC9SKTXya0 { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container { background-color: transparent; background-image: none; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container > .video-iframe-container { display: none; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row > .video-iframe-container { display: none; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .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); }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container { border-width: 0; border-radius: 0; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Gq7Ph55nEGJQaakAK1d5AruJ5WndHWEs { color:#003f70;display:block;width:35.7495rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.811279296875rem;left:38.56201171875rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddXomgnbG4p18wXCZtULXMIMA0nd3hUz { color:#323232;display:block;width:32.875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:38.5625rem;height:10.390625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NdBSWXKUlUn1qNsI1FwXBcnPpZMKbqbP { position:absolute;display:block;z-index:15022;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:24.4375rem;width:36.6875rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#TK0n1iTbH26mn8ghn0wo7kw8ZA5wI31V { color:#0060ab;display:block;width:30.5615rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.124267578125rem;left:38.56201171875rem;height:1.40625rem;font-style:normal;display:block; }
#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container { background-color: transparent; background-image: none; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container > .video-iframe-container { display: none; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row > .video-iframe-container { display: none; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .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); }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container { border-width: 0; border-radius: 0; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a31dad82-9679-41f6-8c69-6686eeab2e4d/uax_fp_blanco.png");background-position:center !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:3.93676875rem;width:9.74975rem;top:1.937255859375rem;left:0.625rem;display:block; }#K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe.adaptive-delivery-prevent-bg, #K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe.lazyload, #K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe.lazyloading { background-image: none; }
#C0kP9RwCXXTBLUqztpetBC2JtsMe09xI { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.31303125rem;font-style:normal;display:block; }
#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya > .row .container { border-width: 0; border-radius: 0; }#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#xA69cAT2bJBHTW7qltkgNMgtJ6CACesF { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AGCfxcgEX7unAi0mcTh2ZLSRxAmbP76S { position:absolute;display:block;z-index:15020;background-color:#ffffff;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: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:17.1875rem;width:37.5rem;top:4.9982261657715rem;left:20rem;display:block; }
#b8gQbiU88uxNym89pGiOpFTcG3bv57X1 { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.875rem;left:21rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#limWrEGzZDUys7aTQZe4yMKWeZQTgSWh { color:#0060ab;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.8125rem;left:21rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#ghkJZCXrd0uMeEbT1a6QW81c63gX4FNs { color:#323232;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.0625rem;left:21.1875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#atVAuleFxnGu0fFBK8vF4v37rMVLKLeU { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.8125rem;left:39.71875rem;display:none; }
#u1Z9bziq6lb17ggMmSl0zV53xp4VFKnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R4H03WmyWaB4OxSVpAGdXFcJG9sleXON { display:block; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbiWz7hVhQZ014LHfDf3cObLm6SAHvfM { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4bXJpPtEKqsgrleJLEtmsxbbXQRMKqM { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmR0a3GMxqo6cXpdDMI4gpbZMgVPyTsp { display:block; }
 }@media only screen and (max-width: 763px) { #wcGSIseLFXFe3eKCT8SksGhG1BEThrRD { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vqwLpisKvxpZqwnoycDPwTbMflSpy8 { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQiA2OR9FUp8qEmEDaAEDVeW5iXKDkW { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:42.1875rem;height:9.75rem;top:14.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:44.75rem;height:7.3125rem;top:33.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTlcHetaVlF0qpgziv0ftdDTuAfrxkV { width:47.75rem;height:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVLlCpA4ZbRGlkglO0KVzW4vI9PLKVa8 { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4mJTbev0rKsTd5ohDfAiSziFy8UX9Va { top:36.5625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI1QZeoif1zTO1MZbIngz1FeSnBOTGp2 { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN5LMVB8qAM3N4wkurpBQHBRw3fRwTZP { top:42rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1a4ugdqy2q1sTmAh6BRVDCyGv3khbpy { top:6.5rem;left:8.3125rem;width:7.1875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIxs9qLQ2QAyTrnWr9VG0uTrDqN4P0sk { top:8.0625rem;left:8.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6tRaUhaGl1DG4lh2V1ITZAOLNQiT0tK { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqsJZ0ZfXJ3KlkkwmQO7q9k2zG47IzBB { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxHolQpwbHnHHQrZfGCecMlRk1rdf9Q3 { top:8.0625rem;left:18rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLUPkEnlQd6KG6K6CPVSd6z4cKkTvzC1 { top:6.5rem;left:18rem;width:7.1875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHH4Pwzc29816OqNNJqZhNEEoHJVFZEz { top:30.375rem;left:0rem;width:20rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ1oBZzMWzfMfnJOwgp5l02ENugEvyKm { top:26.5625rem;left:0rem;width:29.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9uG1R9qC4dLXXsNQRf8rETJcTNbE9UF { top:27rem;left:0rem;width:30.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSOaEdBN4z3tsvdK30SlQKCTLW51Hgv { top:16.375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #srLNvAJTJ1GC950IGUPxv31HxC5iFEH8 { display:none; }
 }@media only screen and (max-width: 763px) { #BBn8gZMTp48EdM7L46oS6T3nATqrs0tm { top:11.375rem;left:24rem;width:23.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghUPgH7buftQulfNu4q0ELvtnzeTTcO { top:12.25rem;left:38.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEfQCdG8gumZwuSZ3J4zi1iPVvOkoZBK { top:12.1875rem;left:28.6875rem;width:19.0625rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EodVu61VvpXdATdOphvv90TigyH0hp { top:16.6875rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz {display:block;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #cFTPumG9n6VTCnLh8OvHZcElSn5tDhkP {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ma1kWnzQwLds16pAFa8JvLDtQkvUn9Nu { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #UhfplQBTAP3GibEewUxBU4cEw7JTQgUn {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #As8rTVSaN5Dz3L7QbJr2pI1IpDD2AfvT {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #TME3WGoQItMswbNb5pnE22TDUUTx8k1O { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #pKJqkDbl0OGEgP1vGo9rCE1DSBD5iuFX {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qpUCW3r5cnT1idGZm89tIRi5qocnNJRE {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #SeGtE4v9CoDyoT8MH10Xp8BZgIOg9h5T { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NozLq861FStEtTqF030BgWbTpGVM4M9y {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #EV2oDMBfM4k5Z16aO7ds09BPE2f0PVve {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tvrCoaoRHzblOBKCHAqZemZbMTgqLhH0 { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #lW69f1xdI1MznoRdWa9QrMzfGtaNHNTc {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ULkzS5NNFo3eq3uCR17r3kd7aMTiTdq4 {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #RVQdG0J5ne922pTIeUrzksoI9cqIEwux { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #AbzSL6xOMHyatomi5FeyDinvZUHiOExo {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qOX1cKAASmcoAlfNVcpbTOM1V2IbN2wi {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ZfTHhlAV3AxZuqqbHQppP6o44NonTP2r { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ko6JxTc5qE8yKCkEHV8xmv7TUHr05XRk {  }
 }@media only screen and (max-width: 763px) { #FrGne2MT2KGCVeybcR5G2NP8lmu3AlDK { display:block; }
 }@media only screen and (max-width: 763px) { #Azoro4vC6dEoGPVeJVI9hD9WfsRJTN7Z { display:block; }
 }@media only screen and (max-width: 763px) { #catdJhOQDQ1zDWv6c2yhbVC9RfdcWb68 { display:block; }
 }@media only screen and (max-width: 763px) { #sPNX4ZWi7f7TuVzzuSsuW5BTn4S2uMsg { display:block; }
 }@media only screen and (max-width: 763px) { #I1v4IQgiMROGT0NxTuBorWbKn0pZaNlu { display:block; }
 }@media only screen and (max-width: 763px) { #BpZLXJ183Dpshcftlt1cwQRG5iv3LsCz { display:block; }
 }@media only screen and (max-width: 763px) { #q4kSkRmpB4sEZVkO1sFd7kvWLymoTH7b { display:block; }
 }@media only screen and (max-width: 763px) { #XzDygzBLVftVO7Mdp5VQXd8qTV9K6HeJ { display:block; }
 }@media only screen and (max-width: 763px) { #JtrTWoF5RnMQFrBRcqwI33fSCsqSZ3qu { display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #hWb9hBv9XpdQBpOqv1LRsTkSPxqVUBOn {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #gbtKDgFwS7dB2o0GypWCfcsMORlHhbVO {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #bJ9ksZKaeN3fOWk6KE8rqaiEn7uV6Kls {  }
 }@media only screen and (max-width: 763px) { #aCWNNWV6MfclJCQcTy9eeouisgHpap3X { display:block; }
 }@media only screen and (max-width: 763px) { #Mrbai6Qf3rVIU8J0qtXuCafFzJnG9TPK { display:block; }
 }@media only screen and (max-width: 763px) { #CSI6ele7RgWsD01o69xdUENg9TslAdTe { display:block; }
 }@media only screen and (max-width: 763px) { #GBp9WhNzUr2Lb1HrHIIlE6TJXJp0u6p1 { display:block; }
 }@media only screen and (max-width: 763px) { #rATxN3EsAgxIVgsiz92TVzpqXhRaPLaL { display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #C0r5JKBrMXTsEKzUV4SSp7h3nZb2odnF {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #q89TEpTPPzP39IMIAF0C826rG901zc6H {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NhHIRIRVlnT7gNXupwaA7x3AhOJJhUQp {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #rWOFW76VDmaK4vFPM8B0EEoVNMgqo0fx {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tbdWm4Onz8K5VD3Gix6S0HzGvqT0MTCy {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #I0A1z14DeSArx1bm3zs3UTFsvIbbnFMM {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tNiwsvW3DCt9qTJa1ZFgd3tBuuviOAne {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qohug6oNgxgxdeTKAtLc8tKt6sqXdZlu {  }
 }@media only screen and (max-width: 763px) { #T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR { display:block; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTbcKhBgHpufbiy3Q8Fde4yBbNrK73rU { top:3.9375rem;left:0rem;width:41.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifX0hFXMbPlKfKdrLMDfQMsHJKRZBgtB { top:7.1875rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THr3BteJ43d22HRh1KdBumwQ3l3KRC7e { top:8.75rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAW67mHPnQ3WhcNxEDGAurV5TeGqqyLe { top:8.75rem;left:0.375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guAOdCTu5Q4gIas7QLu1113Ifp9pTNsQ { top:7.1875rem;left:0.125rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSkfTxP3xJc10zprLzI0cJBrgRCno2B { top:8.75rem;left:8.8125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqmdGpTzPoOQTSgz6OZgr6SG89tU94aT { top:7.1875rem;left:8.8125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmw4pqhmE2soXwBxTOaJEze5C2PVtZ0v { top:8.75rem;left:17rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMUPpFaQ4vZGn9iQi3l3y2kiUar8p9vT { top:7.1875rem;left:17rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEHEiJxLq6eHdkXQlvXvtPENRCpJcS { top:4.1875rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTt908yFTtZpzsIKoufA0Wv97qVRTmCl { top:2.5rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a10LEtD7R0BFquLTwx9fX17op9Ifq0OQ { top:0.75rem;left:0rem;width:41.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf { display:block; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3q9ITVePm2x3bpBJJGL7yMmKcqUcvfq { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmI5E2BCo6TdRLt5fFRSprD8bl2KKcug { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOdUTDHi5odXoLdnGnsRubIef9KpwvDK { display:block; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJlI0WGN1GJLBbL3W4Icgzxd9FO500wr { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWETQ4IJvLo6nBwTivHd86XtglH50K75 { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkV3WaISuxHqfhZMLzNe63oHtNE0kNq { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hATNg0mhtlroTPFVML0o82wtPAf5641v { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtyAE8pyHML4MTRc2vJlrLcDCUpU54ZN { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIDtCDUwodiTK3gc2f1EwuFvTnqlmSMQ { top:6.5625rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX26xS21daGK9vfmcx2R3P31TJmnDv2M { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN5x78UgGWBBVzq9ow7pTtfvSppQMRgC { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGWtBSMZf3PuIWV3qeyG9S4dWqJRvLv { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ { display:block; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sD9HQsig4Zz4KKqeFM4EGrTTILrm97Zb { top:3.9375rem;left:0rem;width:34.8125rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAfUhx6r7upT51ks9yduBOt8dBDWTr3J { top:15.875rem;left:0rem;width:32.1875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeBthbR4t52KSQ36DJdk8WgXkSsCuA24 { width:12.5625rem;height:2.5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXcUUbGutmsryT5caytl8XvQUgQaZcLA { display:block; }
 }@media only screen and (max-width: 763px) { #IaATlIBk4C9EQPCvr0QZoZp9CgEXafpX { top:10.625rem;left:27.124286651611rem;width:14.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXmKHGV8b7hgDNuUuRDtCfy1L44JsHkw { top:6.875rem;left:27.124286651611rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGRNcnRUfDO5wRhU1vqawrlAl5dzoro { top:10.625rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhvy0Fh5HEt0sifJ8JwNi2iTySElSo0 { top:6.875rem;left:32.375rem;width:15.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxsRfcDmoR4g1THa57z8WTzK9hFhGiu8 { top:21.25rem;left:26.906253814698rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUcHK1BsOTeZfT9xgPmKWdcL7rJkSEbz { top:21.25rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB { top:3.5625rem;left:27rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX { top:3.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi { top:18.3125rem;left:27.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b { top:18.125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2hL4fu8hZ3vhoTcbV9CQ5G9Qu6uJMT1 { top:23.25rem;left:27.125003814698rem;width:15.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx30Q1KFU6XARVHk374t7RzUGr6rkxQO { top:23.25rem;left:33.25rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B { display:block; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwzlDSB7Si9HKEBQ5ZfTJBaEPnrscrWZ { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4vy2WfdEzBr5rZCukJrxlw8ETnAyX9 { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg { display:block; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2toDZAsE3fNQli50uVk4olTEgMu1VPx { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhpXgiLqWgKUXPTfVRCMg9Es2JpfDhDa { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkAVfEIVmt313S0EZtoPkiXkkMcZcxtz { display:none; }
 }@media only screen and (max-width: 763px) { #VaT97rhzxJMrDzQKsJZ5fKJHiOEDBhA6 { display:none; }
 }@media only screen and (max-width: 763px) { #qKUg0CvIzdE2Al6H13R5EdqD9OMK3wwW { display:none; }
 }@media only screen and (max-width: 763px) { #GKoH1WJsgit0TcUFkOhN9hx1uydwNuWe { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwaBS9pXI8Sm1UralfKhWsWrTokz8BOp { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytwVDeg5oa5b7sqRDbQr4FedaC1pTwb3 { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQQmy5lT7TURKDhUKCW5a86hTEeMFJfZ { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #irIbeWwp1ztQ0hWKGAeDel457TD3FB78 { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii { display:block; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTduR7TAHaSWn2qkwCEoqtd2gaLaTN96 { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHzdcgTcEZTDXC3LwzP966mAs0AGFSXZ { top:5.0625rem;left:0rem;width:45.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLIlLzHZxl2aLdGHBrGQ7ydcL1Greaob { top:9.75rem;left:1.1875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcF1QTZO5Wx4leA76NyMkQaRuUMd7hA7 { top:9.75rem;left:15.5625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPsGzss5SofVxUc6JhiZpwTEXB1ze1n { top:9.75rem;left:30.5rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9haAUcrXQL4B2mDuEukmyKWTQaoFF6 { top:9.875rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0E24vMdETbiPxieCgMahcp40QFe6QD { top:10.4375rem;left:16.5625rem;width:11.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ { top:10.5625rem;left:31.3125rem;width:11.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb { top:10.3125rem;left:36.75rem;width:11rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK { top:10.6875rem;left:1.75rem;width:11.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCG1X5nryEovd55G6QyCU7VtuAEhEzmT { display:block; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ot7IRmRTTNJePaACCu7ERS06mWxgmftc { top:6.4375rem;left:0rem;width:25.75rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIxQ4VTubTlyvJxTlNKrmNtA4fZgQikF { top:3.625rem;left:0rem;width:11.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiXkDdSxUw9pZEGeXWPItiaUJNTFL0a { top:13.6875rem;left:0rem;width:30.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rakwe6BS0LULaFaDg7N1xny20q9wn7ly { top:2.5rem;left:23.875rem;width:11.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs { top:16.6875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1FWncxVq2XytoBF0FkJs58piFiinuPr { top:7.4375rem;left:23.875rem;width:9.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ARcqX77F4HJwqcdruqVmUWtNvTL1dy { top:2.5rem;left:36.3125rem;width:11.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0vrJGCz7Mu5rD3CViTm8bSkVd8EanOH { top:7.4375rem;left:37.5625rem;width:10.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a00RVSovgX4BUTrzwD0r10uVZlkOUG2X { top:15.4375rem;left:36.25rem;width:11.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCtTFGi0DtVRBoNUT7UysA76lWXNkIrW { top:20.3125rem;left:38.875rem;width:8.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdmh7x9g9PfoquZCdlGmW7LJvUkthTb9 { top:15.4375rem;left:23.875rem;width:11.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMpA3WTOlbSoSTXDB41rAOavCb5lsT0 { top:15.6875rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le7obmOOoKhnDld0fxpUiUCzGFApeGGN { top:20.375rem;left:23.875rem;width:9.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSdzm42bqnd6ODSfIo7XnfS2WrDm1TI3 { top:20.5625rem;left:30.84375rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDsKbo7WCJI4tXIk8fTb6RDb043VLKx { top:15.6875rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEcVkTUrQvW8FREgPZS7Zy9Zpdspv6lx { top:20.5625rem;left:37.375rem;width:10.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BKMkQqkkH7E7GUflQlrER6LufiqTTG { top:17.0625rem;left:31.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuIDMI8qrTKVrDgBltuIsP6T6yoLZTAb { top:16.6875rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJtBZhEs8O2f61RAUHl3K2zfMW5Nm8T { top:3.6875rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ztRZJDZJySf3niVysowad5iDyqA4av { top:4.125rem;left:39.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzb1nA6yT0O1QGP0TmdhDZs9mm7grnXn { top:17rem;left:39.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCNH6TCTCUd3hrm8OyDUuMxEGl05Mudf { top:19.375rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW { display:block; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MInpazVb4du7Ov7APTSTaUnWvoiGMBLF { top:3.6875rem;left:0rem;width:44.5625rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz { display:none; }
 }@media only screen and (max-width: 763px) { #KdX6soRqJxeSWgVanym5Bdp35nFNBTs2 { display:none; }
 }@media only screen and (max-width: 763px) { #Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 { display:block; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huilwO2TFKMWSL1gzuPFaDGbJkqiGQAB { top:6.125rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3Gs5rnBqpeTJUQ9ZyD2vNAB9zzyk6D { top:3.125rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGA5tsf9Mo01xLgp7HEbXf2tdvGyFxdQ { top:9.25rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFlBsNysECTXH4eoTdDBWLLzclxSDwhT { width:14.3125rem;height:2.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOX94CJtSFcpp9ZLwHsfdMw9n7JmQmfZ { display:block; }
 }@media only screen and (max-width: 763px) { #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8 { top:2rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhyvvO4lkb9HMTaxIsOxgipSQ3B74Co4 { top:3.25rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid { top:12rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1casiIQTPX19shUSvEo3OL87vuKO2e3 { top:13.3125rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vSexiPWyeApUFzGsbQxl343DlVQV8y { display:block; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akxSqrWCvBOFSmeJf8coA8Vu0onTsLf8 { top:4.625rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgvk9g3EenJbunirFtQFQRLIVBnR0LL { top:10.3125rem;left:17.1875rem;width:30.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfnICnmnAPTtScik1piV4DadvETDlT4v { width:14.3125rem;height:2.75rem;top:27.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQ5GlqU19V251qMeDlyFkv4zbJmvt9g { display:block; }
 }@media only screen and (max-width: 763px) { #ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v { top:14.0625rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v li:before{  }
 }@media only screen and (max-width: 763px) { #qe7nEblOyhKWgmn0bvdGd35lk0QoV13E { top:4.9375rem;left:0rem;width:36.6875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzueqpowentqvEsR4XOVWa5DrH7um7J9 { top:4.625rem;left:0rem;width:37.5rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBfpdObvJUnW8gv289tVtOKC9SKTXya0 { top:2.3125rem;left:23.875rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 { display:block; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq7Ph55nEGJQaakAK1d5AruJ5WndHWEs { top:2.75rem;left:12rem;width:35.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddXomgnbG4p18wXCZtULXMIMA0nd3hUz { top:10rem;left:14.9375rem;width:32.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdBSWXKUlUn1qNsI1FwXBcnPpZMKbqbP { top:1.1875rem;left:0rem;width:36.6875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK0n1iTbH26mn8ghn0wo7kw8ZA5wI31V { top:6.0625rem;left:17.25rem;width:30.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd { display:block; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe { top:1.875rem;left:0rem;width:9.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0kP9RwCXXTBLUqztpetBC2JtsMe09xI { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya { display:block; }#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA69cAT2bJBHTW7qltkgNMgtJ6CACesF { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGCfxcgEX7unAi0mcTh2ZLSRxAmbP76S { top:4.9375rem;left:6.375rem;width:37.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8gQbiU88uxNym89pGiOpFTcG3bv57X1 { top:6.875rem;left:7.3746452331544rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #limWrEGzZDUys7aTQZe4yMKWeZQTgSWh { top:9.75rem;left:7.3746452331544rem;width:35.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkJZCXrd0uMeEbT1a6QW81c63gX4FNs { top:13rem;left:7.5619659423825rem;width:34.5625rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atVAuleFxnGu0fFBK8vF4v37rMVLKLeU { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1Z9bziq6lb17ggMmSl0zV53xp4VFKnd { display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R4H03WmyWaB4OxSVpAGdXFcJG9sleXON { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { background-color: transparent; background-image: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container > .video-iframe-container { display: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container { display: none; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .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); }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { border-width: 0; border-radius: 0; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4H03WmyWaB4OxSVpAGdXFcJG9sleXON > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbiWz7hVhQZ014LHfDf3cObLm6SAHvfM { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #u4bXJpPtEKqsgrleJLEtmsxbbXQRMKqM { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmR0a3GMxqo6cXpdDMI4gpbZMgVPyTsp { display:block; }
 }@media only screen and (max-width: 763px) { #wcGSIseLFXFe3eKCT8SksGhG1BEThrRD { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2vqwLpisKvxpZqwnoycDPwTbMflSpy8 { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibQiA2OR9FUp8qEmEDaAEDVeW5iXKDkW { width:10.3125rem;height:3.81225625rem;top:0.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:4.7247875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:6.7489375rem;top:9.805908203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LkTlcHetaVlF0qpgziv0ftdDTuAfrxkV { top:18.4375rem;left:0rem;width:20rem;height:11rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TVLlCpA4ZbRGlkglO0KVzW4vI9PLKVa8 { width:20rem;height:3.4375rem;top:35.625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #y4mJTbev0rKsTd5ohDfAiSziFy8UX9Va { top:36.625rem;left:2.1875rem;width:15.5619375rem;height:1.4624rem;z-index:15012;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AI1QZeoif1zTO1MZbIngz1FeSnBOTGp2 { width:4.5625rem;height:1.31303125rem;top:40.4375rem;left:2.6875rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uN5LMVB8qAM3N4wkurpBQHBRw3fRwTZP { width:5.3125rem;height:1.40625rem;top:42rem;left:2.6875rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #w1a4ugdqy2q1sTmAh6BRVDCyGv3khbpy { width:3.18714375rem;height:1.31303125rem;top:44.75rem;left:2.75rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tIxs9qLQ2QAyTrnWr9VG0uTrDqN4P0sk { width:8.187125rem;height:1.40625rem;top:46.5rem;left:11.875rem;font-size:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tRaUhaGl1DG4lh2V1ITZAOLNQiT0tK { width:6.25rem;height:1.40625rem;top:42rem;left:11.875rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nqsJZ0ZfXJ3KlkkwmQO7q9k2zG47IzBB { width:5.875rem;height:1.31303125rem;top:40.4375rem;left:11.625rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sxHolQpwbHnHHQrZfGCecMlRk1rdf9Q3 { width:3.75rem;height:1.40625rem;top:46.5625rem;left:2.75rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TLUPkEnlQd6KG6K6CPVSd6z4cKkTvzC1 { width:3.81214375rem;height:1.31303125rem;top:44.6875rem;left:11.875rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #lHH4Pwzc29816OqNNJqZhNEEoHJVFZEz { width:20rem;height:3.89915rem;top:30.379638671875rem;left:0rem;font-size:0.75rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJ1oBZzMWzfMfnJOwgp5l02ENugEvyKm { width:20rem;height:2.1875rem;top:26.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9uG1R9qC4dLXXsNQRf8rETJcTNbE9UF { width:20rem;height:auto;top:27rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cTSOaEdBN4z3tsvdK30SlQKCTLW51Hgv { width:19.624rem;height:2.625rem;top:6.492919921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15029;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #srLNvAJTJ1GC950IGUPxv31HxC5iFEH8 { top:18.468017578125rem;left:9.937744140625rem;width:10.06225rem;height:10.9375rem;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#srLNvAJTJ1GC950IGUPxv31HxC5iFEH8.adaptive-delivery-prevent-bg, #srLNvAJTJ1GC950IGUPxv31HxC5iFEH8.lazyload, #srLNvAJTJ1GC950IGUPxv31HxC5iFEH8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BBn8gZMTp48EdM7L46oS6T3nATqrs0tm { width:20rem;height:7.3125rem;top:49.5625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghUPgH7buftQulfNu4q0ELvtnzeTTcO { display:flex;width:1.875rem;height:1.875rem;top:50.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #uEfQCdG8gumZwuSZ3J4zi1iPVvOkoZBK { width:16.43675rem;height:3.41086875rem;top:50.6875rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EodVu61VvpXdATdOphvv90TigyH0hp { width:15.8105625rem;height:1.13769375rem;top:54.75rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-text {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-select {padding-top: 0; padding-bottom: 0;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz  { width:17.5rem;height:auto;top:56.9375rem;left:0rem; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz {display:block;}#SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz { width:17.5rem;height:auto;top:56.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #cFTPumG9n6VTCnLh8OvHZcElSn5tDhkP {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ma1kWnzQwLds16pAFa8JvLDtQkvUn9Nu { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #UhfplQBTAP3GibEewUxBU4cEw7JTQgUn {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #As8rTVSaN5Dz3L7QbJr2pI1IpDD2AfvT {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #TME3WGoQItMswbNb5pnE22TDUUTx8k1O { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #pKJqkDbl0OGEgP1vGo9rCE1DSBD5iuFX {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qpUCW3r5cnT1idGZm89tIRi5qocnNJRE {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #SeGtE4v9CoDyoT8MH10Xp8BZgIOg9h5T { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NozLq861FStEtTqF030BgWbTpGVM4M9y {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #EV2oDMBfM4k5Z16aO7ds09BPE2f0PVve {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tvrCoaoRHzblOBKCHAqZemZbMTgqLhH0 { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #lW69f1xdI1MznoRdWa9QrMzfGtaNHNTc {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ULkzS5NNFo3eq3uCR17r3kd7aMTiTdq4 {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #RVQdG0J5ne922pTIeUrzksoI9cqIEwux { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #AbzSL6xOMHyatomi5FeyDinvZUHiOExo {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qOX1cKAASmcoAlfNVcpbTOM1V2IbN2wi {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #ZfTHhlAV3AxZuqqbHQppP6o44NonTP2r { display:none; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #Ko6JxTc5qE8yKCkEHV8xmv7TUHr05XRk {  }
 }@media only screen and (max-width: 763px) { #FrGne2MT2KGCVeybcR5G2NP8lmu3AlDK { display:block; }
 }@media only screen and (max-width: 763px) { #Azoro4vC6dEoGPVeJVI9hD9WfsRJTN7Z { display:block; }
 }@media only screen and (max-width: 763px) { #catdJhOQDQ1zDWv6c2yhbVC9RfdcWb68 { display:block; }
 }@media only screen and (max-width: 763px) { #sPNX4ZWi7f7TuVzzuSsuW5BTn4S2uMsg { display:block; }
 }@media only screen and (max-width: 763px) { #I1v4IQgiMROGT0NxTuBorWbKn0pZaNlu { display:block; }
 }@media only screen and (max-width: 763px) { #BpZLXJ183Dpshcftlt1cwQRG5iv3LsCz { display:block; }
 }@media only screen and (max-width: 763px) { #q4kSkRmpB4sEZVkO1sFd7kvWLymoTH7b { display:block; }
 }@media only screen and (max-width: 763px) { #XzDygzBLVftVO7Mdp5VQXd8qTV9K6HeJ { display:block; }
 }@media only screen and (max-width: 763px) { #JtrTWoF5RnMQFrBRcqwI33fSCsqSZ3qu { display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #hWb9hBv9XpdQBpOqv1LRsTkSPxqVUBOn {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #gbtKDgFwS7dB2o0GypWCfcsMORlHhbVO {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #bJ9ksZKaeN3fOWk6KE8rqaiEn7uV6Kls {  }
 }@media only screen and (max-width: 763px) { #aCWNNWV6MfclJCQcTy9eeouisgHpap3X { display:block; }
 }@media only screen and (max-width: 763px) { #Mrbai6Qf3rVIU8J0qtXuCafFzJnG9TPK { display:block; }
 }@media only screen and (max-width: 763px) { #CSI6ele7RgWsD01o69xdUENg9TslAdTe { display:block; }
 }@media only screen and (max-width: 763px) { #GBp9WhNzUr2Lb1HrHIIlE6TJXJp0u6p1 { display:block; }
 }@media only screen and (max-width: 763px) { #rATxN3EsAgxIVgsiz92TVzpqXhRaPLaL { display:block; }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #C0r5JKBrMXTsEKzUV4SSp7h3nZb2odnF {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #q89TEpTPPzP39IMIAF0C826rG901zc6H {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #NhHIRIRVlnT7gNXupwaA7x3AhOJJhUQp {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #rWOFW76VDmaK4vFPM8B0EEoVNMgqo0fx {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tbdWm4Onz8K5VD3Gix6S0HzGvqT0MTCy {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #I0A1z14DeSArx1bm3zs3UTFsvIbbnFMM {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #tNiwsvW3DCt9qTJa1ZFgd3tBuuviOAne {  }
 }@media only screen and (max-width: 763px) { #SNXaWRP44Ht9TTNtXAaThXSzTmNo9JKz #qohug6oNgxgxdeTKAtLc8tKt6sqXdZlu {  }
 }@media only screen and (max-width: 763px) { #T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR { display:none; }#T2AOAvSEExrK8VuKOlEfpRz9RP9Sy4oR > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTbcKhBgHpufbiy3Q8Fde4yBbNrK73rU { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifX0hFXMbPlKfKdrLMDfQMsHJKRZBgtB { width:4.5625rem;height:1.31303125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THr3BteJ43d22HRh1KdBumwQ3l3KRC7e { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAW67mHPnQ3WhcNxEDGAurV5TeGqqyLe { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guAOdCTu5Q4gIas7QLu1113Ifp9pTNsQ { width:5.875rem;height:1.31303125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSkfTxP3xJc10zprLzI0cJBrgRCno2B { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqmdGpTzPoOQTSgz6OZgr6SG89tU94aT { width:3.1875rem;height:1.31303125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmw4pqhmE2soXwBxTOaJEze5C2PVtZ0v { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMUPpFaQ4vZGn9iQi3l3y2kiUar8p9vT { width:3.8125rem;height:1.31303125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEHEiJxLq6eHdkXQlvXvtPENRCpJcS { width:18.75rem;height:0;top:2.671875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iTt908yFTtZpzsIKoufA0Wv97qVRTmCl { top:2.55078125rem;left:2.125rem;width:15.5625rem;height:1.46218125rem;z-index:15010;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a10LEtD7R0BFquLTwx9fX17op9Ifq0OQ { width:20rem;height:4.54426875rem;top:10.217015266419rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf { display:block; }#FHfRM6QMHrvm9B64wLTy9JiNrUpqrktf > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3q9ITVePm2x3bpBJJGL7yMmKcqUcvfq { width:15.6875rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmI5E2BCo6TdRLt5fFRSprD8bl2KKcug { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOdUTDHi5odXoLdnGnsRubIef9KpwvDK { display:block; }#mOdUTDHi5odXoLdnGnsRubIef9KpwvDK > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJlI0WGN1GJLBbL3W4Icgzxd9FO500wr { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AWETQ4IJvLo6nBwTivHd86XtglH50K75 { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmkV3WaISuxHqfhZMLzNe63oHtNE0kNq { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hATNg0mhtlroTPFVML0o82wtPAf5641v { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtyAE8pyHML4MTRc2vJlrLcDCUpU54ZN { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIDtCDUwodiTK3gc2f1EwuFvTnqlmSMQ { width:18.75rem;height:auto;top:6.5625rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DX26xS21daGK9vfmcx2R3P31TJmnDv2M { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LN5x78UgGWBBVzq9ow7pTtfvSppQMRgC { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyGWtBSMZf3PuIWV3qeyG9S4dWqJRvLv { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ { display:block; }#MARekK2B1Omy83otflxF2Xk2Sb1GrLvJ > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sD9HQsig4Zz4KKqeFM4EGrTTILrm97Zb { width:20rem;height:9.747875rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAfUhx6r7upT51ks9yduBOt8dBDWTr3J { width:20rem;height:10.50425rem;top:12.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeBthbR4t52KSQ36DJdk8WgXkSsCuA24 { width:12.51075rem;height:2.44921875rem;top:24.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXcUUbGutmsryT5caytl8XvQUgQaZcLA { display:block; }
 }@media only screen and (max-width: 763px) { #IaATlIBk4C9EQPCvr0QZoZp9CgEXafpX { width:20rem;height:3.9391rem;top:33.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXmKHGV8b7hgDNuUuRDtCfy1L44JsHkw { width:15.375rem;height:1.40625rem;top:30.6875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCGRNcnRUfDO5wRhU1vqawrlAl5dzoro { width:20rem;height:2.6260625rem;top:43.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wMhvy0Fh5HEt0sifJ8JwNi2iTySElSo0 { width:15.375rem;height:1.40625rem;top:41.1875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HxsRfcDmoR4g1THa57z8WTzK9hFhGiu8 { width:15.375rem;height:1.40625rem;top:49.6875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EUcHK1BsOTeZfT9xgPmKWdcL7rJkSEbz { width:15.375rem;height:1.40625rem;top:60.375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3LqtSo9vrayh6QuW38kkPOP8JETVlB { width:2.8125rem;height:2.8125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0q8LKHFyThKAryBLd7U5fNSXhTLl1RX { width:2.8125rem;height:2.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfWPomOcqbXZpfDPwPtrDiD81TrmKPi { width:2.8125rem;height:2.8125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVcQqwmTqOFE2EbTM0X8XxNLiIIJmx9b { width:2.625rem;height:2.625rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2hL4fu8hZ3vhoTcbV9CQ5G9Qu6uJMT1 { width:19.75rem;height:3.9391rem;top:51.8125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zx30Q1KFU6XARVHk374t7RzUGr6rkxQO { width:19.9375rem;height:3.9391rem;top:63.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B { display:block; }#nTH6JngiXDVeXfBreFs99oP2tSC7Ml9B > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwzlDSB7Si9HKEBQ5ZfTJBaEPnrscrWZ { width:18.375rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4vy2WfdEzBr5rZCukJrxlw8ETnAyX9 { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg { display:block; }#zyeyWcptBL4zzusLU9kg9bcPZ0S5GdKg > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2toDZAsE3fNQli50uVk4olTEgMu1VPx { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EhpXgiLqWgKUXPTfVRCMg9Es2JpfDhDa { width:18.0625rem;height:3.9391rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QkAVfEIVmt313S0EZtoPkiXkkMcZcxtz { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaT97rhzxJMrDzQKsJZ5fKJHiOEDBhA6 { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKUg0CvIzdE2Al6H13R5EdqD9OMK3wwW { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKoH1WJsgit0TcUFkOhN9hx1uydwNuWe { width:17.8125rem;height:5.25213125rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dwaBS9pXI8Sm1UralfKhWsWrTokz8BOp { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ytwVDeg5oa5b7sqRDbQr4FedaC1pTwb3 { width:17.625rem;height:5.25213125rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XQQmy5lT7TURKDhUKCW5a86hTEeMFJfZ { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rH3HBEIlb2iKMz84NUio6Q5l5qyNeeTH { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #irIbeWwp1ztQ0hWKGAeDel457TD3FB78 { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQ6IKgNB8hkT8r3077UJ5Ab5XiGy35W { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii { display:block; }#GQZGCmnTrtbOENXBG04p0BmGeFuUf6Ii > .row .container { width:20rem;height:23.437515258789rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTduR7TAHaSWn2qkwCEoqtd2gaLaTN96 { width:20rem;height:3.57421875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHzdcgTcEZTDXC3LwzP966mAs0AGFSXZ { width:20rem;height:7.03125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #GLIlLzHZxl2aLdGHBrGQ7ydcL1Greaob { width:9.375rem;height:4.0625rem;top:14.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcF1QTZO5Wx4leA76NyMkQaRuUMd7hA7 { width:9.375rem;height:4.0625rem;top:19.375rem;left:5.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPsGzss5SofVxUc6JhiZpwTEXB1ze1n { width:9.375rem;height:4.0625rem;top:14.375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9haAUcrXQL4B2mDuEukmyKWTQaoFF6 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:10.624132454395rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy0E24vMdETbiPxieCgMahcp40QFe6QD { width:8.5rem;height:2.8125rem;top:14.875rem;left:11.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b0daee2d-273f-4588-a54b-f3ac40051bbb/logotipoprincipalhospitallosmadronos2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Gy0E24vMdETbiPxieCgMahcp40QFe6QD.adaptive-delivery-prevent-bg, #Gy0E24vMdETbiPxieCgMahcp40QFe6QD.lazyload, #Gy0E24vMdETbiPxieCgMahcp40QFe6QD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ { width:9rem;height:2.9375rem;top:19.9375rem;left:5.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/140bb94c-15d1-4e3b-b5fc-282112c24473/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.adaptive-delivery-prevent-bg, #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.lazyload, #kcJguUnk1WdEe8gDzio8IhB9ZQI8nACJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb { width:8.4375rem;height:3.375rem;top:18.90625rem;left:10.6240234375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/406fb3c1-01ad-4049-8583-fdc69774ed64/LogoHospitalSantaElena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.adaptive-delivery-prevent-bg, #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.lazyload, #rtqWapWuFx5vA1GrkVzch9nPrr7PAsLb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK { width:9.375rem;height:2.8125rem;top:15rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b8d8f1e-b7e8-494e-ac43-25a48c6352c4/Sanitasdental.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.adaptive-delivery-prevent-bg, #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.lazyload, #nRxwFPytuFSaQXTizAWHlUyWJaa0AwTK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aCG1X5nryEovd55G6QyCU7VtuAEhEzmT { display:block; }#aCG1X5nryEovd55G6QyCU7VtuAEhEzmT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ot7IRmRTTNJePaACCu7ERS06mWxgmftc { width:20rem;height:3.57421875rem;top:3.123779296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIxQ4VTubTlyvJxTlNKrmNtA4fZgQikF { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #DTiXkDdSxUw9pZEGeXWPItiaUJNTFL0a { width:20rem;height:7.03125rem;top:8.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #rakwe6BS0LULaFaDg7N1xny20q9wn7ly { width:19.875rem;height:4.4375rem;top:22rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fHuuo7DhzL8L8ixlGxfnT0gw6ZanSNTs { width:1.9375rem;height:1.9375rem;top:23.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1FWncxVq2XytoBF0FkJs58piFiinuPr { width:15.625rem;height:2.2753875rem;top:23.125rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U2ARcqX77F4HJwqcdruqVmUWtNvTL1dy { width:19.875rem;height:4.3125rem;top:27.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p0vrJGCz7Mu5rD3CViTm8bSkVd8EanOH { width:14.2498125rem;height:2.6260625rem;top:28.1875rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #a00RVSovgX4BUTrzwD0r10uVZlkOUG2X { width:19.9375rem;height:3.6875rem;top:32.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KCtTFGi0DtVRBoNUT7UysA76lWXNkIrW { width:13.6869375rem;height:1.31303125rem;top:33.8125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Bdmh7x9g9PfoquZCdlGmW7LJvUkthTb9 { width:19.875rem;height:3.4375rem;top:37.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EwMpA3WTOlbSoSTXDB41rAOavCb5lsT0 { width:19.875rem;height:3.4375rem;top:41.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Le7obmOOoKhnDld0fxpUiUCzGFApeGGN { width:14.8118125rem;height:1.13769375rem;top:38.5rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VSdzm42bqnd6ODSfIo7XnfS2WrDm1TI3 { width:14.8125rem;height:2.625rem;top:41.8125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #PgDsKbo7WCJI4tXIk8fTb6RDb043VLKx { width:19.875rem;height:4.4375rem;top:45.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MEcVkTUrQvW8FREgPZS7Zy9Zpdspv6lx { width:14.5625rem;height:3.9375rem;top:46.1875rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #g7BKMkQqkkH7E7GUflQlrER6LufiqTTG { width:1.75rem;height:1.75rem;top:38.03125rem;left:1.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuIDMI8qrTKVrDgBltuIsP6T6yoLZTAb { display:flex;width:1.75rem;height:1.75rem;top:47.15625rem;left:1.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQJtBZhEs8O2f61RAUHl3K2zfMW5Nm8T { display:flex;width:2.4375rem;height:2.4375rem;top:37.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #y8ztRZJDZJySf3niVysowad5iDyqA4av { display:flex;width:1.875rem;height:1.875rem;top:28.5625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zzb1nA6yT0O1QGP0TmdhDZs9mm7grnXn { display:flex;width:2.1875rem;height:2.1875rem;top:33.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sCNH6TCTCUd3hrm8OyDUuMxEGl05Mudf { width:20rem;height:4.21875rem;top:16.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.adaptive-delivery-prevent-bg, #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.lazyload, #ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW.lazyloading { background-image: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { background-color: transparent; background-image: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container > .video-iframe-container { display: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row > .video-iframe-container { display: none; }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .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); }#ygZSxiddP1u3Xg0mOUIn1f1N6cy3U5CW > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MInpazVb4du7Ov7APTSTaUnWvoiGMBLF { width:20rem;height:12.5097625rem;top:3.3837890625rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz.adaptive-delivery-prevent-bg, #mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz.lazyload, #mzfeqxkk3fro0bPvFUWe0BTWeiGH96gz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KdX6soRqJxeSWgVanym5Bdp35nFNBTs2 { top:19.1875rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KdX6soRqJxeSWgVanym5Bdp35nFNBTs2.adaptive-delivery-prevent-bg, #KdX6soRqJxeSWgVanym5Bdp35nFNBTs2.lazyload, #KdX6soRqJxeSWgVanym5Bdp35nFNBTs2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 { display:block; }#Vi6TMdq8DVaAz4gzB9KBowUyssKJAni1 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huilwO2TFKMWSL1gzuPFaDGbJkqiGQAB { width:20rem;height:3.57421875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3Gs5rnBqpeTJUQ9ZyD2vNAB9zzyk6D { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #IGA5tsf9Mo01xLgp7HEbXf2tdvGyFxdQ { width:20rem;height:7.03125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #hFlBsNysECTXH4eoTdDBWLLzclxSDwhT { width:20rem;height:2.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOX94CJtSFcpp9ZLwHsfdMw9n7JmQmfZ { display:block; }
 }@media only screen and (max-width: 763px) { #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8 { width:20rem;height:6.25rem;top:19.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.adaptive-delivery-prevent-bg, #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.lazyload, #FAGq09huKVpefSIPfKIOIkIoBVhZNLN8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AhyvvO4lkb9HMTaxIsOxgipSQ3B74Co4 { width:20rem;height:5.625rem;top:27.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2LFsyTTSJA1VLV9u6cfSrH9gkIQIid { width:20rem;height:6.25rem;top:35rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1casiIQTPX19shUSvEo3OL87vuKO2e3 { width:20rem;height:5.625rem;top:42.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #t3vSexiPWyeApUFzGsbQxl343DlVQV8y { display:block; }#t3vSexiPWyeApUFzGsbQxl343DlVQV8y > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akxSqrWCvBOFSmeJf8coA8Vu0onTsLf8 { width:20rem;height:5.361325rem;top:15.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgvk9g3EenJbunirFtQFQRLIVBnR0LL { width:20rem;height:4.21875rem;top:22.1240234375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FfnICnmnAPTtScik1piV4DadvETDlT4v { width:19.8259375rem;height:2.576175rem;top:46.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQ5GlqU19V251qMeDlyFkv4zbJmvt9g { display:block; }
 }@media only screen and (max-width: 763px) { #ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v { width:20rem;height:18.620375rem;top:27.393798828125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#ZgKc2wzQzUJR7fAxeM96tpJpzDu7Ta1v li:before{  }
 }@media only screen and (max-width: 763px) { #qe7nEblOyhKWgmn0bvdGd35lk0QoV13E { width:20rem;height:13.1875rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzueqpowentqvEsR4XOVWa5DrH7um7J9 { width:20rem;height:11.875rem;top:0.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c8a2089-25d3-4e70-b191-844253b89688/UAX_Web043.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qzueqpowentqvEsR4XOVWa5DrH7um7J9.adaptive-delivery-prevent-bg, #qzueqpowentqvEsR4XOVWa5DrH7um7J9.lazyload, #qzueqpowentqvEsR4XOVWa5DrH7um7J9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QBfpdObvJUnW8gv289tVtOKC9SKTXya0 { width:13.25rem;height:1.31303125rem;top:13.625rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 { display:block; }#rrn1k2S7NfZFfIhvRTuHIP97N5yMMvK0 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq7Ph55nEGJQaakAK1d5AruJ5WndHWEs { width:20rem;height:3.900925rem;top:15.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddXomgnbG4p18wXCZtULXMIMA0nd3hUz { width:20rem;height:12.18039375rem;top:22.186279296875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NdBSWXKUlUn1qNsI1FwXBcnPpZMKbqbP { width:20rem;height:13.321625rem;top:0.87497901916506rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK0n1iTbH26mn8ghn0wo7kw8ZA5wI31V { width:20rem;height:1.40625rem;top:20.118408203125rem;left:0rem;font-size:0.9375rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd { display:block; }#x78UWUCIAiTuQwUmWIsyOrqeGl46Cwnd > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K42QV8CWP3eF35QCPc4iRbqdnnm6XrBe { width:9.75rem;height:3.9375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0kP9RwCXXTBLUqztpetBC2JtsMe09xI { width:17.25rem;height:3.09215rem;top:6.4375rem;left:1.1875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya { display:none; }#xNQb5UWUDdXe0OlnlhIpZm0l5tn4bFya > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xA69cAT2bJBHTW7qltkgNMgtJ6CACesF { width:10.9375rem;height:1.949575rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGCfxcgEX7unAi0mcTh2ZLSRxAmbP76S { width:20rem;height:18.375rem;top:5.3746490478516rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b8gQbiU88uxNym89pGiOpFTcG3bv57X1 { width:18.875rem;height:1.72443125rem;top:6.875rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #limWrEGzZDUys7aTQZe4yMKWeZQTgSWh { width:17.1875rem;height:1.13725rem;top:9.561411857605rem;left:1.4053621888161rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghkJZCXrd0uMeEbT1a6QW81c63gX4FNs { width:18.2475rem;height:11.6974375rem;top:11.186078071594rem;left:0.87535506486894rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #atVAuleFxnGu0fFBK8vF4v37rMVLKLeU { width:19.743426125rem;height:2.493788625rem;top:25.624115943909rem;left:0.126953125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #u1Z9bziq6lb17ggMmSl0zV53xp4VFKnd { display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }