.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,220,223;--color-primary-1:236,139,149;--color-primary-2:216,22,42;--color-primary-3:108,11,21;--color-primary-4:32,3,6;--color-secondary-0:217,229,241;--color-secondary-1:128,170,209;--color-secondary-2:0,84,162;--color-secondary-3:0,42,81;--color-secondary-4:0,13,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 { position:relative;display:block; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 { background-color: transparent; background-image: none; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row .container > .video-iframe-container { display: none; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row > .video-iframe-container { display: none; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .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); }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 { border-width: 0; border-radius: 0; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .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; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#ggFOXmbludLyenSu9wu4Z5h3kNKHE58e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5rem;left:30.125rem;display:none; }
#XngMzWNMQwAlTNlAEzrZ15XPiJ7tmTTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.25rem;left:44rem; }
#PzaPoTsPIpEr5tLFHU73q3XqUMZTOrbL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:17.625rem;top:1.4375rem;left:4.40625rem;overflow:hidden;display:block; }
#LBgBNneo5en3Gvx0ALTaNTEgG7yblBai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.46875rem;left:30.5rem; }
#Ob61FaqCEux8LdEyIT46IRH4GKge3SdV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:32.375rem;display:block; }
#oJuT4igpVMyqw2AZhtUgQdcaP9TRNdRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRTwL4VnXSdWxv9QT8SzgwWobuvMkEPR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:3.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.875rem;left:30.46875rem;display:block; }
#yaUhJETq4Dp5OEa0eoiCC81IH0mridsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fczMMtDmU2ZK8TrZ9fgwn4DZyHTICoP7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.875rem;left:43.1875rem;display:none; }
#ZaNytmI7Z6WLqg85FHATOqc96r4PP44T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2NPzCMrqyAc9CRtsswk5MwSWNxEoIJA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:46.625rem;display:block; }
#DR00FBDwUlRhfQx5TP6gJv0h0Blk3nt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80450a5a-3125-4305-bf25-d9f1f800e543/_RODAL_Banner_landing1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TMiPmGnZ0HlHQr91f2f5VawKzISd1wGA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.2119140625rem;left:7.59375rem;height:2.1125rem;font-style:normal;display:block; }
#q4P9v7EG8M0k8MD85Wm4A0K6ZlVkWPth { z-index:15003;top:19.625rem;left:28.34375rem;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zzOmVWVmd8mMnKOzC9BZi169UrWDbbLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QT44VLLJVxlgqPx5cPV0zePWN4gnEL6O { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.38671875rem;left:17.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWHkbbIUpBtvKSWdUG1daHn98y29CJCo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:33rem;top:6.0875005722046rem;left:20.999218940735rem;overflow:hidden;display:block; }
#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe { position:relative;display:block; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe { background-color: transparent; background-image: none; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row .container > .video-iframe-container { display: none; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row > .video-iframe-container { display: none; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .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); }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe { border-width: 0; border-radius: 0; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .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; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dfkoAswyzP70N0UKPGTVVUaDliO7WQmL { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:25.3125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0ZudvIVRugEUZP2mJwg8NGZD5Jr6EpC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:8.1875rem;left:3.25rem;overflow:hidden;display:block; }
#aqWq4BQ1uiMU5vMUm7RBOHqp1E49Fuoy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP6OAQrZqpX3h5JycKGuU0eBQMkXfA5w { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.75rem;left:11.875rem;overflow:hidden;display:block; }
#IzUxL6rn4ymAtubXWqPXzshBrfdCR2pk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:9.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DURpFFPx2XKfP50uSl1JS5XWRheWk8Fg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:7.25rem;left:30.25rem;overflow:hidden;display:block; }
#AmFSplg3SPGtAvfw1OHRm2fGzTbinoZI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:7.75rem;left:22.0625rem;overflow:hidden;display:block; }
#JwDvI3e8u0kbh4W0XDlF9o2K57mZk3dM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:19.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSc5OOgVDelwBbVvCLHBuDRcIBxSVTu5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:28.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnFXgbOKynIsfeJ5yLsClNUWhEKOUxHy { position:absolute;display:block;z-index:15006;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:4rem;width:4rem;top:7.25rem;left:68.8125rem;overflow:hidden;display:block; }
#PSzk1PsSyPeNODShuKGq1EsEXmpRDJoK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.125rem;left:66.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFsnbAy6bTpaiZRwAD2SMJgTmwTpGxqG { position:absolute;display:block;z-index:15007;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:4rem;width:4rem;top:7.75rem;left:38.3125rem;overflow:hidden;display:block; }
#AfU68xAx8TpAPT1ydLyZ48xpZMBzKyZE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.25rem;left:36.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1lI5a1W4nu6D5faGwMQaHuFoyAJrSHw { position:absolute;display:block;z-index:15008;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:4rem;width:4rem;top:7.375rem;left:48.1875rem;overflow:hidden;display:block; }
#i2DIFQKSfoRwER3Lz2qkUdF171WqEGxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.125rem;left:45.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FR3XhFZTuXV59XGQfdqNqskfkQvECEoO { position:absolute;display:block;z-index:15009;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:4rem;width:4rem;top:7.21875rem;left:59.78125rem;overflow:hidden;display:block; }
#fEhATDADQWGuXJGZU5TqLkAvqh0KyXgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:56.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cL563tuKZXywckHs8oNsMTQAaslrFroT { z-index:15004;top:19rem;left:28.34375rem;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rTM5kJZ2P0e0kstV7MDwefDkqASJw1oU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a13ee6b6-ff64-45f2-a18d-ba598fe5159d/_RODAL_Banner_landing_empresa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.adaptive-delivery-prevent-bg, #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.lazyload, #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.lazyloading { background-image: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { background-color: transparent; background-image: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container > .video-iframe-container { display: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row > .video-iframe-container { display: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .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); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { border-width: 0; border-radius: 0; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#gzieiUIwHoZ9rPUUJV7WIoDCtof1T8ux { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:5.375rem;height:10.23630625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DQvsGNt5kRC5XIVR1GwF3PBlpl60iAod { box-sizing:content-box;height:13.5rem;width:39.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.52);background-image:none;top:15.375rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JEM6yrf2crfcTVMfBiFdwsnA52MFMTrp { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.2646484375rem;left:4.84375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container { background-color: transparent; background-image: none; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container > .video-iframe-container { display: none; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row > .video-iframe-container { display: none; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .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); }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container { border-width: 0; border-radius: 0; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#uwp7sw1K8KdydGLpzadySCdtaGufyAlq { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.71875rem;height:3.0058625rem;font-style:normal;display:block; }
#eN2ZBFdrE13nU74Z43Hq8BRA6xGzVOCr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:7.4375rem;left:45.375rem;overflow:hidden;display:block; }
#ZqTxXLTVz1dCTEPE4rRCZpzx8D5qht4b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:43.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMeoWIc0C1IC6yiz2GE36Qv23PD8KCuy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:7.875rem;left:34.5625rem;overflow:hidden;display:block; }
#oCBDPPcVTMo3xTNAzTGMpSUtGQBvd3Mv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:31.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2qZ8BdXZpbI6fcTqy6rHV0TCPI59xsv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:8.1875rem;left:23.8125rem;overflow:hidden;display:block; }
#qPWrgbbglPnT3Lg7FPXGGbq8LVtpRk1W { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:22.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTSIgMq8591MeyCnsQHrnDlwRMnolSXg { position:absolute;display:block;z-index:15006;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:4rem;width:4rem;top:8.1875rem;left:14.375rem;overflow:hidden;display:block; }
#EeLaPP1ywhMleGSMQQhSLtpXTCfcz9eG { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZ5BfWRQFtPoSAV4durtaXB19HEaSKJN { position:absolute;display:block;z-index:15007;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.625rem;width:4.625rem;top:7.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#ynLCinKhgHH0BLhpqkDH7UwNPRSDy8cm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13rem;left:53.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5aa9f251-50f2-40fe-a402-41012769d01c/_RODAL_Banner_landing_promociones.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; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.adaptive-delivery-prevent-bg, #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.lazyload, #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.lazyloading { background-image: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { background-color: transparent; background-image: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container > .video-iframe-container { display: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row > .video-iframe-container { display: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .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); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { border-width: 0; border-radius: 0; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#lPKEzIJamdqTxgUCiaSbQrVkQTlpT7K1 { z-index:15004;top:21.25rem;left:1.65625rem;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(204,18,56,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GdgTAdt0qrqEaqMWF3LuOFuw5QXqWELG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvNnkbUSnHm6RGvtfACg3FavZMThdP8O { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.56640625rem;left:1.65625rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bOOAWyVyQUUJ1lPPdSbR0COQnEnpSfqa { box-sizing:content-box;height:7.3125rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(251,251,251,0.51);background-image:none;top:11.75rem;left:0.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#CZZQfmhnokQ1rRiw7hQg1GRTJkDvo8U4 { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3056640625rem;left:1.09375rem;height:5.19970625rem;font-style:normal;display:block; }
#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container { background-color: transparent; background-image: none; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container > .video-iframe-container { display: none; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row > .video-iframe-container { display: none; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .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); }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container { border-width: 0; border-radius: 0; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#q2W1rHhQB8AKgg9oAVKPtKJBNSSiiEww { color:rgba(var(--color-secondary-2),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.3125rem;height:3.0058625rem;font-style:normal;display:block; }
#g9sqyPGJRBzk74kpttQWpLy7HBsOhQ7w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9.1875rem;top:10.125rem;left:4.4375rem;overflow:hidden;display:block; }
#btzxwGCJSe48GopBCaNcHxrPZiSmWZMv { position:absolute;display:block;z-index:15003;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.625rem;width:15.375rem;top:10.4375rem;left:56.25rem;overflow:hidden;display:block; }
#qCgeukliEz8D6XSc2cAfKJMWTQ5kglqT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17.375rem;top:10.4375rem;left:28.8125rem;overflow:hidden;display:block; }
#kITmD0NyxCibTAkheXgkJkPEuiiJ69tc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:10.125rem;left:47.40625rem;overflow:hidden;display:block; }
#PawZDRJOmXUsZ5hMRunzkxTANyUTnR0G { position:absolute;display:block;z-index:15006;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.8125rem;width:8.8125rem;top:10.4375rem;left:16.28125rem;overflow:hidden;display:block; }
#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/914a1a06-611c-40c8-afb0-bc402f272c10/_RODAL_Banner_landing_promocion_credito_diciembre.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.adaptive-delivery-prevent-bg, #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.lazyload, #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.lazyloading { background-image: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { background-color: transparent; background-image: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container > .video-iframe-container { display: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row > .video-iframe-container { display: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .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); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { border-width: 0; border-radius: 0; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#rpGaofUN2BMT58V02f1dbVTDIqqKeBP3 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.5rem;left:43.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azUT6TkDlMfxdPUpXR2HJKrTZ0w3uXmI { z-index:15004;top:17.375rem;left:43.625rem;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SOTMJaq8N0O9XQ8T9IqizHJtgVtLsrzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHTdO5rAUytm8dmJzKdTdI0tQBbcWWbf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:39.5rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfgXZPp0gVlqCTmVgz1uWtG186bIk71R { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:34rem;left:2.8125rem;height:0.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7363c664-0915-42b0-a9bd-d0ba88afb143/_RODAL_Banner_landing_valor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.adaptive-delivery-prevent-bg, #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.lazyload, #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.lazyloading { background-image: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { background-color: transparent; background-image: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container > .video-iframe-container { display: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row > .video-iframe-container { display: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .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); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { border-width: 0; border-radius: 0; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#znvJFGtxLUkWJ4xkRwzm2EzFcB3pCEEq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.75rem;left:5.3109369277954rem;height:10.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EL21v9CEZI8C5VcqTXNPc1pI7osZliT8 { z-index:15003;top:29.3125rem;left:15rem;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hW9deamIRBv74tqyNppdzn339yeTWDCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(170deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(170deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));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; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { background-color: transparent; background-image: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container > .video-iframe-container { display: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row > .video-iframe-container { display: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .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); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { border-width: 0; border-radius: 0; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#oaWxJ7TIGfCANoUiQVTJdtFCxmIoKlvC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.125rem;width:22.6875rem;top:3.6875rem;left:47rem;display:block; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-form-header {  }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.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;vertical-align:top;text-align:left;text-align-last:left; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;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:17.25rem;box-sizing:border-box;height:3.0625rem;color:#000859;font-size:0.9375rem;overflow:hidden;font-family:raleway;font-weight:300;font-style:normal;vertical-align:top; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-textarea { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;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:17.25rem;box-sizing:border-box;height:7.3125rem;color:#000859;font-size:0.9375rem;overflow:hidden;font-family:raleway;font-weight:300;font-style:normal;vertical-align:top; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:17.25rem;box-sizing:border-box;height:2.5rem;color:#000859;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;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.25rem;font-weight:bold;color:#000859;width:17.25rem;height:3.4375rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]:-moz-placeholder { color:#000859;font-family:raleway;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]::-moz-placeholder { color:#000859;font-family:raleway;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]:-ms-input-placeholder { color:#000859;font-family:raleway;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]::-webkit-input-placeholder { color:#000859;font-family:raleway;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal;line-height:1.5; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .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; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-container:first-of-type{padding-top:0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-container:last-of-type{padding-bottom:0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.875rem;left:48.46875rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem;display:block;vertical-align:top; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh {display:block;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.875rem;left:48.46875rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #p1EnKbNFuWb66ycMQAFcITWaVH0K6Acm { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #b9J4NCoAlurFffdyKTFdcgqZPtQZWgQV { position:relative;display:block; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #dS00omDJmiFFhm21cG6JVIaQTnKLsWWu { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #Po9K0QGEXQcHFBE0goEbT1AUqS6itlya { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #y9DxWXCwyLLbTMl1GHmrdOK8xgC8287r { position:relative;display:block; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #xfJz8DCsNElB5pJdf3n4fBgdatRvNIdf { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #TJe9XpOmLf7ieuXT5lPbG99toTSaCaTT { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #yZN9T2vQSeFzgqqO95wg7WlP0waUT3af { position:relative;display:block; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #UZcOImRxvpmDTsEJNCuNHQtwNbF9bar9 { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zu5iMCwUpU8vil169BRQW9Zd8PviRC7t { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DpWNah8EEUdXqlBuGdNha6WCo9mki3Qi { position:relative;display:block; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zqlpvV8yJdhTponNJ70dTlkEuSPExikZ { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DaXpnMeUnqfiHbcWGT9PDEzptc63RklE { position:relative; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #fBTWcoqqSvm0k3cafoUEES5M1oSBmgEv { position:relative; }
#xOcKZM6zC2m7Ze6gtvRSdXz8nCFXZC2m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.67578125rem;left:48.53125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2orfzCpQ6aNZiFEiFF9BSxTyV30T0Wm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:7.75rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTsWTmygXl2dLGpO3VQLnDBZ9PKnB97v { color:rgba(var(--color-primary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.86328125rem;left:7.75rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { background-color: transparent; background-image: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container > .video-iframe-container { display: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row > .video-iframe-container { display: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .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); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { border-width: 0; border-radius: 0; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#aVbw4P8dQeu7wknDRCUi0vKRd4Kn3IUA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:10.875rem;top:4.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#syNCpoDsKgoR7SBBIMDHgaqZGHTmydeo { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.4375rem;left:14.78125rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#ukGG3AOovR8BOPCe0T5XJzOr5hy6pwkg { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.90625rem;left:34.25rem; }
#cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.84375rem;left:36.375rem; }
#M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 { display:block; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggFOXmbludLyenSu9wu4Z5h3kNKHE58e { top:2.5rem;left:16.5rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XngMzWNMQwAlTNlAEzrZ15XPiJ7tmTTF { top:2.25rem;left:30.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzaPoTsPIpEr5tLFHU73q3XqUMZTOrbL { top:1.4375rem;left:0rem;width:17.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBgBNneo5en3Gvx0ALTaNTEgG7yblBai { top:2.4375rem;left:16.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob61FaqCEux8LdEyIT46IRH4GKge3SdV { width:10.25rem;height:3.4375rem;top:1.875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJuT4igpVMyqw2AZhtUgQdcaP9TRNdRR { display:block; }
 }@media only screen and (max-width: 763px) { #CRTwL4VnXSdWxv9QT8SzgwWobuvMkEPR { width:2.75rem;height:3.4375rem;top:1.875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaUhJETq4Dp5OEa0eoiCC81IH0mridsD { display:block; }
 }@media only screen and (max-width: 763px) { #fczMMtDmU2ZK8TrZ9fgwn4DZyHTICoP7 { width:17.5rem;height:3.4375rem;top:1.875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaNytmI7Z6WLqg85FHATOqc96r4PP44T { display:block; }
 }@media only screen and (max-width: 763px) { #d2NPzCMrqyAc9CRtsswk5MwSWNxEoIJA { width:22.4375rem;height:3.4375rem;top:1.875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR00FBDwUlRhfQx5TP6gJv0h0Blk3nt0 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMiPmGnZ0HlHQr91f2f5VawKzISd1wGA { top:12.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4P9v7EG8M0k8MD85Wm4A0K6ZlVkWPth { top:19.625rem;left:14.71875rem;width:18.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOmVWVmd8mMnKOzC9BZi169UrWDbbLW { display:block; }
 }@media only screen and (max-width: 763px) { #QT44VLLJVxlgqPx5cPV0zePWN4gnEL6O { top:15.375rem;left:3.5rem;width:40.75rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWHkbbIUpBtvKSWdUG1daHn98y29CJCo { top:6.0625rem;left:7.374218940735rem;width:33rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe { display:block; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfkoAswyzP70N0UKPGTVVUaDliO7WQmL { top:2.375rem;left:11.6875rem;width:24.375rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ZudvIVRugEUZP2mJwg8NGZD5Jr6EpC { top:8.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqWq4BQ1uiMU5vMUm7RBOHqp1E49Fuoy { top:12.9375rem;left:0rem;width:6.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6OAQrZqpX3h5JycKGuU0eBQMkXfA5w { top:7.75rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUxL6rn4ymAtubXWqPXzshBrfdCR2pk { top:12.9375rem;left:0rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DURpFFPx2XKfP50uSl1JS5XWRheWk8Fg { top:7.25rem;left:16.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmFSplg3SPGtAvfw1OHRm2fGzTbinoZI { top:7.75rem;left:8.4375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDvI3e8u0kbh4W0XDlF9o2K57mZk3dM { top:12.875rem;left:6.1875rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSc5OOgVDelwBbVvCLHBuDRcIBxSVTu5 { top:13rem;left:14.625rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnFXgbOKynIsfeJ5yLsClNUWhEKOUxHy { top:7.25rem;left:43.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSzk1PsSyPeNODShuKGq1EsEXmpRDJoK { top:13.125rem;left:39.3125rem;width:8.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFsnbAy6bTpaiZRwAD2SMJgTmwTpGxqG { top:7.75rem;left:24.6875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfU68xAx8TpAPT1ydLyZ48xpZMBzKyZE { top:13.25rem;left:22.4375rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lI5a1W4nu6D5faGwMQaHuFoyAJrSHw { top:7.375rem;left:34.5625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2DIFQKSfoRwER3Lz2qkUdF171WqEGxZ { top:13.125rem;left:32.3125rem;width:9.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR3XhFZTuXV59XGQfdqNqskfkQvECEoO { top:7.1875rem;left:43.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEhATDADQWGuXJGZU5TqLkAvqh0KyXgQ { top:13.125rem;left:38.0625rem;width:9.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL563tuKZXywckHs8oNsMTQAaslrFroT { top:19rem;left:14.71875rem;width:18.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTM5kJZ2P0e0kstV7MDwefDkqASJw1oU { display:block; }
 }@media only screen and (max-width: 763px) { #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB { display:block; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzieiUIwHoZ9rPUUJV7WIoDCtof1T8ux { top:15.375rem;left:0rem;width:37.25rem;height:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQvsGNt5kRC5XIVR1GwF3PBlpl60iAod { top:15.375rem;left:0rem;width:39.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEM6yrf2crfcTVMfBiFdwsnA52MFMTrp { top:8.25rem;left:0rem;width:38.3125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv { display:block; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwp7sw1K8KdydGLpzadySCdtaGufyAlq { top:1.9375rem;left:4.09375rem;width:39.5625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN2ZBFdrE13nU74Z43Hq8BRA6xGzVOCr { top:7.4375rem;left:31.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTxXLTVz1dCTEPE4rRCZpzx8D5qht4b { top:12.8125rem;left:29.8125rem;width:8.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMeoWIc0C1IC6yiz2GE36Qv23PD8KCuy { top:7.875rem;left:20.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBDPPcVTMo3xTNAzTGMpSUtGQBvd3Mv { top:12.9375rem;left:17.5625rem;width:10.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2qZ8BdXZpbI6fcTqy6rHV0TCPI59xsv { top:8.1875rem;left:10.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWrgbbglPnT3Lg7FPXGGbq8LVtpRk1W { top:12.9375rem;left:9rem;width:6.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTSIgMq8591MeyCnsQHrnDlwRMnolSXg { top:8.1875rem;left:0.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLaPP1ywhMleGSMQQhSLtpXTCfcz9eG { top:12.9375rem;left:0rem;width:8rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ5BfWRQFtPoSAV4durtaXB19HEaSKJN { top:7.4375rem;left:41.8125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLCinKhgHH0BLhpqkDH7UwNPRSDy8cm { top:13rem;left:39.0625rem;width:8.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 { display:block; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPKEzIJamdqTxgUCiaSbQrVkQTlpT7K1 { top:21.25rem;left:0rem;width:17rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdgTAdt0qrqEaqMWF3LuOFuw5QXqWELG { display:block; }
 }@media only screen and (max-width: 763px) { #KvNnkbUSnHm6RGvtfACg3FavZMThdP8O { top:13.5625rem;left:0rem;width:21.875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOAWyVyQUUJ1lPPdSbR0COQnEnpSfqa { top:11.75rem;left:0rem;width:23.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZZQfmhnokQ1rRiw7hQg1GRTJkDvo8U4 { top:7.25rem;left:0rem;width:15.75rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceXxheEQUnkDl1gVwpfMGuExnM1yx65 { display:block; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2W1rHhQB8AKgg9oAVKPtKJBNSSiiEww { top:2.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9sqyPGJRBzk74kpttQWpLy7HBsOhQ7w { top:10.125rem;left:0rem;width:9.1875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btzxwGCJSe48GopBCaNcHxrPZiSmWZMv { top:10.4375rem;left:32.375rem;width:15.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgeukliEz8D6XSc2cAfKJMWTQ5kglqT { top:10.4375rem;left:15.1875rem;width:17.375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITmD0NyxCibTAkheXgkJkPEuiiJ69tc { top:10.125rem;left:33.78125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawZDRJOmXUsZ5hMRunzkxTANyUTnR0G { top:10.4375rem;left:2.65625rem;width:8.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K { display:block; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpGaofUN2BMT58V02f1dbVTDIqqKeBP3 { top:25.5rem;left:19.6875rem;width:28.0625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azUT6TkDlMfxdPUpXR2HJKrTZ0w3uXmI { top:17.375rem;left:20.4375rem;width:27.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOTMJaq8N0O9XQ8T9IqizHJtgVtLsrzl { display:block; }
 }@media only screen and (max-width: 763px) { #KHTdO5rAUytm8dmJzKdTdI0tQBbcWWbf { top:8.875rem;left:12.25rem;width:35.5rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgXZPp0gVlqCTmVgz1uWtG186bIk71R { top:34rem;left:0rem;width:19.25rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ { display:block; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znvJFGtxLUkWJ4xkRwzm2EzFcB3pCEEq { top:10.75rem;left:0rem;width:40.3125rem;height:14.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL21v9CEZI8C5VcqTXNPc1pI7osZliT8 { top:29.3125rem;left:1.375rem;width:20.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW9deamIRBv74tqyNppdzn339yeTWDCm { display:block; }
 }@media only screen and (max-width: 763px) { #NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR { display:block; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaWxJ7TIGfCANoUiQVTJdtFCxmIoKlvC { width:22.6875rem;height:33.125rem;top:3.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh  { width:17.25rem;height:auto;top:10.875rem;left:28rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh {display:block;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh { width:17.25rem;height:auto;top:10.875rem;left:28rem; }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #p1EnKbNFuWb66ycMQAFcITWaVH0K6Acm {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #b9J4NCoAlurFffdyKTFdcgqZPtQZWgQV {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #dS00omDJmiFFhm21cG6JVIaQTnKLsWWu {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #Po9K0QGEXQcHFBE0goEbT1AUqS6itlya {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #y9DxWXCwyLLbTMl1GHmrdOK8xgC8287r {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #xfJz8DCsNElB5pJdf3n4fBgdatRvNIdf {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #TJe9XpOmLf7ieuXT5lPbG99toTSaCaTT {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #yZN9T2vQSeFzgqqO95wg7WlP0waUT3af {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #UZcOImRxvpmDTsEJNCuNHQtwNbF9bar9 {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zu5iMCwUpU8vil169BRQW9Zd8PviRC7t {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DpWNah8EEUdXqlBuGdNha6WCo9mki3Qi {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zqlpvV8yJdhTponNJ70dTlkEuSPExikZ {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DaXpnMeUnqfiHbcWGT9PDEzptc63RklE {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #fBTWcoqqSvm0k3cafoUEES5M1oSBmgEv {  }
 }@media only screen and (max-width: 763px) { #xOcKZM6zC2m7Ze6gtvRSdXz8nCFXZC2m { width:19.625rem;height:5.1875rem;top:5.625rem;left:28.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2orfzCpQ6aNZiFEiFF9BSxTyV30T0Wm { top:13rem;left:0rem;width:25.625rem;height:17.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTsWTmygXl2dLGpO3VQLnDBZ9PKnB97v { top:4.8125rem;left:0rem;width:25.625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ { display:block; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVbw4P8dQeu7wknDRCUi0vKRd4Kn3IUA { width:10.875rem;height:2.3125rem;top:4.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syNCpoDsKgoR7SBBIMDHgaqZGHTmydeo { top:8.4375rem;left:1.15625rem;width:45.4375rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGG3AOovR8BOPCe0T5XJzOr5hy6pwkg { top:17.9375rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp { top:14.875rem;left:20.625rem;width:1.875rem;height:1.875rem;display:block; }
#cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 { top:14.8125rem;left:22.75rem;width:2.125rem;height:2.125rem;display:block; }
#M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 { display:block; }#KqgXELAwuDn3Hx9MnbGUp24GC2SZ5db2 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggFOXmbludLyenSu9wu4Z5h3kNKHE58e { display:flex;width:1.375rem;height:1.375rem;top:5.0712890625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XngMzWNMQwAlTNlAEzrZ15XPiJ7tmTTF { display:flex;width:1.8125rem;height:1.8125rem;top:1.78125rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #PzaPoTsPIpEr5tLFHU73q3XqUMZTOrbL { width:10.6875rem;height:2.5625rem;top:1.46875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBgBNneo5en3Gvx0ALTaNTEgG7yblBai { display:flex;width:1.8125rem;height:1.8125rem;top:1.71875rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #Ob61FaqCEux8LdEyIT46IRH4GKge3SdV { width:10.25rem;height:3.4375rem;top:5.28125rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJuT4igpVMyqw2AZhtUgQdcaP9TRNdRR { display:block; }
 }@media only screen and (max-width: 763px) { #CRTwL4VnXSdWxv9QT8SzgwWobuvMkEPR { width:3.5rem;height:4.0625rem;top:0.625rem;left:11.8125rem;z-index:15007;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yaUhJETq4Dp5OEa0eoiCC81IH0mridsD { display:block; }
 }@media only screen and (max-width: 763px) { #fczMMtDmU2ZK8TrZ9fgwn4DZyHTICoP7 { width:3.625rem;height:3.4375rem;top:0.96875rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaNytmI7Z6WLqg85FHATOqc96r4PP44T { display:block; }
 }@media only screen and (max-width: 763px) { #d2NPzCMrqyAc9CRtsswk5MwSWNxEoIJA { width:19rem;height:3.4375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DR00FBDwUlRhfQx5TP6gJv0h0Blk3nt0 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0057f5d-c816-47d5-b24d-92930a9194ae/_RODAL_Banner_landing_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMiPmGnZ0HlHQr91f2f5VawKzISd1wGA { width:19.1875rem;height:3.9rem;top:8.173828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4P9v7EG8M0k8MD85Wm4A0K6ZlVkWPth { top:17.8828125rem;left:3.75rem;width:12.5rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOmVWVmd8mMnKOzC9BZi169UrWDbbLW { display:block; }
 }@media only screen and (max-width: 763px) { #QT44VLLJVxlgqPx5cPV0zePWN4gnEL6O { width:17.125rem;height:3.16699375rem;top:13.031250476837rem;left:1.4375000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWHkbbIUpBtvKSWdUG1daHn98y29CJCo { width:14.1875rem;height:1.875rem;top:4.6953125rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe { display:block; }#ZRK8gnCNLszPUvVeTk0N2qpyRxF8XmKe > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfkoAswyzP70N0UKPGTVVUaDliO7WQmL { width:20rem;height:2.35546875rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ZudvIVRugEUZP2mJwg8NGZD5Jr6EpC { width:3.1875rem;height:3.1875rem;top:7.10546875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqWq4BQ1uiMU5vMUm7RBOHqp1E49Fuoy { width:6.4375rem;height:2.4375rem;top:11.48046875rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6OAQrZqpX3h5JycKGuU0eBQMkXfA5w { width:3.3125rem;height:3.3125rem;top:7.04296875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUxL6rn4ymAtubXWqPXzshBrfdCR2pk { width:8.4375rem;height:2.4375rem;top:11.48046875rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DURpFFPx2XKfP50uSl1JS5XWRheWk8Fg { width:4.5rem;height:4.5rem;top:16.60546875rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmFSplg3SPGtAvfw1OHRm2fGzTbinoZI { width:4rem;height:4rem;top:17.85546875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDvI3e8u0kbh4W0XDlF9o2K57mZk3dM { width:8.4375rem;height:2.4375rem;top:22.48046875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSc5OOgVDelwBbVvCLHBuDRcIBxSVTu5 { width:6.25rem;height:2.4375rem;top:22.48046875rem;left:12.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnFXgbOKynIsfeJ5yLsClNUWhEKOUxHy { width:4rem;height:4rem;top:39.48046875rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSzk1PsSyPeNODShuKGq1EsEXmpRDJoK { width:8.4375rem;height:1.21875rem;top:45.60546875rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFsnbAy6bTpaiZRwAD2SMJgTmwTpGxqG { width:4rem;height:4rem;top:28.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfU68xAx8TpAPT1ydLyZ48xpZMBzKyZE { width:8.4375rem;height:2.4375rem;top:33.60546875rem;left:0.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1lI5a1W4nu6D5faGwMQaHuFoyAJrSHw { width:4rem;height:4rem;top:28.4375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2DIFQKSfoRwER3Lz2qkUdF171WqEGxZ { width:8.1875rem;height:2.4375rem;top:33.60546875rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR3XhFZTuXV59XGQfdqNqskfkQvECEoO { width:4rem;height:4rem;top:39.48046875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEhATDADQWGuXJGZU5TqLkAvqh0KyXgQ { width:9.6875rem;height:2.4375rem;top:45.60546875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL563tuKZXywckHs8oNsMTQAaslrFroT { top:49.60546875rem;left:4.46875rem;width:11.0625rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTM5kJZ2P0e0kstV7MDwefDkqASJw1oU { display:block; }
 }@media only screen and (max-width: 763px) { #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a142875-4f77-4bbd-a37c-456e347633b1/_RODAL_Banner_landing_empresa_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.adaptive-delivery-prevent-bg, #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.lazyload, #nflES5WslqFR8VrG6lG9EDnHDuAsrAUB.lazyloading { background-image: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { background-color: transparent; background-image: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container > .video-iframe-container { display: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row > .video-iframe-container { display: none; }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .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); }#nflES5WslqFR8VrG6lG9EDnHDuAsrAUB > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzieiUIwHoZ9rPUUJV7WIoDCtof1T8ux { width:17.6875rem;height:15.1894875rem;top:9.185546875rem;left:1.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQvsGNt5kRC5XIVR1GwF3PBlpl60iAod { width:18.875rem;height:16.4375rem;top:9.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEM6yrf2crfcTVMfBiFdwsnA52MFMTrp { width:19.6875rem;height:5.2rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv { display:block; }#KySBDnuT9QuHhkZf6oWGiLE2aab8o0Pv > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwp7sw1K8KdydGLpzadySCdtaGufyAlq { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eN2ZBFdrE13nU74Z43Hq8BRA6xGzVOCr { width:4.875rem;height:4.875rem;top:13.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTxXLTVz1dCTEPE4rRCZpzx8D5qht4b { width:8.6875rem;height:1.21875rem;top:19.59375rem;left:11.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMeoWIc0C1IC6yiz2GE36Qv23PD8KCuy { width:4rem;height:4rem;top:14.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBDPPcVTMo3xTNAzTGMpSUtGQBvd3Mv { width:10.5625rem;height:1.21875rem;top:19.59375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2qZ8BdXZpbI6fcTqy6rHV0TCPI59xsv { width:4rem;height:4rem;top:7.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWrgbbglPnT3Lg7FPXGGbq8LVtpRk1W { width:6.4375rem;height:1.21875rem;top:11.3125rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTSIgMq8591MeyCnsQHrnDlwRMnolSXg { width:4rem;height:4rem;top:7.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLaPP1ywhMleGSMQQhSLtpXTCfcz9eG { width:8rem;height:1.21875rem;top:11.1875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ5BfWRQFtPoSAV4durtaXB19HEaSKJN { width:4.625rem;height:4.625rem;top:22.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLCinKhgHH0BLhpqkDH7UwNPRSDy8cm { width:8.6875rem;height:1.21875rem;top:28.0625rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99850a10-b656-4bf1-a5c8-b586210d846e/_RODAL_Banner_landing_promociones_movil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.adaptive-delivery-prevent-bg, #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.lazyload, #Lb9RZX0k47BbirszkzI8TR28p4mBAaL4.lazyloading { background-image: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { background-color: transparent; background-image: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container > .video-iframe-container { display: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row > .video-iframe-container { display: none; }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .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); }#Lb9RZX0k47BbirszkzI8TR28p4mBAaL4 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPKEzIJamdqTxgUCiaSbQrVkQTlpT7K1 { top:13.59375rem;left:2.0625rem;width:15.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdgTAdt0qrqEaqMWF3LuOFuw5QXqWELG { display:block; }
 }@media only screen and (max-width: 763px) { #KvNnkbUSnHm6RGvtfACg3FavZMThdP8O { width:17.8125rem;height:2.76171875rem;top:9.09375rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOOAWyVyQUUJ1lPPdSbR0COQnEnpSfqa { width:20rem;height:8.75rem;top:10.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZZQfmhnokQ1rRiw7hQg1GRTJkDvo8U4 { width:15.75rem;height:4.7119125rem;top:3.5078125rem;left:2.125rem;font-size:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qceXxheEQUnkDl1gVwpfMGuExnM1yx65 { display:block; }#qceXxheEQUnkDl1gVwpfMGuExnM1yx65 > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2W1rHhQB8AKgg9oAVKPtKJBNSSiiEww { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9sqyPGJRBzk74kpttQWpLy7HBsOhQ7w { width:9.1875rem;height:8.25rem;top:9.7607421875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btzxwGCJSe48GopBCaNcHxrPZiSmWZMv { width:15.375rem;height:7.625rem;top:36.8857421875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgeukliEz8D6XSc2cAfKJMWTQ5kglqT { width:17.375rem;height:7.5625rem;top:28.3232421875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITmD0NyxCibTAkheXgkJkPEuiiJ69tc { width:9.5625rem;height:9.5625rem;top:46.5107421875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawZDRJOmXUsZ5hMRunzkxTANyUTnR0G { width:8.75rem;height:7.75rem;top:19.0732421875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68b4302f-68f0-4ce4-b87d-e4302c856667/_RODAL_Banner_landing_promocion_credito_movil_diciembre.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.adaptive-delivery-prevent-bg, #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.lazyload, #NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K.lazyloading { background-image: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { background-color: transparent; background-image: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container > .video-iframe-container { display: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row > .video-iframe-container { display: none; }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .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); }#NmlcoNCWg6x4NhAiz4w6BoswPbqHKf5K > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpGaofUN2BMT58V02f1dbVTDIqqKeBP3 { width:19.1875rem;height:0.8125rem;top:28.5rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azUT6TkDlMfxdPUpXR2HJKrTZ0w3uXmI { top:24.625rem;left:4.5625rem;width:10.875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOTMJaq8N0O9XQ8T9IqizHJtgVtLsrzl { display:block; }
 }@media only screen and (max-width: 763px) { #KHTdO5rAUytm8dmJzKdTdI0tQBbcWWbf { width:20rem;height:3.8984375rem;top:18.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfgXZPp0gVlqCTmVgz1uWtG186bIk71R { width:15.3125rem;height:0.599609375rem;top:12.875rem;left:2.71875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48fc3c7d-eedb-4d75-9655-0b262acb43b7/_RODAL_Banner_landing_valor_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.adaptive-delivery-prevent-bg, #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.lazyload, #dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ.lazyloading { background-image: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { background-color: transparent; background-image: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container > .video-iframe-container { display: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row > .video-iframe-container { display: none; }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .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); }#dyMiIsUsdHMJv4CpHScvbqm5lec1yEgJ > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znvJFGtxLUkWJ4xkRwzm2EzFcB3pCEEq { width:18.1875rem;height:19.25rem;top:4rem;left:0.90546876192094rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL21v9CEZI8C5VcqTXNPc1pI7osZliT8 { top:26.09375rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW9deamIRBv74tqyNppdzn339yeTWDCm { display:block; }
 }@media only screen and (max-width: 763px) { #NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(75deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(75deg, #ffffff, #ffffff);background-image: -o-linear-gradient(75deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(75deg, #ffffff, #ffffff);background-size:cover !important;display:block; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { background-color: transparent; background-image: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container > .video-iframe-container { display: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row > .video-iframe-container { display: none; }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .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); }#NNlIAKlqP4O3PhuXAwmtdB53vIGrtMbR > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaWxJ7TIGfCANoUiQVTJdtFCxmIoKlvC { width:18.9375rem;height:30.5rem;top:33.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.8;overflow:hidden; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.8;overflow:hidden; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:raleway;text-align:center;text-align-last:center;color:#000859; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]:-moz-placeholder { font-size:1rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]::-moz-placeholder { font-size:1rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh  { width:17.25rem;height:auto;top:37.8125rem;left:0.125rem; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh {display:block;}#y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh { width:17.25rem;height:auto;top:37.8125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #p1EnKbNFuWb66ycMQAFcITWaVH0K6Acm {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #b9J4NCoAlurFffdyKTFdcgqZPtQZWgQV {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #dS00omDJmiFFhm21cG6JVIaQTnKLsWWu {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #Po9K0QGEXQcHFBE0goEbT1AUqS6itlya {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #y9DxWXCwyLLbTMl1GHmrdOK8xgC8287r {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #xfJz8DCsNElB5pJdf3n4fBgdatRvNIdf {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #TJe9XpOmLf7ieuXT5lPbG99toTSaCaTT {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #yZN9T2vQSeFzgqqO95wg7WlP0waUT3af {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #UZcOImRxvpmDTsEJNCuNHQtwNbF9bar9 {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zu5iMCwUpU8vil169BRQW9Zd8PviRC7t {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DpWNah8EEUdXqlBuGdNha6WCo9mki3Qi {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #zqlpvV8yJdhTponNJ70dTlkEuSPExikZ {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #DaXpnMeUnqfiHbcWGT9PDEzptc63RklE {  }
 }@media only screen and (max-width: 763px) { #y8HM5M9bwQUDvn24TdWd2ytIDm4TkLKh #fBTWcoqqSvm0k3cafoUEES5M1oSBmgEv {  }
 }@media only screen and (max-width: 763px) { #xOcKZM6zC2m7Ze6gtvRSdXz8nCFXZC2m { width:20rem;height:4.0625rem;top:34.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2orfzCpQ6aNZiFEiFF9BSxTyV30T0Wm { width:20rem;height:18.51565625rem;top:13.072662353516rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTsWTmygXl2dLGpO3VQLnDBZ9PKnB97v { width:20rem;height:6.82325rem;top:3.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ { position:relative;z-index:auto;background-color:#0054a2;background-image:none;display:block; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { background-color: transparent; background-image: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container > .video-iframe-container { display: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row > .video-iframe-container { display: none; }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .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); }#TVsWeCmDW4JcgzrV6n3hhhO03gdTr2JQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVbw4P8dQeu7wknDRCUi0vKRd4Kn3IUA { width:13.8125rem;height:3.0625rem;top:3.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syNCpoDsKgoR7SBBIMDHgaqZGHTmydeo { width:20rem;height:4.796875rem;top:8.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGG3AOovR8BOPCe0T5XJzOr5hy6pwkg { width:20rem;height:2.798825rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp { width:1.875rem;height:1.875rem;top:14.28125rem;left:9.0625rem;display:block; }
#cqyhQ6IMpo0qVXwrXx1QNpJGfUPM92cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 { display:flex;width:2.125rem;height:2.125rem;top:21.98535rem;left:8.9375rem; }
#M74lSewTPHucOP0OKtnQzPWpTW3ApKu1 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }