.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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { border-width: 0; border-radius: 0; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { 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; }
#RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#uXAeiIaHRyk9q9znUfc9szHkzbshK1ZT { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:51.5rem;height:1.21875rem;font-style:normal;display:block; }
#JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt { position:absolute;display:block;z-index:15023;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.1875rem;left:50.125rem;display:block; }#JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt.adaptive-delivery-prevent-bg, #JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt.lazyload, #JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt.lazyloading { background-image: none; }
#vSB1dVkOopzi2oLuzPpZSxelGJX3l3Af { 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:15021;text-align:center;text-align-last:center;top:1.3125rem;left:61.5rem;display:block; }
#EngV0QaCxlmTGqymPxMCq6zwVohQKft9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkJiuL6fGkccuVOBrviaeZitetuUFgLx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93663125rem;width:10.625rem;top:0.71723091602325rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f75a414a-a945-48de-9a60-2ebef8417fc5/Diseosinttulo19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:manrope;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:11.046142578125rem;left:0rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:38.62425rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:28.0615234375rem;left:0rem;height:5.7714875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:23.4375rem;top:9.375rem;left:51.5625rem;display:block; }
#oHiUFP7Z9lTA0Ju2xBeHFvpfvEWJh1DA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93359375rem;width:1.93359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.375rem;left:52.25rem; }
#BsoETaKk7mfRDS072RmdKfVKausqU37S { color:#ffffff;display:block;width:18.562rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.9375rem;left:55.3125rem;height:3.898925rem;text-align:left;text-align-last:left;display:block; }
#zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(221,225,227,0.2) ;height:41.8120625rem;width:23.4375rem;top:12.25rem;left:51.5625rem;display:block; }
#cNM4IAOkL32a92TblbZdyK33qEgMHkAW { color:#ffffff;display:block;width:15.871125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.625rem;left:55.3447265625rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:21.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:1.125rem;font-weight:bold;color:#ffffff;width:21.25rem;height:3.125rem;font-family:manrope;overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:manrope;line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;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:15.5rem;left:51.5rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;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:15.5rem;left:51.5rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yayxUGxaIpO33MTGCoiEOQMbh8yZq2rC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CJJBU8Pda2HfqMGFr6PbhdFZO5iBmNIg { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #KwivCXAHXynmbTqEkn5NKc2G4mTL0zlw { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#TD7oTLyG9Q7BIi927HQ1tFNko0X3v2Jm { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#cNo1SeKFMgZNUf3pDtn8r8CZFy4uneDi { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TGHmPccdIE5xTT1UgPUfhHtkkWkDA2pW { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #GETLaZHnbwhWsNMzys57tzeLvRIwsS6q { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TFEtti1rlMzXZCUzHSEdnrLTHTr72eXI { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UWroJTJx5UD2qytLsaNr3DJaP1u1Kdba { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #z9mTXHPZDb29vOXkBFiz5ndeJUBTwCIT { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZJkoCn908cAmLM6NsJNFu2mWUkvCx8Pd { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#U3MFJl1xsri8Xz0WxuJNXceRxhSafpAe { color:#ffffff;display:block;width:41.687rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:21.156005859375rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5 { 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; }
#T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U { 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; }
#dUSqibOQ1HaZvDPAn7I01Vzz43UW9Uce { color:#000000;display:block;width:44.561625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.49370574951172rem;left:8.6111106872556rem;height:2.2721375rem;display:none; }
#o6CSoSpQ3TWvTUZZHJJJv5kFV3AH8V0q { 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:2.3125rem;left:0rem;display:none; }
#vbNgTAOytxWiiTCBRDrEx3HvFHHEnbrU { 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:2.625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#w6V1R4bF5CBu7sbiDWg7pltlKHlkHBsB { 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:5.5rem;left:3.75rem;height:1.3125rem;font-style:normal;display:none; }
#cVOcBIOoPSOJgJDDWgHne3VOzJK0V3Jv { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#NB9TJhZ2UTZTJTKI935SeoL4G06KQTTs { 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:7.0625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#tx4koHGS9sNHCIQGq8P7oPWcwGbkNTT9 { 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:5.5rem;left:12rem;height:1.3125rem;font-style:normal;display:none; }
#M2bxR9yTmUVy4fpUIn9aTUlDwnASI1PD { 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:5.5rem;left:19.0625rem;height:1.3125rem;font-style:normal;display:none; }
#nZJh4H1BG5FegQZ27QksxFQXydwA2Kgv { 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:5.5rem;left:26.3125rem;height:1.3125rem;font-style:normal;display:none; }
#rPKdhe2XFp3TqhaLwTJyb27HNAlkTNXR { color:#161616;display:block;width:5.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.0616340637206rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#EzFi2vuZOgs3J5412APQUKRBSeTWfSzp { 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:7.0625rem;left:26.3125rem;height:1.40625rem;font-style:normal;display:none; }
#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e { position:relative;display:block; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e { background-color: transparent; background-image: none; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row .container > .video-iframe-container { display: none; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row > .video-iframe-container { display: none; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .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); }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e { border-width: 0; border-radius: 0; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .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; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .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.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; }#ifENkTWUL81WqJZlZU2vfg6r1OaJ5eJP { 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:2.375rem;width:45.1875rem;top:3.5625rem;left:1.624755859375rem;display:block; }
#LIwverX4PN0ofARv9FGqo7ODxBwPtnlK { 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:5.375rem;height:1.31303125rem;font-style:normal;display:block; }
#bPxC94VsRmmIrnp7UTbt5TGST02dOl96 { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8125rem;left:5.375rem;height:1.40625rem;font-style:normal;display:block; }
#lkn3DP77cFg9EHPTH2mOqJ1EyfClUWFe { 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.8125rem;left:13.875rem;height:1.40625rem;font-style:normal;display:block; }
#blhr1ehdqOZ5UvHpJF0qAIXW7GlSkqlT { color:#9b9b9b;display:block;width:4.125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.249351501465rem;left:13.624134063721rem;height:1.31303125rem;font-style:normal;display:block; }
#qwg5ZupdrpQt5W432zygND4zp0hKmxgc { 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.8125rem;left:20.9375rem;height:1.40625rem;font-style:normal;display:block; }
#feflsTK8oLhW3VMSD0nizeEMHXVUQsDO { 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.25rem;left:20.9375rem;height:1.31303125rem;font-style:normal;display:block; }
#fbI6a5T52u0tFOvDWiVHEn6MB4RQX9hE { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.125rem;height:1.40625rem;font-style:normal;display:block; }
#G1USaUc4yo3Vl3sDHols1w3vPkAMRhvG { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.25rem;left:29.125rem;height:1.31303125rem;font-style:normal;display:block; }
#CZy7qqzT0p04V68TWOAJGiAstve2NK42 { color:#161616;display:block;width:42.5610625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.611572265625rem;left:1.624755859375rem;height:2.2753875rem;display:block; }
#rDHtJWMJTGbcwixA9KgegMlThaBQAAWp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0576171875rem;left:5.374755859375rem;height:1.38068125rem;display:block; }
#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR { position:relative;display:block; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR { background-color: transparent; background-image: none; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row .container > .video-iframe-container { display: none; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row > .video-iframe-container { display: none; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .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); }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR { border-width: 0; border-radius: 0; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .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; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .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; }#hkCw4L1bF3Z6TU1NnwvZeetMEEZeFz2u { color:#161616;display:block;width:15.746875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4539060592651rem;left:0rem;height:2.35625rem;font-style:normal;display:block; }
#ZULmE9hLBTgxMlN6exUXz6H79ntf3ZI7 { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 { position:relative;display:block; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 { background-color: transparent; background-image: none; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row .container > .video-iframe-container { display: none; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row > .video-iframe-container { display: none; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .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); }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 { border-width: 0; border-radius: 0; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .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; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ocwf7sMSp2VT1VqXR7VXNvV3gOKEBrVx { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#ATGuwbHJ60HGe09NiSbIky27CqbsvmGt { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#yK36MxHWyB2ZPOvSgW2Cfn3O21QmW0Md { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35618125rem;font-style:normal;display:block; }
#xdoBXVyL500puc32TrD2HSRongoCyec2 { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35618125rem;font-style:normal;display:block; }
#lXPx2Db7G4KuPwXcvLBVJJIDGcfvS9ds { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#VUJHvKMxC3bzgcwhTkQgwnWnEtW4ru0M { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#HNTnBT8QEWqPn7GTqExIJG3pPQ6kaqwK { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35618125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdPFkvnsRwaBtnTi0aAJc4Ia4p9JNxDp { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#u5csaTgrv00uFgLrBpCi7E60nzgeCGHQ { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container { background-color: transparent; background-image: none; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container > .video-iframe-container { display: none; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row > .video-iframe-container { display: none; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .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); }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container { border-width: 0; border-radius: 0; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#nsMuUE8TIQBU1Fbf2m2DOJ6yxkHALPIn { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:6.337875rem;font-style:normal;display:block; }
#yN2uBatDDQFP0ndZIHPrzODTBB6USOTc { color:#ffffff;display:block;width:36.374rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.15625rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDSEfGS6fV3iat2S9S3SUVFpydR6z2oq { 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.1640625rem;height:2.1015625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.3720703125rem;left:0rem;display:block; }
#hJk9xZ8INvzf7l5RgSS5MauuzPqBzhrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISwdHhihkVkv34xPxpBHMst40lzcLt2v { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:8.6875rem;left:40.75rem;height:7.03125rem;font-style:normal;display:block; }
#c9DuXX6G5BaLZpu9RfbBRFkszmpfWS0o { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.875rem;left:40.75rem;height:1.875rem;font-style:normal;display:block; }
#q5sTcQn0Gc4CKvsXKrwwDsas49V47KyA { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:8.6875rem;left:58.625rem;height:7.03125rem;font-style:normal;display:block; }
#qprggHNTxEdrkWIkgZbxsDgT1oiiDg85 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.875rem;left:58.625rem;height:1.875rem;font-style:normal;display:block; }
#xge3Xn0q4D9BACqTQhNoBJWcHKMDf1hL { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.5rem;left:40.875rem;height:1.875rem;font-style:normal;display:block; }
#LvB4Oe2GZetUNTc4SkOCXlGMLx8a0bGb { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.5rem;left:58.75rem;height:1.875rem;font-style:normal;display:block; }
#pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.5625rem;left:40.625rem;display:block; }#pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l.adaptive-delivery-prevent-bg, #pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l.lazyload, #pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l.lazyloading { background-image: none; }
#xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.5625rem;left:58.125rem;display:block; }#xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r.adaptive-delivery-prevent-bg, #xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r.lazyload, #xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r.lazyloading { background-image: none; }
#NTMSPTnHKiURNumv5pb7iS5MCFifMcVv { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.5625rem;left:40.875rem;display:block; }#NTMSPTnHKiURNumv5pb7iS5MCFifMcVv.adaptive-delivery-prevent-bg, #NTMSPTnHKiURNumv5pb7iS5MCFifMcVv.lazyload, #NTMSPTnHKiURNumv5pb7iS5MCFifMcVv.lazyloading { background-image: none; }
#CeviENgtT33EGRGDtWgWhtV3ThIs8DXF { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.375rem;left:58.625rem;display:block; }#CeviENgtT33EGRGDtWgWhtV3ThIs8DXF.adaptive-delivery-prevent-bg, #CeviENgtT33EGRGDtWgWhtV3ThIs8DXF.lazyload, #CeviENgtT33EGRGDtWgWhtV3ThIs8DXF.lazyloading { background-image: none; }
#OlQ2b8fmFehUyXrX5buuClWPnLqGGKVS { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.4375rem;left:40.75rem;height:4.21875rem;font-style:normal;display:block; }
#WMbTTPgeZiU1vUGl0mRATTD2kp6bu5UE { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.5rem;left:58.625rem;height:5.625rem;font-style:normal;display:block; }
#TPsygXaKNT3i0yN6lsfGzvRg1k1ElcSn { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:31.490478515625rem;left:40.81201171875rem;height:2.4375rem;display:block; }
#Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 { color:#ffffff;display:block;width:36.124rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:14.46875rem;left:0rem;height:3.9672875rem;font-style:normal;display:block; }#Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 li:before{  }
#I36XMXGVio9LEenVOteXiIHH4TTSVfsr { color:#ffffff;display:block;width:37.0605625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.6240234375rem;left:0rem;height:12.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm { position:relative;display:block; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm { background-color: transparent; background-image: none; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row .container > .video-iframe-container { display: none; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row > .video-iframe-container { display: none; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .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); }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm { border-width: 0; border-radius: 0; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .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; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xAgiUnJx2UGmMUk49MFzWaxngKx4y0Pf { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#cfBNs6PFeBM3SszZogi2isH6r7XTDqoT { color:#161616;display:block;width:47.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#ebivPHd2NC8XPQVTZHlpT4zwLv2XBRFo { color:#161616;display:block;width:36.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.1533203125rem;left:15.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P189kLN1etR7o98zaGZHSnq9lIQvWrfy { position:relative;display:block; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy { background-color: transparent; background-image: none; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row .container > .video-iframe-container { display: none; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row > .video-iframe-container { display: none; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .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); }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy { border-width: 0; border-radius: 0; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .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; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .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; }#w4cGWNl5hpuRaBhSSNOv7yyFglw7R9dC { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#wOZkt1WaTaU1wGFKE22C1RCskDZAzzNH { 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; }
#dpSJcux51GwKeV7I9lLrZg6snBIJr28n { 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; }
#EBHLPAq9zyPULkIe9X8TaK3T9zaXMvMK { 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; }
#uQTsJqTPZFS9RUNBwa6KPwwOZ3nZL1ln { 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; }
#zKoFP02FhT7sEJJ6LKAasNVwNGiHf8MR { 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; }
#c0qahSuV53g809Lxu6blDm5NNgo1tWgb { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#ih9KIXu3DawtT7D991N5NXrA9lITJ55t { 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; }
#kM4iBfQBrhVU0NQTSiJTAsOyhkUWDGIw { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#NXxqhprvT8ghAdMf9uXAMABkyMpfegii { 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; }#NXxqhprvT8ghAdMf9uXAMABkyMpfegii.adaptive-delivery-prevent-bg, #NXxqhprvT8ghAdMf9uXAMABkyMpfegii.lazyload, #NXxqhprvT8ghAdMf9uXAMABkyMpfegii.lazyloading { background-image: none; }
#IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z.adaptive-delivery-prevent-bg, #IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z.lazyload, #IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z.lazyloading { background-image: none; }
#mVMGHLFyR46L33EWxa0d7z3POgJKhzva { 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; }#mVMGHLFyR46L33EWxa0d7z3POgJKhzva.adaptive-delivery-prevent-bg, #mVMGHLFyR46L33EWxa0d7z3POgJKhzva.lazyload, #mVMGHLFyR46L33EWxa0d7z3POgJKhzva.lazyloading { background-image: none; }
#ImOh275VeeuI17psSstgiMkfrFRkIIUw { position:relative;display:block; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw { background-color: transparent; background-image: none; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row .container > .video-iframe-container { display: none; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row > .video-iframe-container { display: none; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .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); }#ImOh275VeeuI17psSstgiMkfrFRkIIUw { border-width: 0; border-radius: 0; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .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; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.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:block; }#z3bisHf1oI5DSq9mxzByoqhHJdQTdeTs { 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; }
#E740PRDJzTk0BwpLiofm9pu6u8EMsTN9 { color:#161616;display:block;width:51.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0615234375rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#tCZUZ6X0aziDCkbKPPLmLJ2USaQcEnTX { 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:10.4375rem;left:9.125rem;display:block; }
#CDVSRUsXFA8ZnTVM0cyTgJskozEs2GhD { 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:10.4375rem;left:28.25rem;display:block; }
#fh5eJBHHJG6T4PTaUSntwyFmKze95M1v { 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:10.4375rem;left:47.375rem;display:block; }
#qhy7dzM2uTDIvIuXV5KN0yOatoWAGLzv { 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:18.8125rem;left:9.125rem;display:block; }
#bd5y2BT96Ms70AxtMF6o2p2Z4Jak9hdE { 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:18.8125rem;left:28.3125rem;display:block; }
#sy5n1oO8m2uwwsUU9g37ZC9U5sd236Do { position:absolute;display:block;z-index:15023;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.5rem;width:6.9375rem;top:10.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/255e803d-4ecb-41db-97a4-217382ee071b/NSCA.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:10.3125rem;top:11.625rem;left:29.25rem;display:block; }#CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.adaptive-delivery-prevent-bg, #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.lazyload, #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.lazyloading { background-image: none; }
#cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/35139685-5962-4830-92e7-0f921af35180/gofitlogo.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:4.8125rem;width:8.625rem;top:10.75rem;left:50.1630859375rem;display:block; }#cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.adaptive-delivery-prevent-bg, #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.lazyload, #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.lazyloading { background-image: none; }
#x5NqZUAdh7gbLRF85OfPtkTxiTIwRODo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.1875rem;top:19.3125rem;left:13.4375rem;overflow:hidden;display:block; }
#mEMVvVbZukEyQNkm5lF9Gu5MLqsFmGrT { position:absolute;display:block;z-index:15025;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.125rem;width:9.9375rem;top:20rem;left:29.75rem;overflow:hidden;display:block; }
#q4lEfPs6FPaR7f2dSShwkUlXihZxhIH2 { 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.499825rem;width:12.8125rem;top:18.811256408691rem;left:47.374820709229rem;display:block; }
#i2hTSZAtO9TCPxe403BptUdM1rHUSvAr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37464375rem;width:5.37464375rem;top:18.873401641846rem;left:51.789772033691rem;overflow:hidden;display:block; }
#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m { position:relative;display:block; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m { background-color: transparent; background-image: none; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row .container > .video-iframe-container { display: none; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row > .video-iframe-container { display: none; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .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); }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m { border-width: 0; border-radius: 0; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .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; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;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; }#e5cZEHQTD7QTlONisWr3eRl9KTpTzXsn { color:#161616;display:block;width:28.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.76793384552rem;left:2.1875rem;height:4.71235625rem;font-style:normal;display:block; }
#cOqyQFhtfU198o5ToRPboErJIN8H1BDG { color:#9b9b9b;display:block;width:12rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.40625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#P39b0O6PbzpESmOBME7lSfTIfa4RSFEF { 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:11.9375rem;left:2rem;height:5.625rem;font-style:normal;display:block; }
#TBx9COFQZULDkXn1tK3IgI5JX2SCim4v { 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:1.4375rem;left:37.5rem;display:block; }
#Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:15.5625rem;left:38.4375rem;display:block; }#Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb.adaptive-delivery-prevent-bg, #Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb.lazyload, #Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb.lazyloading { background-image: none; }
#RmO9XnR2N3KP8Q87UQoqldDa8BLKr8G7 { color:#161616;display:block;width:9.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.5rem;left:38.4375rem;height:6.56125rem;font-style:normal;display:block; }
#BcViH3fU6D2qAav5FeO0R4VbUPncGLLU { 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:1.4375rem;left:50.5625rem;display:block; }
#Tp40UDkpaEb9IIScTmHymg7zFkEtRcvA { color:#161616;display:block;width:10.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5rem;left:51.125rem;height:5.25rem;font-style:normal;display:block; }
#ziEfeZHp5FqdtiqBkNBT6ULScwZc0sOm { 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:1.4375rem;left:63.625rem;display:block; }
#ZKUJALxI1h0gRxUJSnHvm8TTXlA8Fwid { color:#161616;display:block;width:8.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.3125rem;left:64.75rem;height:5.25rem;font-style:normal;display:block; }
#vMlZ1AMaol6zQMmfWTcmQXJUb5PX7Nk9 { 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:14.375rem;left:37.5rem;display:block; }
#PSs0qfGHOFLDpaDSKGHeUexCtqy2Tb8g { 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:14.375rem;left:50.5625rem;display:block; }
#fp4S01xC8fAO7N68QqkfOIt7LadRIOL6 { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.25rem;left:38.25rem;height:3.9375rem;font-style:normal;display:block; }
#yAg2RwQJtuBR4Xtu8b5pJBm2gBKzHBXr { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.25rem;left:51.3125rem;height:3.9375rem;font-style:normal;display:block; }
#Uvgnsc7LzWqrWFCfLFTzkumvX6BWBE34 { 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:14.375rem;left:63.625rem;display:block; }
#m9oPBc32md8trAPTnGqptrrfhWDokiMu { color:#161616;display:block;width:10.375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.25rem;left:64.4375rem;height:5.25rem;font-style:normal;display:block; }
#XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15.75rem;left:51.75rem;display:block; }#XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb.adaptive-delivery-prevent-bg, #XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb.lazyload, #XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb.lazyloading { background-image: none; }
#gws5GpHEAaraTPToXW0s86coz7BoZrph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.375rem;left:64.375rem; }
#qW1yxDbcDWBBAiqkW0TRE6bHGTawaNrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.5625rem;left:37.5rem; }
#Mbi8GoQRU1a4Nqgn0JnZNqpbRKG9n5OS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.9375rem;left:51.6875rem; }
#UT1LXwdSikRWHMQ04MkNgGSomgadQNsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.9375rem;left:64.5rem; }
#rTIORWb1HhaaniR1AAGNz7Q6ratXhGot { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.124290466309rem;left:2.1875rem;height:2.8125rem;font-style:normal;display:block; }
#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV { 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; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.adaptive-delivery-prevent-bg, #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.lazyload, #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.lazyloading { background-image: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { background-color: transparent; background-image: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container > .video-iframe-container { display: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row > .video-iframe-container { display: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .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); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { border-width: 0; border-radius: 0; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#T7AOzEFUazDThZp5T9LWR5xT4KXmJyWs { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.182625rem;font-style:normal;display:block; }
#vGmOVZbpcuTEyb61oq5opSFBeVbO2spV { 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; }
#JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl { 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; }
#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya { position:relative;display:block; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya { background-color: transparent; background-image: none; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row .container > .video-iframe-container { display: none; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row > .video-iframe-container { display: none; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .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); }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya { border-width: 0; border-radius: 0; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .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; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ubBSf24G7RbOHsBZBtbXi8mqm1xCL3gA { 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.625rem;left:38.7490234375rem;height:4.71235625rem;font-style:normal;display:block; }
#Fz6z8KsoT1MLIJGxQsnmrWIomuLtk96u { color:#161616;display:block;width:33rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.125rem;left:38.7490234375rem;height:2.8125rem;font-style:normal;display:block; }
#SzeOZUMkf5CbgTOb0fQv2ueOZyJq0PSy { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.3125rem;left:39.71875rem;display:block; }
#Jrt4AcPxRBn6B6T5PmSre4CA0Mb5pZHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asQc2VNQO1u1EqKaImTRhd9B28cfp3wx { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14rem;left:38.7490234375rem;height:12.0605625rem;font-style:normal;display:block; }#asQc2VNQO1u1EqKaImTRhd9B28cfp3wx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#asQc2VNQO1u1EqKaImTRhd9B28cfp3wx li:before{  }
#BE3pZ2lJ1soJT6c7dVCEtSIFkcVn1xZ7 { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.63671875rem;left:38.750001907349rem;height:1.40625rem;font-style:normal;display:block; }
#rkq3mNx4ya2H3pfr8eD1Ua80RdFFz3Z7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.4375rem;width:35.9375rem;top:2.875rem;left:0.78125rem;overflow:hidden;display:block; }
#K8Mcn2C2sZxtJ1iAHm1f9GmD6Xq99DAa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:75rem;display:none; }
#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 { 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; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container { background-color: transparent; background-image: none; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container > .video-iframe-container { display: none; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row > .video-iframe-container { display: none; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .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); }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container { border-width: 0; border-radius: 0; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#OBgMLLBqTi1hOagZnww5k726KlzPWshG { color:#003f70;display:block;width:36rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:1rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVMkzMM00k0fGH0gtFHOy9gp2s7vO4pB { color:#323232;display:block;width:31.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:1rem;height:9.7461rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hc0Ct2aUoo8frnnTdras1DFkwOd3EPfT { color:#9b9b9b;display:block;width:11.0615rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1rem;height:1.40625rem;font-style:normal;display:block; }
#yqW9RwwIRtTvVtgZtR9vZvRxhko75o3e { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:32.9375rem;top:2.25rem;left:39.7197265625rem;overflow:hidden;display:block; }
#LbPnW9JgFbhaqwRTvZuzSab7xI855TeW { 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:15021;text-align:center;text-align-last:center;top:20.125rem;left:1rem;display:block; }
#E8OeH9kpXoMaaVXIhutu9bStgTlO7J14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EEEZhnBUbxgv5kfAbNy0igUfLmbRycSd { 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:40.25rem;width:72.5rem;display:none; }
#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar { 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; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container { background-color: transparent; background-image: none; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container > .video-iframe-container { display: none; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row > .video-iframe-container { display: none; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .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); }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container { border-width: 0; border-radius: 0; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#ZKVJhFrsnQywNOWfEwMIbEEu5VMKuo7W { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.248046875rem;left:1.1875rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wiT964ZTE7EwF9uyvFXq3PGMvcllbqt3 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:14.625rem;width:37.5rem;top:7.0625rem;left:0rem;display:block; }
#cL2sknmNsSkvWvcG5EiTnatOdzmllnal { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.1875rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#L7obEZocWaBdvAxzbOMs5EJSKfXeFJJS { color:#0060ab;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.857421875rem;left:1.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#kAgL0HTRkdpvK8QNpx6Ley811pkb83Ve { color:#323232;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.3212890625rem;left:1.1875rem;height:6.494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPAl3NM1S9EbiOGnt7nDIbuOePAk7sUW { color:#003f70;display:block;width:21.625rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.4375rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#vMvITW0Wzhe1zGRr8H9Vy0HaULviMXLB { color:#0060ab;display:block;width:25.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#FapHvpcZWT0UKC5fGE9K80uyo47IlCRf { color:#323232;display:block;width:33.3125rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.3212890625rem;left:40.4375rem;height:7.793rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilZlvbJxcPz0Ar1s3xWOoWsgZcUSNb1u { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:14.6875rem;width:35.9375rem;top:7.0625rem;left:39.062501907349rem;display:block; }
#e6nSAbu5OthQdwzm3A3OoBOe05B4gKEJ { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.8125rem;left:39.71875rem;display:none; }
#efrTT65MdzSTrNGr0lCiAHLikmykpHbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { background-color: transparent; background-image: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container > .video-iframe-container { display: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row > .video-iframe-container { display: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .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); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { border-width: 0; border-radius: 0; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#kUUccmcSW1XeitZaBvJsL9FN7kPBmeLc { position:absolute;display:block;z-index:15018;background-color:#ebbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:0.625rem;left:72.0625rem;display:none; }
#Mn27f6aiA6KpxhKnx0XhXu8gSmuMVFZo { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22443125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#yabBsRhuu4QJ8x79nVngvzKGTLZ344OV { position:absolute;display:block;z-index:15019;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.18728125rem;width:11.436625rem;top:1.7491302490234rem;left:0rem;overflow:hidden;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { top:0rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAeiIaHRyk9q9znUfc9szHkzbshK1ZT { top:2.0625rem;left:37.875rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt { top:2.1875rem;left:36.5rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSB1dVkOopzi2oLuzPpZSxelGJX3l3Af { width:12.8125rem;height:2.75rem;top:1.3125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngV0QaCxlmTGqymPxMCq6zwVohQKft9 { display:block; }
 }@media only screen and (max-width: 763px) { #MkJiuL6fGkccuVOBrviaeZitetuUFgLx { top:0.6875rem;left:0rem;width:10.625rem;height:3.93663125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:42.1875rem;height:8.75rem;top:11rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:38.5625rem;height:5.75rem;top:28rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:9.375rem;left:24.3125rem;width:23.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHiUFP7Z9lTA0Ju2xBeHFvpfvEWJh1DA { top:10.375rem;left:38.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsoETaKk7mfRDS072RmdKfVKausqU37S { top:9.875rem;left:29.25rem;width:18.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { top:12.25rem;left:24.3125rem;width:23.4375rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNM4IAOkL32a92TblbZdyK33qEgMHkAW { top:14.625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yayxUGxaIpO33MTGCoiEOQMbh8yZq2rC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CJJBU8Pda2HfqMGFr6PbhdFZO5iBmNIg { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #KwivCXAHXynmbTqEkn5NKc2G4mTL0zlw {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #TD7oTLyG9Q7BIi927HQ1tFNko0X3v2Jm { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #cNo1SeKFMgZNUf3pDtn8r8CZFy4uneDi { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TGHmPccdIE5xTT1UgPUfhHtkkWkDA2pW {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #GETLaZHnbwhWsNMzys57tzeLvRIwsS6q {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TFEtti1rlMzXZCUzHSEdnrLTHTr72eXI {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UWroJTJx5UD2qytLsaNr3DJaP1u1Kdba {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #z9mTXHPZDb29vOXkBFiz5ndeJUBTwCIT {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZJkoCn908cAmLM6NsJNFu2mWUkvCx8Pd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #U3MFJl1xsri8Xz0WxuJNXceRxhSafpAe { width:41.625rem;height:1.6875rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5 { display:none; }
 }@media only screen and (max-width: 763px) { #T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U { display:none; }
 }@media only screen and (max-width: 763px) { #dUSqibOQ1HaZvDPAn7I01Vzz43UW9Uce { top:27.6875rem;left:0rem;width:20rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6CSoSpQ3TWvTUZZHJJJv5kFV3AH8V0q { top:2.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbNgTAOytxWiiTCBRDrEx3HvFHHEnbrU { top:33.8125rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6V1R4bF5CBu7sbiDWg7pltlKHlkHBsB { top:5.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVOcBIOoPSOJgJDDWgHne3VOzJK0V3Jv { top:38.875rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB9TJhZ2UTZTJTKI935SeoL4G06KQTTs { top:7.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tx4koHGS9sNHCIQGq8P7oPWcwGbkNTT9 { top:5.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2bxR9yTmUVy4fpUIn9aTUlDwnASI1PD { top:5.5rem;left:5.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZJh4H1BG5FegQZ27QksxFQXydwA2Kgv { top:44.5625rem;left:0rem;width:5.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPKdhe2XFp3TqhaLwTJyb27HNAlkTNXR { top:7rem;left:5.4375rem;width:5.125rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzFi2vuZOgs3J5412APQUKRBSeTWfSzp { top:52.875rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e { display:block; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifENkTWUL81WqJZlZU2vfg6r1OaJ5eJP { top:3.5625rem;left:0rem;width:45.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIwverX4PN0ofARv9FGqo7ODxBwPtnlK { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxC94VsRmmIrnp7UTbt5TGST02dOl96 { top:8.8125rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkn3DP77cFg9EHPTH2mOqJ1EyfClUWFe { top:8.8125rem;left:0.25rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blhr1ehdqOZ5UvHpJF0qAIXW7GlSkqlT { top:7.1875rem;left:0rem;width:4.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwg5ZupdrpQt5W432zygND4zp0hKmxgc { top:8.8125rem;left:7.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feflsTK8oLhW3VMSD0nizeEMHXVUQsDO { top:7.25rem;left:7.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbI6a5T52u0tFOvDWiVHEn6MB4RQX9hE { top:8.8125rem;left:15.5rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1USaUc4yo3Vl3sDHols1w3vPkAMRhvG { top:7.25rem;left:15.5rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZy7qqzT0p04V68TWOAJGiAstve2NK42 { top:0.5625rem;left:0rem;width:42.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHtJWMJTGbcwixA9KgegMlThaBQAAWp { top:4rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR { display:block; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkCw4L1bF3Z6TU1NnwvZeetMEEZeFz2u { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZULmE9hLBTgxMlN6exUXz6H79ntf3ZI7 { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 { display:block; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocwf7sMSp2VT1VqXR7VXNvV3gOKEBrVx { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATGuwbHJ60HGe09NiSbIky27CqbsvmGt { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK36MxHWyB2ZPOvSgW2Cfn3O21QmW0Md { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdoBXVyL500puc32TrD2HSRongoCyec2 { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPx2Db7G4KuPwXcvLBVJJIDGcfvS9ds { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUJHvKMxC3bzgcwhTkQgwnWnEtW4ru0M { top:6.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNTnBT8QEWqPn7GTqExIJG3pPQ6kaqwK { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPFkvnsRwaBtnTi0aAJc4Ia4p9JNxDp { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5csaTgrv00uFgLrBpCi7E60nzgeCGHQ { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I { display:block; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsMuUE8TIQBU1Fbf2m2DOJ6yxkHALPIn { top:2.5625rem;left:0rem;width:33.1875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN2uBatDDQFP0ndZIHPrzODTBB6USOTc { top:10.125rem;left:0rem;width:36.3125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDSEfGS6fV3iat2S9S3SUVFpydR6z2oq { width:12.125rem;height:2.0625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk9xZ8INvzf7l5RgSS5MauuzPqBzhrk { display:block; }
 }@media only screen and (max-width: 763px) { #ISwdHhihkVkv34xPxpBHMst40lzcLt2v { top:8.6875rem;left:27.125rem;width:14.8125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9DuXX6G5BaLZpu9RfbBRFkszmpfWS0o { top:5.875rem;left:27.125rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sTcQn0Gc4CKvsXKrwwDsas49V47KyA { top:8.6875rem;left:31.9375rem;width:15.8125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qprggHNTxEdrkWIkgZbxsDgT1oiiDg85 { top:5.875rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xge3Xn0q4D9BACqTQhNoBJWcHKMDf1hL { top:21.5rem;left:27.25rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvB4Oe2GZetUNTc4SkOCXlGMLx8a0bGb { top:21.5rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l { top:2.5625rem;left:27rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r { top:2.5625rem;left:44.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTMSPTnHKiURNumv5pb7iS5MCFifMcVv { top:18.5625rem;left:27.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeviENgtT33EGRGDtWgWhtV3ThIs8DXF { top:18.375rem;left:45rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQ2b8fmFehUyXrX5buuClWPnLqGGKVS { top:23.4375rem;left:27.125rem;width:15.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMbTTPgeZiU1vUGl0mRATTD2kp6bu5UE { top:23.5rem;left:33.25rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsygXaKNT3i0yN6lsfGzvRg1k1ElcSn { top:31.4375rem;left:13.6875rem;width:23.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 { top:14.4375rem;left:0rem;width:36.0625rem;height:3.9375rem;font-size:0.875rem;display:block; }#Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 li:before{  }
 }@media only screen and (max-width: 763px) { #I36XMXGVio9LEenVOteXiIHH4TTSVfsr { top:19.5625rem;left:0rem;width:37rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm { display:block; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAgiUnJx2UGmMUk49MFzWaxngKx4y0Pf { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfBNs6PFeBM3SszZogi2isH6r7XTDqoT { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebivPHd2NC8XPQVTZHlpT4zwLv2XBRFo { top:2.125rem;left:2.125rem;width:36.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P189kLN1etR7o98zaGZHSnq9lIQvWrfy { display:block; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4cGWNl5hpuRaBhSSNOv7yyFglw7R9dC { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOZkt1WaTaU1wGFKE22C1RCskDZAzzNH { 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) { #dpSJcux51GwKeV7I9lLrZg6snBIJr28n { display:none; }
 }@media only screen and (max-width: 763px) { #EBHLPAq9zyPULkIe9X8TaK3T9zaXMvMK { display:none; }
 }@media only screen and (max-width: 763px) { #uQTsJqTPZFS9RUNBwa6KPwwOZ3nZL1ln { display:none; }
 }@media only screen and (max-width: 763px) { #zKoFP02FhT7sEJJ6LKAasNVwNGiHf8MR { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0qahSuV53g809Lxu6blDm5NNgo1tWgb { 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) { #ih9KIXu3DawtT7D991N5NXrA9lITJ55t { 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) { #kM4iBfQBrhVU0NQTSiJTAsOyhkUWDGIw { 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) { #NXxqhprvT8ghAdMf9uXAMABkyMpfegii { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVMGHLFyR46L33EWxa0d7z3POgJKhzva { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImOh275VeeuI17psSstgiMkfrFRkIIUw { display:block; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3bisHf1oI5DSq9mxzByoqhHJdQTdeTs { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E740PRDJzTk0BwpLiofm9pu6u8EMsTN9 { top:5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCZUZ6X0aziDCkbKPPLmLJ2USaQcEnTX { top:10.4375rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDVSRUsXFA8ZnTVM0cyTgJskozEs2GhD { top:10.4375rem;left:14.625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5eJBHHJG6T4PTaUSntwyFmKze95M1v { top:10.4375rem;left:33.75rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhy7dzM2uTDIvIuXV5KN0yOatoWAGLzv { top:18.8125rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd5y2BT96Ms70AxtMF6o2p2Z4Jak9hdE { top:18.8125rem;left:14.6875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5n1oO8m2uwwsUU9g37ZC9U5sd236Do { top:10.9375rem;left:0rem;width:6.875rem;height:4.458994405103rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv { top:11.625rem;left:15.625rem;width:10.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN { top:10.75rem;left:36.5380859375rem;width:8.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5NqZUAdh7gbLRF85OfPtkTxiTIwRODo { top:19.3125rem;left:0rem;width:4.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMVvVbZukEyQNkm5lF9Gu5MLqsFmGrT { top:20rem;left:16.125rem;width:9.875rem;height:3.1055216961966rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4lEfPs6FPaR7f2dSShwkUlXihZxhIH2 { top:18.75rem;left:33.749820709229rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2hTSZAtO9TCPxe403BptUdM1rHUSvAr { top:18.8125rem;left:38.164772033691rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m { display:block; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5cZEHQTD7QTlONisWr3eRl9KTpTzXsn { top:5.75rem;left:0rem;width:28rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqyQFhtfU198o5ToRPboErJIN8H1BDG { top:1.375rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P39b0O6PbzpESmOBME7lSfTIfa4RSFEF { top:11.875rem;left:0rem;width:27.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx9COFQZULDkXn1tK3IgI5JX2SCim4v { top:1.4375rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb { top:15.5625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmO9XnR2N3KP8Q87UQoqldDa8BLKr8G7 { top:5.5rem;left:23.875rem;width:9.5rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcViH3fU6D2qAav5FeO0R4VbUPncGLLU { top:1.4375rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp40UDkpaEb9IIScTmHymg7zFkEtRcvA { top:5.5rem;left:30.6875rem;width:10.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziEfeZHp5FqdtiqBkNBT6ULScwZc0sOm { top:1.4375rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUJALxI1h0gRxUJSnHvm8TTXlA8Fwid { top:6.3125rem;left:38.8125rem;width:8.9375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMlZ1AMaol6zQMmfWTcmQXJUb5PX7Nk9 { top:14.375rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSs0qfGHOFLDpaDSKGHeUexCtqy2Tb8g { top:14.375rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp4S01xC8fAO7N68QqkfOIt7LadRIOL6 { top:19.25rem;left:23.875rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAg2RwQJtuBR4Xtu8b5pJBm2gBKzHBXr { top:19.25rem;left:30.875rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvgnsc7LzWqrWFCfLFTzkumvX6BWBE34 { top:14.375rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9oPBc32md8trAPTnGqptrrfhWDokiMu { top:19.25rem;left:37.375rem;width:10.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb { top:15.75rem;left:31.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gws5GpHEAaraTPToXW0s86coz7BoZrph { top:15.375rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1yxDbcDWBBAiqkW0TRE6bHGTawaNrz { top:2.5625rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbi8GoQRU1a4Nqgn0JnZNqpbRKG9n5OS { top:2.9375rem;left:31.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1LXwdSikRWHMQ04MkNgGSomgadQNsX { top:2.9375rem;left:44.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIORWb1HhaaniR1AAGNz7Q6ratXhGot { top:18.0625rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV { display:block; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7AOzEFUazDThZp5T9LWR5xT4KXmJyWs { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGmOVZbpcuTEyb61oq5opSFBeVbO2spV { display:none; }
 }@media only screen and (max-width: 763px) { #JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl { display:none; }
 }@media only screen and (max-width: 763px) { #DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya { display:block; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubBSf24G7RbOHsBZBtbXi8mqm1xCL3gA { top:4.625rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz6z8KsoT1MLIJGxQsnmrWIomuLtk96u { top:10.125rem;left:14.75rem;width:33rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzeOZUMkf5CbgTOb0fQv2ueOZyJq0PSy { width:14.3125rem;height:2.75rem;top:27.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrt4AcPxRBn6B6T5PmSre4CA0Mb5pZHx { display:block; }
 }@media only screen and (max-width: 763px) { #asQc2VNQO1u1EqKaImTRhd9B28cfp3wx { top:14rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#asQc2VNQO1u1EqKaImTRhd9B28cfp3wx li:before{  }
 }@media only screen and (max-width: 763px) { #BE3pZ2lJ1soJT6c7dVCEtSIFkcVn1xZ7 { top:2.625rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkq3mNx4ya2H3pfr8eD1Ua80RdFFz3Z7 { top:2.875rem;left:0rem;width:35.9375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Mcn2C2sZxtJ1iAHm1f9GmD6Xq99DAa { width:47.75rem;height:26.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 { display:block; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBgMLLBqTi1hOagZnww5k726KlzPWshG { top:2.25rem;left:0rem;width:36rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVMkzMM00k0fGH0gtFHOy9gp2s7vO4pB { top:8.5rem;left:0rem;width:31.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0Ct2aUoo8frnnTdras1DFkwOd3EPfT { top:5.8125rem;left:0rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqW9RwwIRtTvVtgZtR9vZvRxhko75o3e { top:2.25rem;left:14.8125rem;width:32.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPnW9JgFbhaqwRTvZuzSab7xI855TeW { width:14.3125rem;height:2.75rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8OeH9kpXoMaaVXIhutu9bStgTlO7J14 { display:block; }
 }@media only screen and (max-width: 763px) { #EEEZhnBUbxgv5kfAbNy0igUfLmbRycSd { width:47.75rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar { display:block; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKVJhFrsnQywNOWfEwMIbEEu5VMKuo7W { top:2.1875rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiT964ZTE7EwF9uyvFXq3PGMvcllbqt3 { top:7.0625rem;left:0rem;width:37.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2sknmNsSkvWvcG5EiTnatOdzmllnal { top:8.25rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7obEZocWaBdvAxzbOMs5EJSKfXeFJJS { top:10.8125rem;left:0rem;width:35.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgL0HTRkdpvK8QNpx6Ley811pkb83Ve { top:13.3125rem;left:0rem;width:34.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPAl3NM1S9EbiOGnt7nDIbuOePAk7sUW { top:7.8125rem;left:26.125rem;width:21.625rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvITW0Wzhe1zGRr8H9Vy0HaULviMXLB { top:10.9375rem;left:22.3125rem;width:25.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FapHvpcZWT0UKC5fGE9K80uyo47IlCRf { top:13.3125rem;left:14.4375rem;width:33.3125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilZlvbJxcPz0Ar1s3xWOoWsgZcUSNb1u { top:7.0625rem;left:11.8125rem;width:35.9375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nSAbu5OthQdwzm3A3OoBOe05B4gKEJ { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efrTT65MdzSTrNGr0lCiAHLikmykpHbh { display:block; }
 }@media only screen and (max-width: 763px) { #xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp { display:block; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUUccmcSW1XeitZaBvJsL9FN7kPBmeLc { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn27f6aiA6KpxhKnx0XhXu8gSmuMVFZo { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabBsRhuu4QJ8x79nVngvzKGTLZ344OV { top:1.6875rem;left:0rem;width:11.375rem;height:4.1647185440416rem;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) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { width:20rem;height:5.24956875rem;top:53.606775283814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXAeiIaHRyk9q9znUfc9szHkzbshK1ZT { width:8.3125rem;height:auto;top:2.0625rem;left:5.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMo0ZXBOQOb0C8PW8XCW93WZn8ges9Nt { width:1rem;height:1rem;top:2.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSB1dVkOopzi2oLuzPpZSxelGJX3l3Af { width:12.8125rem;height:2.75rem;top:1.3125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EngV0QaCxlmTGqymPxMCq6zwVohQKft9 { display:block; }
 }@media only screen and (max-width: 763px) { #MkJiuL6fGkccuVOBrviaeZitetuUFgLx { width:10.625rem;height:3.93663125rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:transparent;background-image:none;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:4.1988625rem;top:0.99365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#0060ab;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:5.397725rem;top:10.498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;color:#161616;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:5.3125rem;top:46.687255859375rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHiUFP7Z9lTA0Ju2xBeHFvpfvEWJh1DA { display:flex;width:1.875rem;height:1.875rem;top:47.55615234375rem;left:0.577392578125rem; }
 }@media only screen and (max-width: 763px) { #BsoETaKk7mfRDS072RmdKfVKausqU37S { width:15.8105625rem;height:3.25rem;top:47.55615234375rem;left:3.49853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { width:20rem;height:37.4370625rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNM4IAOkL32a92TblbZdyK33qEgMHkAW { width:15.811625rem;height:1.13769375rem;top:68.0625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:52.125rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:52.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yayxUGxaIpO33MTGCoiEOQMbh8yZq2rC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CJJBU8Pda2HfqMGFr6PbhdFZO5iBmNIg { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #KwivCXAHXynmbTqEkn5NKc2G4mTL0zlw {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #TD7oTLyG9Q7BIi927HQ1tFNko0X3v2Jm { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #cNo1SeKFMgZNUf3pDtn8r8CZFy4uneDi { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TGHmPccdIE5xTT1UgPUfhHtkkWkDA2pW {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #GETLaZHnbwhWsNMzys57tzeLvRIwsS6q {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TFEtti1rlMzXZCUzHSEdnrLTHTr72eXI {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UWroJTJx5UD2qytLsaNr3DJaP1u1Kdba {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #z9mTXHPZDb29vOXkBFiz5ndeJUBTwCIT {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZJkoCn908cAmLM6NsJNFu2mWUkvCx8Pd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #U3MFJl1xsri8Xz0WxuJNXceRxhSafpAe { width:20rem;height:2.9746125rem;top:5.899658203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5 { top:17.3125rem;left:10.75rem;width:9.249125rem;height:9.4998125rem;z-index:15009;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; }#SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5.adaptive-delivery-prevent-bg, #SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5.lazyload, #SpbrPCu0WeIfELXQ8Vnh549sB6GpkHt5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U { top:17.25rem;left:0rem;width:20rem;height:9.6875rem;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c69196a-c01f-48bd-a2c4-7fd9841c9a55/Deporte_30.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U.adaptive-delivery-prevent-bg, #T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U.lazyload, #T2Twz9t5lkaKSdDnUubop8EcqtJ86A5U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dUSqibOQ1HaZvDPAn7I01Vzz43UW9Uce { width:20rem;height:3.168325rem;top:28.0625rem;left:0rem;font-size:0.8125rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6CSoSpQ3TWvTUZZHJJJv5kFV3AH8V0q { width:20rem;height:3.4375rem;top:33rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vbNgTAOytxWiiTCBRDrEx3HvFHHEnbrU { width:20rem;height:1.6875rem;top:33.875rem;left:0rem;font-size:1.125rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6V1R4bF5CBu7sbiDWg7pltlKHlkHBsB { width:6.0625rem;height:1.31303125rem;top:37.5625rem;left:2.0625rem;font-size:0.875rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVOcBIOoPSOJgJDDWgHne3VOzJK0V3Jv { width:5.68685rem;height:1.40625rem;top:38.875rem;left:2.1875rem;font-size:0.9375rem;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB9TJhZ2UTZTJTKI935SeoL4G06KQTTs { width:4.18728125rem;height:1.40625rem;top:39.5rem;left:11.6875rem;font-size:0.9375rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tx4koHGS9sNHCIQGq8P7oPWcwGbkNTT9 { width:5.375rem;height:1.31303125rem;top:37.5625rem;left:11.3125rem;font-size:0.875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2bxR9yTmUVy4fpUIn9aTUlDwnASI1PD { width:5.375rem;height:1.31303125rem;top:42.1875rem;left:2.375rem;font-size:0.875rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZJh4H1BG5FegQZ27QksxFQXydwA2Kgv { width:5.24956875rem;height:1.31303125rem;top:42.1875rem;left:11.1875rem;font-size:0.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPKdhe2XFp3TqhaLwTJyb27HNAlkTNXR { width:4.74935rem;height:1.40625rem;top:43.5rem;left:2.4375rem;font-size:0.9375rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzFi2vuZOgs3J5412APQUKRBSeTWfSzp { width:4.93706875rem;height:1.40625rem;top:43.5rem;left:11.3125rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e { display:none; }#X5M1kKwWGAZ5P67LrWwbEcofHT23yK7e > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ifENkTWUL81WqJZlZU2vfg6r1OaJ5eJP { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIwverX4PN0ofARv9FGqo7ODxBwPtnlK { width:4.5625rem;height:1.3125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxC94VsRmmIrnp7UTbt5TGST02dOl96 { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkn3DP77cFg9EHPTH2mOqJ1EyfClUWFe { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blhr1ehdqOZ5UvHpJF0qAIXW7GlSkqlT { width:5.875rem;height:1.3125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwg5ZupdrpQt5W432zygND4zp0hKmxgc { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feflsTK8oLhW3VMSD0nizeEMHXVUQsDO { width:3.1875rem;height:1.3125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbI6a5T52u0tFOvDWiVHEn6MB4RQX9hE { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1USaUc4yo3Vl3sDHols1w3vPkAMRhvG { width:3.8125rem;height:1.3125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZy7qqzT0p04V68TWOAJGiAstve2NK42 { width:20rem;height:4.55rem;top:8.905165195465rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHtJWMJTGbcwixA9KgegMlThaBQAAWp { width:12.5rem;height:1.4619125rem;top:15.34375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR { display:block; }#uc4qARKq11vDDkTVHhDDvZUG2IyzXQrR > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkCw4L1bF3Z6TU1NnwvZeetMEEZeFz2u { width:15.6875rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZULmE9hLBTgxMlN6exUXz6H79ntf3ZI7 { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 { display:block; }#Rzbanq5PB0dbw1BEDmgGZkZUrVPz9519 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocwf7sMSp2VT1VqXR7VXNvV3gOKEBrVx { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ATGuwbHJ60HGe09NiSbIky27CqbsvmGt { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK36MxHWyB2ZPOvSgW2Cfn3O21QmW0Md { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdoBXVyL500puc32TrD2HSRongoCyec2 { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXPx2Db7G4KuPwXcvLBVJJIDGcfvS9ds { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUJHvKMxC3bzgcwhTkQgwnWnEtW4ru0M { width:18.8125rem;height:auto;top:6.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HNTnBT8QEWqPn7GTqExIJG3pPQ6kaqwK { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdPFkvnsRwaBtnTi0aAJc4Ia4p9JNxDp { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5csaTgrv00uFgLrBpCi7E60nzgeCGHQ { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I { display:block; }#RxAz60BCdUNtUHDFrXtHZtFrNs9vuI8I > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsMuUE8TIQBU1Fbf2m2DOJ6yxkHALPIn { width:20rem;height:4.875rem;top:0.872802734375rem;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) { #yN2uBatDDQFP0ndZIHPrzODTBB6USOTc { width:19.375rem;height:6.5625rem;top:6.558837890625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDSEfGS6fV3iat2S9S3SUVFpydR6z2oq { width:12.14525rem;height:2.0817875rem;top:40.498046875rem;left:3.909912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk9xZ8INvzf7l5RgSS5MauuzPqBzhrk { display:block; }
 }@media only screen and (max-width: 763px) { #ISwdHhihkVkv34xPxpBHMst40lzcLt2v { width:20rem;height:5.25rem;top:50.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c9DuXX6G5BaLZpu9RfbBRFkszmpfWS0o { width:15.375rem;height:1.40625rem;top:48.1875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5sTcQn0Gc4CKvsXKrwwDsas49V47KyA { width:20rem;height:5.25rem;top:62.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qprggHNTxEdrkWIkgZbxsDgT1oiiDg85 { width:15.375rem;height:1.40625rem;top:60.75rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xge3Xn0q4D9BACqTQhNoBJWcHKMDf1hL { width:15.375rem;height:1.40625rem;top:72.3125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LvB4Oe2GZetUNTc4SkOCXlGMLx8a0bGb { width:15.375rem;height:1.40625rem;top:82.625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pkrlN8ySJ1g4aP5oATPe1MlPGn6I5M7l { width:2.8125rem;height:2.8125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfNG5WR0TMyrdZRxZSawEl3uB1TQmI0r { width:2.8125rem;height:2.8125rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTMSPTnHKiURNumv5pb7iS5MCFifMcVv { width:2.8125rem;height:2.8125rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeviENgtT33EGRGDtWgWhtV3ThIs8DXF { width:2.625rem;height:2.625rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQ2b8fmFehUyXrX5buuClWPnLqGGKVS { width:19.75rem;height:2.625rem;top:74.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WMbTTPgeZiU1vUGl0mRATTD2kp6bu5UE { width:19.9375rem;height:3.9375rem;top:84.9375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPsygXaKNT3i0yN6lsfGzvRg1k1ElcSn { width:20rem;height:2.27415rem;top:90.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 { width:20rem;height:5.99786875rem;top:11.93603515625rem;left:0rem;font-size:0.875rem;display:block; }#Xy0X1C2Q3qTta5Nlv7Tkp6Oc0Zi4zLc9 li:before{  }
 }@media only screen and (max-width: 763px) { #I36XMXGVio9LEenVOteXiIHH4TTSVfsr { width:20rem;height:19.6875rem;top:19.061279296875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm { display:block; }#WWeKNZa3uSJAczdE8oq8heD9xO2n0FDm > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAgiUnJx2UGmMUk49MFzWaxngKx4y0Pf { width:18.375rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfBNs6PFeBM3SszZogi2isH6r7XTDqoT { 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) { #ebivPHd2NC8XPQVTZHlpT4zwLv2XBRFo { width:19.875rem;height:0;top:80.9365234375rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P189kLN1etR7o98zaGZHSnq9lIQvWrfy { display:block; }#P189kLN1etR7o98zaGZHSnq9lIQvWrfy > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4cGWNl5hpuRaBhSSNOv7yyFglw7R9dC { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wOZkt1WaTaU1wGFKE22C1RCskDZAzzNH { 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) { #dpSJcux51GwKeV7I9lLrZg6snBIJr28n { 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) { #EBHLPAq9zyPULkIe9X8TaK3T9zaXMvMK { 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) { #uQTsJqTPZFS9RUNBwa6KPwwOZ3nZL1ln { 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) { #zKoFP02FhT7sEJJ6LKAasNVwNGiHf8MR { 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) { #c0qahSuV53g809Lxu6blDm5NNgo1tWgb { 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) { #ih9KIXu3DawtT7D991N5NXrA9lITJ55t { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #kM4iBfQBrhVU0NQTSiJTAsOyhkUWDGIw { 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) { #NXxqhprvT8ghAdMf9uXAMABkyMpfegii { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcJ4GxOXBlO1HzJu2JGFpNKggE1msk7z { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVMGHLFyR46L33EWxa0d7z3POgJKhzva { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImOh275VeeuI17psSstgiMkfrFRkIIUw { display:block; }#ImOh275VeeuI17psSstgiMkfrFRkIIUw > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3bisHf1oI5DSq9mxzByoqhHJdQTdeTs { width:20rem;height:3.57421875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E740PRDJzTk0BwpLiofm9pu6u8EMsTN9 { width:20rem;height:8.4375rem;top:6.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tCZUZ6X0aziDCkbKPPLmLJ2USaQcEnTX { width:9.375rem;height:4.0625rem;top:16.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) { #CDVSRUsXFA8ZnTVM0cyTgJskozEs2GhD { width:9.375rem;height:4.0625rem;top:21.1875rem;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) { #fh5eJBHHJG6T4PTaUSntwyFmKze95M1v { width:9.375rem;height:4.0625rem;top:21.1875rem;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) { #qhy7dzM2uTDIvIuXV5KN0yOatoWAGLzv { width:9.375rem;height:4.0625rem;top:16.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) { #bd5y2BT96Ms70AxtMF6o2p2Z4Jak9hdE { width:9.375rem;height:4.0625rem;top:26.1875rem;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) { #sy5n1oO8m2uwwsUU9g37ZC9U5sd236Do { width:6.0625rem;height:3.9375rem;top:16.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv { width:8.3125rem;height:2.5625rem;top:17rem;left:11.6875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/255e803d-4ecb-41db-97a4-217382ee071b/NSCA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.adaptive-delivery-prevent-bg, #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.lazyload, #CTzCE1KgbzvoXEofBTLMbiorBTtl7JGv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN { width:8.125rem;height:3.125rem;top:21.6875rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/67712c42-65ae-4319-99a8-b9467038c213/vivagym.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.adaptive-delivery-prevent-bg, #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.lazyload, #cmkgMl46LJPpl8L9Q5y7H71BUT2E0ZfN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x5NqZUAdh7gbLRF85OfPtkTxiTIwRODo { width:3.625rem;height:3.9375rem;top:21.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMVvVbZukEyQNkm5lF9Gu5MLqsFmGrT { width:8.75rem;height:2.6875rem;top:26.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4lEfPs6FPaR7f2dSShwkUlXihZxhIH2 { width:9.375rem;height:4.0625rem;top:26.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) { #i2hTSZAtO9TCPxe403BptUdM1rHUSvAr { width:4.62446875rem;height:4.0625rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m { display:block; }#nh4n8Jc5QbpMNENnbf2H8TrZuyZDcx1m > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5cZEHQTD7QTlONisWr3eRl9KTpTzXsn { width:20rem;height:3.57421875rem;top:3.499755859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqyQFhtfU198o5ToRPboErJIN8H1BDG { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #P39b0O6PbzpESmOBME7lSfTIfa4RSFEF { width:20rem;height:7.03125rem;top:8.7491116523744rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #TBx9COFQZULDkXn1tK3IgI5JX2SCim4v { width:19.875rem;height:4.4375rem;top:21.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;display:block; }
 }@media only screen and (max-width: 763px) { #Dx8eSTQTLqxwLEJPKKiWoyDOF5EWpsJb { width:1.9375rem;height:1.9375rem;top:22.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmO9XnR2N3KP8Q87UQoqldDa8BLKr8G7 { width:14.6875rem;height:3.41175625rem;top:22.0625rem;left:3.9375rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BcViH3fU6D2qAav5FeO0R4VbUPncGLLU { width:19.875rem;height:4.3125rem;top:26.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;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) { #Tp40UDkpaEb9IIScTmHymg7zFkEtRcvA { width:14.25rem;height:3.9375rem;top:27.0625rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ziEfeZHp5FqdtiqBkNBT6ULScwZc0sOm { width:19.875rem;height:4.8125rem;top:32.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;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUJALxI1h0gRxUJSnHvm8TTXlA8Fwid { width:13.6875rem;height:3.9375rem;top:32.8125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #vMlZ1AMaol6zQMmfWTcmQXJUb5PX7Nk9 { width:19.875rem;height:3.4375rem;top:37.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) { #PSs0qfGHOFLDpaDSKGHeUexCtqy2Tb8g { width:19.875rem;height:3.4375rem;top:42.1875rem;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) { #fp4S01xC8fAO7N68QqkfOIt7LadRIOL6 { width:14.25rem;height:2.27415rem;top:38.5625rem;left:4.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yAg2RwQJtuBR4Xtu8b5pJBm2gBKzHBXr { width:14.8125rem;height:2.625rem;top:42.625rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Uvgnsc7LzWqrWFCfLFTzkumvX6BWBE34 { width:19.875rem;height:4.4375rem;top:46.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) { #m9oPBc32md8trAPTnGqptrrfhWDokiMu { width:14.5625rem;height:3.9375rem;top:47rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XtP7xJiPA1ellcfkZBltkW8SaMGDAEOb { width:1.75rem;height:1.75rem;top:38.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gws5GpHEAaraTPToXW0s86coz7BoZrph { display:flex;width:1.75rem;height:1.75rem;top:48rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #qW1yxDbcDWBBAiqkW0TRE6bHGTawaNrz { display:flex;width:2.25rem;height:2.25rem;top:42.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Mbi8GoQRU1a4Nqgn0JnZNqpbRKG9n5OS { display:flex;width:1.875rem;height:1.875rem;top:27.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #UT1LXwdSikRWHMQ04MkNgGSomgadQNsX { display:flex;width:2.1875rem;height:2.1875rem;top:33.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rTIORWb1HhaaniR1AAGNz7Q6ratXhGot { width:20rem;height:2.8125rem;top:17.060546875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV { 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; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.adaptive-delivery-prevent-bg, #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.lazyload, #U4JdwMsU4TnEWuth4dqfg54xG8clDCpV.lazyloading { background-image: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { background-color: transparent; background-image: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container > .video-iframe-container { display: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row > .video-iframe-container { display: none; }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .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); }#U4JdwMsU4TnEWuth4dqfg54xG8clDCpV > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7AOzEFUazDThZp5T9LWR5xT4KXmJyWs { width:20rem;height:12.50851875rem;top:3.6335940361023rem;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) { #vGmOVZbpcuTEyb61oq5opSFBeVbO2spV { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vGmOVZbpcuTEyb61oq5opSFBeVbO2spV.adaptive-delivery-prevent-bg, #vGmOVZbpcuTEyb61oq5opSFBeVbO2spV.lazyload, #vGmOVZbpcuTEyb61oq5opSFBeVbO2spV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl { top:18.687500357628rem;left:7.6875003576281rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl.adaptive-delivery-prevent-bg, #JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl.lazyload, #JOPN1PEhOJA4pOJ9rMWpdPzyhxSMR0bl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya { display:block; }#DUG4R26mO9bIHp9t8xKeG1t6bFXzUqya > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubBSf24G7RbOHsBZBtbXi8mqm1xCL3gA { width:20rem;height:5.361325rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz6z8KsoT1MLIJGxQsnmrWIomuLtk96u { width:20rem;height:4.21875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SzeOZUMkf5CbgTOb0fQv2ueOZyJq0PSy { width:19.7705rem;height:2.52050625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrt4AcPxRBn6B6T5PmSre4CA0Mb5pZHx { display:block; }
 }@media only screen and (max-width: 763px) { #asQc2VNQO1u1EqKaImTRhd9B28cfp3wx { width:20rem;height:18.625rem;top:26.375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#asQc2VNQO1u1EqKaImTRhd9B28cfp3wx li:before{  }
 }@media only screen and (max-width: 763px) { #BE3pZ2lJ1soJT6c7dVCEtSIFkcVn1xZ7 { width:11.0625rem;height:1.31303125rem;top:0.734375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #rkq3mNx4ya2H3pfr8eD1Ua80RdFFz3Z7 { width:20rem;height:14.713043478261rem;top:47.455078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8Mcn2C2sZxtJ1iAHm1f9GmD6Xq99DAa { top:9.0625rem;left:0rem;width:20rem;height:11.125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 { display:block; }#iN6J3uWlslGMT3q2EesaPDwnwXrnSnG9 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBgMLLBqTi1hOagZnww5k726KlzPWshG { width:20rem;height:3.89915rem;top:3.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVMkzMM00k0fGH0gtFHOy9gp2s7vO4pB { width:20rem;height:13.40625rem;top:20.7490234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0Ct2aUoo8frnnTdras1DFkwOd3EPfT { width:10.999rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #yqW9RwwIRtTvVtgZtR9vZvRxhko75o3e { width:20rem;height:13.282732447818rem;top:1.3427734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbPnW9JgFbhaqwRTvZuzSab7xI855TeW { width:14.3125rem;height:2.75rem;top:35.2802734375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8OeH9kpXoMaaVXIhutu9bStgTlO7J14 { display:block; }
 }@media only screen and (max-width: 763px) { #EEEZhnBUbxgv5kfAbNy0igUfLmbRycSd { top:8.103515625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar { display:block; }#TGxNRF88NtMIzsv5xHqb4pNcyl1ikAar > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKVJhFrsnQywNOWfEwMIbEEu5VMKuo7W { width:10.9375rem;height:1.949575rem;top:1.7491359710693rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiT964ZTE7EwF9uyvFXq3PGMvcllbqt3 { width:20rem;height:22.9375rem;top:5.374755859375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cL2sknmNsSkvWvcG5EiTnatOdzmllnal { width:18.875rem;height:1.72485625rem;top:6.875rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L7obEZocWaBdvAxzbOMs5EJSKfXeFJJS { width:17.1875rem;height:2.27415rem;top:9.5rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAgL0HTRkdpvK8QNpx6Ley811pkb83Ve { width:18.249rem;height:14.296875rem;top:13.375rem;left:0.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RPAl3NM1S9EbiOGnt7nDIbuOePAk7sUW { width:18.6875rem;height:1.86860625rem;top:30.8125rem;left:0.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMvITW0Wzhe1zGRr8H9Vy0HaULviMXLB { width:18.3125rem;height:2.27415rem;top:33.375rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FapHvpcZWT0UKC5fGE9K80uyo47IlCRf { width:17.8125rem;height:15.5965625rem;top:36.5625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ilZlvbJxcPz0Ar1s3xWOoWsgZcUSNb1u { width:20rem;height:24.125rem;top:29.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6nSAbu5OthQdwzm3A3OoBOe05B4gKEJ { width:19.8259375rem;height:2.576175rem;top:54.749755859375rem;left:0.1416015625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #efrTT65MdzSTrNGr0lCiAHLikmykpHbh { display:block; }
 }@media only screen and (max-width: 763px) { #xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp { background-color:#222222;background-image:none;display:block; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { background-color: transparent; background-image: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container > .video-iframe-container { display: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row > .video-iframe-container { display: none; }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .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); }#xdue3DmAQpzkGBdgcZe5PSnaTNBrGAzp > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUUccmcSW1XeitZaBvJsL9FN7kPBmeLc { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Mn27f6aiA6KpxhKnx0XhXu8gSmuMVFZo { width:20rem;height:5.2805375rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabBsRhuu4QJ8x79nVngvzKGTLZ344OV { width:11.375rem;height:4.1647185440416rem;top:1.1165351867676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;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:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.5625rem;left:0rem;width:19.87425rem;height:2.9370125rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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; }
 }