.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7de8c;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); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { position:relative;display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { border-width: 0; border-radius: 0; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container {  }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:26rem;display:block; }
#TrmlM22SLivySdMSDc5qs9II6qO5yyup { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { position:relative;display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { background-color: transparent; background-image: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container > .video-iframe-container { display: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row > .video-iframe-container { display: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .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); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { border-width: 0; border-radius: 0; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container > .video-iframe-container {  }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7de8c;background-image:url("https://images.assets-landingi.com/uc/fff212d9-6c52-4d9f-bb42-00476583d566/Victoria20.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.adaptive-delivery-prevent-bg, #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.lazyload, #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.lazyloading { background-image: none; }#lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:canela;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.875rem;height:3.0058625rem;display:block; }
#yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:18.75rem;left:4.875rem;height:3.8994125rem;display:block; }
#qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.875rem;left:4.875rem;display:block; }
#ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:10.375rem;top:1.875rem;left:24.8125rem;overflow:hidden;display:block; }
#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { position:relative;display:none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { color:#000000;display:block;width:16.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:6.3125rem;left:1.625rem;display:none; }
#Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.9375rem;left:0rem;display:none; }
#UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL { position:relative;display:none; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL { border-width: 0; border-radius: 0; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container > .video-iframe-container {  }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#H6wqh1ANBfWZ86hgQFPu1mxGApag8ESh { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.4375rem;left:2.25rem;display:none; }
#SFb1eNDfL4OCIKveDQF3krlTWwOQunIJ { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:2.875rem;left:0rem;display:none; }
#eLImMPIdaZUdum1H4ffz5L7JqaZsZtFB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#sPK2bfmvH6QGQGaz5C7qkxKIiMHOFx6B { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:8.6875rem;left:5rem;display:none; }
#siE2pH5i2gHadaBnvgWJgd8aXe664mvH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#Mrbl3EkwuDBNpJ0ibseWmXkUbeSlE3mq { color:#000000;display:block;width:13rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:13.5625rem;left:2.1875rem;display:none; }
#qu6aeOxSfZsW6u8xZE6LaVdyRin5zChK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:23.8125rem;display:none; }
#gTT6rMg5FDBZklOvQ6SdVmnXKeeqf56d { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:19.9375rem;left:5rem;display:none; }
#z9PvngOsnosx82pHC1yxhZE4yvbdzKxC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#DVtANCQ54IDwv6f1IM4cggMeTbOKXkZN { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:23.6875rem;left:0rem;display:none; }
#g014ySgspBkOhgKsirVS9dCJtytV6Hws { color:#000000;display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:29.1875rem;left:4.875rem;display:none; }
#w0NTnwGmne7NBpcqglBIFlTlOzCAUdDL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.25rem;display:none; }
#XSDREuXy3u9XzwJddmy1T0ApTZhU2Aez { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:5.3125rem;left:2.25rem;display:none; }
#lJnuOmhE4xWomn6P4Db9cbCHebbdVOGd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#xEJxhaxytcykITcBtuBG0chVabga2PrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { background-color: transparent; background-image: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .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); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { border-width: 0; border-radius: 0; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container {  }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { color:#000000;display:block;width:33.25rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.6357375rem;top:9.9375rem;left:23rem;display:block; }
#eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.36230625rem;top:3.6875rem;left:23rem;display:block; }
#OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:17.4375rem;top:1.5625rem;left:3.67333984375rem;overflow:hidden;display:block; }
#DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PohoGB83khcVxGiTvESSwCq85xOgHiFs { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.0625rem;left:23rem;display:block; }
#mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { position:relative;display:none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { border-width: 0; border-radius: 0; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container > .video-iframe-container {  }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:5.75rem;left:1.0625rem;display:block; }
#N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { color:#000000;display:block;width:8.25rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.125rem;left:1.0625rem;display:block; }
#cLUb87tFMytn56zyMo879psPsDvD9AZa { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:14.5rem;left:0.9375rem;display:block; }
#WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:20.375rem;left:1.0625rem;display:block; }
#T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:block; }
#hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:block; }
#W44PBr0LhTleczlN51fDrtmtfiZ568UZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#r57xE0TinukA88nb79pMbETh0FeMty8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAOFXErGtu69isnvckH8xl2XNW0ooExt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { position:relative;display:none; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { border-width: 0; border-radius: 0; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container > .video-iframe-container {  }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { border-width: 0; border-radius: 0; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container {  }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:none; }#L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:20.6875rem;top:1.875rem;left:2.1875rem;display:block; }
#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { border-width: 0; border-radius: 0; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container {  }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
#xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92.125rem;width:31.125rem;display:none; }
#GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92.125rem;width:31.125rem;display:none; }
#PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqRqib0MnvX5l29c1PqE3Xy9q0Hu0v8E { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#bmCeZEFoZSBx959D0TUaU1TekZ55s6t7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmgGXUopMOW7aFX7csxfHkyMXvUliLQL { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }#TmgGXUopMOW7aFX7csxfHkyMXvUliLQL li:before{  }
#BETRXKAx0nNl3rhER2gdcTDTvDD8U91H { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#eknnmFNh1MGAq2Z0oiryH5wHZaSgq21I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80.0625rem;width:21.875rem;display:none; }
#zohS3khQthIltdbsyELTHVnD2c6lITQI { position:relative;display:none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI { border-width: 0; border-radius: 0; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container > .video-iframe-container {  }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:none; }#w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1rem;left:18rem;overflow:hidden;display:block; }
#EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT { position:relative;display:none; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT { border-width: 0; border-radius: 0; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container > .video-iframe-container {  }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#fR09mMaIf9FwznVJh6stCfSEaE9B3taD { position:absolute;display:block;z-index:15028;height:18.6875rem;width:60rem;top:16.3994140625rem;left:0rem;display:none; }
#a17NLiFs4k9WNtemM5dSNhxWbxJUMA6i { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.9375rem;top:12.46142578125rem;left:36.25rem;overflow:hidden;display:none; }
#H2f1hfh5111fGSHngXfEufrunTqtLdFt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.875rem;top:8.576171875rem;left:24.5625rem;overflow:hidden;display:none; }
#Vf3MnOuq2zNmkHzuull8lhpHs2yweWtr { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.126953125rem;left:0rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p3IG1kNwOE4ZdPZQp73Jv6v5h9XtKTtB { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.3151016235351rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { background-color: transparent; background-image: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container > .video-iframe-container { display: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container { display: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .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); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { border-width: 0; border-radius: 0; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container {  }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:1.3125rem;left:26.5rem;overflow:hidden;display:block; }
#UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:1.3125rem;left:29rem;overflow:hidden;display:block; }
#wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:1.1875rem;left:31.375rem;overflow:hidden;display:block; }
#lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:4.0244140625rem;left:0.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { position:relative;display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { border-width: 0; border-radius: 0; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container > .video-iframe-container {  }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { position:relative;display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#qz5T7Casb5bdMRZsUXlye8qApuUe15Sf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#mx8ULHEgF2kZCs7lEggqAJEOyGsGolw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { border-width: 0; border-radius: 0; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container {  }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeIKw2ftvpsHz4BPO1vccRktTknA6cas { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:6.5625rem;top:3.8125rem;left:1.25rem;overflow:hidden;display:block; }
#oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:1rem;left:6.8125rem;display:none; }
#TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;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:15000;text-align:center;text-align-last:center;display:none; }
#SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { width:26rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { top:14.8125rem;left:0rem;width:19.0625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { top:18.75rem;left:0rem;width:19.0625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { width:17.5rem;height:3.4375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block; }
 }@media only screen and (max-width: 763px) { #biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { top:1.875rem;left:18.6875rem;width:10.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { display:none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:6.3125rem;left:0rem;width:16.75rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { top:0.9375rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block; }
 }@media only screen and (max-width: 763px) { #WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL { display:none; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6wqh1ANBfWZ86hgQFPu1mxGApag8ESh { top:1.4375rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFb1eNDfL4OCIKveDQF3krlTWwOQunIJ { top:2.875rem;left:0rem;width:20rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLImMPIdaZUdum1H4ffz5L7JqaZsZtFB { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPK2bfmvH6QGQGaz5C7qkxKIiMHOFx6B { top:8.6875rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #siE2pH5i2gHadaBnvgWJgd8aXe664mvH { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mrbl3EkwuDBNpJ0ibseWmXkUbeSlE3mq { top:13.5625rem;left:0rem;width:13rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qu6aeOxSfZsW6u8xZE6LaVdyRin5zChK { width:23.8125rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTT6rMg5FDBZklOvQ6SdVmnXKeeqf56d { top:19.9375rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9PvngOsnosx82pHC1yxhZE4yvbdzKxC { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVtANCQ54IDwv6f1IM4cggMeTbOKXkZN { top:23.6875rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g014ySgspBkOhgKsirVS9dCJtytV6Hws { top:29.1875rem;left:0rem;width:15.125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0NTnwGmne7NBpcqglBIFlTlOzCAUdDL { width:1.25rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSDREuXy3u9XzwJddmy1T0ApTZhU2Aez { top:5.3125rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJnuOmhE4xWomn6P4Db9cbCHebbdVOGd { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xEJxhaxytcykITcBtuBG0chVabga2PrX { display:block; }
 }@media only screen and (max-width: 763px) { #hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { display:none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { top:9.9375rem;left:14.5rem;width:33.25rem;height:9.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { top:3.6875rem;left:16.875rem;width:28.3125rem;height:5.375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { top:1.5625rem;left:0rem;width:17.4375rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block; }
 }@media only screen and (max-width: 763px) { #PohoGB83khcVxGiTvESSwCq85xOgHiFs { width:17.5rem;height:3.4375rem;top:21.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block; }
 }@media only screen and (max-width: 763px) { #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { display:none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { top:5.75rem;left:0rem;width:9.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { top:9.125rem;left:0rem;width:8.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLUb87tFMytn56zyMo879psPsDvD9AZa { top:14.5rem;left:0rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { top:20.375rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { display:none; }
 }@media only screen and (max-width: 763px) { #XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { display:none; }
 }@media only screen and (max-width: 763px) { #hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { display:none; }
 }@media only screen and (max-width: 763px) { #W44PBr0LhTleczlN51fDrtmtfiZ568UZ { display:none; }
 }@media only screen and (max-width: 763px) { #SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #r57xE0TinukA88nb79pMbETh0FeMty8W { display:block; }
 }@media only screen and (max-width: 763px) { #BAOFXErGtu69isnvckH8xl2XNW0ooExt { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block; }
 }@media only screen and (max-width: 763px) { #NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { display:none; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { width:20.6875rem;height:26.9375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { top:8.5rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { top:2.0625rem;left:0rem;width:18.25rem;height:6.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { display:none; }
 }@media only screen and (max-width: 763px) { #RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { top:17.0625rem;left:0rem;width:18.25rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { top:24.875rem;left:1.8125rem;width:12.0625rem;height:;font-size:1rem;display:none; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
 }@media only screen and (max-width: 763px) { #dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { top:50.4375rem;left:1.0625rem;width:12.8125rem;height:;font-size:1rem;display:none; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
 }@media only screen and (max-width: 763px) { #xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { width:31.125rem;height:92.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { width:31.125rem;height:92.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { top:22.1875rem;left:0rem;width:18.25rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { top:47.375rem;left:2.5625rem;width:11.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block; }
 }@media only screen and (max-width: 763px) { #lqRqib0MnvX5l29c1PqE3Xy9q0Hu0v8E { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmCeZEFoZSBx959D0TUaU1TekZ55s6t7 { display:block; }
 }@media only screen and (max-width: 763px) { #TmgGXUopMOW7aFX7csxfHkyMXvUliLQL { top:85.1875rem;left:1.0625rem;width:12.8125rem;height:;font-size:1rem;display:none; }#TmgGXUopMOW7aFX7csxfHkyMXvUliLQL li:before{  }
 }@media only screen and (max-width: 763px) { #BETRXKAx0nNl3rhER2gdcTDTvDD8U91H { top:83.625rem;left:0.6875rem;width:11.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eknnmFNh1MGAq2Z0oiryH5wHZaSgq21I { width:21.875rem;height:80.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { top:1rem;left:11.875rem;width:23.9375rem;height:1.9367382421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT { display:none; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fR09mMaIf9FwznVJh6stCfSEaE9B3taD { top:16.375rem;left:0rem;width:47.75rem;height:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a17NLiFs4k9WNtemM5dSNhxWbxJUMA6i { top:12.4375rem;left:30.125rem;width:6.9375rem;height:2.2886597938144rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2f1hfh5111fGSHngXfEufrunTqtLdFt { top:8.5625rem;left:18.4375rem;width:10.875rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vf3MnOuq2zNmkHzuull8lhpHs2yweWtr { width:47.75rem;height:2.1875rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3IG1kNwOE4ZdPZQp73Jv6v5h9XtKTtB { width:20rem;height:1.6875rem;top:0.875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { top:1.3125rem;left:20.375rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { top:1.3125rem;left:22.875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { top:1.1875rem;left:25.25rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { top:4rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qz5T7Casb5bdMRZsUXlye8qApuUe15Sf { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mx8ULHEgF2kZCs7lEggqAJEOyGsGolw3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { top:3.8125rem;left:0rem;width:6.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { top:1rem;left:0.6875rem;width:12.5625rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:block; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { background-color: transparent; background-image: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .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); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:20rem;height:2.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { top:0.84375rem;left:7.28125rem;width:5.4375rem;height:0.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { top:0rem;left:0rem;width:20rem;height:2.5625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { display:none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { width:20rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { width:19.0625rem;height:auto;top:14.8125rem;left:0.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { width:19.0625rem;height:auto;top:18.75rem;left:0.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { width:17.5rem;height:3.4375rem;top:24.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block; }
 }@media only screen and (max-width: 763px) { #biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { width:10.375rem;height:1.75rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { background-color:#fadd9b;background-image:url("https://images.assets-landingi.com/uc/cf35015d-c4d2-4075-9fff-dccf7bfa117b/CABECERA5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.adaptive-delivery-prevent-bg, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyload, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyloading { background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { background-color: transparent; background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .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); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:6.3125rem;left:1.625rem;width:16.75rem;height:3rem;z-index:14998;font-family:brown;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { top:2.63720703125rem;left:0rem;width:20rem;height:2.92480625rem;z-index:14999;font-family:canela;text-align:center;text-align-last:center;font-size:2.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { top:0rem;left:0rem;width:20rem;height:34.0625rem;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block; }
 }@media only screen and (max-width: 763px) { #WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container { background-color: transparent; background-image: none; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container > .video-iframe-container { display: none; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row > .video-iframe-container { display: none; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .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); }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container { border-width: 0; border-radius: 0; }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row > .video-iframe-container {  }#WtTnAA3GzWmSDDIBk8Pws2L8b55kEkfL > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6wqh1ANBfWZ86hgQFPu1mxGApag8ESh { top:1.44970703125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:15001;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFb1eNDfL4OCIKveDQF3krlTWwOQunIJ { top:2.0986328125rem;left:0rem;width:20rem;height:3.25rem;z-index:15002;font-family:canela;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eLImMPIdaZUdum1H4ffz5L7JqaZsZtFB { top:8.5rem;left:0.1875rem;width:4.5rem;height:3.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sPK2bfmvH6QGQGaz5C7qkxKIiMHOFx6B { top:8.6875rem;left:5rem;width:15.1875rem;height:3.41161875rem;z-index:15002;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #siE2pH5i2gHadaBnvgWJgd8aXe664mvH { top:14.125rem;left:15.6875rem;width:4rem;height:3.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mrbl3EkwuDBNpJ0ibseWmXkUbeSlE3mq { top:13.5625rem;left:-0.0625rem;width:15.25rem;height:5.6860375rem;z-index:15003;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qu6aeOxSfZsW6u8xZE6LaVdyRin5zChK { top:19.5rem;left:0.375rem;width:3.875rem;height:3.125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTT6rMg5FDBZklOvQ6SdVmnXKeeqf56d { top:19.9375rem;left:5rem;width:13.8125rem;height:2.2744125rem;z-index:15004;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z9PvngOsnosx82pHC1yxhZE4yvbdzKxC { top:23.9375rem;left:16.1875rem;width:3.8125rem;height:2.875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DVtANCQ54IDwv6f1IM4cggMeTbOKXkZN { top:23.6875rem;left:0rem;width:14.9375rem;height:3.41161875rem;z-index:15005;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g014ySgspBkOhgKsirVS9dCJtytV6Hws { top:29.1875rem;left:4.875rem;width:15.125rem;height:3.41161875rem;z-index:15006;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0NTnwGmne7NBpcqglBIFlTlOzCAUdDL { top:27.75rem;left:0.875rem;width:3.125rem;height:5.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XSDREuXy3u9XzwJddmy1T0ApTZhU2Aez { top:5.3486328125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:15002;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnuOmhE4xWomn6P4Db9cbCHebbdVOGd { top:0rem;left:0rem;width:20rem;height:34.625rem;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xEJxhaxytcykITcBtuBG0chVabga2PrX { display:block; }
 }@media only screen and (max-width: 763px) { #hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { background-color: transparent; background-image: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .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); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { border-width: 0; border-radius: 0; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container {  }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { top:7.013671875rem;left:8.25rem;width:11.75rem;height:15.84375rem;z-index:15001;font-family:brown;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { top:1rem;left:0rem;width:20rem;height:4.3496125rem;z-index:15002;text-align:center;text-align-last:center;font-family:brown;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { width:7.4375rem;height:9.8125rem;top:10.029296875rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { top:0rem;left:0rem;width:20rem;height:24.125rem;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block; }
 }@media only screen and (max-width: 763px) { #PohoGB83khcVxGiTvESSwCq85xOgHiFs { width:17.5rem;height:3.4375rem;top:21.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block; }
 }@media only screen and (max-width: 763px) { #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { background-color:#ffe9a9;background-image:url("https://images.assets-landingi.com/uc/d6a4c8a5-9400-4a9f-83c6-096adf612e80/resultados.png");background-position:center right !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;display:block; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.adaptive-delivery-prevent-bg, #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.lazyload, #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.lazyloading { background-image: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { background-color: transparent; background-image: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container > .video-iframe-container { display: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container { display: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .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); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { border-width: 0; border-radius: 0; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container {  }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { top:4.32470703125rem;left:1.0625rem;width:9.125rem;height:2.5996125rem;z-index:15011;font-family:brown;font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { top:9.125rem;left:1.0625rem;width:8.25rem;height:2.5996125rem;z-index:15012;font-family:brown;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cLUb87tFMytn56zyMo879psPsDvD9AZa { top:14.5rem;left:0.9375rem;width:8.9375rem;height:2.5996125rem;z-index:15013;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { top:20.38134765625rem;left:1.0625rem;width:9.4375rem;height:2.5996125rem;z-index:15014;font-family:brown;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { top:12.9375rem;left:0rem;width:12rem;height:5.3125rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { top:3.5rem;left:0rem;width:12.125rem;height:4.25rem;z-index:15009;background-color:#000000;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;display:block; }
 }@media only screen and (max-width: 763px) { #hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { top:7.5625rem;left:0rem;width:12rem;height:5.3125rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #W44PBr0LhTleczlN51fDrtmtfiZ568UZ { top:18.3125rem;left:0rem;width:12rem;height:5.3125rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { top:0rem;left:0rem;width:20rem;height:1.25rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r57xE0TinukA88nb79pMbETh0FeMty8W { display:block; }
 }@media only screen and (max-width: 763px) { #BAOFXErGtu69isnvckH8xl2XNW0ooExt { top:0rem;left:0rem;width:20rem;height:30.25rem;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block; }
 }@media only screen and (max-width: 763px) { #NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { display:block; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { background-color: transparent; background-image: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container > .video-iframe-container { display: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container { display: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .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); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { border-width: 0; border-radius: 0; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container {  }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { top:0rem;left:0rem;width:20rem;height:2.125rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { top:0rem;left:0rem;width:20rem;height:26rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/e7d91eb8-7fc2-4b0e-9c9f-8ffaf3041570/TEXTURA1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.adaptive-delivery-prevent-bg, #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.lazyload, #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.lazyloading { background-image: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { background-color: transparent; background-image: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container > .video-iframe-container { display: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container { display: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .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); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { border-width: 0; border-radius: 0; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container {  }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { width:20rem;height:5.19921875rem;top:8.5rem;left:0rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { width:18.9375rem;height:4.54980625rem;top:2.0625rem;left:0.53125rem;font-size:1.75rem;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { top:15rem;left:3.5625rem;width:12.875rem;height:0.1875rem;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { width:18.25rem;height:3.25rem;top:17.0625rem;left:0.875rem;font-size:1.25rem;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { width:12.875rem;height:17.8349375rem;top:24.875rem;left:7.125rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15019;display:block; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
 }@media only screen and (max-width: 763px) { #dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { width:12.8125rem;height:;top:48.0625rem;left:7.1875rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15020;display:block; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
 }@media only screen and (max-width: 763px) { #xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { top:53.57861328125rem;left:0.1875rem;width:6.625rem;height:19.75rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { top:24.875rem;left:0rem;width:6.625rem;height:19.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { width:11.3125rem;height:1.625rem;top:23.25rem;left:7.875rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { width:11.3125rem;height:1.625rem;top:45.875rem;left:7.125rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { top:-26.25rem;left:0rem;width:20rem;height:26.1875rem;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block; }
 }@media only screen and (max-width: 763px) { #lqRqib0MnvX5l29c1PqE3Xy9q0Hu0v8E { top:0rem;left:0rem;width:20rem;height:106.5rem;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bmCeZEFoZSBx959D0TUaU1TekZ55s6t7 { display:block; }
 }@media only screen and (max-width: 763px) { #TmgGXUopMOW7aFX7csxfHkyMXvUliLQL { width:12.8125rem;height:;top:82.25rem;left:7.1875rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15021;display:block; }#TmgGXUopMOW7aFX7csxfHkyMXvUliLQL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TmgGXUopMOW7aFX7csxfHkyMXvUliLQL li:before{  }
 }@media only screen and (max-width: 763px) { #BETRXKAx0nNl3rhER2gdcTDTvDD8U91H { width:11.3125rem;height:1.625rem;top:80.6875rem;left:6.8125rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #eknnmFNh1MGAq2Z0oiryH5wHZaSgq21I { top:83.375rem;left:0rem;width:5.375rem;height:19.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:block; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { width:20rem;height:1.6181625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { top:4.7421875rem;left:0rem;width:6.1875rem;height:6.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { top:4.7421875rem;left:6.90625rem;width:6.1875rem;height:6.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { top:4.7421875rem;left:13.8125rem;width:6.1875rem;height:6.1875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { top:-0.0625rem;left:0rem;width:20rem;height:11.875rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container { background-color: transparent; background-image: none; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container > .video-iframe-container { display: none; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row > .video-iframe-container { display: none; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .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); }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container { border-width: 0; border-radius: 0; }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row > .video-iframe-container {  }#fQDvVtlRJaqae5WiyFHwOqrahOxbnhtT > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR09mMaIf9FwznVJh6stCfSEaE9B3taD { width:20rem;height:16.9375rem;top:11.8125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #a17NLiFs4k9WNtemM5dSNhxWbxJUMA6i { width:7.3125rem;height:2.3125rem;top:8.83740234375rem;left:6.34375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #H2f1hfh5111fGSHngXfEufrunTqtLdFt { width:8.25rem;height:1.875rem;top:6.96240234375rem;left:5.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3MnOuq2zNmkHzuull8lhpHs2yweWtr { width:20rem;height:2.0996125rem;top:4.9248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #p3IG1kNwOE4ZdPZQp73Jv6v5h9XtKTtB { width:20rem;height:1.7246125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.2;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { position:relative;z-index:auto;display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { width:2.6875rem;height:2.5625rem;top:1.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { width:2.5rem;height:2.375rem;top:1.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { width:3.1875rem;height:3.0625rem;top:1.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { width:20rem;height:1.13720625rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:block; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { top:-0.03125rem;left:0rem;width:20rem;height:5.875rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { background-color:#ffe9a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { background-color: transparent; background-image: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .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); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qz5T7Casb5bdMRZsUXlye8qApuUe15Sf { top:0rem;left:0rem;width:20rem;height:4.9375rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mx8ULHEgF2kZCs7lEggqAJEOyGsGolw3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { position:fixed;z-index:199999;background-color:#ffe9a9;background-image:none;bottom:0rem;left:0rem;right:0rem;display:block; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { background-color: transparent; background-image: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .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); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { top:5.125rem;left:6.875rem;width:13.125rem;height:2.5625rem;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { top:0rem;left:0rem;width:20rem;height:1rem;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { width:5.25rem;height:7rem;top:0.75rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { top:1rem;left:6.8125rem;width:12.5625rem;height:3.65625rem;z-index:15002;font-family:brown;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { top:0rem;left:0rem;width:20rem;height:8.9375rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block; }
 }