.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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { 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; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { 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; }
#vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { 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; }
#Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { position:absolute;display:block;z-index:15005;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.875rem;width:14.5625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { 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; }
#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { 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; }#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.adaptive-delivery-prevent-bg, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyload, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyloading { background-image: none; }
#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { position:relative;display:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .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; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6rem;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:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.adaptive-delivery-prevent-bg, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyload, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyloading { background-image: none; }#e596JvmBgZHzV0BPosn41CCzw9sBPmvr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:1.125rem;left:2.5rem;display:none; }
#y23UNZIlycTOZxH62LcJvpTz49VbXktW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:4.125rem;left:0.6875rem;display:none; }
#HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.875rem;left:0.6875rem;display:none; }
#B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:7.9375rem;left:0.6875rem;display:none; }
#pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:12.25rem;left:0.75rem;display:none; }
#gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:14.75rem;left:0.75rem;display:none; }
#cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { 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; }
#F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.125rem;left:0.6875rem;display:none; }
#Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.625rem;left:0.6875rem;display:none; }
#K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:22.125rem;left:0.6875rem;display:none; }
#mJx0WMFvgpnmpphfwUGyOUMq8X61CGqT { position:absolute;display:block;z-index:15005;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.874025rem;width:12.7480625rem;top:1.1875rem;left:0.25rem;overflow:hidden;display:none; }
#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { position:relative;display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { border-width: 0; border-radius: 0; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .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; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { color:#000000;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.125rem;top:1.25rem;left:0.75rem;display:none; }
#D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.4375rem;top:10.375rem;left:0rem;display:none; }
#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { 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; }
#W22SI45UUFEzwMloyeidv8MbASB9hbGn { 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; }
#fug1iFlPJrelRlCh0UDxBabdzGoJNuk4 { 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:16.5rem;width:75rem;display:none; }
#VZLup4RkmITAk4Apm7vHZHC7hFLkokJN { position:absolute;display:block;z-index:15023;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:3.5625rem;width:29.0625rem;top:38.6875rem;left:1.75rem;display:none; }
#NDOveJ08SmAq0VTW4hlH9p2Nm8hGePrZ { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39.1875rem;left:2.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:none; }
#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { position:relative;display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { border-width: 0; border-radius: 0; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .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; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { position:absolute;display:block;z-index:15000;background-color:#004478;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:4.0625rem;left:1.25rem;display:block; }
#kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { 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.25rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { color:#161616;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8125rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { 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.875rem;left:17.5rem;height:1.40625rem;font-style:normal;display:block; }
#ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.5rem;height:1.3125rem;font-style:normal;display:block; }
#nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { 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.875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:block; }
#bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { 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.3125rem;left:32.5rem;height:1.3125rem;font-style:normal;display:block; }
#RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:block; }
#s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.625rem;left:53.75rem; }
#cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { 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.3125rem;left:32.5rem;height:1.3125rem;font-style:normal;display:none; }
#VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { 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.875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:none; }
#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f75a414a-a945-48de-9a60-2ebef8417fc5/Diseosinttulo19.png");background-position:top 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; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.adaptive-delivery-prevent-bg, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyload, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyloading { background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { border-width: 0; border-radius: 0; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::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; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.51953125rem;left:1.75rem;height:15.597625rem;font-style:normal;display:block; }
#CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { position:absolute;display:block;z-index:14998;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:5.25rem;width:22.3125rem;top:8.5203132629394rem;left:52.68593788147rem;display:block; }
#B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9362rem;width:1.9362rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.0625rem;left:53.75rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-form-header { font-size:0.8125rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-regular-label { height:auto;display:block;font-family:manrope;font-size:0.8125rem;font-weight:400;color:#004e91;width:19.8125rem;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; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:19.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-text {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:19.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:19.8125rem;box-sizing:border-box;height:3.125rem;color:#9b9b9b;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-select {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:0.9375rem;font-weight:bold;color:#ffffff;width:19.8125rem;height:3.125rem;font-family:manrope;overflow:hidden; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd [class*="-text"]:-moz-placeholder { color:#9b9b9b;font-family:manrope;font-size:0.875rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd [class*="-text"]::-moz-placeholder { color:#9b9b9b;font-family:manrope;font-size:0.875rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd [class*="-text"]:-ms-input-placeholder { color:#9b9b9b;font-family:manrope;font-size:0.875rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd [class*="-text"]::-webkit-input-placeholder { color:#9b9b9b;font-family:manrope;font-size:0.875rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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;font-size:0.6875rem;font-weight:400;color:#787878;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;float:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-container:first-of-type{padding-top:0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-container:last-of-type{padding-bottom:0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;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:13.8125rem;left:52.6875rem;font-size:0.8125rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .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; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd {display:block;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;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:13.8125rem;left:52.6875rem;font-size:0.8125rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nfMyOGv725TEL5TzxnHU2GJ5BlRDGgS2 { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #N5KmRPz97pAviLRAVDNtrriBwGHqTlyA { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Lhz7mm5fonzsDhcrXfdDgfqEW4oAEpGl { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AE27cTS4qJC0vKOaF0pgmkOGNbhDXEgm { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #bn99n8mfq77WtGysdm93rBU2TaozuQT6 { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dCX1b1CSzX0oBTpkAb5Rna00UxJNacAL { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ou584abodTQK7RJ4Hica4AvPif9qWuti { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #gvHZh7QP72qLQ3n04uMrbLU3ggFwhgBS { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #KQkvxhacgmbNvUQC3GB6f5q3TgzsrnNt { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #aOsAhy4avBXIOV8OfxAVaM8AdyqAe8wM { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ixNfqHAL7V8LggfmvyCkOaDGosFoTLcU { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nBdumHsDk4iu807W5vhTZwtxWc2fJeEE { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #I2rBTpDSiIdEF9CGy7Zt6zUS5TnDnxzM { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #IicFMIJmOoTOExEXRbHLmrZfmsk1uZmN { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #b5souMSl3tCTkwwCOyf5ZNam5ozTrTmo { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #GeWKtGAEmQivaC6DMKqN2pfQNMktHtqX { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AH5xiDc17i0ZATZbXbnuszwW0O5eJbCz { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #oyyfIgSvPdKZ5ox7INmqX5ZO58wKpCB9 { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q00wtTeDUy9LqX3ZZx0W8Gr0QJp32GT4 { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #pCGntpsVTtRu9hpNtgEq792vNHNxIPai { position:relative;display:none; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #F7im8PWPn1X0eXSG40Mx67NsEvEAwGDT { position:relative; }
#LNvWEEyVB2hNTp7uZoyd1h6Lzhq69XRf { position:relative;display:block; }
#ilx063ommwvgJyokLDF4uNPuNBOdnVOd { position:relative;display:block; }
#x1FnBNSptk7EygIh1ns4d4ewKPygxlsS { position:relative;display:block; }
#GkiyuTmGSkq2c8MWKKAIEfnDtwHG8sh7 { position:relative;display:block; }
#N18kr0D8ZoaJ62JVJXJDGuTD29Md5TT0 { position:relative;display:block; }
#Rui7Dd6eAddCItBabsh8DvRCD9PfEmay { position:relative;display:block; }
#vvR0euchiJMGo4pa6tkPpuV51ryTC5SW { position:relative;display:block; }
#hp4Xm2hNFcHva2HKEeEPkES3T9T9cH0P { position:relative;display:block; }
#XbTxs5EFthDchWS826tAUJ1m7OPTLxRN { position:relative;display:block; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #XKSsarM1KtTqeWbabNmLZcKllb1b6eyv { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #v0LzWudDwPurdDrSmzZoaWcr0TpTVK72 { position:relative;z-index:2; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q7coeluIR1LowCECNwL6poLcvQa6NXE2 { position:relative; }
#Fpct9AOZRDD1oJroPsJd0sN01B0tQw54 { position:relative;display:block; }
#TmzfyHUnLOPTdGRuXRWf4qBTh7HRT5dO { position:relative;display:block; }
#isbtnq4FFpqMhtuF742vaGxyAbKlWVyz { position:relative;display:block; }
#pMZntqb0RolR0tZB4Pi8GCtZolIEGo0Z { position:relative;display:block; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #CEiLtiHcAuhhbZ5UPpZ7rSsh6vQLraMf { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Uyf82tB8NpZHvVIw33fcLsLOBSLnJZZg { position:relative;z-index:2; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Co57dXLcpDeCTTBn8Eob76EPli3uidaN { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #TyIx02HKJ8PLbowomZN9uTVmHaTrCuNr { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #EsPhTf5ODw5TPv1KDf2pPCtZZL7PMpfG { position:relative;z-index:2; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Ncrcbr8WmOvAv2WsnCGQ1bHugCAIm9lv { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #brerWZSoXnzuEQt5i4UaIiArMGCQKloI { position:relative; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dTTgNPl9ItFClg11111i1bqGKDK4WVPn { position:relative; }
#TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { color:#ffffff;display:block;width:15.872375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.25rem;left:56.5625rem;height:1.21875rem;font-style:normal;display:block; }
#sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:26.3125rem;left:1.75rem;height:8.4375rem;font-style:normal;display:block; }
#QBERKEOlvTLX3zB66SKyGC3W59bJtyzb { position:absolute;display:block;z-index:15023;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:3.5625rem;width:29.0625rem;top:38.6875rem;left:1.75rem;display:block; }
#TTcviVgfwFrlPbnHfKZbJk9bRTX1mX5k { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4279518127444rem;left:56.6875rem;height:1.7875rem;font-style:normal;display:block; }
#OHTM0V500r3yeOndIon8oDJozehMM2PF { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8880214691163rem;left:57.031253814698rem;height:2.11198125rem;font-style:normal;display:none; }
#iLH7dDiUD7ncTIFImGaETLZ68Egz8Pxq { 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:13.6875rem;width:50rem;display:none; }
#Nwxsc4HzOIe0QMEaehbsDdsbwFxiq3LW { color:#000000;display:block;width:27.125rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.1689453125rem;left:2.71875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060af;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; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container { background-color: transparent; background-image: none; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container > .video-iframe-container { display: none; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row > .video-iframe-container { display: none; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .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); }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container { border-width: 0; border-radius: 0; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#In4i2f5fqebXIpITOuBXNo80uiF4Qqqv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NLG0v0xT9NEzIaFOoJoBtkJJ9XlvDR30 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }
#dBLxH9sGlZnQ6pnrucM9sT63oOGSiZNw { position:absolute;display:block;z-index:15015;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.75rem;width:3.75rem;top:2.875rem;left:19.375rem;overflow:hidden;display:block; }
#HKNXGEaJKCzAHvCGJLQTwxeub9lQlPP3 { color:#000000;display:block;width:16.124125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:19.375001907349rem;height:1.625rem;font-style:normal;display:block; }
#POVCsbvmMT0OmZNXx762Rlr5ZZ5m9vhy { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:19.375001907349rem;height:2.1125rem;display:block; }
#dvQ1DwxiSdKryBNzephoCaXMHNtbOl5G { position:absolute;display:block;z-index:15016;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.4375rem;width:4.4375rem;top:2.53125rem;left:33.625003814698rem;overflow:hidden;display:block; }
#R7ZAsuM1eXv6uRC5sM1xDFxlH4KMOqkw { color:#000000;display:block;width:16.124125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:33.625rem;height:1.625rem;font-style:normal;display:block; }
#I5ncT1wRVf1FrKMCfmWtulIV79r83AHf { color:#000000;display:block;width:17.374125rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:33.625rem;height:2.1125rem;display:block; }
#cSKwlGidsxWrpudqbffAfLQkB4Zm7ZuS { position:absolute;display:block;z-index:15016;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.75rem;width:3.75rem;top:2.875rem;left:2.8125rem;overflow:hidden;display:block; }
#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { position:relative;display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { background-color: transparent; background-image: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container > .video-iframe-container { display: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row > .video-iframe-container { display: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { border-width: 0; border-radius: 0; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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:7.5625rem;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; }#nStg0E9gFuoRZpW3mocurAncpnemow9J { color:#161616;display:block;width:68.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6031265258789rem;left:1.4984369277954rem;height:2.35625rem;font-style:normal;display:block; }
#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { position:relative;display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { background-color: transparent; background-image: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container > .video-iframe-container { display: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row > .video-iframe-container { display: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { border-width: 0; border-radius: 0; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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.125rem;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; }#kASTSkILN8JsgsSwEfWFw9FUtD5hoTh9 { 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.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1855625rem;height:2.436525rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.0625rem;left:5.75rem;display:block; }
#OZNsqcyqe8pMxtAQqTcZzM1XMlqfg61S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHvbrrxbOzHVraHe15uo3PMx4X0Wpq7v { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.25rem;left:16.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#L56o8pIsVg2ktOoWIHQPTb4GNtJ2mKcU { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.125rem;left:9.5rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#QTKL2Mpq8KNBLlSOK8fgLOK5unhxaLdr { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.25rem;left:9.5rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#uf9uTr51pqgshTmJRkkCTmZgQt2CCWVq { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.125rem;left:16.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#EAW0crqDviMXHIfXJ17XQXFweqfIaOXD { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#eebMRR5c2TaAKv12uQELKk18zacywRt4 { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#fXiNSwK58CiSBiAxB5xJncTr3wIQ94KN { color:#0060af;display:block;width:19.375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.060546875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlVJfyDEBJLt66ATBqPhCSshfHxRgWJ6 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:20.3125rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#GCkScsuAuby447Nn3DBIwTgtR2KxxJdE { position:absolute;display:block;z-index:15013;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:23.25rem;width:20.3125rem;top:0.9375rem;left:1.5927734375rem;display:block; }
#RvZ4U9iH8gxvEHChAr3AD3tXgfRfEKDX { position:absolute;display:block;z-index:15033;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:23.25rem;width:20.3125rem;top:0.9375rem;left:26.9375rem;display:block; }
#hTw619N17nX7LsGoM98qu77KRT8BdJzQ { 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.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1855625rem;height:2.436525rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:20.125rem;left:31.0625rem;display:block; }
#nkHSTgNHfPE2NtoKe7ubGXrDWK9hMGNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DC1daXFJc7vQ50hieBzU6WXuaSAeyMvn { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:18.3125rem;left:27.625rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#phUGyoBNlCt8lDowMW1M0JnZWbTmQpR1 { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.1875rem;left:27.625rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#qiMo2T8ZUIOWKig98TFkIRywccb3CMKU { color:#0060af;display:block;width:18.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.5rem;left:27.625rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXnJl4Ox6PJqt4BlGs8JWKGP1gi8UwHk { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11rem;width:20.3125rem;top:0.9375rem;left:26.875rem;overflow:hidden;display:block; }
#VB674CFh5fIlnTZsaOXfzoSBfDM5P5kr { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.3125rem;left:34.75rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#iJTubJ2NgiFnO6c4fX96odQbQnxRm5fM { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.1875rem;left:34.75rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#TLfxPJoozBlckHlSHokJQGrV67uy6RdO { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:18.3125rem;left:41.875rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#lL10Sqf4CqhxCiw53AAeoqy1ibrfib67 { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:17.1875rem;left:41.875rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#IzpEvhbKyO4b2Qrybt0aSTKSzmqX9XeP { 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.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1855625rem;height:2.436525rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:20.125rem;left:56.0625rem;display:block; }
#AMbA8fwMLzsJnuNfm6JRGoI69pN4atpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgRZvWFzFeFpFZfEtpAGu0SWVHyaPteL { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:18.3125rem;left:52.625rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#RECS4pG11qnTUeQBVhMRBFRA0zkySZGg { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:18.3125rem;left:59.75rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#o21Hir0LEkTMTe5gUQChfxMdpFTyLiS4 { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:17.1875rem;left:52.625rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#FShbORd0uIKIn89rsHzWCmPgQHPok6ib { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:17.1875rem;left:59.75rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#nagy2RFTtrKrC2XyH4LfJyeOgy2oXvye { color:#0060af;display:block;width:18.875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.5rem;left:52.625rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dGdK1z69pGA8N5Ws3A32o5gUm3gyBHZb { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.0625rem;width:20.25rem;top:0.9375rem;left:51.9375rem;overflow:hidden;display:block; }
#HEt6Fl94nsZwxRfloTXIbnqaPrCIaOok { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:18.3125rem;left:66.9375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#VtLsdKR40vaoy9F2ZwGR1OoyWrOEHBN0 { color:#323232;display:block;width:6.25rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:17.1875rem;left:66.9375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#zWR2SfPKLyme0kg3yPOJ7A3LHhKsfPa7 { position:absolute;display:block;z-index:15034;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:23.25rem;width:20.3125rem;top:0.9375rem;left:51.875rem;display:block; }
#lanaw6M4qooIRBvlH9pZzou6T6uQArIG { position:absolute;display:block;z-index:15033;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:22.875rem;width:20.3125rem;top:25.375rem;left:27.4375rem;display:none; }
#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S { 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; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container { background-color: transparent; background-image: none; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container > .video-iframe-container { display: none; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row > .video-iframe-container { display: none; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .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); }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container { border-width: 0; border-radius: 0; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#HfSFkoimymouHfn1WbpqDDq4H2zvSxnG { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#xGDSE5Gqhe30N6lS0cag0g5FoRZqmaHx { color:#161616;display:block;width:36rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.375rem;height:0;font-style:normal;display:none; }
#fAMT07eQUVrgUuT5fX0cOOZT9hzIA9HB { color:#ffffff;display:block;width:63.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.625rem;left:3.0625rem;height:1.40625rem;font-style:normal;display:block; }
#K3vguzFk0EbXiTSO4naARJoVoGfS81aw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.6875rem;left:14.3125rem; }
#TfpAvz3lQKwfNaCBlskhFucezotlT7OQ { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5625rem;left:8.125rem;height:1.40625rem;font-style:normal;display:block; }
#sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 { color:#ffffff;display:block;width:13rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.5625rem;left:34.1875rem;height:6.5625rem;font-style:normal;display:block; }#sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 li:before{  }
#pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:13.875rem;left:8rem;height:7.96875rem;font-style:normal;display:block; }#pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE li:before{  }
#NukiBvSNAI66cEu4uoAzly9tyCtaxzfD { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.75rem;left:36.25rem;height:1.40625rem;font-style:normal;display:block; }
#mBgQWhOiqZIGmo0Q7l8pSmVg6OoUvfhw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.875rem;left:36.875rem; }
#fNcrKoLgNRvckpfscFdbKnd26h3lQ15T { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:14.5625rem;left:53.1875rem;height:2.8125rem;font-style:normal;display:block; }#fNcrKoLgNRvckpfscFdbKnd26h3lQ15T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fNcrKoLgNRvckpfscFdbKnd26h3lQ15T li:before{  }
#iRU2UXeacLf28krkOkKOvuMdtMibFmmR { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.75rem;left:58.25rem;height:1.40625rem;font-style:normal;display:block; }
#vZzEX3sL66lB5aGts2s9X33otRZQr7vS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.875rem;left:58.25rem; }
#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a { position:relative;display:block; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a { background-color: transparent; background-image: none; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row .container > .video-iframe-container { display: none; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row > .video-iframe-container { display: none; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .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); }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a { border-width: 0; border-radius: 0; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .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; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .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:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KNI8QQrT5pOOszdvToCPhOau5btfT4lU { 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:3.375rem;left:1.6875rem;height:2.35625rem;font-style:normal;display:block; }
#XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { color:#161616;display:block;width:54.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5rem;left:1.6875rem;height:1.40625rem;font-style:normal;display:block; }
#Ip5wZx6FdGCeWEZymzxCseifTg0PKXwB { 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.6875rem;left:1.6875rem;display:block; }
#Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77360746-7d20-4850-9c54-5f55d7815f66/LogoRNAcademyremovebgpreview.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:6.9375rem;width:12rem;top:8.96875rem;left:2.09375rem;display:block; }#Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc.adaptive-delivery-prevent-bg, #Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc.lazyload, #Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc.lazyloading { background-image: none; }
#BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03adaf63-0a42-4039-8c55-93511f05a5e5/QuironSalud.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.375rem;width:12.1875rem;top:10.25rem;left:16.375rem;display:block; }#BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.adaptive-delivery-prevent-bg, #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.lazyload, #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.lazyloading { background-image: none; }
#qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a788d24-8658-4ad9-8c51-599259971dce/consejosuperiordedeporteslogo39E042171Bseeklogocom.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.0625rem;width:10.625rem;top:10.9375rem;left:61.5625rem;display:block; }#qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N.adaptive-delivery-prevent-bg, #qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N.lazyload, #qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N.lazyloading { background-image: none; }
#eBSMOqsuyLsKmsedTMbPsqK1L6tsv5bW { 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.6875rem;left:16.0625rem;display:block; }
#C8TW5WA0TJeFSJDkX3tVFEGtGp66E7ZB { 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.6875rem;left:31rem;display:block; }
#iu3ruPLqogNkDCXFyJFyd35oNkcm9Jpq { 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.6875rem;left:45.75rem;display:block; }
#npsFE4dpcZliWpxlpVTwOb2sGP36mfgu { position:absolute;display:block;z-index:15012;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.6875rem;left:60.4375rem;display:block; }
#g9adkL6OH8qQITiDiuLOqnym0yiR99FK { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77e2b6c4-4f60-43c5-b573-fb411d3fbe19/abbottlaboratories1logoblackandwhite.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.1875rem;width:17.6875rem;top:10.875rem;left:28.5625rem;display:block; }#g9adkL6OH8qQITiDiuLOqnym0yiR99FK.adaptive-delivery-prevent-bg, #g9adkL6OH8qQITiDiuLOqnym0yiR99FK.lazyload, #g9adkL6OH8qQITiDiuLOqnym0yiR99FK.lazyloading { background-image: none; }
#udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8519892-ca01-408e-a300-222d43601e71/LogoLALIGARGB_h_color.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.875rem;width:17.1875rem;top:11.0625rem;left:43.8125rem;display:block; }#udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP.adaptive-delivery-prevent-bg, #udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP.lazyload, #udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP.lazyloading { background-image: none; }
#rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bca7dda-aa5b-4da4-991f-f1f816f705df/Asepeyologocitapreviaadministrativa.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.6875rem;width:11.8125rem;top:18.375rem;left:31.5rem;display:block; }#rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.adaptive-delivery-prevent-bg, #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.lazyload, #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.lazyloading { background-image: none; }
#P3mQTmy4BVgUe0mHRsDVULCVPSMPBV08 { position:absolute;display:block;z-index:15015;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:16.8125rem;left:1.6875rem;display:block; }
#ln14ppWwcuCx3IEC6tZoqxprwmssStz4 { position:absolute;display:block;z-index:15016;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:16.8125rem;left:16.0625rem;display:block; }
#viBxeLsFWqU8VTsNTwOKASkGDpZz9NrT { position:absolute;display:block;z-index:15017;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:16.8125rem;left:31rem;display:block; }
#HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d10cb97-0cac-4f49-bd7f-c26baa5164fe/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:4.375rem;width:10.3125rem;top:17.375rem;left:2.9375rem;display:block; }#HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd.adaptive-delivery-prevent-bg, #HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd.lazyload, #HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd.lazyloading { background-image: none; }
#JGPSkOzKNmezfe1XlE79XT3JThhO5NI8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/569821fd-93c4-44a7-a8a6-cd8d1d23b0d1/danone9911removebgpreview.crop_454x163_63,133.preview.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.75rem;width:9.125rem;top:18.0625rem;left:18rem;display:block; }#JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.adaptive-delivery-prevent-bg, #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.lazyload, #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.lazyloading { background-image: none; }
#dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/113caf84-9e11-42c1-801f-e9520c7faa20/nationalstrengthandconditioningassociationlogoDC6B99F05Fseeklogocom.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.25rem;width:10.6875rem;top:17.9375rem;left:46.8125rem;display:block; }#dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.adaptive-delivery-prevent-bg, #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.lazyload, #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.lazyloading { background-image: none; }
#ytVRisB5c9SmtsN4nKCquOnE3muznpii { position:absolute;display:block;z-index:15019;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:16.8125rem;left:45.75rem;display:block; }
#rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84d41fef-f077-46a9-a1f0-4250cdd62e04/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.3125rem;width:10.875rem;top:17.9375rem;left:61.4375rem;display:block; }#rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.adaptive-delivery-prevent-bg, #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.lazyload, #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.lazyloading { background-image: none; }
#SgosNWflv2yrhATfgXhLhkD3IePB8L2l { position:absolute;display:block;z-index:15021;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:16.8125rem;left:60.5rem;display:block; }
#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm { position:relative;display:block; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm { background-color: transparent; background-image: none; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row .container > .video-iframe-container { display: none; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row > .video-iframe-container { display: none; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .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); }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm { border-width: 0; border-radius: 0; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .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; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.125rem;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; }#xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e481f4e3-a455-4634-8d7d-a1b7d64df8b5/Polideportivo.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-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.25rem;width:17.0625rem;top:7.1875rem;left:1.25rem;display:block; }#xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.adaptive-delivery-prevent-bg, #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.lazyload, #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.lazyloading { background-image: none; }
#WkQSastuQ3k8lEAJr5k5kpImroeo4i5S { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.78125rem;left:1.28125rem;height:5.625rem;font-style:normal;display:block; }
#fxkqRr6TGDy8VuHeWi2rbTA4nk8CfK1w { color:#0060ab;display:block;width:49.375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.25rem;height:2.1125rem;font-style:normal;display:block; }
#eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c960af27-1a74-4498-ab19-f741d96323c0/Deporte_831.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-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.25rem;width:17.0625rem;top:7.25rem;left:26.84375rem;display:block; }#eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.adaptive-delivery-prevent-bg, #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.lazyload, #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.lazyloading { background-image: none; }
#mBVxDTJizDgWih9WgSg2VReRxSGfWPg8 { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.78125rem;left:26.875rem;height:7.03125rem;font-style:normal;display:block; }
#EnmSibcUcU8rEUMWQftQg56n4KTkHHyp { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3b7d954-01c5-4c45-8f54-78f635a87069/uaxdroncesarlloredacom53.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-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.25rem;width:17.0625rem;top:7.3125rem;left:51.59375rem;display:block; }#EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.adaptive-delivery-prevent-bg, #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.lazyload, #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.lazyloading { background-image: none; }
#rA6uiongDm1BogCwF7CVvX1HAqikLU7J { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.78125rem;left:51.625rem;height:5.625rem;font-style:normal;display:block; }
#D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6da097bc-2583-4a0e-b78a-79677d313bee/larafanadalacademybymovistarconsolidasucrecimientoconlaampliaciondesusinstalacio6ze3jx9lxp.jpeg");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:10.25rem;width:17.0625rem;top:26.9375rem;left:1.3125rem;display:block; }#D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.adaptive-delivery-prevent-bg, #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.lazyload, #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.lazyloading { background-image: none; }
#Li6DhCnnySGaZ2W2xsaas5MfNOuGv2de { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:39.1875rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#KGmvs9oJeRDWWML0ZRpTbRT4cbpbAnsT { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:39.25rem;left:26.875rem;height:4.21875rem;font-style:normal;display:block; }
#rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a7bb989-63e0-40af-91a9-4c08e6ac6071/Imagen6.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-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.25rem;width:17.0625rem;top:27.875rem;left:51.625rem;display:block; }#rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.adaptive-delivery-prevent-bg, #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.lazyload, #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.lazyloading { background-image: none; }
#sv0JuTJKPa3bQFwN3MvmpfwhU2w4et8M { color:#161616;display:block;width:17rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:39.1875rem;left:51.625rem;height:4.21875rem;font-style:normal;display:block; }
#qcFRmfSels9qEmJvn8W2EvzRCF15zaoy { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6bf586ca-e4b2-421a-ae52-bce5280e6365/Hospitalvirtualdesimulacion.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-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.25rem;width:17.0625rem;top:27rem;left:26.8125rem;display:block; }#qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.adaptive-delivery-prevent-bg, #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.lazyload, #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.lazyloading { background-image: none; }
#vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6da097bc-2583-4a0e-b78a-79677d313bee/larafanadalacademybymovistarconsolidasucrecimientoconlaampliaciondesusinstalacio6ze3jx9lxp.jpeg");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:10.25rem;width:17.0625rem;top:26.375rem;left:1.3125rem;display:none; }#vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.adaptive-delivery-prevent-bg, #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.lazyload, #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.lazyloading { background-image: none; }
#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH { 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; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { background-color: transparent; background-image: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container > .video-iframe-container { display: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row > .video-iframe-container { display: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .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); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { border-width: 0; border-radius: 0; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#sAhRufPpcaShzkobWGOTt0qe9JZRpx0Q { color:#161616;display:block;width:36.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.58203125rem;left:18.40625rem;height:2.35546875rem;font-style:normal;display:block; }
#l83ZBNPbvv7Vrawq0Ebe0Fm5LkJSCxzU { 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:33.0625rem;width:59.0625rem;top:6.8125rem;left:7.75rem;display:block; }
#R5EvAx27xKyUTaGT6AdhcNrlJNWd1bHs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.4375rem;width:54.25rem;top:8.125rem;left:10.125rem;display:block; }
#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { position:relative;display:none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { border-width: 0; border-radius: 0; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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.125rem;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:none; }#uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { 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:block; }
#LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { 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.3125rem;font-style:normal;display:block; }
#ZDNNLTATWQOkExklSrCkUbDOltivWb3S { color:#161616;display:block;width:4.5625rem;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:block; }
#noc18Ds2DQFplzT3TSNERy90gIVcM5bW { 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.0625rem;height:1.40625rem;font-style:normal;display:block; }
#XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { 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.3125rem;font-style:normal;display:block; }
#nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { 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:26.0625rem;height:1.40625rem;font-style:normal;display:block; }
#mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { 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:26.0625rem;height:1.3125rem;font-style:normal;display:block; }
#q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.59375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:block; }
#rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.25rem;height:1.3125rem;font-style:normal;display:block; }
#K298hmcOWuv577ellHfWx8gCLdBQnfNA { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0625rem;left:34.375rem;height:1.40625rem;font-style:normal;display:block; }
#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { position:relative;display:none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { border-width: 0; border-radius: 0; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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:5.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:none; }#AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { color:#161616;display:block;width:43.4375rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.3736972808838rem;height:4.7109375rem;font-style:normal;display:block; }
#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { position:relative;display:none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { border-width: 0; border-radius: 0; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#K401MCRdOlOMyfUhwka7uy1dkryruGAT { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.2486972808838rem;height:2.35625rem;font-style:normal;display:block; }
#K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#shfVktChy23h3GLrgdVM6iH97Nl5KXyv { 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; }
#DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { 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; }
#DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { 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; }
#VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { 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:9rem;left:26.25rem;height:1.40625rem;font-style:normal;display:block; }
#i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { 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:6.5625rem;left:26.25rem;height:4.875rem;font-style:normal;display:block; }
#Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { 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:3.75rem;left:26.25rem;height:2.35625rem;font-style:normal;display:block; }
#TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { 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:6.5625rem;left:51.250003814698rem;height:1.625rem;font-style:normal;display:block; }
#FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { color:#0060ab;display:block;width:22.4375rem;position:absolute;font-family:manrope;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8098983764649rem;left:51.436199188233rem;height:2.19375rem;font-style:normal;display:block; }
#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { position:relative;display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { border-width: 0; border-radius: 0; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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:13.875rem;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:none; }#DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3559rem;font-style:normal;display:block; }
#K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { 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; }
#s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { 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; }
#MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { 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; }
#bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { 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:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { 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:5.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { 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.9375rem;left:26.25rem;height:2.3559rem;font-style:normal;display:block; }
#rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { 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:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { 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:5.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.25rem;height:2.3559rem;font-style:normal;display:block; }
#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { position:relative;display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { border-width: 0; border-radius: 0; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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:13.875rem;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:none; }#wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3559rem;font-style:normal;display:block; }
#pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { 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; }
#pJilDXydGS30DDS5LMO7TKGwgMrKphWM { 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; }
#A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { 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; }
#uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { 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:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#gsuvawdORRFTx099sqFQTWTPs6MUarSx { 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:5.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { 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.9375rem;left:26.25rem;height:2.35618125rem;font-style:normal;display:block; }
#sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { 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:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { 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:5.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { 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.9375rem;left:51.25rem;height:2.35618125rem;font-style:normal;display:block; }
#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { 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:none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { border-width: 0; border-radius: 0; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { color:#ffffff;display:block;width:32.499rem;position:absolute;font-family:manrope;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2822265625rem;left:1.1865234375rem;height:18.6865rem;font-style:normal;display:block; }
#d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { 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.8125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.953125rem;left:1.1865234375rem;display:block; }
#aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.43701171875rem;left:38.1240234375rem;height:8.4375rem;font-style:normal;display:block; }
#sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.625rem;left:38.125rem;height:1.875rem;font-style:normal;display:block; }
#zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.43701171875rem;left:56.8740234375rem;height:7.03125rem;font-style:normal;display:block; }
#rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.625rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:38.250001907349rem;height:7.03125rem;font-style:normal;display:block; }
#w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.8125rem;left:57rem;height:7.03125rem;font-style:normal;display:block; }
#xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:19rem;left:38.25rem;height:1.875rem;font-style:normal;display:block; }
#TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:19rem;left:57rem;height:1.875rem;font-style:normal;display:block; }
#vAJ4ET0elqokISWTOF4mnToDFz8NL0er { position:absolute;display:block;z-index:15020;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:1.3125rem;left:38rem;display:block; }#vAJ4ET0elqokISWTOF4mnToDFz8NL0er.adaptive-delivery-prevent-bg, #vAJ4ET0elqokISWTOF4mnToDFz8NL0er.lazyload, #vAJ4ET0elqokISWTOF4mnToDFz8NL0er.lazyloading { background-image: none; }
#P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { position:absolute;display:block;z-index:15021;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:1.3125rem;left:56.375rem;display:block; }#P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.adaptive-delivery-prevent-bg, #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.lazyload, #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.lazyloading { background-image: none; }
#Il4unPci2StmzOC10xNRRG1F9DtGQSFs { position:absolute;display:block;z-index:15022;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:16.0625rem;left:38.25rem;display:block; }#Il4unPci2StmzOC10xNRRG1F9DtGQSFs.adaptive-delivery-prevent-bg, #Il4unPci2StmzOC10xNRRG1F9DtGQSFs.lazyload, #Il4unPci2StmzOC10xNRRG1F9DtGQSFs.lazyloading { background-image: none; }
#L8ERkzrndC780aIftBJqWLmybW7Mp5Nv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.7802734375rem;left:56.8740234375rem; }
#UWP591NyC8WHenShZil1ANMMOPJ7B3SN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:0.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2.1865234375rem;height:0.8125rem;display:block; }
#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { 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:none; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { border-width: 0; border-radius: 0; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:none; }#edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.25rem;height:11.6979375rem;font-style:normal;display:block; }
#C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.375rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#on804I6wUdNVfuFdV1HgT2xih972HoQh { 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.8125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.5625rem;left:1.25rem;display:block; }
#f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:38.125rem;height:4.21875rem;font-style:normal;display:block; }
#Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:38.125rem;height:1.875rem;font-style:normal;display:block; }
#Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10rem;left:56.875rem;height:4.21875rem;font-style:normal;display:block; }
#aakmBVFh8z2tqSppZWSE49EHI0MT2usz { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.1875rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:38.25rem;height:4.21875rem;font-style:normal;display:block; }
#ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.4375rem;left:57rem;height:4.21875rem;font-style:normal;display:block; }
#bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.625rem;left:38.25rem;height:1.875rem;font-style:normal;display:block; }
#M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.625rem;left:57rem;height:1.875rem;font-style:normal;display:block; }
#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { position:absolute;display:block;z-index:15020;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.875rem;left:38rem;display:block; }#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.adaptive-delivery-prevent-bg, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyload, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyloading { background-image: none; }
#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { position:absolute;display:block;z-index:15021;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.875rem;left:56.375rem;display:block; }#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.adaptive-delivery-prevent-bg, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyload, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyloading { background-image: none; }
#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { position:absolute;display:block;z-index:15022;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:17.6875rem;left:38.25rem;display:block; }#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.adaptive-delivery-prevent-bg, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyload, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyloading { background-image: none; }
#LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { position:absolute;display:block;z-index:15023;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:17.5rem;left:56.875rem;display:block; }#LyKQDrQCgcTxHxGusEJw1iGB494eGno9.adaptive-delivery-prevent-bg, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyload, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyloading { background-image: none; }
#sFh5Qb8lxDustlow8JhhORfL62soLCRt { position:relative;display:none; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt { border-width: 0; border-radius: 0; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .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; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .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:none; }#ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { position:absolute;display:block;z-index:15001;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:21.5rem;width:21.5625rem;top:1.9375rem;left:1rem;display:block; }
#ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a026b04-86a2-4b37-b3a3-b3666d3eb370/ErnestRiverasbn.jpg");background-position:bottom 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.4375rem;width:21.5rem;top:1.9375rem;left:1.75rem;display:block; }#ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.adaptive-delivery-prevent-bg, #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.lazyload, #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.lazyloading { background-image: none; }
#dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { color:#161616;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.25rem;left:7.9375rem;height:1.875rem;font-style:normal;display:block; }
#Vzf3AzPJeDAPJZCH6lRH0fTBzRTEXwAE { color:#0060ab;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.75rem;left:7.9375rem;height:1.3125rem;font-style:normal;display:block; }
#uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { color:#161616;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.25rem;left:32.9375rem;height:1.875rem;font-style:normal;display:block; }
#eZDPZkGr1k7yPBAFOQOAiurAkT6J9kiL { color:#0060ab;display:block;width:8.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.75rem;left:33.5rem;height:1.3125rem;font-style:normal;display:block; }
#AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { color:#161616;display:block;width:12.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.25rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#c1FrKWriE4OJmHyrQ6Oh1x3LPRChnpc6 { color:#0060ab;display:block;width:8.8125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.75rem;left:58.5rem;height:1.3125rem;font-style:normal;display:block; }
#EvV8qT2279xTSJuRyomUchIwJolkWACR { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7c4ae123-d014-4115-a298-c062b297adad/MiguelngelRomn10bn.crop_3141x3301_0,0.preview.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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:1.9375rem;left:27.6875rem;display:block; }#EvV8qT2279xTSJuRyomUchIwJolkWACR.adaptive-delivery-prevent-bg, #EvV8qT2279xTSJuRyomUchIwJolkWACR.lazyload, #EvV8qT2279xTSJuRyomUchIwJolkWACR.lazyloading { background-image: none; }
#yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a2f2867-a554-454e-9103-64ea83926998/JoseSanchisbn.jpg");background-position:top 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20.9375rem;top:1.9375rem;left:52.4375rem;display:block; }#yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.adaptive-delivery-prevent-bg, #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.lazyload, #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.lazyloading { background-image: none; }
#wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { color:#161616;display:block;width:17.125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.875001907349rem;left:5.5208320617676rem;height:1.3125rem;font-style:normal;display:block; }
#x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { position:absolute;display:block;z-index:15002;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:21.5rem;width:21.5625rem;top:1.9375rem;left:26.71875rem;display:block; }
#TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { color:#161616;display:block;width:13.1875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.875rem;left:32.9375rem;height:1.3125rem;font-style:normal;display:block; }
#ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { position:absolute;display:block;z-index:15003;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:21.5rem;width:21.5625rem;top:1.9375rem;left:52.25rem;display:block; }
#Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { color:#161616;display:block;width:13.1875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.8125rem;left:56.4375rem;height:1.3125rem;font-style:normal;display:block; }
#L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { 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:20rem;left:1.25rem;display:none; }
#xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwWfrDmkUb07pwphogt17fqFnIv1vtQm { 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; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm.adaptive-delivery-prevent-bg, #WwWfrDmkUb07pwphogt17fqFnIv1vtQm.lazyload, #WwWfrDmkUb07pwphogt17fqFnIv1vtQm.lazyloading { background-image: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { background-color: transparent; background-image: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container > .video-iframe-container { display: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row > .video-iframe-container { display: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .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); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { border-width: 0; border-radius: 0; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#qaSaK4geCHvRCbwtH23SrKCTyf99gkvN { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:manrope;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6396484375rem;left:1.669921875rem;height:12.5928rem;font-style:normal;display:block; }
#IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv { 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; }
#ISNSCHx3REgVfm5kEPVa1wanIlem2zEb { 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; }
#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC { position:relative;display:block; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC { background-color: transparent; background-image: none; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row .container > .video-iframe-container { display: none; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row > .video-iframe-container { display: none; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .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); }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC { border-width: 0; border-radius: 0; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .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; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .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:4.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; }#xRUKsVoBuZ2JGMThRLq2mcsehg2DbQRK { color:#000000;display:block;width:59.125rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.291015625rem;left:1.46875rem;height:2.35546875rem;font-style:normal;display:block; }
#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I { position:relative;display:block; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I { background-color: transparent; background-image: none; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row .container > .video-iframe-container { display: none; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row > .video-iframe-container { display: none; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .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); }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I { border-width: 0; border-radius: 0; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .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; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .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:35.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; }#W344HJyGGuwfG8ayWTzWibAHEx65glBy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:1.875rem;left:0.9375rem;display:block; }
#LrLIZyJaunfSqPNhcnECxB371FmuCaif { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:1.875rem;left:19.6875rem;display:block; }
#CA2bp7gqDW0shKbC9uOe23rUucH0U7Xw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:1.90625rem;left:38.4375rem;display:block; }
#Jox5ZevsPA2Hu797OOX2BGT5BCXMciK8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:1.90625rem;left:57.1875rem;display:block; }
#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB { position:relative;display:block; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB { background-color: transparent; background-image: none; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row .container > .video-iframe-container { display: none; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row > .video-iframe-container { display: none; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .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); }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB { border-width: 0; border-radius: 0; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .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; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .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:33.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; }#sWt2cW6OVUGm1Hw1o6Z02yWihImToxU2 { 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.1875rem;left:38.9375rem;height:4.7109375rem;font-style:normal;display:block; }
#mSNUUmFIlGktNfOAmN4cSnMHa2wSRpBU { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.4375rem;left:38.9375rem;height:1.40625rem;font-style:normal;display:block; }
#smkquAd9SsLCIXsPortdUT2clGoKT2Oa { color:#161616;display:block;width:31.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:28.375rem;left:38.9375rem;height:1.40625rem;font-style:normal;display:block; }
#TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO { color:#161616;display:block;width:30.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.4375rem;left:38.5625rem;height:13.6875rem;font-style:normal;display:block; }#TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO li:before{  }
#Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/278db931-64f3-463d-ac46-221aa8cc1b64/teambrainstormmeetinginmodernoffice.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.75rem;width:34.5rem;top:2.8125rem;left:1.4375rem;display:block; }#Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT.adaptive-delivery-prevent-bg, #Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT.lazyload, #Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT.lazyloading { background-image: none; }
#G9QeboW5SQqtE9bOtKiya599XxGJw8yC { position:relative;display:none; }#G9QeboW5SQqtE9bOtKiya599XxGJw8yC { border-width: 0; border-radius: 0; }#G9QeboW5SQqtE9bOtKiya599XxGJw8yC > .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; }#G9QeboW5SQqtE9bOtKiya599XxGJw8yC > .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.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:none; }#cDl51snDT0WqAgpswFsrc5gzqEr5pNvI { color:#161616;display:block;width:31.5625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.5625rem;height:2.35625rem;font-style:normal;display:block; }
#QICrEvdIwp8JBKygvAUqBsnPNfJhSk6H { color:#9b9b9b;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:1.5625rem;height:1.40625rem;font-style:normal;display:block; }
#PIoKqNAGA6y7hwKeJ3UUzHppDkGPJsBD { color:#161616;display:block;width:36rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5rem;left:1.5625rem;height:1.40625rem;font-style:normal;display:block; }
#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR { position:relative;display:block; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR { background-color: transparent; background-image: none; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row .container > .video-iframe-container { display: none; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row > .video-iframe-container { display: none; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .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); }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR { border-width: 0; border-radius: 0; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .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; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .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; }#spCGiQPZv98sMnQa3sqm2zbkhepMfRzv { 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:0.75rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#XTzXI5J3zHOmx4nowTTDT4EbQiDL2nCq { 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:3.75rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp { position:relative;display:block; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp { background-color: transparent; background-image: none; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row .container > .video-iframe-container { display: none; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row > .video-iframe-container { display: none; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .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); }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp { border-width: 0; border-radius: 0; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .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; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .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; }#IvZA8ZAnVNxlE9GDRorUtdD2GKS4xCdT { 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.1125rem;font-style:normal;display:block; }
#ztdEfC91wdzK1b8Zk7suSkuKFiQJ5T4F { 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; }
#QoWLNA9CxuJLT1QGupvHM20OK0vR9ESO { 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; }
#UWs9ww8w6Xp12JPhBNldaL25BzTWcSCs { 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; }
#LeEVsW084v5MFmxX50gdZdteSkTETNB0 { 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; }
#J9xQ9eTTWk7eIC0EiCSITIeNgsP7f8TQ { 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; }
#IhKQHtTIVUedUnTmexQrusW6oRsG8KrH { 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.1125rem;font-style:normal;display:block; }
#uGC3m2HPSTozCCb1eKGxIQn3IZhFbUeI { 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; }
#CN7XnApgFFSyP0MzyT3DE4t25fF2FLoe { 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.1125rem;font-style:normal;display:block; }
#pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD { 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; }#pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD.adaptive-delivery-prevent-bg, #pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD.lazyload, #pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD.lazyloading { background-image: none; }
#Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2 { 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:1.9375rem;width:8.125rem;top:5.1875rem;left:1.5625rem;display:block; }#Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2.adaptive-delivery-prevent-bg, #Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2.lazyload, #Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2.lazyloading { background-image: none; }
#VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV { 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; }#VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV.adaptive-delivery-prevent-bg, #VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV.lazyload, #VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV.lazyloading { background-image: none; }
#xarKo3RCThdpctFJTGWGabK8oHlQwIgL { position:relative;display:block; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL { background-color: transparent; background-image: none; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row .container > .video-iframe-container { display: none; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row > .video-iframe-container { display: none; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .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); }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL { border-width: 0; border-radius: 0; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .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; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .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.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; }#hcP3OuBPRdTdXvd37IEAA5LDuH6b6RRy { color:#323232;display:block;width:8.5rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.5359382629394rem;left:30.99843788147rem;height:2.4375rem;display:block; }
#aOMG96lrTta6LvXuFGvy5cFIb0rWlt9x { color:rgba(56,67,75,0.61);display:block;width:20.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.30078125rem;left:24.99843788147rem;height:1.625rem;display:block; }
#Ti5Symbb9zmUZ4bTdwEICB3CFZGHUnc9 { background-color:#0060af;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.3637142181394rem;left:26.498481750488rem;display:block; }
#Jie1Ls7LdwCNCs6t1B1NXrROHmR75D6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6kNDLlic4A28AdPFcurHPtfadwgbQmh { position:relative;display:none; }#C6kNDLlic4A28AdPFcurHPtfadwgbQmh { border-width: 0; border-radius: 0; }#C6kNDLlic4A28AdPFcurHPtfadwgbQmh > .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; }#C6kNDLlic4A28AdPFcurHPtfadwgbQmh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vJv0IPz55wJ2AwJ8QD38hb2k8wGiEDVV { 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.25rem;left:1.25rem;height:4.7109375rem;font-style:normal;display:block; }
#u3zDxboLsT42pzPGQzX1dFk8qTmFHGJ0 { 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:20rem;left:1.25rem;display:block; }
#Kdf1tERc01T1fST9FJuP02nTTUG8Cuqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lveSaDad4HsKifEZQiHFbdZUqa0hkmfO { 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.6875rem;width:11.25rem;top:4.25rem;left:37.5rem;display:block; }
#XHvghTKVlaymgrnhbiQ6ekOHvzaNTmkN { color:#161616;display:block;width:8rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:40.21875rem;height:1.6875rem;font-style:normal;display:block; }
#v00CPgTmqit3lX03gzpmPOBgkcuhXrww { 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.6875rem;width:11.25rem;top:4.3125rem;left:50.5625rem;display:block; }
#TeRDAmDWr4AcReMUcSJpzeVmX1Xeup6R { 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:9.6875rem;width:11.25rem;top:4.375rem;left:63.625rem;display:block; }
#GkL4Ttr1fUcVt30rH4Wn6EiXR2tVNdNd { 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.6875rem;width:11.25rem;top:15.6875rem;left:37.5rem;display:block; }
#mp0VkPr55IVd6ENDZM0vsFmlwHmnKVyU { 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:9.6875rem;width:11.25rem;top:15.6875rem;left:50.5625rem;display:block; }
#kB3qoCl4SSTUXpSvKvp6BW3VnBMBIMco { 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:9.6875rem;width:11.25rem;top:15.6875rem;left:63.625rem;display:block; }
#TSFvxL3xqJhe8yH2WySuO0Tq6zNvL23Z { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.4375rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#oMAWJ4eTAHBRLc0flch4bDmm3h8mMP9h { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:11.375rem;top:5.75rem;left:37.5rem;overflow:hidden;display:block; }
#XVEfh2I0TshtnhbBat13gpxUn8mTTV75 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.875rem;top:7.09375rem;left:51.3125rem;overflow:hidden;display:block; }
#OTgC8DphAndzRTN0cBvaSql7d266BISm { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:9.375rem;top:6.28125rem;left:64.625rem;overflow:hidden;display:block; }
#IaJsPftwvZ1K7Jr9R3uoUxd9AsGmR3au { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:7.75rem;top:15.78125rem;left:39.3125rem;overflow:hidden;display:block; }
#rHAMsBRue4Ltn7TFEH5C5ETimfPSDT9o { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.875rem;top:18.375rem;left:52.3125rem;overflow:hidden;display:block; }
#Zf9nH43F695FMOlsXfGRcNrGKg88pOcT { position:absolute;display:block;z-index:15043;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:8.625rem;width:11.5625rem;top:16.21875rem;left:63.4375rem;overflow:hidden;display:block; }
#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO { 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:none; }#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO > .row .container { border-width: 0; border-radius: 0; }#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:none; }#Vam8AntmA4eZIPooQmeiBcxncylTznsb { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:4.0625rem;height:1.3125rem;font-style:normal;display:block; }
#TdTpLJ2W3h84DFPxtNARi7W1IIr8lFzC { color:#161616;display:block;width:36rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#vCaPd1BQq1HfTmEnmN3kEfbmeLAst7nI { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.8125rem;left:21.5625rem;height:1.3125rem;font-style:normal;display:block; }
#snlxTpt1KrlawbDCvhDioxagcwNRdsTP { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8125rem;left:40rem;height:1.3125rem;font-style:normal;display:block; }
#r432s2HaeDzr1KCgz5Pee2M4OPEHNPuB { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:56.4375rem;height:1.3125rem;font-style:normal;display:block; }
#IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR { position:absolute;display:block;z-index:15023;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:3.1875rem;width:3.1875rem;top:1.9375rem;left:61.4375rem;display:block; }#IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR.adaptive-delivery-prevent-bg, #IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR.lazyload, #IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR.lazyloading { background-image: none; }
#ZP984et97uGyhvlERFObSwsUuwDDsuZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2rem;left:7.5rem; }
#CqtewA8yMJzXaIO0fWrQylh5bHD6HbyG { 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:15025;opacity:1;top:2.375rem;left:23.3125rem; }
#PJcdiFTlU3nqDmuwKtKn9s0H0edJxhpK { 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:15026;opacity:1;top:2.375rem;left:26.375rem; }
#pfrMRZozFko5lCdbCUEbJTdepXESk0xZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.5625rem;left:29.4375rem; }
#lC476f3AhDzFvvMWR8HGPHMvTPQQwaQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2rem;left:41.3125rem; }
#p4M0MZn7vT84bFJWzPQKOw2e8ftmEEHc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.875rem;left:45.0625rem; }
#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU { position:relative;display:none; }#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU { border-width: 0; border-radius: 0; }#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU > .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; }#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#161616;background-image:none;font-size:0.875rem;font-family:arial;height:8.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:none; }#GJTKn2hfbvSJm5UHWmgRIthoLOWf9QQ7 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:4.0625rem;height:1.3125rem;font-style:normal;display:block; }
#QmzFMTFs14h8IAGvSGLT3hEWDDT9Trmy { color:#161616;display:block;width:36rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#mRAKrXiagsEqVBRfpmGJeTGTVPF1uDPk { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.8125rem;left:21.5625rem;height:1.3125rem;font-style:normal;display:block; }
#ZACWwfwR8VC1m6TiffGL5iwMfS3rlEa8 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8125rem;left:40rem;height:1.3125rem;font-style:normal;display:block; }
#Ds99qS2B91IP17xlomAFJlO8TtzDMTEE { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:56.4375rem;height:1.3125rem;font-style:normal;display:block; }
#WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS { position:absolute;display:block;z-index:15023;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:3.1875rem;width:3.1875rem;top:1.9375rem;left:61.4375rem;display:block; }#WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS.adaptive-delivery-prevent-bg, #WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS.lazyload, #WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS.lazyloading { background-image: none; }
#boJRHqCcZHOLUOyEayNzkOiwi3oqXQDP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2rem;left:7.5rem; }
#k5QXMqC4iUszaTVvt5EkVlVnPZGIiFvs { 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:15025;opacity:1;top:2.375rem;left:23.3125rem; }
#GX8gBGHZVv1LiOGWirGdK9o98NO3fUBF { 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:15026;opacity:1;top:2.375rem;left:26.375rem; }
#wWwTw4OcMZa2h216cqFHZL9vxc70qHCo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.5625rem;left:29.4375rem; }
#LTNlGc91NGkvsSgEStAww1N2crJO4Ze6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2rem;left:41.3125rem; }
#Q06UeGEQvJf3PFM25MMcQX8nAXXJUhwP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.875rem;left:45.0625rem; }
#Inu9sazeir73OdLKST9Tkkk7moFbru9R { position:relative;display:none; }#Inu9sazeir73OdLKST9Tkkk7moFbru9R { border-width: 0; border-radius: 0; }#Inu9sazeir73OdLKST9Tkkk7moFbru9R > .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; }#Inu9sazeir73OdLKST9Tkkk7moFbru9R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#RdWCIyk3Ln6d0oufHFeOC57bHwqavR3Q { position:absolute;display:block;z-index:15000;background-color:#004478;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:4.0625rem;left:1.25rem;display:block; }
#lGN7IyggKsTkyrLTg9MxaatI91brZ4BU { 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.25rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#TJQdCKSCgRkTWmmlJHAssuTI39g1HTIJ { color:#161616;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8125rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#XWK4TgTOuvX14RsT6EbaDMiB8c1uueTW { 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.875rem;left:17.5rem;height:1.40625rem;font-style:normal;display:block; }
#dDOamTDATW8GbhcgGuiH2vKLHtd5UBfU { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.5rem;height:1.3125rem;font-style:normal;display:block; }
#mS99XC6uWqTcDnGUkuMad63Ox2QbUHxm { 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.875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:block; }
#p0SqQoBqun47ozKvua16TANVlqMmD7Uy { 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.3125rem;left:32.5rem;height:1.3125rem;font-style:normal;display:block; }
#W3ldpVtgRBIvgtXMOd8Rwn5U0A226THP { color:#161616;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.875rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#ZJGrBy0MMK9TptOluT6i1SutESekggXx { 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:13.9375rem;left:17.5rem;height:1.40625rem;font-style:normal;display:block; }
#gf60AbcPStUgFF5rTTUpc9PTQ8a6iDar { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.3125rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#TvdwkoSA4n4DEDAQ7n9fsv6RiA2lHCEC { 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:12.375rem;left:17.5rem;height:1.3125rem;font-style:normal;display:block; }
#qAw76IbU7PWiCH3XVl04nA7sgghCFz3T { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:block; }
#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { position:relative;display:none; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { border-width: 0; border-radius: 0; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .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; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .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.6875rem;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:none; }#NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { color:#9b9b9b;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:3.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { color:#9b9b9b;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.0625rem;left:11.6875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { color:#9b9b9b;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.0625rem;left:20.125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { color:#9b9b9b;display:block;width:4.75rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.0625rem;left:42.5625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { color:#9b9b9b;display:block;width:11.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.0625rem;left:28.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { color:#9b9b9b;display:block;width:3.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.0625rem;left:67.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { color:#9b9b9b;display:block;width:5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.0625rem;left:50rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { color:#9b9b9b;display:block;width:6.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.0625rem;left:58.1875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs { position:relative;display:none; }#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs { border-width: 0; border-radius: 0; }#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs > .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; }#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs > .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:none; }#dLq2kmG0FrCEiB2cGTbTDM075pmqNWGH { 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; }
#JyBm6GGRNXWer1a0A5x4rGmOEd6zxQLU { color:#161616;display:block;width:36.0625rem;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; }
#JOk6cKdipEJTsmMTwZyHOmFRFUQSf3N1 { 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.5rem;left:1.25rem;display:block; }
#xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461c0fb6-d806-4c66-8886-2e71a42dfd74/Eurosport_Logo_2015.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.3125rem;width:9.75rem;top:11.093750953674rem;left:2.78125rem;display:block; }#xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a.adaptive-delivery-prevent-bg, #xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a.lazyload, #xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a.lazyloading { background-image: none; }
#TUlTElSUt6KLOULOVHtTU4O05eOasRLE { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd3a8fdd-580b-442d-8d9b-95866aab2cac/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:2.4375rem;width:11.5625rem;top:11.03125rem;left:16.25rem;display:block; }#TUlTElSUt6KLOULOVHtTU4O05eOasRLE.adaptive-delivery-prevent-bg, #TUlTElSUt6KLOULOVHtTU4O05eOasRLE.lazyload, #TUlTElSUt6KLOULOVHtTU4O05eOasRLE.lazyloading { background-image: none; }
#p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b803a461-f080-4b29-a65f-0a484eb335b6/Moto_Gp_logosvg.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.875rem;width:16.9375rem;top:10.593750953674rem;left:29.03125rem;display:block; }#p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz.adaptive-delivery-prevent-bg, #p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz.lazyload, #p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz.lazyloading { background-image: none; }
#HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7146284a-16ea-4011-bf07-9a6071fc2dfd/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:4.3125rem;width:18.875rem;top:10.375000953674rem;left:42.305557250976rem;display:block; }#HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ.adaptive-delivery-prevent-bg, #HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ.lazyload, #HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ.lazyloading { background-image: none; }
#rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1201f30-0cf6-45b2-a0fa-5bf801ea8dca/1280pxLogotipo_de_Cuatrosvg.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:1.5rem;width:6.875rem;top:11.781250953674rem;left:62.95486450195rem;display:block; }#rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE.adaptive-delivery-prevent-bg, #rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE.lazyload, #rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE.lazyloading { background-image: none; }
#BLVtpXmUNrWhKiWXIxWOdcorBnTCHt9e { 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.5000009536744rem;left:15.625rem;display:block; }
#hTPKxn63qEqwBGR1Z2vxl4Ve45booFiD { 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.5000009536744rem;left:30.53125rem;display:block; }
#c9UkZxVxTlRUzGQMmqF2TgFTRr0C2RFU { 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.5000009536744rem;left:45.336807250976rem;display:block; }
#MdP9ucpZZi6ub1L2y206S477mexto0JR { position:absolute;display:block;z-index:15012;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.5000009536744rem;left:59.986114501953rem;display:block; }
#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS { position:relative;display:none; }#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS { border-width: 0; border-radius: 0; }#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS > .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; }#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS > .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:25.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:none; }#LdhrEGRS6f7z32BfszQcpA8L1OvB04Fo { 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.35618125rem;font-style:normal;display:block; }
#HKmsDwodaA5RHGp2ghBxK4wx9zfL0TMg { color:#161616;display:block;width:32.0625rem;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; }
#nrNgUW2WoSmnPEbzaZHG2W5Ew7AOeLJF { 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:16.25rem;top:9.5rem;left:1.25rem;display:block; }
#ZQwW3x4DsgrBpwtiNrNxKTrDywFdCoLB { 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:16.25rem;top:9.5rem;left:20rem;display:block; }
#dcavVyO1REWgxrSXwEaD3OWWa0IsdPeK { 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:16.25rem;top:9.5rem;left:38.6875rem;display:block; }
#kSoAifpCbePNrf4WKTUzrfLEeFND5ItK { 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:16.25rem;top:9.5rem;left:57.5rem;display:block; }
#NMqJCsTFsNgteeQQWOKTJoHDSt94nHAC { position:absolute;display:block;z-index:15012;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:16.25rem;top:17rem;left:1.25rem;display:block; }
#aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f44092d2-4d9e-4f13-bb23-ed921c824f99/Logo_Iberdrola_2023svg.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.3125rem;width:9.75rem;top:11.125rem;left:4.5rem;display:block; }#aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE.adaptive-delivery-prevent-bg, #aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE.lazyload, #aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE.lazyloading { background-image: none; }
#Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/331cc47f-0fcd-4bfc-8fee-d140fde5d0d8/Naturgysvg.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.6875rem;width:12.25rem;top:11.1875rem;left:22rem;display:block; }#Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G.adaptive-delivery-prevent-bg, #Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G.lazyload, #Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G.lazyloading { background-image: none; }
#Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1b3b6cd-e37c-4545-b258-8d31039b1beb/Acciona_logosvg.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.875rem;width:16.9375rem;top:10.59375rem;left:38.34375rem;display:block; }#Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh.adaptive-delivery-prevent-bg, #Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh.lazyload, #Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh.lazyloading { background-image: none; }
#FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af6abbd2-715b-4706-9e8e-b9d990a5700b/EndesaLogo.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.3125rem;width:18.875rem;top:10.375rem;left:56.125rem;display:block; }#FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV.adaptive-delivery-prevent-bg, #FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV.lazyload, #FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV.lazyloading { background-image: none; }
#IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa4685ac-320c-42de-a2c0-31f0c2809022/2560pxSacyr_Logosvg.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:1.5rem;width:6.875rem;top:18.999132156372rem;left:5.9375rem;display:block; }#IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI.adaptive-delivery-prevent-bg, #IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI.lazyload, #IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI.lazyloading { background-image: none; }
#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a { position:relative;display:none; }#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a { border-width: 0; border-radius: 0; }#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a > .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; }#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JCyd3C7ko5McbSbzCv9K9oKWgwAForBM { 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:4.71180625rem;font-style:normal;display:block; }
#hTThcoQbiXMPQ2Lv4nPryTVWxknNi1pI { color:#161616;display:block;width:33.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#LLyfNE9wVvtTmXNsKKRfTE7rXX4SKqD0 { 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:16.25rem;top:10.75rem;left:1.25rem;display:block; }
#DedvlupCKIKTh6gLITnqgc3nTmhWHbam { 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:16.25rem;top:10.75rem;left:20rem;display:block; }
#GPDU4aUfdWHzKkJwktvlXPAAtExdRdeP { 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:16.25rem;top:10.75rem;left:38.6875rem;display:block; }
#N5NG3Fw9mlex0PUywfwteRST6OVhX95z { 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:16.25rem;top:10.75rem;left:57.5rem;display:block; }
#KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9067261a-18cc-4e49-8bc2-880c0a5430d9/microsoftlogo.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.3125rem;width:9.75rem;top:12.375rem;left:4.5rem;display:block; }#KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH.adaptive-delivery-prevent-bg, #KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH.lazyload, #KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH.lazyloading { background-image: none; }
#atigitQgCSXtr3RRuknDD6Z3mecRx6Bi { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79a92419-5dd3-4b96-96a9-27eb1703dcab/Logo_CaixaBanklogo.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.3125rem;width:9.75rem;top:12.5rem;left:23.25rem;display:block; }#atigitQgCSXtr3RRuknDD6Z3mecRx6Bi.adaptive-delivery-prevent-bg, #atigitQgCSXtr3RRuknDD6Z3mecRx6Bi.lazyload, #atigitQgCSXtr3RRuknDD6Z3mecRx6Bi.lazyloading { background-image: none; }
#zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b14133a8-efee-42f8-a402-eec4bc8a5bdf/quironsaludlogooriginal1.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.3125rem;width:9.75rem;top:12.5rem;left:41.9375rem;display:block; }#zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR.adaptive-delivery-prevent-bg, #zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR.lazyload, #zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR.lazyloading { background-image: none; }
#JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b7a2d93-08a4-400d-aa6b-33bf9aa780a9/logoecoalf1.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.3125rem;width:9.75rem;top:12.5rem;left:60.875rem;display:block; }#JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO.adaptive-delivery-prevent-bg, #JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO.lazyload, #JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO.lazyloading { background-image: none; }
#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z { 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:none; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.adaptive-delivery-prevent-bg, #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.lazyload, #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.lazyloading { background-image: none; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z > .row .container { border-width: 0; border-radius: 0; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:none; }#AQ35D9xfTxnDvfe32ac4kESI5CPuM91T { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:7.7988125rem;font-style:normal;display:block; }
#iHKdkwL76zt63TSQRJn2pysBtTKrXefI { 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; }
#TXLtk9w2dInD1NA47P9q10Nnh16gETZz { 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; }
#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b { position:relative;display:none; }#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b { border-width: 0; border-radius: 0; }#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b > .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; }#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b > .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:29.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:none; }#HVmVb2zPs1qZqRyGFdJ72qbUkpFyJIx8 { 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:9.25rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#uZD0OkTnxzLKNqfznFBw48m1VTFVudQz { color:#9b9b9b;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#Eh29BOV8XUXpU6Z2OPcCm1MOR0BXo1oP { 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:21.71875rem;left:1.25rem;display:block; }
#JGamwD1PiqIIuy9QCXKGOyBJ5F4gDNaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5Z8Ml8p0TURdHyhOupFvR7Lq0Tq5XgO { 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:11.25rem;width:11.25rem;top:2.75rem;left:37.5rem;display:block; }
#N5ZFPX9HL6HxZZSEezkWNzD9ooIqx7sH { color:#161616;display:block;width:8rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:40.21875rem;height:1.6875rem;font-style:normal;display:block; }
#T2tqv9vgH0JTAdnTsz277bHvNIQLy5vK { 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:11.25rem;width:11.25rem;top:2.75rem;left:50.5625rem;display:block; }
#uCIvkshUd5OdBKTqSFSsJmMGti9Ezl2H { 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:11.25rem;width:11.25rem;top:2.75rem;left:63.625rem;display:block; }
#vhf5HI6i8cywGkqQJ407TlbPwexER1Pr { 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:11.25rem;width:11.25rem;top:15.6875rem;left:37.5rem;display:block; }
#Neo9RQVb5d0MISTFzrDpeSMqLF1WUnHr { 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:block; }
#PhZS86peztXrAf8Br0mFiskmn2QIJ6If { 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:block; }
#W0LA4dn1GDwEIExlVSJnp9sp0dDmcI2I { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.5625rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#dQLc5GL6iE49f76SRFLCuawnedrHVPZO { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:11.375rem;top:4.9375rem;left:37.5rem;overflow:hidden;display:block; }
#O3fNCdJaXIrrMI99D6R94plTkWEMiBOw { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.875rem;top:7.09375rem;left:51.3125rem;overflow:hidden;display:block; }
#yAUit6BIgKguITVuziKVoIHOCTsQ1Ufn { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:9.375rem;top:6.28125rem;left:64.625rem;overflow:hidden;display:block; }
#EmeR0yueKch0zr7sEATzFhNUudEJ5qgI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:7.75rem;top:16.71875rem;left:39.21875rem;overflow:hidden;display:block; }
#OEWJ8CXV4eLUzUiWfJm4eWfOPbaRTMIC { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.875rem;top:19.21875rem;left:52.3125rem;overflow:hidden;display:block; }
#teTkVpqHmM7pznTGU3rhJSxUdnFIXGtq { position:absolute;display:block;z-index:15043;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:8.625rem;width:11.5625rem;top:17.0625rem;left:63.4375rem;overflow:hidden;display:block; }
#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { position:relative;display:none; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { border-width: 0; border-radius: 0; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .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; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .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:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { color:#161616;display:block;width:32.3125rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1rem;height:2.35625rem;font-style:normal;display:block; }
#WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { color:#9b9b9b;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:1rem;height:1.40625rem;font-style:normal;display:block; }
#gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { color:#161616;display:block;width:28.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.25rem;left:1rem;height:8.4375rem;font-style:normal;display:block; }
#psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { 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.21975rem;height:2.657225rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.5625rem;left:1rem;display:block; }
#TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03bac771-5fc7-443a-8970-9b41dbee543c/CampusArapiles.jpg");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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.625rem;width:39.4375rem;top:0rem;left:35.5625rem;display:block; }#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.adaptive-delivery-prevent-bg, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyload, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyloading { background-image: none; }
#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { position:relative;display:none; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { border-width: 0; border-radius: 0; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .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; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;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:none; }#oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { position:absolute;display:block;z-index:15003;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:13.375rem;width:36.3125rem;top:1.4375rem;left:0.53125rem;display:block; }
#ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9521b9bc-f8ac-4059-baf7-d2fca638184a/nounspain7243611.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.9375rem;width:3.8125rem;top:2.9375rem;left:2.4375rem;display:block; }#ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.adaptive-delivery-prevent-bg, #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.lazyload, #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.lazyloading { background-image: none; }
#NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { color:#161616;display:block;width:5.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { color:#161616;display:block;width:11.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.71875rem;left:2.4375rem;height:2.75rem;font-style:normal;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.71875rem;left:17.375rem;height:2.75rem;font-style:normal;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
#HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { position:absolute;display:block;z-index:15008;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:13.375rem;width:36.3125rem;top:1.4375rem;left:38.0625rem;display:block; }
#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { color:#161616;display:block;width:11.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.9375rem;height:;font-style:normal;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.75rem;left:54.875rem;height:;font-style:normal;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
#DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { color:#161616;display:block;width:5.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.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.9375rem;width:3.8125rem;top:2.9375rem;left:39.9375rem;display:block; }#tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.adaptive-delivery-prevent-bg, #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.lazyload, #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.lazyloading { background-image: none; }
#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { position:relative;display:none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { border-width: 0; border-radius: 0; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;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:none; }#sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { 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.75rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.875rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { 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:11.9375rem;left:1.25rem;display:block; }
#qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { position:relative;display:none; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { border-width: 0; border-radius: 0; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .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; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .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:20.5625rem;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:none; }#DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { color:#161616;display:block;width:5.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.28125rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#voOMoqoB0PxDWbBGCrVooG883z7MdEdD { 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.3;letter-spacing:0;top:9.4375rem;left:2.5rem;height:5.8125rem;font-style:normal;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
#XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9521b9bc-f8ac-4059-baf7-d2fca638184a/nounspain7243611.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:2.875rem;top:2.60546875rem;left:2.5rem;display:block; }#XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.adaptive-delivery-prevent-bg, #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.lazyload, #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.lazyloading { background-image: none; }
#sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { position:absolute;display:block;z-index:14999;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:15.75rem;width:23.8125rem;top:1.25rem;left:0.53125rem;display:block; }
#BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { position:absolute;display:block;z-index:15003;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:15.75rem;width:23.8125rem;top:1.25rem;left:25.5625rem;display:block; }
#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:27.5rem;height:5.8125rem;font-style:normal;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
#Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { color:#161616;display:block;width:5.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.28125rem;left:27.5rem;height:1.625rem;font-style:normal;display:block; }
#bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.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:2.875rem;top:2.60546875rem;left:27.5rem;display:block; }#bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.adaptive-delivery-prevent-bg, #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.lazyload, #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.lazyloading { background-image: none; }
#SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { 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:15.75rem;width:23.8125rem;top:1.25rem;left:50.5625rem;display:block; }
#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:52.5rem;height:5.8125rem;font-style:normal;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
#kh2cwRJQBpsBLt540EqzdZhvrh052pEy { color:#161616;display:block;width:5.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.28125rem;left:52.5rem;height:1.625rem;font-style:normal;display:block; }
#QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.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:2.875rem;top:2.60546875rem;left:52.5rem;display:block; }#QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.adaptive-delivery-prevent-bg, #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.lazyload, #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.lazyloading { background-image: none; }
#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { position:relative;display:none; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { border-width: 0; border-radius: 0; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .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; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .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:29.6875rem;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:none; }#xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { color:#161616;display:block;width:32.1875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { color:#161616;display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.625rem;left:1.25rem;height:16.875rem;font-style:normal;display:block; }
#qu6VKPV53utiqTUGSioNiczn7Pob6daC { 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.27083375rem;height:2.70833375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.1875rem;left:1.25rem;display:block; }
#q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35b6e207-a301-4127-9a1d-868cf8184631/Logos04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17rem;width:27.0625rem;top:3.125rem;left:36.25rem;display:block; }#NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.adaptive-delivery-prevent-bg, #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.lazyload, #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.lazyloading { background-image: none; }
#gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2216adaa-6242-44bc-ab1e-c644b7ef8fb5/Logos01.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:3.25rem;left:64.5rem;display:block; }#gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.adaptive-delivery-prevent-bg, #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.lazyload, #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.lazyloading { background-image: none; }
#JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa3a229a-4809-4d25-afd0-050fea3924db/Logos03.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:15.0625rem;left:64.5rem;display:block; }#JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.adaptive-delivery-prevent-bg, #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.lazyload, #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.lazyloading { background-image: none; }
#EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83e432-013c-459c-bf1a-257938e643a8/Logos02.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:9.125rem;left:64.5rem;display:block; }#EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.adaptive-delivery-prevent-bg, #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.lazyload, #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.lazyloading { background-image: none; }
#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl { position:relative;display:none; }#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl { border-width: 0; border-radius: 0; }#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl > .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; }#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl > .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:30.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:none; }#ZwTgXEQtpaev8oHMrhftfW7uK5Dsh8Q5 { 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.75rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#SeH9cLt42TpT8QKEIhHyCRQzagobc4V4 { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#lWNRDfXie4yQp0G2WxqN97AqXiCy70Tm { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.1865234375rem;left:1.25rem;height:14.3125rem;font-style:normal;display:block; }#HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu li:before{  }
#rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/cf7d1a2a-5a3c-4d9a-92fd-52cf5f557e3b/AdobeStock_602781775.jpeg");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:25.9375rem;width:34.5rem;top:2rem;left:39rem;display:block; }#rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG.adaptive-delivery-prevent-bg, #rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG.lazyload, #rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG.lazyloading { background-image: none; }
#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { position:relative;display:none; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { border-width: 0; border-radius: 0; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .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; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .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:4.125rem;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:none; }#EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { color:#161616;display:block;width:22.5625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { position:relative;display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { border-width: 0; border-radius: 0; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .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; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .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:5.125rem;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:none; }#K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { color:#161616;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.6875rem;font-style:normal;display:block; }
#l8GmG51w2O2n99PBaZh2cNom2rm76LTD { color:#0060ab;display:block;width:1.4375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { position:relative;display:none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { border-width: 0; border-radius: 0; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .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; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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:none; }#KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { position:relative;display:none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { border-width: 0; border-radius: 0; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .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; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .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:5.125rem;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:none; }#bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { color:#161616;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.6875rem;font-style:normal;display:block; }
#CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { color:#0060ab;display:block;width:1.4375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { position:relative;display:none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { border-width: 0; border-radius: 0; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .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; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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:none; }#xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 { 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; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container { background-color: transparent; background-image: none; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container > .video-iframe-container { display: none; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row > .video-iframe-container { display: none; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .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); }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container { border-width: 0; border-radius: 0; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a1016c9-814d-41e1-9aa0-1cc95a65dd9b/uax_rafanadal_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:4.6875rem;width:11.8125rem;top:1.0625rem;left:1.25rem;display:block; }#uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2.adaptive-delivery-prevent-bg, #uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2.lazyload, #uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2.lazyloading { background-image: none; }
#UkUrBJBiWNqmJ1SPXm4MoQD9KSSUPKHG { 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; }
#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { position:relative;display:none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { border-width: 0; border-radius: 0; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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.25rem;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:none; }#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) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:14.5625rem;height:3.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { 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) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { display:block; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:none; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:1.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:5.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:7.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.75rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { display:none; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJx0WMFvgpnmpphfwUGyOUMq8X61CGqT { width:12.6875rem;height:3.8556205845006rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:1.25rem;left:0rem;width:17.625rem;height:8.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:10.375rem;left:0rem;width:19.8125rem;height:14.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { display:none; }
 }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { display:none; }
 }@media only screen and (max-width: 763px) { #fug1iFlPJrelRlCh0UDxBabdzGoJNuk4 { width:47.75rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZLup4RkmITAk4Apm7vHZHC7hFLkokJN { top:38.6875rem;left:0rem;width:29.0625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDOveJ08SmAq0VTW4hlH9p2Nm8hGePrZ { top:39.1875rem;left:0rem;width:28.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { top:4.0625rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { top:8.25rem;left:0rem;width:4.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { top:8.25rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { top:7.3125rem;left:3.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { top:12.75rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { top:11.3125rem;left:0rem;width:3.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { top:1.875rem;left:0rem;width:17.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { top:16.625rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { top:11.3125rem;left:0rem;width:5.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { top:12.8125rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { top:8.5rem;left:0rem;width:39.0625rem;height:15.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { top:8.5rem;left:25.4375rem;width:22.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { top:9.0625rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-text {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-select {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd {display:block;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nfMyOGv725TEL5TzxnHU2GJ5BlRDGgS2 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #N5KmRPz97pAviLRAVDNtrriBwGHqTlyA { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Lhz7mm5fonzsDhcrXfdDgfqEW4oAEpGl {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AE27cTS4qJC0vKOaF0pgmkOGNbhDXEgm {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #bn99n8mfq77WtGysdm93rBU2TaozuQT6 { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dCX1b1CSzX0oBTpkAb5Rna00UxJNacAL {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ou584abodTQK7RJ4Hica4AvPif9qWuti {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #gvHZh7QP72qLQ3n04uMrbLU3ggFwhgBS { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #KQkvxhacgmbNvUQC3GB6f5q3TgzsrnNt {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #aOsAhy4avBXIOV8OfxAVaM8AdyqAe8wM {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ixNfqHAL7V8LggfmvyCkOaDGosFoTLcU { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nBdumHsDk4iu807W5vhTZwtxWc2fJeEE {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #I2rBTpDSiIdEF9CGy7Zt6zUS5TnDnxzM {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #IicFMIJmOoTOExEXRbHLmrZfmsk1uZmN { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #b5souMSl3tCTkwwCOyf5ZNam5ozTrTmo {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #GeWKtGAEmQivaC6DMKqN2pfQNMktHtqX {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AH5xiDc17i0ZATZbXbnuszwW0O5eJbCz { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #oyyfIgSvPdKZ5ox7INmqX5ZO58wKpCB9 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q00wtTeDUy9LqX3ZZx0W8Gr0QJp32GT4 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #pCGntpsVTtRu9hpNtgEq792vNHNxIPai {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #F7im8PWPn1X0eXSG40Mx67NsEvEAwGDT {  }
 }@media only screen and (max-width: 763px) { #LNvWEEyVB2hNTp7uZoyd1h6Lzhq69XRf { display:block; }
 }@media only screen and (max-width: 763px) { #ilx063ommwvgJyokLDF4uNPuNBOdnVOd { display:block; }
 }@media only screen and (max-width: 763px) { #x1FnBNSptk7EygIh1ns4d4ewKPygxlsS { display:block; }
 }@media only screen and (max-width: 763px) { #GkiyuTmGSkq2c8MWKKAIEfnDtwHG8sh7 { display:block; }
 }@media only screen and (max-width: 763px) { #N18kr0D8ZoaJ62JVJXJDGuTD29Md5TT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rui7Dd6eAddCItBabsh8DvRCD9PfEmay { display:block; }
 }@media only screen and (max-width: 763px) { #vvR0euchiJMGo4pa6tkPpuV51ryTC5SW { display:block; }
 }@media only screen and (max-width: 763px) { #hp4Xm2hNFcHva2HKEeEPkES3T9T9cH0P { display:block; }
 }@media only screen and (max-width: 763px) { #XbTxs5EFthDchWS826tAUJ1m7OPTLxRN { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #XKSsarM1KtTqeWbabNmLZcKllb1b6eyv {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #v0LzWudDwPurdDrSmzZoaWcr0TpTVK72 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q7coeluIR1LowCECNwL6poLcvQa6NXE2 {  }
 }@media only screen and (max-width: 763px) { #Fpct9AOZRDD1oJroPsJd0sN01B0tQw54 { display:block; }
 }@media only screen and (max-width: 763px) { #TmzfyHUnLOPTdGRuXRWf4qBTh7HRT5dO { display:block; }
 }@media only screen and (max-width: 763px) { #isbtnq4FFpqMhtuF742vaGxyAbKlWVyz { display:block; }
 }@media only screen and (max-width: 763px) { #pMZntqb0RolR0tZB4Pi8GCtZolIEGo0Z { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #CEiLtiHcAuhhbZ5UPpZ7rSsh6vQLraMf {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Uyf82tB8NpZHvVIw33fcLsLOBSLnJZZg {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Co57dXLcpDeCTTBn8Eob76EPli3uidaN {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #TyIx02HKJ8PLbowomZN9uTVmHaTrCuNr {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #EsPhTf5ODw5TPv1KDf2pPCtZZL7PMpfG {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Ncrcbr8WmOvAv2WsnCGQ1bHugCAIm9lv {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #brerWZSoXnzuEQt5i4UaIiArMGCQKloI {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dTTgNPl9ItFClg11111i1bqGKDK4WVPn {  }
 }@media only screen and (max-width: 763px) { #TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { top:12.25rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { top:26.3125rem;left:0rem;width:44.0625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBERKEOlvTLX3zB66SKyGC3W59bJtyzb { top:38.6875rem;left:0rem;width:29.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcviVgfwFrlPbnHfKZbJk9bRTX1mX5k { top:9.375rem;left:29.625rem;width:18.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTM0V500r3yeOndIon8oDJozehMM2PF { top:1.25rem;left:0rem;width:15.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLH7dDiUD7ncTIFImGaETLZ68Egz8Pxq { width:38.375rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nwxsc4HzOIe0QMEaehbsDdsbwFxiq3LW { top:39.125rem;left:0rem;width:27.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 { display:block; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In4i2f5fqebXIpITOuBXNo80uiF4Qqqv { top:9.1875rem;left:0rem;width:14.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLG0v0xT9NEzIaFOoJoBtkJJ9XlvDR30 { top:7.5625rem;left:0rem;width:16.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBLxH9sGlZnQ6pnrucM9sT63oOGSiZNw { top:2.875rem;left:5.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNXGEaJKCzAHvCGJLQTwxeub9lQlPP3 { top:7.5rem;left:5.7500019073486rem;width:16.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVCsbvmMT0OmZNXx762Rlr5ZZ5m9vhy { top:9.0625rem;left:5.75rem;width:12.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvQ1DwxiSdKryBNzephoCaXMHNtbOl5G { top:2.5rem;left:20.000003814698rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZAsuM1eXv6uRC5sM1xDFxlH4KMOqkw { top:7.5625rem;left:20rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ncT1wRVf1FrKMCfmWtulIV79r83AHf { top:9.0625rem;left:20rem;width:17.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKwlGidsxWrpudqbffAfLQkB4Zm7ZuS { top:2.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nStg0E9gFuoRZpW3mocurAncpnemow9J { top:2.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kASTSkILN8JsgsSwEfWFw9FUtD5hoTh9 { width:12.0625rem;height:2.3125rem;top:20.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZNsqcyqe8pMxtAQqTcZzM1XMlqfg61S { display:block; }
 }@media only screen and (max-width: 763px) { #VHvbrrxbOzHVraHe15uo3PMx4X0Wpq7v { top:18.25rem;left:9.625rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56o8pIsVg2ktOoWIHQPTb4GNtJ2mKcU { top:17.125rem;left:4.9375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKL2Mpq8KNBLlSOK8fgLOK5unhxaLdr { top:18.25rem;left:4.9375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf9uTr51pqgshTmJRkkCTmZgQt2CCWVq { top:17.125rem;left:9.625rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAW0crqDviMXHIfXJ17XQXFweqfIaOXD { top:17.125rem;left:0rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eebMRR5c2TaAKv12uQELKk18zacywRt4 { top:18.25rem;left:0rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXiNSwK58CiSBiAxB5xJncTr3wIQ94KN { top:12.9375rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlVJfyDEBJLt66ATBqPhCSshfHxRgWJ6 { top:0.9375rem;left:0rem;width:20.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCkScsuAuby447Nn3DBIwTgtR2KxxJdE { top:0.9375rem;left:0rem;width:20.3125rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZ4U9iH8gxvEHChAr3AD3tXgfRfEKDX { top:0.9375rem;left:11.4375rem;width:20.3125rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTw619N17nX7LsGoM98qu77KRT8BdJzQ { width:12.0625rem;height:2.3125rem;top:20.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkHSTgNHfPE2NtoKe7ubGXrDWK9hMGNd { display:block; }
 }@media only screen and (max-width: 763px) { #DC1daXFJc7vQ50hieBzU6WXuaSAeyMvn { top:18.3125rem;left:15.875rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phUGyoBNlCt8lDowMW1M0JnZWbTmQpR1 { top:17.1875rem;left:15.875rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiMo2T8ZUIOWKig98TFkIRywccb3CMKU { top:12.5rem;left:13rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXnJl4Ox6PJqt4BlGs8JWKGP1gi8UwHk { top:0.9375rem;left:11.4375rem;width:20.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB674CFh5fIlnTZsaOXfzoSBfDM5P5kr { top:18.3125rem;left:21.0625rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTubJ2NgiFnO6c4fX96odQbQnxRm5fM { top:17.1875rem;left:21.0625rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfxPJoozBlckHlSHokJQGrV67uy6RdO { top:18.3125rem;left:25.5rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL10Sqf4CqhxCiw53AAeoqy1ibrfib67 { top:17.1875rem;left:25.5rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzpEvhbKyO4b2Qrybt0aSTKSzmqX9XeP { width:12.0625rem;height:2.3125rem;top:20.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMbA8fwMLzsJnuNfm6JRGoI69pN4atpF { display:block; }
 }@media only screen and (max-width: 763px) { #RgRZvWFzFeFpFZfEtpAGu0SWVHyaPteL { top:18.3125rem;left:31.75rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RECS4pG11qnTUeQBVhMRBFRA0zkySZGg { top:18.3125rem;left:36.9375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21Hir0LEkTMTe5gUQChfxMdpFTyLiS4 { top:17.1875rem;left:31.75rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FShbORd0uIKIn89rsHzWCmPgQHPok6ib { top:17.1875rem;left:36.9375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nagy2RFTtrKrC2XyH4LfJyeOgy2oXvye { top:12.5rem;left:28.75rem;width:18.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGdK1z69pGA8N5Ws3A32o5gUm3gyBHZb { top:0.9375rem;left:27.375rem;width:20.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEt6Fl94nsZwxRfloTXIbnqaPrCIaOok { top:18.3125rem;left:41.375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtLsdKR40vaoy9F2ZwGR1OoyWrOEHBN0 { top:17.1875rem;left:41.375rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWR2SfPKLyme0kg3yPOJ7A3LHhKsfPa7 { top:0.9375rem;left:27.3125rem;width:20.3125rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanaw6M4qooIRBvlH9pZzou6T6uQArIG { top:25.375rem;left:11.4375rem;width:20.3125rem;height:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S { display:block; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfSFkoimymouHfn1WbpqDDq4H2zvSxnG { top:2.1875rem;left:0rem;width:26.375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGDSE5Gqhe30N6lS0cag0g5FoRZqmaHx { top:10.75rem;left:0rem;width:36rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAMT07eQUVrgUuT5fX0cOOZT9hzIA9HB { top:4.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vguzFk0EbXiTSO4naARJoVoGfS81aw { top:7.6875rem;left:7.5rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfpAvz3lQKwfNaCBlskhFucezotlT7OQ { top:11.5625rem;left:1.3125rem;width:19.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 { top:14.5625rem;left:10.875rem;width:13rem;height:6.5625rem;font-size:0.9375rem;display:block; }#sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 li:before{  }
 }@media only screen and (max-width: 763px) { #pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE { top:13.875rem;left:1.1875rem;width:16.5rem;height:7.9375rem;font-size:0.9375rem;display:block; }#pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE li:before{  }
 }@media only screen and (max-width: 763px) { #NukiBvSNAI66cEu4uoAzly9tyCtaxzfD { top:11.75rem;left:17.1875rem;width:6.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBgQWhOiqZIGmo0Q7l8pSmVg6OoUvfhw { top:7.875rem;left:19.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcrKoLgNRvckpfscFdbKnd26h3lQ15T { top:14.5625rem;left:30.9375rem;width:16.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#fNcrKoLgNRvckpfscFdbKnd26h3lQ15T li:before{  }
 }@media only screen and (max-width: 763px) { #iRU2UXeacLf28krkOkKOvuMdtMibFmmR { top:11.75rem;left:37.8125rem;width:6.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzEX3sL66lB5aGts2s9X33otRZQr7vS { top:7.875rem;left:37.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a { display:block; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNI8QQrT5pOOszdvToCPhOau5btfT4lU { top:3.375rem;left:0rem;width:35.875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { top:6.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip5wZx6FdGCeWEZymzxCseifTg0PKXwB { top:9.6875rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc { top:8.9375rem;left:0rem;width:12rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { top:10.25rem;left:2.75rem;width:12.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N { top:10.9375rem;left:37.125rem;width:10.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSMOqsuyLsKmsedTMbPsqK1L6tsv5bW { top:9.6875rem;left:2.4375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TW5WA0TJeFSJDkX3tVFEGtGp66E7ZB { top:9.6875rem;left:17.375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu3ruPLqogNkDCXFyJFyd35oNkcm9Jpq { top:9.6875rem;left:32.125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npsFE4dpcZliWpxlpVTwOb2sGP36mfgu { top:9.6875rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9adkL6OH8qQITiDiuLOqnym0yiR99FK { top:10.875rem;left:14.9375rem;width:17.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP { top:11.0625rem;left:30.1875rem;width:17.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6 { top:18.375rem;left:17.875rem;width:11.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3mQTmy4BVgUe0mHRsDVULCVPSMPBV08 { top:16.8125rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln14ppWwcuCx3IEC6tZoqxprwmssStz4 { top:16.8125rem;left:2.4375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viBxeLsFWqU8VTsNTwOKASkGDpZz9NrT { top:16.8125rem;left:17.375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd { top:17.375rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8 { top:18.0625rem;left:4.375rem;width:9.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw { top:17.9375rem;left:33.1875rem;width:10.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVRisB5c9SmtsN4nKCquOnE3muznpii { top:16.8125rem;left:32.125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5 { top:17.9375rem;left:36.875rem;width:10.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgosNWflv2yrhATfgXhLhkD3IePB8L2l { top:16.8125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm { display:block; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V { top:7.1875rem;left:0rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQSastuQ3k8lEAJr5k5kpImroeo4i5S { top:18.75rem;left:0rem;width:17rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxkqRr6TGDy8VuHeWi2rbTA4nk8CfK1w { top:2.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9 { top:7.25rem;left:6.8125rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVxDTJizDgWih9WgSg2VReRxSGfWPg8 { top:18.75rem;left:6.875rem;width:17rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp { top:7.3125rem;left:30.6875rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA6uiongDm1BogCwF7CVvX1HAqikLU7J { top:18.75rem;left:30.75rem;width:17rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb { top:26.9375rem;left:0rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6DhCnnySGaZ2W2xsaas5MfNOuGv2de { top:39.1875rem;left:0rem;width:17rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGmvs9oJeRDWWML0ZRpTbRT4cbpbAnsT { top:39.25rem;left:6.875rem;width:17rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE { top:27.875rem;left:30.6875rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0JuTJKPa3bQFwN3MvmpfwhU2w4et8M { top:39.1875rem;left:30.75rem;width:17rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy { top:27rem;left:6.8125rem;width:17.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6 { top:26.375rem;left:0rem;width:17.0625rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH { display:block; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAhRufPpcaShzkobWGOTt0qe9JZRpx0Q { top:2.5625rem;left:0rem;width:36.0625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83ZBNPbvv7Vrawq0Ebe0Fm5LkJSCxzU { top:6.8125rem;left:0rem;width:47.75rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5EvAx27xKyUTaGT6AdhcNrlJNWd1bHs { top:8.125rem;left:0rem;width:47.75rem;height:26.790610599078rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:block; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { top:8.0625rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { top:8.0625rem;left:12.4375rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { top:6.5rem;left:12.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { top:3.5625rem;left:0rem;width:27.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { top:6.5rem;left:20.625rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K298hmcOWuv577ellHfWx8gCLdBQnfNA { top:8.0625rem;left:20.75rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:block; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { top:0.875rem;left:0rem;width:43.4375rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:block; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { top:3.75rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { top:6.5625rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { display:none; }
 }@media only screen and (max-width: 763px) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { display:none; }
 }@media only screen and (max-width: 763px) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { display:none; }
 }@media only screen and (max-width: 763px) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { top:9rem;left:13rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { top:6.5625rem;left:15.875rem;width:15.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { top:3.75rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { top:6.5625rem;left:31.75rem;width:15.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { top:3.75rem;left:25.1875rem;width:22.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:block; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { top:7.5625rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { display:none; }
 }@media only screen and (max-width: 763px) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { display:none; }
 }@media only screen and (max-width: 763px) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { display:none; }
 }@media only screen and (max-width: 763px) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { top:1.9375rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:block; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { top:7.5625rem;left:0rem;width:18.8125rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { display:none; }
 }@media only screen and (max-width: 763px) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { display:none; }
 }@media only screen and (max-width: 763px) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { display:none; }
 }@media only screen and (max-width: 763px) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { top:1.9375rem;left:31.75rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:block; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { top:2.25rem;left:0rem;width:32.4375rem;height:18.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { width:12.8125rem;height:2.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { top:7.375rem;left:24.498699188233rem;width:16.1875rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { top:4.625rem;left:24.5rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { top:7.375rem;left:30.3125rem;width:16.0625rem;height:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { top:30rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { top:21.75rem;left:24.625rem;width:15.625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { top:21.8125rem;left:31.8125rem;width:15.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { top:19rem;left:24.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { top:19rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ4ET0elqokISWTOF4mnToDFz8NL0er { top:1.3125rem;left:24.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { top:1.3125rem;left:42.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il4unPci2StmzOC10xNRRG1F9DtGQSFs { top:16.0625rem;left:24.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ERkzrndC780aIftBJqWLmybW7Mp5Nv { top:15.75rem;left:43.2490234375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWP591NyC8WHenShZil1ANMMOPJ7B3SN { top:27.4375rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:block; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { top:4.625rem;left:0rem;width:26.9375rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { top:17.375rem;left:0rem;width:28.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { top:10rem;left:24.5rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { top:7.1875rem;left:24.5rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { top:10rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { top:7.1875rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { top:23.4375rem;left:24.625rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { top:23.4375rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { top:20.625rem;left:24.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { top:20.625rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { top:3.875rem;left:24.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { top:3.875rem;left:42.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { top:17.6875rem;left:24.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { top:17.5rem;left:43.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFh5Qb8lxDustlow8JhhORfL62soLCRt { display:block; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { top:1.9375rem;left:0rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { top:1.9375rem;left:0rem;width:21.5rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { top:16.25rem;left:0rem;width:16.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzf3AzPJeDAPJZCH6lRH0fTBzRTEXwAE { top:18.75rem;left:0rem;width:18.8125rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { top:16.25rem;left:15.625rem;width:16.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDPZkGr1k7yPBAFOQOAiurAkT6J9kiL { top:18.75rem;left:12.9375rem;width:8.9375rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { top:16.25rem;left:34.0625rem;width:12.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1FrKWriE4OJmHyrQ6Oh1x3LPRChnpc6 { top:18.75rem;left:35.6875rem;width:8.8125rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvV8qT2279xTSJuRyomUchIwJolkWACR { top:1.9375rem;left:12.8125rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { top:1.9375rem;left:26.6875rem;width:20.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { top:20.875rem;left:0rem;width:17.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { top:1.9375rem;left:10.1875rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { top:20.875rem;left:18.5625rem;width:13.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { top:1.9375rem;left:26.0625rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { top:20.8125rem;left:33.625rem;width:13.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { width:14.3125rem;height:2.75rem;top:20rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block; }
 }@media only screen and (max-width: 763px) { #WwWfrDmkUb07pwphogt17fqFnIv1vtQm { display:block; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaSaK4geCHvRCbwtH23SrKCTyf99gkvN { top:0.625rem;left:0rem;width:40.375rem;height:12.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv { display:none; }
 }@media only screen and (max-width: 763px) { #ISNSCHx3REgVfm5kEPVa1wanIlem2zEb { display:none; }
 }@media only screen and (max-width: 763px) { #sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC { display:block; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRUKsVoBuZ2JGMThRLq2mcsehg2DbQRK { top:1.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDmg7PfRATRgxQBODAKh5SkXHNViXc7I { display:block; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W344HJyGGuwfG8ayWTzWibAHEx65glBy { top:1.875rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLIZyJaunfSqPNhcnECxB371FmuCaif { top:1.875rem;left:7rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2bp7gqDW0shKbC9uOe23rUucH0U7Xw { top:1.875rem;left:18.9375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jox5ZevsPA2Hu797OOX2BGT5BCXMciK8 { top:1.875rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHBCVT8F6hpKwph85amqN5Pqe2GEztVB { display:block; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWt2cW6OVUGm1Hw1o6Z02yWihImToxU2 { top:6.1875rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSNUUmFIlGktNfOAmN4cSnMHa2wSRpBU { top:3.4375rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smkquAd9SsLCIXsPortdUT2clGoKT2Oa { top:28.375rem;left:16.4375rem;width:31.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO { top:12.4375rem;left:17.625rem;width:30.125rem;height:13.6875rem;font-size:0.9375rem;display:block; }#TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO li:before{  }
 }@media only screen and (max-width: 763px) { #Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT { top:2.8125rem;left:0rem;width:34.5rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QeboW5SQqtE9bOtKiya599XxGJw8yC { display:block; }#G9QeboW5SQqtE9bOtKiya599XxGJw8yC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDl51snDT0WqAgpswFsrc5gzqEr5pNvI { top:3.375rem;left:0rem;width:31.5625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QICrEvdIwp8JBKygvAUqBsnPNfJhSk6H { top:1.1875rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoKqNAGA6y7hwKeJ3UUzHppDkGPJsBD { top:6.5rem;left:0rem;width:36rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svbddIV0s5anMeT63g4T3lJ4ptBkgqBR { display:block; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spCGiQPZv98sMnQa3sqm2zbkhepMfRzv { top:0.75rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzXI5J3zHOmx4nowTTDT4EbQiDL2nCq { top:3.75rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp { display:block; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvZA8ZAnVNxlE9GDRorUtdD2GKS4xCdT { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztdEfC91wdzK1b8Zk7suSkuKFiQJ5T4F { 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) { #QoWLNA9CxuJLT1QGupvHM20OK0vR9ESO { display:none; }
 }@media only screen and (max-width: 763px) { #UWs9ww8w6Xp12JPhBNldaL25BzTWcSCs { display:none; }
 }@media only screen and (max-width: 763px) { #LeEVsW084v5MFmxX50gdZdteSkTETNB0 { display:none; }
 }@media only screen and (max-width: 763px) { #J9xQ9eTTWk7eIC0EiCSITIeNgsP7f8TQ { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKQHtTIVUedUnTmexQrusW6oRsG8KrH { 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) { #uGC3m2HPSTozCCb1eKGxIQn3IZhFbUeI { 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) { #CN7XnApgFFSyP0MzyT3DE4t25fF2FLoe { 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) { #pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2 { top:5.1875rem;left:0rem;width:8.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarKo3RCThdpctFJTGWGabK8oHlQwIgL { display:block; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcP3OuBPRdTdXvd37IEAA5LDuH6b6RRy { top:1.5rem;left:17.37343788147rem;width:8.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOMG96lrTta6LvXuFGvy5cFIb0rWlt9x { top:5.25rem;left:11.37343788147rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5Symbb9zmUZ4bTdwEICB3CFZGHUnc9 { width:17.5rem;height:3.1875rem;top:8.3125rem;left:12.873481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jie1Ls7LdwCNCs6t1B1NXrROHmR75D6L { display:block; }
 }@media only screen and (max-width: 763px) { #C6kNDLlic4A28AdPFcurHPtfadwgbQmh { display:block; }#C6kNDLlic4A28AdPFcurHPtfadwgbQmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJv0IPz55wJ2AwJ8QD38hb2k8wGiEDVV { top:4.25rem;left:0rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3zDxboLsT42pzPGQzX1dFk8qTmFHGJ0 { width:14.3125rem;height:2.75rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdf1tERc01T1fST9FJuP02nTTUG8Cuqk { display:block; }
 }@media only screen and (max-width: 763px) { #lveSaDad4HsKifEZQiHFbdZUqa0hkmfO { top:4.25rem;left:23.875rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHvghTKVlaymgrnhbiQ6ekOHvzaNTmkN { top:10.8125rem;left:23.875rem;width:8rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v00CPgTmqit3lX03gzpmPOBgkcuhXrww { top:4.3125rem;left:30.125rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRDAmDWr4AcReMUcSJpzeVmX1Xeup6R { top:4.375rem;left:36.375rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkL4Ttr1fUcVt30rH4Wn6EiXR2tVNdNd { top:15.6875rem;left:23.875rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0VkPr55IVd6ENDZM0vsFmlwHmnKVyU { top:15.6875rem;left:30.125rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB3qoCl4SSTUXpSvKvp6BW3VnBMBIMco { top:15.6875rem;left:36.375rem;width:11.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFvxL3xqJhe8yH2WySuO0Tq6zNvL23Z { top:10.4375rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMAWJ4eTAHBRLc0flch4bDmm3h8mMP9h { top:5.75rem;left:23.875rem;width:11.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVEfh2I0TshtnhbBat13gpxUn8mTTV75 { top:7.0625rem;left:30.875rem;width:9.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgC8DphAndzRTN0cBvaSql7d266BISm { top:6.25rem;left:38.375rem;width:9.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJsPftwvZ1K7Jr9R3uoUxd9AsGmR3au { top:15.75rem;left:23.875rem;width:7.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHAMsBRue4Ltn7TFEH5C5ETimfPSDT9o { top:18.375rem;left:31.875rem;width:7.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9nH43F695FMOlsXfGRcNrGKg88pOcT { top:16.1875rem;left:36.1875rem;width:11.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO { display:block; }#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vam8AntmA4eZIPooQmeiBcxncylTznsb { top:5.8125rem;left:0rem;width:14.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTpLJ2W3h84DFPxtNARi7W1IIr8lFzC { top:7.4375rem;left:0rem;width:36rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCaPd1BQq1HfTmEnmN3kEfbmeLAst7nI { top:5.8125rem;left:11.8125rem;width:12.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snlxTpt1KrlawbDCvhDioxagcwNRdsTP { top:5.8125rem;left:23.875rem;width:12.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r432s2HaeDzr1KCgz5Pee2M4OPEHNPuB { top:5.8125rem;left:33rem;width:14.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR { top:1.9375rem;left:41rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP984et97uGyhvlERFObSwsUuwDDsuZe { top:2rem;left:0.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqtewA8yMJzXaIO0fWrQylh5bHD6HbyG { top:2.375rem;left:16.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJcdiFTlU3nqDmuwKtKn9s0H0edJxhpK { top:2.375rem;left:19.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfrMRZozFko5lCdbCUEbJTdepXESk0xZ { top:2.5625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC476f3AhDzFvvMWR8HGPHMvTPQQwaQ4 { top:2rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4M0MZn7vT84bFJWzPQKOw2e8ftmEEHc { top:1.875rem;left:24.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU { display:block; }#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJTKn2hfbvSJm5UHWmgRIthoLOWf9QQ7 { top:5.8125rem;left:0rem;width:14.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmzFMTFs14h8IAGvSGLT3hEWDDT9Trmy { top:7.4375rem;left:0rem;width:36rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRAKrXiagsEqVBRfpmGJeTGTVPF1uDPk { top:5.8125rem;left:11.8125rem;width:12.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZACWwfwR8VC1m6TiffGL5iwMfS3rlEa8 { top:5.8125rem;left:23.875rem;width:12.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds99qS2B91IP17xlomAFJlO8TtzDMTEE { top:5.8125rem;left:33rem;width:14.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS { top:1.9375rem;left:41rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boJRHqCcZHOLUOyEayNzkOiwi3oqXQDP { top:2rem;left:0.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QXMqC4iUszaTVvt5EkVlVnPZGIiFvs { top:2.375rem;left:16.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8gBGHZVv1LiOGWirGdK9o98NO3fUBF { top:2.375rem;left:19.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWwTw4OcMZa2h216cqFHZL9vxc70qHCo { top:2.5625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNlGc91NGkvsSgEStAww1N2crJO4Ze6 { top:2rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q06UeGEQvJf3PFM25MMcQX8nAXXJUhwP { top:1.875rem;left:24.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inu9sazeir73OdLKST9Tkkk7moFbru9R { display:none; }#Inu9sazeir73OdLKST9Tkkk7moFbru9R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RdWCIyk3Ln6d0oufHFeOC57bHwqavR3Q { top:4.0625rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGN7IyggKsTkyrLTg9MxaatI91brZ4BU { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJQdCKSCgRkTWmmlJHAssuTI39g1HTIJ { top:8.8125rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWK4TgTOuvX14RsT6EbaDMiB8c1uueTW { top:8.875rem;left:3.875rem;width:8.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOamTDATW8GbhcgGuiH2vKLHtd5UBfU { top:7.3125rem;left:3.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS99XC6uWqTcDnGUkuMad63Ox2QbUHxm { top:8.875rem;left:18.875rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0SqQoBqun47ozKvua16TANVlqMmD7Uy { top:7.3125rem;left:18.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ldpVtgRBIvgtXMOd8Rwn5U0A226THP { top:13.875rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGrBy0MMK9TptOluT6i1SutESekggXx { top:13.9375rem;left:3.875rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf60AbcPStUgFF5rTTUpc9PTQ8a6iDar { top:12.3125rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvdwkoSA4n4DEDAQ7n9fsv6RiA2lHCEC { top:12.375rem;left:3.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAw76IbU7PWiCH3XVl04nA7sgghCFz3T { top:1.8125rem;left:0rem;width:18.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { display:block; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { top:2.0625rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { top:2.0625rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { top:2.0625rem;left:6.5rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { top:2.0625rem;left:28.9375rem;width:4.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { top:2.0625rem;left:14.875rem;width:11.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { top:2.0625rem;left:43.875rem;width:3.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { top:2.0625rem;left:36.375rem;width:5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { top:2.0625rem;left:41.375rem;width:6.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgsJXXaXWKP9xST3drUzdtvexWcAnCcs { display:block; }#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLq2kmG0FrCEiB2cGTbTDM075pmqNWGH { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBm6GGRNXWer1a0A5x4rGmOEd6zxQLU { top:5.0625rem;left:0rem;width:36.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOk6cKdipEJTsmMTwZyHOmFRFUQSf3N1 { top:9.5rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a { top:11.0625rem;left:0rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlTElSUt6KLOULOVHtTU4O05eOasRLE { top:11rem;left:2.625rem;width:11.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz { top:10.5625rem;left:15.40625rem;width:16.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ { top:10.375rem;left:28.680557250976rem;width:18.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE { top:11.75rem;left:40.875rem;width:6.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLVtpXmUNrWhKiWXIxWOdcorBnTCHt9e { top:9.5rem;left:2rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPKxn63qEqwBGR1Z2vxl4Ve45booFiD { top:9.5rem;left:16.90625rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9UkZxVxTlRUzGQMmqF2TgFTRr0C2RFU { top:9.5rem;left:31.711807250976rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdP9ucpZZi6ub1L2y206S477mexto0JR { top:9.5rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS { display:block; }#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdhrEGRS6f7z32BfszQcpA8L1OvB04Fo { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKmsDwodaA5RHGp2ghBxK4wx9zfL0TMg { top:5.0625rem;left:0rem;width:32.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrNgUW2WoSmnPEbzaZHG2W5Ew7AOeLJF { top:9.5rem;left:0rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwW3x4DsgrBpwtiNrNxKTrDywFdCoLB { top:9.5rem;left:6.375rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcavVyO1REWgxrSXwEaD3OWWa0IsdPeK { top:9.5rem;left:25.0625rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoAifpCbePNrf4WKTUzrfLEeFND5ItK { top:9.5rem;left:31.5rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqJCsTFsNgteeQQWOKTJoHDSt94nHAC { top:17rem;left:0rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE { top:11.125rem;left:0rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G { top:11.1875rem;left:8.375rem;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh { top:10.5625rem;left:24.71875rem;width:16.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV { top:10.375rem;left:28.875rem;width:18.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI { top:18.9375rem;left:0rem;width:6.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a { display:block; }#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCyd3C7ko5McbSbzCv9K9oKWgwAForBM { top:1.9375rem;left:0rem;width:35.875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTThcoQbiXMPQ2Lv4nPryTVWxknNi1pI { top:7.5625rem;left:0rem;width:33.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLyfNE9wVvtTmXNsKKRfTE7rXX4SKqD0 { top:10.75rem;left:0rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DedvlupCKIKTh6gLITnqgc3nTmhWHbam { top:10.75rem;left:6.375rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDU4aUfdWHzKkJwktvlXPAAtExdRdeP { top:10.75rem;left:25.0625rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NG3Fw9mlex0PUywfwteRST6OVhX95z { top:10.75rem;left:31.5rem;width:16.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH { top:12.375rem;left:0rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atigitQgCSXtr3RRuknDD6Z3mecRx6Bi { top:12.5rem;left:9.625rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR { top:12.5rem;left:28.3125rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO { top:12.5rem;left:38rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z { display:block; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ35D9xfTxnDvfe32ac4kESI5CPuM91T { top:3.625rem;left:0rem;width:42.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHKdkwL76zt63TSQRJn2pysBtTKrXefI { display:none; }
 }@media only screen and (max-width: 763px) { #TXLtk9w2dInD1NA47P9q10Nnh16gETZz { display:none; }
 }@media only screen and (max-width: 763px) { #xerr3k0UBOfVTmaef8NZGQB4n0AapE9b { display:block; }#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVmVb2zPs1qZqRyGFdJ72qbUkpFyJIx8 { top:9.25rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZD0OkTnxzLKNqfznFBw48m1VTFVudQz { top:6.5rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh29BOV8XUXpU6Z2OPcCm1MOR0BXo1oP { width:14.3125rem;height:2.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGamwD1PiqIIuy9QCXKGOyBJ5F4gDNaO { display:block; }
 }@media only screen and (max-width: 763px) { #v5Z8Ml8p0TURdHyhOupFvR7Lq0Tq5XgO { top:2.75rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ZFPX9HL6HxZZSEezkWNzD9ooIqx7sH { top:10.8125rem;left:23.875rem;width:8rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tqv9vgH0JTAdnTsz277bHvNIQLy5vK { top:2.75rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIvkshUd5OdBKTqSFSsJmMGti9Ezl2H { top:2.75rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhf5HI6i8cywGkqQJ407TlbPwexER1Pr { top:15.6875rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neo9RQVb5d0MISTFzrDpeSMqLF1WUnHr { top:15.6875rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZS86peztXrAf8Br0mFiskmn2QIJ6If { top:15.6875rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LA4dn1GDwEIExlVSJnp9sp0dDmcI2I { top:12.5625rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQLc5GL6iE49f76SRFLCuawnedrHVPZO { top:4.9375rem;left:23.875rem;width:11.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3fNCdJaXIrrMI99D6R94plTkWEMiBOw { top:7.0625rem;left:30.875rem;width:9.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUit6BIgKguITVuziKVoIHOCTsQ1Ufn { top:6.25rem;left:38.375rem;width:9.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmeR0yueKch0zr7sEATzFhNUudEJ5qgI { top:16.6875rem;left:23.875rem;width:7.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEWJ8CXV4eLUzUiWfJm4eWfOPbaRTMIC { top:19.1875rem;left:31.875rem;width:7.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTkVpqHmM7pznTGU3rhJSxUdnFIXGtq { top:17.0625rem;left:36.1875rem;width:11.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { display:block; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { top:6.5625rem;left:0rem;width:32.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { top:2.75rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { top:12.25rem;left:0rem;width:28.9375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { width:14.1875rem;height:2.625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block; }
 }@media only screen and (max-width: 763px) { #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { top:0rem;left:0rem;width:39.4375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { display:block; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { top:1.4375rem;left:0rem;width:36.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { top:2.9375rem;left:0rem;width:3.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { top:7.4375rem;left:0rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { top:10.6875rem;left:0rem;width:11.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
 }@media only screen and (max-width: 763px) { #tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { top:10.6875rem;left:6.25rem;width:17.625rem;height:2.75rem;font-size:0.9375rem;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
 }@media only screen and (max-width: 763px) { #HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { top:1.4375rem;left:11.3125rem;width:36.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { top:10.75rem;left:23.875rem;width:11.9375rem;height:;font-size:0.9375rem;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
 }@media only screen and (max-width: 763px) { #f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { top:10.75rem;left:30.125rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
 }@media only screen and (max-width: 763px) { #DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { top:7.4375rem;left:23.875rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { top:2.9375rem;left:23.875rem;width:3.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:block; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { top:4.75rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { top:2rem;left:0rem;width:11.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { top:7.875rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:14.3125rem;height:2.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { display:block; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { top:6.25rem;left:0rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOMoqoB0PxDWbBGCrVooG883z7MdEdD { top:9.4375rem;left:0rem;width:17.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
 }@media only screen and (max-width: 763px) { #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { top:2.5625rem;left:0rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { top:1.25rem;left:0rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { top:1.25rem;left:7.8125rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { top:9.4375rem;left:14.125rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
 }@media only screen and (max-width: 763px) { #Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { top:6.25rem;left:15.875rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { top:2.5625rem;left:15.875rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { top:1.25rem;left:23.6875rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { top:9.4375rem;left:30rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
 }@media only screen and (max-width: 763px) { #kh2cwRJQBpsBLt540EqzdZhvrh052pEy { top:6.25rem;left:31.75rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { top:2.5625rem;left:31.75rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { display:block; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { top:3.3125rem;left:0rem;width:32.1875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { top:6.625rem;left:0rem;width:33.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6VKPV53utiqTUGSioNiczn7Pob6daC { width:14.25rem;height:2.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block; }
 }@media only screen and (max-width: 763px) { #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { top:3.125rem;left:20.5625rem;width:27.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { top:3.25rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { top:15.0625rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { top:9.125rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl { display:block; }#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwTgXEQtpaev8oHMrhftfW7uK5Dsh8Q5 { top:4.75rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeH9cLt42TpT8QKEIhHyCRQzagobc4V4 { top:2rem;left:0rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWNRDfXie4yQp0G2WxqN97AqXiCy70Tm { top:8.75rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu { top:13.125rem;left:0rem;width:29.8125rem;height:14.3125rem;font-size:0.9375rem;display:block; }#HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu li:before{  }
 }@media only screen and (max-width: 763px) { #rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG { top:2rem;left:13.25rem;width:34.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:block; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { top:1.0625rem;left:0rem;width:22.5625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:block; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { top:2.125rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { top:2.125rem;left:0rem;width:1.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:block; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { top:1.1875rem;left:0rem;width:42.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:block; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { top:2.125rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { top:2.125rem;left:0rem;width:1.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:block; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { top:1.1875rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 { display:block; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2 { top:1.0625rem;left:0rem;width:11.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUrBJBiWNqmJ1SPXm4MoQD9KSSUPKHG { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:block; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:47.75rem;position:relative;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) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { 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; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:9.5625rem;height:2.5625rem;top:1.125rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { background-color:#f5f5f5;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:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:flex;top:0.375rem;left:18rem;width:1.9375rem;height:1.9375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:0.875rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15022;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15023;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:7.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15024;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:9.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15025;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15026;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15027;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { top:3.125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15028;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15029;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15030;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #mJx0WMFvgpnmpphfwUGyOUMq8X61CGqT { width:10.875rem;height:3.125rem;top:12.1875rem;left:4.84375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:block; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:flex;top:1.1875rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:1.30859375rem;left:0.75000011920931rem;width:17.625rem;height:8.125rem;z-index:15001;font-size:1.5625rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:10.4296875rem;left:0rem;width:19.8125rem;height:14.4375rem;z-index:15002;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { top:26.125rem;left:0rem;width:20rem;height:6.875rem;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f75a414a-a945-48de-9a60-2ebef8417fc5/Diseosinttulo19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.adaptive-delivery-prevent-bg, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyload, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { top:26.125rem;left:10.9375rem;width:9.5625rem;height:6.875rem;z-index:15004;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; }#W22SI45UUFEzwMloyeidv8MbASB9hbGn.adaptive-delivery-prevent-bg, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyload, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fug1iFlPJrelRlCh0UDxBabdzGoJNuk4 { top:33.625rem;left:0rem;width:20rem;height:4.375rem;z-index:15033;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VZLup4RkmITAk4Apm7vHZHC7hFLkokJN { width:20rem;height:4.6875rem;top:39.1875rem;left:1.40625rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #NDOveJ08SmAq0VTW4hlH9p2Nm8hGePrZ { width:20rem;height:0;top:39.6875rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:20rem;height:15.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { width:8.1875rem;height:1.40625rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { width:5.25rem;height:1.3125rem;top:11.312500208616rem;left:1.2499999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { width:17.375rem;height:1.40625rem;top:2.578125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { display:flex;width:1.5rem;height:1.5rem;top:2.53125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { width:5.25rem;height:1.3125rem;top:11.312500953674rem;left:10.000000357628rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { width:8.1875rem;height:1.40625rem;top:12.812500953674rem;left:10.000000357628rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { background-color:#ffffff;background-image:none;display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { width:20rem;height:0;top:1.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { width:20rem;height:5.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { display:flex;width:1.5rem;height:1.5rem;top:2rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-regular-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-text { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-text {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-textarea { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-select { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-select {padding-top: 0; padding-bottom: 0;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd  { width:16.9375rem;height:auto;top:6.4375rem;left:0.3125rem; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd {display:block;}#z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd { width:16.9375rem;height:auto;top:6.4375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nfMyOGv725TEL5TzxnHU2GJ5BlRDGgS2 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #N5KmRPz97pAviLRAVDNtrriBwGHqTlyA { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Lhz7mm5fonzsDhcrXfdDgfqEW4oAEpGl {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AE27cTS4qJC0vKOaF0pgmkOGNbhDXEgm {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #bn99n8mfq77WtGysdm93rBU2TaozuQT6 { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dCX1b1CSzX0oBTpkAb5Rna00UxJNacAL {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ou584abodTQK7RJ4Hica4AvPif9qWuti {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #gvHZh7QP72qLQ3n04uMrbLU3ggFwhgBS { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #KQkvxhacgmbNvUQC3GB6f5q3TgzsrnNt {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #aOsAhy4avBXIOV8OfxAVaM8AdyqAe8wM {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #ixNfqHAL7V8LggfmvyCkOaDGosFoTLcU { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #nBdumHsDk4iu807W5vhTZwtxWc2fJeEE {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #I2rBTpDSiIdEF9CGy7Zt6zUS5TnDnxzM {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #IicFMIJmOoTOExEXRbHLmrZfmsk1uZmN { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #b5souMSl3tCTkwwCOyf5ZNam5ozTrTmo {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #GeWKtGAEmQivaC6DMKqN2pfQNMktHtqX {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #AH5xiDc17i0ZATZbXbnuszwW0O5eJbCz { display:none; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #oyyfIgSvPdKZ5ox7INmqX5ZO58wKpCB9 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q00wtTeDUy9LqX3ZZx0W8Gr0QJp32GT4 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #pCGntpsVTtRu9hpNtgEq792vNHNxIPai {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #F7im8PWPn1X0eXSG40Mx67NsEvEAwGDT {  }
 }@media only screen and (max-width: 763px) { #LNvWEEyVB2hNTp7uZoyd1h6Lzhq69XRf { display:block; }
 }@media only screen and (max-width: 763px) { #ilx063ommwvgJyokLDF4uNPuNBOdnVOd { display:block; }
 }@media only screen and (max-width: 763px) { #x1FnBNSptk7EygIh1ns4d4ewKPygxlsS { display:block; }
 }@media only screen and (max-width: 763px) { #GkiyuTmGSkq2c8MWKKAIEfnDtwHG8sh7 { display:block; }
 }@media only screen and (max-width: 763px) { #N18kr0D8ZoaJ62JVJXJDGuTD29Md5TT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rui7Dd6eAddCItBabsh8DvRCD9PfEmay { display:block; }
 }@media only screen and (max-width: 763px) { #vvR0euchiJMGo4pa6tkPpuV51ryTC5SW { display:block; }
 }@media only screen and (max-width: 763px) { #hp4Xm2hNFcHva2HKEeEPkES3T9T9cH0P { display:block; }
 }@media only screen and (max-width: 763px) { #XbTxs5EFthDchWS826tAUJ1m7OPTLxRN { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #XKSsarM1KtTqeWbabNmLZcKllb1b6eyv {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #v0LzWudDwPurdDrSmzZoaWcr0TpTVK72 {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #q7coeluIR1LowCECNwL6poLcvQa6NXE2 {  }
 }@media only screen and (max-width: 763px) { #Fpct9AOZRDD1oJroPsJd0sN01B0tQw54 { display:block; }
 }@media only screen and (max-width: 763px) { #TmzfyHUnLOPTdGRuXRWf4qBTh7HRT5dO { display:block; }
 }@media only screen and (max-width: 763px) { #isbtnq4FFpqMhtuF742vaGxyAbKlWVyz { display:block; }
 }@media only screen and (max-width: 763px) { #pMZntqb0RolR0tZB4Pi8GCtZolIEGo0Z { display:block; }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #CEiLtiHcAuhhbZ5UPpZ7rSsh6vQLraMf {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Uyf82tB8NpZHvVIw33fcLsLOBSLnJZZg {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Co57dXLcpDeCTTBn8Eob76EPli3uidaN {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #TyIx02HKJ8PLbowomZN9uTVmHaTrCuNr {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #EsPhTf5ODw5TPv1KDf2pPCtZZL7PMpfG {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #Ncrcbr8WmOvAv2WsnCGQ1bHugCAIm9lv {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #brerWZSoXnzuEQt5i4UaIiArMGCQKloI {  }
 }@media only screen and (max-width: 763px) { #z6HiXBSMp25N9LWZ17hDdm0OMBSlz1xd #dTTgNPl9ItFClg11111i1bqGKDK4WVPn {  }
 }@media only screen and (max-width: 763px) { #TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { width:15.875rem;height:1.05625rem;top:4.375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { width:20rem;height:auto;top:26.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBERKEOlvTLX3zB66SKyGC3W59bJtyzb { width:20rem;height:4.6875rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcviVgfwFrlPbnHfKZbJk9bRTX1mX5k { width:16.75rem;height:0;top:52.8251953125rem;left:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHTM0V500r3yeOndIon8oDJozehMM2PF { width:15.875rem;height:1.54375rem;top:2.1874957084656rem;left:2.0625000596046rem;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iLH7dDiUD7ncTIFImGaETLZ68Egz8Pxq { top:48.625rem;left:2.0625001192093rem;width:14.6875rem;height:4rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nwxsc4HzOIe0QMEaehbsDdsbwFxiq3LW { width:20rem;height:2.5996125rem;top:59.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 { display:block; }#JieTiTCpb5RUPyBlIwutgTnOJ4aX1Sk2 > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In4i2f5fqebXIpITOuBXNo80uiF4Qqqv { width:15rem;height:2.1125rem;top:6.5rem;left:2.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLG0v0xT9NEzIaFOoJoBtkJJ9XlvDR30 { width:16.0615rem;height:1.21875rem;top:5.25rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBLxH9sGlZnQ6pnrucM9sT63oOGSiZNw { width:3.75rem;height:3.75rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNXGEaJKCzAHvCGJLQTwxeub9lQlPP3 { width:9.375rem;height:1.21875rem;top:13.875rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POVCsbvmMT0OmZNXx762Rlr5ZZ5m9vhy { width:12.1875rem;height:2.1125rem;top:14.75rem;left:3.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvQ1DwxiSdKryBNzephoCaXMHNtbOl5G { width:3.75rem;height:3.75rem;top:18rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZAsuM1eXv6uRC5sM1xDFxlH4KMOqkw { width:16.125rem;height:1.21875rem;top:21.375rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5ncT1wRVf1FrKMCfmWtulIV79r83AHf { width:15.0625rem;height:2.1125rem;top:22.5rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSKwlGidsxWrpudqbffAfLQkB4Zm7ZuS { width:3.75rem;height:3.75rem;top:1.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nStg0E9gFuoRZpW3mocurAncpnemow9J { width:20rem;height:5.361325rem;top:0.8232421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kASTSkILN8JsgsSwEfWFw9FUtD5hoTh9 { width:12.125rem;height:2.375rem;top:19.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZNsqcyqe8pMxtAQqTcZzM1XMlqfg61S { display:block; }
 }@media only screen and (max-width: 763px) { #VHvbrrxbOzHVraHe15uo3PMx4X0Wpq7v { width:3.4375rem;height:1.21875rem;top:17.25rem;left:15rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L56o8pIsVg2ktOoWIHQPTb4GNtJ2mKcU { width:6.25rem;height:1.21875rem;top:15.8125rem;left:8rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTKL2Mpq8KNBLlSOK8fgLOK5unhxaLdr { width:6.25rem;height:1.21875rem;top:17.25rem;left:8rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uf9uTr51pqgshTmJRkkCTmZgQt2CCWVq { width:4.125rem;height:1.21875rem;top:15.8125rem;left:15rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EAW0crqDviMXHIfXJ17XQXFweqfIaOXD { width:6.25rem;height:1.21875rem;top:15.8125rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eebMRR5c2TaAKv12uQELKk18zacywRt4 { width:6.25rem;height:1.21875rem;top:17.25rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXiNSwK58CiSBiAxB5xJncTr3wIQ94KN { width:17.1875rem;height:2.6rem;top:11.9375rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DlVJfyDEBJLt66ATBqPhCSshfHxRgWJ6 { width:20rem;height:9.625rem;top:1.25rem;left:-0.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCkScsuAuby447Nn3DBIwTgtR2KxxJdE { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZ4U9iH8gxvEHChAr3AD3tXgfRfEKDX { width:20rem;height:21.875rem;top:25.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTw619N17nX7LsGoM98qu77KRT8BdJzQ { width:12.125rem;height:2.375rem;top:43.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkHSTgNHfPE2NtoKe7ubGXrDWK9hMGNd { display:block; }
 }@media only screen and (max-width: 763px) { #DC1daXFJc7vQ50hieBzU6WXuaSAeyMvn { width:6.25rem;height:1.21875rem;top:41.625rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phUGyoBNlCt8lDowMW1M0JnZWbTmQpR1 { width:6.25rem;height:1.21875rem;top:40.1875rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qiMo2T8ZUIOWKig98TFkIRywccb3CMKU { width:18.625rem;height:3.8994125rem;top:35.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXnJl4Ox6PJqt4BlGs8JWKGP1gi8UwHk { width:20rem;height:9.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB674CFh5fIlnTZsaOXfzoSBfDM5P5kr { width:6.25rem;height:1.21875rem;top:41.625rem;left:7.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJTubJ2NgiFnO6c4fX96odQbQnxRm5fM { width:6.25rem;height:1.21875rem;top:40.1875rem;left:7.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLfxPJoozBlckHlSHokJQGrV67uy6RdO { width:3.375rem;height:1.21875rem;top:41.625rem;left:14.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lL10Sqf4CqhxCiw53AAeoqy1ibrfib67 { width:4.375rem;height:1.21875rem;top:40.1875rem;left:14.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IzpEvhbKyO4b2Qrybt0aSTKSzmqX9XeP { width:12.125rem;height:2.375rem;top:67.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMbA8fwMLzsJnuNfm6JRGoI69pN4atpF { display:block; }
 }@media only screen and (max-width: 763px) { #RgRZvWFzFeFpFZfEtpAGu0SWVHyaPteL { width:6.25rem;height:1.21875rem;top:65.3125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RECS4pG11qnTUeQBVhMRBFRA0zkySZGg { width:6.25rem;height:1.21875rem;top:65.3125rem;left:7.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o21Hir0LEkTMTe5gUQChfxMdpFTyLiS4 { width:6.25rem;height:1.21875rem;top:64.0625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FShbORd0uIKIn89rsHzWCmPgQHPok6ib { width:6.25rem;height:1.21875rem;top:64.0625rem;left:7.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nagy2RFTtrKrC2XyH4LfJyeOgy2oXvye { width:18.125rem;height:3.8994125rem;top:59.0625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGdK1z69pGA8N5Ws3A32o5gUm3gyBHZb { width:20rem;height:9.375rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEt6Fl94nsZwxRfloTXIbnqaPrCIaOok { width:3.75rem;height:1.21875rem;top:65.3125rem;left:14.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtLsdKR40vaoy9F2ZwGR1OoyWrOEHBN0 { width:4.375rem;height:1.21875rem;top:64.0625rem;left:14.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWR2SfPKLyme0kg3yPOJ7A3LHhKsfPa7 { width:20rem;height:22.875rem;top:260.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lanaw6M4qooIRBvlH9pZzou6T6uQArIG { width:20rem;height:21.875rem;top:49.125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S { display:block; }#X5hu1Sf9TTQdocGCy0JO0cu8E0RTel6S > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfSFkoimymouHfn1WbpqDDq4H2zvSxnG { width:13.25rem;height:1.875rem;top:1.7500004768372rem;left:0.875rem;font-size:1.25rem;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #xGDSE5Gqhe30N6lS0cag0g5FoRZqmaHx { width:20rem;height:2.8125rem;top:8.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #fAMT07eQUVrgUuT5fX0cOOZT9hzIA9HB { width:18.625rem;height:3.9375rem;top:4.3445315361023rem;left:0.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K3vguzFk0EbXiTSO4naARJoVoGfS81aw { display:flex;width:3.9375rem;height:3.9375rem;top:10.812500476837rem;left:7.4375003576281rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #TfpAvz3lQKwfNaCBlskhFucezotlT7OQ { width:18.5625rem;height:1.3125rem;top:14.750000379979rem;left:0.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 { width:13rem;height:6.1875rem;top:33.25rem;left:3.5rem;font-size:0.875rem;color:#ffffff;display:block; }#sSvi4lcKri9TO1T1lpHIPx0ZWpIK2a51 li:before{  }
 }@media only screen and (max-width: 763px) { #pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE { width:16.5rem;height:7.5rem;top:17.062499903142rem;left:3.4999998807907rem;font-size:0.875rem;color:#ffffff;display:block; }#pNvUT6OgTDP9JOJKMK5wBipBZecRbCrE li:before{  }
 }@media only screen and (max-width: 763px) { #NukiBvSNAI66cEu4uoAzly9tyCtaxzfD { width:6.6875rem;height:1.3125rem;top:31.0625rem;left:7.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mBgQWhOiqZIGmo0Q7l8pSmVg6OoUvfhw { display:flex;width:3.9375rem;height:3.9375rem;top:27.3125rem;left:7.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #fNcrKoLgNRvckpfscFdbKnd26h3lQ15T { width:16.8125rem;height:2.625rem;top:47.75rem;left:1.8125rem;font-size:0.875rem;color:#ffffff;display:block; }#fNcrKoLgNRvckpfscFdbKnd26h3lQ15T li:before{  }
 }@media only screen and (max-width: 763px) { #iRU2UXeacLf28krkOkKOvuMdtMibFmmR { width:6.6875rem;height:1.3125rem;top:45.8125rem;left:7.125rem;font-size:0.875rem;color:#fdf6f8;display:block; }
 }@media only screen and (max-width: 763px) { #vZzEX3sL66lB5aGts2s9X33otRZQr7vS { display:flex;width:3.9375rem;height:3.9375rem;top:41.9375rem;left:7.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a { display:block; }#kGTikdTeQrk2dLXPH8h4cuSeVx5ZJ11a > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNI8QQrT5pOOszdvToCPhOau5btfT4lU { width:20rem;height:3.57421875rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { width:20rem;height:4.21875rem;top:4.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Ip5wZx6FdGCeWEZymzxCseifTg0PKXwB { width:9.375rem;height:4.0625rem;top:10.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;display:block; }
 }@media only screen and (max-width: 763px) { #Vog6GVGVMmxb0irAWOvSTTPIHiUadWIc { width:9.6875rem;height:5.4375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { width:8.125rem;height:2.8125rem;top:10.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2TeeAvqoh7QiU6CIeuPTEroD1mkG3N { width:6.25rem;height:2.3125rem;top:21.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSMOqsuyLsKmsedTMbPsqK1L6tsv5bW { width:9.375rem;height:4.0625rem;top:15.25rem;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) { #C8TW5WA0TJeFSJDkX3tVFEGtGp66E7ZB { width:9.375rem;height:4.0625rem;top:15.25rem;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) { #iu3ruPLqogNkDCXFyJFyd35oNkcm9Jpq { width:9.375rem;height:4.0625rem;top:10.3125rem;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) { #npsFE4dpcZliWpxlpVTwOb2sGP36mfgu { width:9.375rem;height:4.0625rem;top:20.5rem;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) { #g9adkL6OH8qQITiDiuLOqnym0yiR99FK { width:8.0625rem;height:2.375rem;top:16.09375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udoOmbzvwgVFMR6l11JfsTeRE2aVoFWP { width:7.75rem;height:2.25rem;top:16.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6 { width:8.9375rem;height:1.8125rem;top:27.21875rem;left:10.919117647059rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bca7dda-aa5b-4da4-991f-f1f816f705df/Asepeyologocitapreviaadministrativa.crop_350x70_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.adaptive-delivery-prevent-bg, #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.lazyload, #rLsQlCP7gTTpbRBNO6kAaq7EElbD9Mm6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P3mQTmy4BVgUe0mHRsDVULCVPSMPBV08 { width:9.5625rem;height:4.0625rem;top:26rem;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) { #ln14ppWwcuCx3IEC6tZoqxprwmssStz4 { width:9.5625rem;height:4.0625rem;top:26rem;left:10.4375rem;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) { #viBxeLsFWqU8VTsNTwOKASkGDpZz9NrT { width:9.5625rem;height:4rem;top:20.53125rem;left:10.4375rem;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) { #HW29NyZFL7P4ApA2kaWUaUzT1q45qXLd { width:8.375rem;height:3.5rem;top:20.78125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8 { width:6.6875rem;height:2.6875rem;top:26.78125rem;left:1.34375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/569821fd-93c4-44a7-a8a6-cd8d1d23b0d1/danone9911removebgpreview.crop_445x178_66,125.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.adaptive-delivery-prevent-bg, #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.lazyload, #JGPSkOzKNmezfe1XlE79XT3JThhO5NI8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw { width:10.6875rem;height:3.25rem;top:32.4375rem;left:4.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bca7dda-aa5b-4da4-991f-f1f816f705df/Asepeyologocitapreviaadministrativa.crop_350x70_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.adaptive-delivery-prevent-bg, #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.lazyload, #dvA2bXANrP7PcQDRTUvLzTxO55zzGiqw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ytVRisB5c9SmtsN4nKCquOnE3muznpii { width:12.8125rem;height:5.5rem;top:31.3125rem;left:3.5625rem;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) { #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5 { width:10.875rem;height:3.3125rem;top:39.15625rem;left:4.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bca7dda-aa5b-4da4-991f-f1f816f705df/Asepeyologocitapreviaadministrativa.crop_350x70_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.adaptive-delivery-prevent-bg, #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.lazyload, #rT647dFsl1ReNc7e6pwg1yTaFzp5GTq5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SgosNWflv2yrhATfgXhLhkD3IePB8L2l { width:12.8125rem;height:5.5rem;top:38.0625rem;left:3.5625rem;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) { #EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm { display:block; }#EP44a5Z13F0EL8iNlQnw7aZQ8T403Prm > .row .container { width:20rem;height:132.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V { width:20rem;height:11.8125rem;top:8rem;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/e481f4e3-a455-4634-8d7d-a1b7d64df8b5/Polideportivo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.adaptive-delivery-prevent-bg, #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.lazyload, #xyhL0oeA5r45LTokVrT1bg1Vgr8Nbx3V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WkQSastuQ3k8lEAJr5k5kpImroeo4i5S { width:17.75rem;height:5.625rem;top:20.4375rem;left:1.125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxkqRr6TGDy8VuHeWi2rbTA4nk8CfK1w { width:20rem;height:3.9375rem;top:1.78125rem;left:0rem;font-size:1.3125rem;color:#0060ab;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9 { width:20rem;height:11.8125rem;top:28.5rem;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/c960af27-1a74-4498-ab19-f741d96323c0/Deporte_831.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.adaptive-delivery-prevent-bg, #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.lazyload, #eFxJTg7BMZ8m0htPEozRg2uTD7GHW4N9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mBVxDTJizDgWih9WgSg2VReRxSGfWPg8 { width:17.5625rem;height:7.03125rem;top:40.9375rem;left:1.375rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp { width:20rem;height:11.8125rem;top:91.9375rem;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/b3b7d954-01c5-4c45-8f54-78f635a87069/uaxdroncesarlloredacom53.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.adaptive-delivery-prevent-bg, #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.lazyload, #EnmSibcUcU8rEUMWQftQg56n4KTkHHyp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rA6uiongDm1BogCwF7CVvX1HAqikLU7J { width:17rem;height:5.625rem;top:104.375rem;left:1.5rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb { width:20rem;height:11.8125rem;top:50.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:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6da097bc-2583-4a0e-b78a-79677d313bee/larafanadalacademybymovistarconsolidasucrecimientoconlaampliaciondesusinstalacio6ze3jx9lxp.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.adaptive-delivery-prevent-bg, #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.lazyload, #D6i2NLJVTfZ0Sb75tu7p0SJutNAxSPHb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Li6DhCnnySGaZ2W2xsaas5MfNOuGv2de { width:17rem;height:5.625rem;top:62.8125rem;left:1.5rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGmvs9oJeRDWWML0ZRpTbRT4cbpbAnsT { width:17rem;height:4.21875rem;top:84.4375rem;left:1.5rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE { width:20rem;height:11.8125rem;top:113.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:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a7bb989-63e0-40af-91a9-4c08e6ac6071/Imagen6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.adaptive-delivery-prevent-bg, #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.lazyload, #rVIz0uvOaUkgl972M80JPSy6O1Dl2TdE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sv0JuTJKPa3bQFwN3MvmpfwhU2w4et8M { width:17rem;height:4.21875rem;top:126rem;left:1.5rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy { width:17.0625rem;height:10.25rem;top:71.03125rem;left:1.46875rem;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/6bf586ca-e4b2-421a-ae52-bce5280e6365/Hospitalvirtualdesimulacion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.adaptive-delivery-prevent-bg, #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.lazyload, #qcFRmfSels9qEmJvn8W2EvzRCF15zaoy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6 { width:20rem;height:11.8125rem;top:71.4375rem;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/6bf586ca-e4b2-421a-ae52-bce5280e6365/Hospitalvirtualdesimulacion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15023;display:block; }#vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.adaptive-delivery-prevent-bg, #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.lazyload, #vfyXAf9Wn5XWOiKeLsonvA5x9gMRvTH6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH { background-color:#ffffff;background-image:none;display:block; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { background-color: transparent; background-image: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container > .video-iframe-container { display: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row > .video-iframe-container { display: none; }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .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); }#KG7D3rZ1m77Q7IzvTD7tmRe2neKrrWLH > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAhRufPpcaShzkobWGOTt0qe9JZRpx0Q { width:20rem;height:1.46235625rem;top:1.65625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83ZBNPbvv7Vrawq0Ebe0Fm5LkJSCxzU { width:20rem;height:11.8125rem;top:4.0625rem;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) { #R5EvAx27xKyUTaGT6AdhcNrlJNWd1bHs { height:11.25rem;width:20rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:20rem;height:22rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { width:8.1875rem;height:1.40625rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { width:3.1875rem;height:1.3125rem;top:11.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { width:18.75rem;height:2.8125rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { width:7.25rem;height:0;top:15.46875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K298hmcOWuv577ellHfWx8gCLdBQnfNA { width:8.1875rem;height:1.40625rem;top:18.03125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { width:20rem;height:7.1484375rem;top:0.45703125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { width:7.5605625rem;height:2.35625rem;top:0.375rem;left:2.25rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { width:12.375rem;height:1.21875rem;top:2.6875rem;left:2.2500001192093rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { top:0rem;left:0.6875rem;width:17.5rem;height:4.9375rem;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) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { top:5.8125rem;left:0.75rem;width:17.4375rem;height:5.375rem;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) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { top:12.0625rem;left:0.75rem;width:17.4375rem;height:5.375rem;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) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { width:18.75rem;height:auto;top:9rem;left:0.625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { width:13.625rem;height:2.4375rem;top:8.4375rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { width:11.3745rem;height:2.35625rem;top:6.1875rem;left:2.3125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { width:12.9975625rem;height:1.21875rem;top:15.25rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { width:15.75rem;height:1.86875rem;top:13.375rem;left:2.3125rem;font-size:1.4375rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:20rem;height:67.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { width:19.9980625rem;height:12.1875rem;top:1.37109375rem;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) { #d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { width:12.6860625rem;height:2.624025rem;top:61.6259765625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { width:19.9995rem;height:5.25rem;top:19.99853515625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { width:20rem;height:1.40625rem;top:17.74853515625rem;left:-0.15673828125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { width:19.9995rem;height:5.25rem;top:32.123046875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { width:20rem;height:1.40625rem;top:30.03125rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { width:19.9980625rem;height:5.25rem;top:55.001312255859rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { width:19.9995rem;height:5.25rem;top:44.873046875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { width:15.375rem;height:1.40625rem;top:53.253908157349rem;left:2.3125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { width:10.0625rem;height:1.40625rem;top:42.591146469116rem;left:5.5625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ4ET0elqokISWTOF4mnToDFz8NL0er { width:2.8125rem;height:2.8125rem;top:15.018218994141rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { width:2.4987rem;height:2.4987rem;top:26.937500953674rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il4unPci2StmzOC10xNRRG1F9DtGQSFs { width:2.8125rem;height:2.8125rem;top:49.867189407349rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ERkzrndC780aIftBJqWLmybW7Mp5Nv { display:flex;width:3.1237rem;height:3.1237rem;top:38.843750953674rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UWP591NyC8WHenShZil1ANMMOPJ7B3SN { width:12.5rem;height:0.8125rem;top:65.1875rem;left:4.34375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:none; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:20rem;height:61.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { width:19.375rem;height:11.8125rem;top:7.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:14.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { width:20rem;height:2.625rem;top:24.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { width:15.375rem;height:1.40625rem;top:22.9375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { width:20rem;height:2.625rem;top:35.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { width:15.375rem;height:1.40625rem;top:33.40625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { width:20rem;height:2.625rem;top:45.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { width:20rem;height:2.625rem;top:55.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { width:15.375rem;height:1.40625rem;top:43.53125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { width:15.375rem;height:1.40625rem;top:53.90625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { width:2.8125rem;height:2.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { width:2.5rem;height:2.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { width:2.8125rem;height:2.8125rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { width:2.625rem;height:2.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFh5Qb8lxDustlow8JhhORfL62soLCRt { display:none; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { width:20rem;height:9.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { width:2.9375rem;height:2.9375rem;top:1.125rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { width:9.9375rem;height:1.40625rem;top:2.6875rem;left:3.6875rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Vzf3AzPJeDAPJZCH6lRH0fTBzRTEXwAE { width:18.8125rem;height:1.03125rem;top:5.3125rem;left:0.625rem;font-size:0.6875rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { width:10.4375rem;height:1.40625rem;top:13.375rem;left:3.6875rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #eZDPZkGr1k7yPBAFOQOAiurAkT6J9kiL { width:14.9375rem;height:1.03125rem;top:15.390625rem;left:0.5rem;font-size:0.6875rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { width:10.8125rem;height:1.40625rem;top:24.078125rem;left:3.4375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #c1FrKWriE4OJmHyrQ6Oh1x3LPRChnpc6 { width:15.4375rem;height:1.03125rem;top:26.3125rem;left:0.5rem;font-size:0.6875rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #EvV8qT2279xTSJuRyomUchIwJolkWACR { width:2.9375rem;height:2.9375rem;top:11.78125rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { width:2.9375rem;height:2.9375rem;top:22.609375rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { width:16.875rem;height:1.3125rem;top:7.0625rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { width:20rem;height:9.25rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { width:13.1875rem;height:1.3125rem;top:17.4375rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { width:20rem;height:9.25rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { width:13.1875rem;height:1.3125rem;top:28.25rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { width:19.7851875rem;height:2.53515625rem;top:32.421094894409rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block; }
 }@media only screen and (max-width: 763px) { #WwWfrDmkUb07pwphogt17fqFnIv1vtQm { 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; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm.adaptive-delivery-prevent-bg, #WwWfrDmkUb07pwphogt17fqFnIv1vtQm.lazyload, #WwWfrDmkUb07pwphogt17fqFnIv1vtQm.lazyloading { background-image: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { background-color: transparent; background-image: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container > .video-iframe-container { display: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row > .video-iframe-container { display: none; }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .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); }#WwWfrDmkUb07pwphogt17fqFnIv1vtQm > .row .container { width:20rem;height:24.755859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaSaK4geCHvRCbwtH23SrKCTyf99gkvN { width:19.9980625rem;height:10.7226625rem;top:6.3876953125rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv { top:0rem;left:0rem;width:14.8725625rem;height:3rem;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; }#IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv.adaptive-delivery-prevent-bg, #IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv.lazyload, #IoBtBNBbEG8RJqaeSRzDkMTg13I7QZIv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ISNSCHx3REgVfm5kEPVa1wanIlem2zEb { top:21.755859375rem;left:5.126953125rem;width:14.874rem;height:3rem;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; }#ISNSCHx3REgVfm5kEPVa1wanIlem2zEb.adaptive-delivery-prevent-bg, #ISNSCHx3REgVfm5kEPVa1wanIlem2zEb.lazyload, #ISNSCHx3REgVfm5kEPVa1wanIlem2zEb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC { display:block; }#sDHBaL8WO9AOC7ll3UgPuPXHDp0yowOC > .row .container { width:20rem;height:4.85546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRUKsVoBuZ2JGMThRLq2mcsehg2DbQRK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDmg7PfRATRgxQBODAKh5SkXHNViXc7I { display:block; }#fDmg7PfRATRgxQBODAKh5SkXHNViXc7I > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W344HJyGGuwfG8ayWTzWibAHEx65glBy { width:16.875rem;height:30rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLIZyJaunfSqPNhcnECxB371FmuCaif { width:16.875rem;height:30rem;top:32.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2bp7gqDW0shKbC9uOe23rUucH0U7Xw { width:16.875rem;height:30rem;top:63.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jox5ZevsPA2Hu797OOX2BGT5BCXMciK8 { width:16.875rem;height:30rem;top:95rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHBCVT8F6hpKwph85amqN5Pqe2GEztVB { display:block; }#iHBCVT8F6hpKwph85amqN5Pqe2GEztVB > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWt2cW6OVUGm1Hw1o6Z02yWihImToxU2 { width:20rem;height:3.57421875rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSNUUmFIlGktNfOAmN4cSnMHa2wSRpBU { width:12.25rem;height:1.3125rem;top:8.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #smkquAd9SsLCIXsPortdUT2clGoKT2Oa { width:20rem;height:2.8125rem;top:38.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO { width:20rem;height:20.25rem;top:16.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#TmWtTlT7FikVxNs9BM6ZGdxQRugrLJsO li:before{  }
 }@media only screen and (max-width: 763px) { #Rqr2x77nxxhaUDyLLokVQ54x6UpTafxT { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QeboW5SQqtE9bOtKiya599XxGJw8yC { display:none; }#G9QeboW5SQqtE9bOtKiya599XxGJw8yC > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cDl51snDT0WqAgpswFsrc5gzqEr5pNvI { width:20rem;height:3.575rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QICrEvdIwp8JBKygvAUqBsnPNfJhSk6H { width:9.25rem;height:1.31303125rem;top:0.75rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #PIoKqNAGA6y7hwKeJ3UUzHppDkGPJsBD { width:20rem;height:2.8125rem;top:7.625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #svbddIV0s5anMeT63g4T3lJ4ptBkgqBR { display:block; }#svbddIV0s5anMeT63g4T3lJ4ptBkgqBR > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spCGiQPZv98sMnQa3sqm2zbkhepMfRzv { width:18.375rem;height:1.7875rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzXI5J3zHOmx4nowTTDT4EbQiDL2nCq { 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) { #NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp { display:block; }#NZxCdGJf6Hb5fSIZ4A4KdsqRLOZqNBgp > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvZA8ZAnVNxlE9GDRorUtdD2GKS4xCdT { width:10.125rem;height:2.25rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ztdEfC91wdzK1b8Zk7suSkuKFiQJ5T4F { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QoWLNA9CxuJLT1QGupvHM20OK0vR9ESO { 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) { #UWs9ww8w6Xp12JPhBNldaL25BzTWcSCs { 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) { #LeEVsW084v5MFmxX50gdZdteSkTETNB0 { 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) { #J9xQ9eTTWk7eIC0EiCSITIeNgsP7f8TQ { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #IhKQHtTIVUedUnTmexQrusW6oRsG8KrH { 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) { #uGC3m2HPSTozCCb1eKGxIQn3IZhFbUeI { width:17.625rem;height:5.25rem;top:26.687498092651rem;left:1.2499999403954rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CN7XnApgFFSyP0MzyT3DE4t25fF2FLoe { 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) { #pOsL1rTsxwHyxh8G3TMAcVE3wrUWPkxD { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6CCIxZtzK8T6Ug08OkpdEEywrQ4ow2 { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhNJtBBPGXaEJX5whtuTTAuxKdAKxDV { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarKo3RCThdpctFJTGWGabK8oHlQwIgL { display:block; }#xarKo3RCThdpctFJTGWGabK8oHlQwIgL > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcP3OuBPRdTdXvd37IEAA5LDuH6b6RRy { width:9.5625rem;height:2.4375rem;top:1.437463760376rem;left:5.2187498807907rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOMG96lrTta6LvXuFGvy5cFIb0rWlt9x { width:19.125rem;height:1.625rem;top:4.9375rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5Symbb9zmUZ4bTdwEICB3CFZGHUnc9 { width:17.5rem;height:3.1875rem;top:7.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jie1Ls7LdwCNCs6t1B1NXrROHmR75D6L { display:block; }
 }@media only screen and (max-width: 763px) { #C6kNDLlic4A28AdPFcurHPtfadwgbQmh { display:none; }#C6kNDLlic4A28AdPFcurHPtfadwgbQmh > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vJv0IPz55wJ2AwJ8QD38hb2k8wGiEDVV { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3zDxboLsT42pzPGQzX1dFk8qTmFHGJ0 { width:19.88575rem;height:2.63574375rem;top:33.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdf1tERc01T1fST9FJuP02nTTUG8Cuqk { display:block; }
 }@media only screen and (max-width: 763px) { #lveSaDad4HsKifEZQiHFbdZUqa0hkmfO { width:8.875rem;height:4.1875rem;top:15.4375rem;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) { #XHvghTKVlaymgrnhbiQ6ekOHvzaNTmkN { width:11.75rem;height:1.21875rem;top:31.8125rem;left:3.5rem;font-size:0.9375rem;color:#161616;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #v00CPgTmqit3lX03gzpmPOBgkcuhXrww { width:8.875rem;height:4.1875rem;top:15.4375rem;left:11rem;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) { #TeRDAmDWr4AcReMUcSJpzeVmX1Xeup6R { width:8.875rem;height:4.1875rem;top:20.9375rem;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) { #GkL4Ttr1fUcVt30rH4Wn6EiXR2tVNdNd { width:8.875rem;height:4.1875rem;top:20.9375rem;left:11rem;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) { #mp0VkPr55IVd6ENDZM0vsFmlwHmnKVyU { width:8.875rem;height:4.1875rem;top:27.5rem;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) { #kB3qoCl4SSTUXpSvKvp6BW3VnBMBIMco { width:8.875rem;height:4.1875rem;top:27.5rem;left:11rem;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) { #TSFvxL3xqJhe8yH2WySuO0Tq6zNvL23Z { width:20rem;height:7.03125rem;top:6.63671875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #oMAWJ4eTAHBRLc0flch4bDmm3h8mMP9h { width:6.9375rem;height:4.1875rem;top:15.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVEfh2I0TshtnhbBat13gpxUn8mTTV75 { width:8.4375rem;height:2.3125rem;top:21.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgC8DphAndzRTN0cBvaSql7d266BISm { width:7.1875rem;height:3.25rem;top:21.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJsPftwvZ1K7Jr9R3uoUxd9AsGmR3au { width:4.125rem;height:5.125rem;top:15rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHAMsBRue4Ltn7TFEH5C5ETimfPSDT9o { width:6.4375rem;height:3.4375rem;top:27.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9nH43F695FMOlsXfGRcNrGKg88pOcT { width:6.375rem;height:4.6875rem;top:27.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO { display:none; }#o0oDQPeE73s7cy7OPMdRqFAToZn6PTKO > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vam8AntmA4eZIPooQmeiBcxncylTznsb { width:13.25rem;height:1.3125rem;top:5.25rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #TdTpLJ2W3h84DFPxtNARi7W1IIr8lFzC { width:20rem;height:2.8125rem;top:8.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #vCaPd1BQq1HfTmEnmN3kEfbmeLAst7nI { width:12.0625rem;height:1.3125rem;top:13.375rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #snlxTpt1KrlawbDCvhDioxagcwNRdsTP { width:12.0625rem;height:1.3125rem;top:21.375rem;left:4.5625rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #r432s2HaeDzr1KCgz5Pee2M4OPEHNPuB { width:14.75rem;height:1.3125rem;top:27.6875rem;left:3.21875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #IlbrQQLt9J6GQOHIUEwg9O1G2TZKfZFR { width:3.1875rem;height:3.1875rem;top:24.5625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP984et97uGyhvlERFObSwsUuwDDsuZe { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #CqtewA8yMJzXaIO0fWrQylh5bHD6HbyG { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PJcdiFTlU3nqDmuwKtKn9s0H0edJxhpK { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #pfrMRZozFko5lCdbCUEbJTdepXESk0xZ { display:flex;width:2rem;height:2rem;top:8.53125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #lC476f3AhDzFvvMWR8HGPHMvTPQQwaQ4 { display:flex;width:2.75rem;height:2.75rem;top:17.875rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #p4M0MZn7vT84bFJWzPQKOw2e8ftmEEHc { display:flex;width:2.625rem;height:2.625rem;top:17.9375rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU { display:none; }#sKAuqECUqAFWaHkbDoJ1RwxrGq6fV5pU > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GJTKn2hfbvSJm5UHWmgRIthoLOWf9QQ7 { width:13.25rem;height:1.3125rem;top:5.25rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #QmzFMTFs14h8IAGvSGLT3hEWDDT9Trmy { width:20rem;height:2.8125rem;top:8.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #mRAKrXiagsEqVBRfpmGJeTGTVPF1uDPk { width:12.0625rem;height:1.3125rem;top:13.375rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #ZACWwfwR8VC1m6TiffGL5iwMfS3rlEa8 { width:12.0625rem;height:1.3125rem;top:21.375rem;left:4.5625rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Ds99qS2B91IP17xlomAFJlO8TtzDMTEE { width:14.75rem;height:1.3125rem;top:27.6875rem;left:3.21875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #WINTlo4FnOTKMZxtWIJylVzk7B7rQqrS { width:3.1875rem;height:3.1875rem;top:24.5625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boJRHqCcZHOLUOyEayNzkOiwi3oqXQDP { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #k5QXMqC4iUszaTVvt5EkVlVnPZGIiFvs { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #GX8gBGHZVv1LiOGWirGdK9o98NO3fUBF { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #wWwTw4OcMZa2h216cqFHZL9vxc70qHCo { display:flex;width:2rem;height:2rem;top:8.53125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #LTNlGc91NGkvsSgEStAww1N2crJO4Ze6 { display:flex;width:2.75rem;height:2.75rem;top:17.875rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #Q06UeGEQvJf3PFM25MMcQX8nAXXJUhwP { display:flex;width:2.625rem;height:2.625rem;top:17.9375rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #Inu9sazeir73OdLKST9Tkkk7moFbru9R { display:none; }#Inu9sazeir73OdLKST9Tkkk7moFbru9R > .row .container { width:20rem;height:22rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RdWCIyk3Ln6d0oufHFeOC57bHwqavR3Q { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGN7IyggKsTkyrLTg9MxaatI91brZ4BU { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJQdCKSCgRkTWmmlJHAssuTI39g1HTIJ { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWK4TgTOuvX14RsT6EbaDMiB8c1uueTW { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOamTDATW8GbhcgGuiH2vKLHtd5UBfU { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS99XC6uWqTcDnGUkuMad63Ox2QbUHxm { width:8.1875rem;height:1.40625rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0SqQoBqun47ozKvua16TANVlqMmD7Uy { width:3.1875rem;height:1.3125rem;top:11.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ldpVtgRBIvgtXMOd8Rwn5U0A226THP { width:4.5625rem;height:1.40625rem;top:12.8125rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGrBy0MMK9TptOluT6i1SutESekggXx { width:3.75rem;height:1.40625rem;top:17.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf60AbcPStUgFF5rTTUpc9PTQ8a6iDar { width:4.5625rem;height:1.3125rem;top:11.3125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvdwkoSA4n4DEDAQ7n9fsv6RiA2lHCEC { width:3.8125rem;height:1.3125rem;top:15.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAw76IbU7PWiCH3XVl04nA7sgghCFz3T { width:18.75rem;height:2.8125rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { display:none; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .row .container { width:20rem;height:9.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { width:5.6875rem;height:0;top:-0.9375rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { width:11.3125rem;height:1.40625rem;top:-0.9375rem;left:8.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { width:3.875rem;height:0;top:-0.9375rem;left:16.125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { width:5rem;height:auto;top:2.0625rem;left:7.5rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { width:6.375rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #qgsJXXaXWKP9xST3drUzdtvexWcAnCcs { display:none; }#qgsJXXaXWKP9xST3drUzdtvexWcAnCcs > .row .container { width:20rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dLq2kmG0FrCEiB2cGTbTDM075pmqNWGH { width:20rem;height:3.57421875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBm6GGRNXWer1a0A5x4rGmOEd6zxQLU { width:20rem;height:5.625rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #JOk6cKdipEJTsmMTwZyHOmFRFUQSf3N1 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;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) { #xT6nQOKDz3lXqOBAFel2Q0htCagVaq0a { width:7.125rem;height:2.5625rem;top:14.386285305023rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlTElSUt6KLOULOVHtTU4O05eOasRLE { width:7rem;height:2.5rem;top:14.417535305023rem;left:11.811632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0msaTJHGwOBlI3qwgtVCDr1wXi8NUAz { width:7.6875rem;height:2.75rem;top:19.218749523163rem;left:11.467882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVH9fyoN4miaUC05RRuVlfiQpwWA19TJ { width:7.5rem;height:3.5625rem;top:18.812499523163rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCgQJyosBG6Zf7NBCuAiduIVL0xcbNLE { width:6.25rem;height:2.3125rem;top:24.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLVtpXmUNrWhKiWXIxWOdcorBnTCHt9e { width:9.375rem;height:4.0625rem;top:18.562499523163rem;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) { #hTPKxn63qEqwBGR1Z2vxl4Ve45booFiD { width:9.375rem;height:4.0625rem;top:18.562499523163rem;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:block; }
 }@media only screen and (max-width: 763px) { #c9UkZxVxTlRUzGQMmqF2TgFTRr0C2RFU { 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:block; }
 }@media only screen and (max-width: 763px) { #MdP9ucpZZi6ub1L2y206S477mexto0JR { width:9.375rem;height:4.0625rem;top:23.5625rem;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) { #mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS { display:none; }#mr8TN4EGDTuOS1KvRpsS0eIFvshJt0rS > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LdhrEGRS6f7z32BfszQcpA8L1OvB04Fo { width:20rem;height:3.57465rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKmsDwodaA5RHGp2ghBxK4wx9zfL0TMg { width:20rem;height:4.21875rem;top:7.13671875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #nrNgUW2WoSmnPEbzaZHG2W5Ew7AOeLJF { width:9.375rem;height:4.0625rem;top:12.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;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwW3x4DsgrBpwtiNrNxKTrDywFdCoLB { width:9.375rem;height:4.0625rem;top:17.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) { #dcavVyO1REWgxrSXwEaD3OWWa0IsdPeK { width:9.375rem;height:4.0625rem;top:22.25rem;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) { #kSoAifpCbePNrf4WKTUzrfLEeFND5ItK { width:9.375rem;height:4.0625rem;top:27.125rem;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) { #NMqJCsTFsNgteeQQWOKTJoHDSt94nHAC { width:9.375rem;height:4.0625rem;top:12.5625rem;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) { #aT6tlKvqPfIAtrJcurTmy3bRJK1q1AQE { width:6.25rem;height:2.3125rem;top:13.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4Cw7TNrES6RI8N9u4doOULsN73Io5G { width:6.25rem;height:2.3125rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ha4xB9EpWbHndUV39l5T1RxbkHXfsh { width:6.25rem;height:2.3125rem;top:23.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcAfDcbyz7Qxdrn4r1hAMCdUAzJBKGV { width:6.25rem;height:2.3125rem;top:28rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSQgpFJJDl2ydPhHKzw6GlvpOgrJoFI { width:6.25rem;height:2.3125rem;top:13.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a { display:none; }#zKaPkJScr3Zs7gc3KJcVGtyC3PoTwf8a > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JCyd3C7ko5McbSbzCv9K9oKWgwAForBM { width:20rem;height:3.57421875rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTThcoQbiXMPQ2Lv4nPryTVWxknNi1pI { width:20rem;height:2.8125rem;top:7.13671875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LLyfNE9wVvtTmXNsKKRfTE7rXX4SKqD0 { width:9.375rem;height:4.0625rem;top:12.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;display:block; }
 }@media only screen and (max-width: 763px) { #DedvlupCKIKTh6gLITnqgc3nTmhWHbam { width:9.375rem;height:4.0625rem;top:17.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) { #GPDU4aUfdWHzKkJwktvlXPAAtExdRdeP { width:9.375rem;height:4.0625rem;top:12.5625rem;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) { #N5NG3Fw9mlex0PUywfwteRST6OVhX95z { width:9.375rem;height:4.0625rem;top:17.4375rem;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) { #KLz0tz8L9lSDrwk5CVBAONQ29WtTIUmH { width:6.25rem;height:2.3125rem;top:13.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atigitQgCSXtr3RRuknDD6Z3mecRx6Bi { width:6.25rem;height:2.3125rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzG8k3ORkQ3u17IPaJyIUcxIt6t7dxhR { width:6.25rem;height:2.3125rem;top:13.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmcDbnAqonDtMMguTiAg9ciSRSrMfxMO { width:6.25rem;height:2.3125rem;top:18.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z { 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:none; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.adaptive-delivery-prevent-bg, #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.lazyload, #lpMtu2MgiACELBSdFXNlgdlF13bmUG7z.lazyloading { background-image: none; }#lpMtu2MgiACELBSdFXNlgdlF13bmUG7z > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQ35D9xfTxnDvfe32ac4kESI5CPuM91T { width:20rem;height:7.1484375rem;top:5.5rem;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) { #iHKdkwL76zt63TSQRJn2pysBtTKrXefI { top:0rem;left:0rem;width:14.875rem;height:3rem;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; }#iHKdkwL76zt63TSQRJn2pysBtTKrXefI.adaptive-delivery-prevent-bg, #iHKdkwL76zt63TSQRJn2pysBtTKrXefI.lazyload, #iHKdkwL76zt63TSQRJn2pysBtTKrXefI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TXLtk9w2dInD1NA47P9q10Nnh16gETZz { top:16.5rem;left:5.125rem;width:14.875rem;height:3rem;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; }#TXLtk9w2dInD1NA47P9q10Nnh16gETZz.adaptive-delivery-prevent-bg, #TXLtk9w2dInD1NA47P9q10Nnh16gETZz.lazyload, #TXLtk9w2dInD1NA47P9q10Nnh16gETZz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xerr3k0UBOfVTmaef8NZGQB4n0AapE9b { display:none; }#xerr3k0UBOfVTmaef8NZGQB4n0AapE9b > .row .container { width:20rem;height:81rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVmVb2zPs1qZqRyGFdJ72qbUkpFyJIx8 { width:20rem;height:1.7871125rem;top:3.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZD0OkTnxzLKNqfznFBw48m1VTFVudQz { width:9.25rem;height:1.3125rem;top:1.25rem;left:5.375rem;font-size:0.875rem;color:#9b9b9b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eh29BOV8XUXpU6Z2OPcCm1MOR0BXo1oP { width:19.88575rem;height:2.63574375rem;top:13.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGamwD1PiqIIuy9QCXKGOyBJ5F4gDNaO { display:block; }
 }@media only screen and (max-width: 763px) { #v5Z8Ml8p0TURdHyhOupFvR7Lq0Tq5XgO { width:19.875rem;height:3.4375rem;top:17.60986875rem;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) { #N5ZFPX9HL6HxZZSEezkWNzD9ooIqx7sH { width:11.75rem;height:1.21875rem;top:25.67236875rem;left:2.71875rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T2tqv9vgH0JTAdnTsz277bHvNIQLy5vK { width:19.875rem;height:3.4375rem;top:28.14111875rem;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) { #uCIvkshUd5OdBKTqSFSsJmMGti9Ezl2H { width:19.875rem;height:3.4375rem;top:36.42236875rem;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) { #vhf5HI6i8cywGkqQJ407TlbPwexER1Pr { width:19.875rem;height:3.4375rem;top:45.51611875rem;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) { #Neo9RQVb5d0MISTFzrDpeSMqLF1WUnHr { width:19.875rem;height:3.4375rem;top:57.29736875rem;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) { #PhZS86peztXrAf8Br0mFiskmn2QIJ6If { width:19.875rem;height:3.4375rem;top:76.26611875rem;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) { #W0LA4dn1GDwEIExlVSJnp9sp0dDmcI2I { width:20rem;height:8.4375rem;top:6.8496125rem;left:0rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQLc5GL6iE49f76SRFLCuawnedrHVPZO { width:11.375rem;height:7rem;top:19.79736875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3fNCdJaXIrrMI99D6R94plTkWEMiBOw { width:9.875rem;height:2.6875rem;top:32.48486875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUit6BIgKguITVuziKVoIHOCTsQ1Ufn { width:9.375rem;height:4.3125rem;top:39.95361875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmeR0yueKch0zr7sEATzFhNUudEJ5qgI { width:7.75rem;height:9.5rem;top:46.54736875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEWJ8CXV4eLUzUiWfJm4eWfOPbaRTMIC { width:7.875rem;height:4.3125rem;top:60.82861875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTkVpqHmM7pznTGU3rhJSxUdnFIXGtq { width:11.5625rem;height:8.625rem;top:66.39111875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { display:none; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { width:20rem;height:3.575rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { width:9.25rem;height:1.31303125rem;top:1.375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { width:20rem;height:11.25rem;top:8.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { width:20rem;height:2.75rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block; }
 }@media only screen and (max-width: 763px) { #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { width:20rem;height:16rem;top:21.625rem;left:0rem;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/e43d0b39-dfba-457e-a2f7-802063631ba8/86ad5a7dc4fe230411_IMG_63592format_auto.crop_1500x1512_0,0.preview.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.adaptive-delivery-prevent-bg, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyload, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { display:none; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { width:19.875rem;height:12.25rem;top:1.25rem;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) { #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { width:3.8125rem;height:2.9375rem;top:2.3125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { width:5.8125rem;height:1.625rem;top:6.25rem;left:1.90625rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { width:6.5rem;height:2.75rem;top:9.53125rem;left:1.90625rem;font-size:0.9375rem;color:#161616;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
 }@media only screen and (max-width: 763px) { #tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { width:8.375rem;height:2.75rem;top:9.5rem;left:10rem;font-size:0.9375rem;color:#161616;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
 }@media only screen and (max-width: 763px) { #HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { width:19.875rem;height:13.4375rem;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;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { width:9.8125rem;height:3.96875rem;top:22.6875rem;left:10rem;font-size:0.9375rem;color:#161616;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
 }@media only screen and (max-width: 763px) { #f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { width:7.3125rem;height:2.75rem;top:22.625rem;left:1.1875rem;font-size:0.9375rem;color:#161616;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
 }@media only screen and (max-width: 763px) { #DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { width:5.8125rem;height:1.625rem;top:19.375rem;left:1.875rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { width:3.8125rem;height:2.9375rem;top:15.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { width:20rem;height:1.787325rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { width:9.25rem;height:1.3125rem;top:2.125rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { width:20rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:20rem;height:2.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { display:none; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { width:7.5625rem;height:1.625rem;top:5.375rem;left:2.5rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #voOMoqoB0PxDWbBGCrVooG883z7MdEdD { width:15.0625rem;height:5.8125rem;top:7.875rem;left:2.4375rem;font-size:0.9375rem;color:#161616;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
 }@media only screen and (max-width: 763px) { #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { width:2.1875rem;height:1.9375rem;top:2.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { width:19.875rem;height:13.3125rem;top:1.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) { #BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { width:19.875rem;height:13.3125rem;top:15.8125rem;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) { #ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { width:16.375rem;height:5.8125rem;top:22.125rem;left:2.4375rem;font-size:0.9375rem;color:#161616;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
 }@media only screen and (max-width: 763px) { #Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { width:5.8125rem;height:1.625rem;top:19.8125rem;left:2rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { width:2.875rem;height:2.25rem;top:16.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { width:19.875rem;height:13.3125rem;top:30.125rem;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) { #lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { width:15.0625rem;height:5.8125rem;top:36.625rem;left:2.5rem;font-size:0.9375rem;color:#161616;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
 }@media only screen and (max-width: 763px) { #kh2cwRJQBpsBLt540EqzdZhvrh052pEy { width:5.8125rem;height:1.625rem;top:34.25rem;left:2.6875rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { width:2.875rem;height:2.25rem;top:31.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { display:none; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .row .container { width:20rem;height:43.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { width:20rem;height:1.787325rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { width:20rem;height:21.09375rem;top:5.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qu6VKPV53utiqTUGSioNiczn7Pob6daC { width:20rem;height:2.75rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block; }
 }@media only screen and (max-width: 763px) { #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { width:19.875rem;height:12.6875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { width:6.25rem;height:3.125rem;top:38.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { width:6.25rem;height:3.125rem;top:38.0625rem;left:13.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { width:6.25rem;height:3.125rem;top:38.0625rem;left:6.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl { display:none; }#HN610FzoQbZ5HQKOJ2xiXSXguOGkeRXl > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZwTgXEQtpaev8oHMrhftfW7uK5Dsh8Q5 { width:20rem;height:1.7875rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeH9cLt42TpT8QKEIhHyCRQzagobc4V4 { width:13.1875rem;height:1.3125rem;top:0.625rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #lWNRDfXie4yQp0G2WxqN97AqXiCy70Tm { width:20rem;height:4.21875rem;top:6.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu { width:20rem;height:18.25rem;top:11.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#HsLVVxvqv4TKKpQsyt5q4cTH2RhSlFqu li:before{  }
 }@media only screen and (max-width: 763px) { #rl2KXT5rWZtGOfOflHdaqQHTDplzKIBG { width:20rem;height:6.25rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:none; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:20rem;height:4.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { width:15.75rem;height:1.787325rem;top:1.3369140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { display:flex;top:1.8125rem;left:17.375rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { width:11.8125rem;height:4.5rem;top:1.8125rem;left:3.8125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { width:1.4375rem;height:1.6875rem;top:1.8125rem;left:1.0625rem;font-size:1.125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { width:16.25rem;height:4.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { display:flex;top:1.625rem;left:17.5rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { width:13.125rem;height:4.5rem;top:1.625rem;left:3.8125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { width:1.4375rem;height:1.6875rem;top:1.625rem;left:1.0625rem;font-size:1.125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { width:15.0625rem;height:4.21875rem;top:1.4375rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 { display:block; }#JkUsGJJUyDMu1kyWIpTXuGuUnCKwF303 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWgKZVo8lQC39a7ebN8Hma2RVFTSvSs2 { width:14rem;height:5.5625rem;top:0.92499923706056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUrBJBiWNqmJ1SPXm4MoQD9KSSUPKHG { width:17.25rem;height:3.09375rem;top:6.4375rem;left:1.1875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:20rem;height:6.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#004478;background-image:none;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 { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.5625rem;left:0rem;width:20rem;height:3rem;z-index:15000;background-color:#004478;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:0.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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; }
 }