.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#ffffff;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); }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d { position:relative;display:none; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d { border-width: 0; border-radius: 0; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DhmcbJPyZQLUe8izZQ0HeSIZfLyK04R2 { color:#ffffff;display:block;width:11.7496875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.5rem;left:24.125rem;height:2.9245625rem;text-align:center;text-align-last:center;display:block; }
#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg { position:relative;display:none; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg { border-width: 0; border-radius: 0; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ILk3m58lvZ8erT6PMOUtEfkssP1HDWBR { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:10.625rem;left:0rem;display:none; }
#aWpmbdvZJP4ziPSOp6eIQtmcA7ANxLxV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:40.4375rem;display:none; }
#TuqPs51DrnTbQwF2yqCsRZZM4coecg4G { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aqPnAr6qoSBSAehOTBfZp1yW6Tus7sdV { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W84GL8M0vuvh8CNMbRuHTI9XF5SLqXfE { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u9857xLIARGNrNree9TCvUA3WazG2xTw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:16.25rem;display:none; }
#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf { position:relative;display:none; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf { border-width: 0; border-radius: 0; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a1TabWEKDTtCJQLxfMvux1Vwo2KwVya7 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dOCZkA0fckerE3f31kKCOrviWKpqXyLb { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Fz7KnoBcXxWqDpZMbgGszmrPISiE3yF9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:17.375rem;left:0rem;display:none; }
#PQKd3nUuh2GVUZCTQzner0zFwDFItxwf { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:22.375rem;left:0rem;display:none; }
#PTzshnI1y7yUCauxFDpusGkD8CwOJOwG { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:22.375rem;left:0rem;display:none; }
#g67GhCQPRr6O5DBHQPQb9EDE05skcA8z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rZJyfLcNGfyZNlk8mLcknohp6bW1Modx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OaB03nN0HhaDCw6DazEtPQ2EnHkScrJk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EGENUOUBRbcqsVsbPMfRT5v8g5n066qn { color:#000000;display:block;width:5.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:22.8125rem;left:5.5625rem;display:none; }
#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo { position:relative;display:none; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo { border-width: 0; border-radius: 0; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-form-header {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-regular-label { height:auto;display:block;font-family:brown;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:brown; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:brown; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:brown;font-size:0.875rem;overflow:hidden; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:NaN;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:brown;overflow:hidden;font-style:normal; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:brown;font-size:0.875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:brown;font-size:0.875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:brown;font-size:0.875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:brown;font-size:0.875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:brown;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:brown;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container:first-of-type{padding-top:0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container:last-of-type{padding-bottom:0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX  { background-color:#e8deda;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.624rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.74951171875rem;left:34.93701171875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-info-text { display:block;height:auto;font-family:brown;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX {display:block;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX { background-color:#e8deda;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.624rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.74951171875rem;left:34.93701171875rem;display:none; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #i7vmuPs7QwWbJuZsvawiOWmkGErxacWT { position:relative; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #csXPgUuVzXEEHBuLAC3dFhm93d7hFlsc { position:relative;display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #u1TpOxozxOt9QS29WgLGC9hd7IHS2sE1 { position:relative; }
#kWWxHHHrr85V9hHhqTw5s4VBIWnNdQO0 { position:relative;display:block; }
#VIgXFufHXigV8eIVrJUATi3Eb2oKfnog { position:relative;display:block; }
#LQoMRR2ktygSKB7igIrqZETod1ATbvkX { position:relative;display:block; }
#zADquXnDgX55iRqx9AXO4tqhlETKgi3d { position:relative;display:block; }
#X1mmnSMVTNfWpXCvGI9EvrvTeh7qPJ2L { position:relative;display:block; }
#OB7OqQIdd5WQ7KnlHsCRCJpRu6EbGGIQ { position:relative;display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #DMnxRZCsTNeSxo87kVSpuJS9mbUb8q9I { position:relative; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #GMOhJmRe7OJiUpikBlH91bohqCrTdPRJ { position:relative;display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uVoUWaeJFDTLU4lDgzPcpGXMkNJIyyJL { position:relative; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uh2XL7LJKI4LQtuTvDQX46v4myKSnuTw { position:relative;display:block;z-index:15000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #P0lkQ0SeMR4IKiTeUGdkaEFDpsaRNGc6 { position:relative;display:block;z-index:15000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #qBvK1Nv94eyt948EsOuUTw6HHouQdomQ { position:relative; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #buV204wpG8De5WOTRsIZnsNZUQToDNUl { position:relative; }
#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G { position:relative;display:none; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G { border-width: 0; border-radius: 0; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KOn7PCoAu07AVHT4DWGIOzyxeLiOo7r9 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:10.625rem;left:0rem;display:none; }
#ug2JkZahQMFt26h6G23m8iuoELnlAAal { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:40.4375rem;display:none; }
#mffQSZsKMIGiVrQoHHptGM9TlisDmMGT { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cGD3gLD3msEQCFbda4SLPldniFVoDT5e { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WnDkOUmx5TVNMxF0ATVwXcq03hbFIxMU { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dF3BPsrkLqh7SIyDbUtXPZHV9xKnx7WN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:16.25rem;display:none; }
#N6La0lxLdNJlNWkKrhKpZzSxxbrPGf6T { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Rfq5hHVhkrsJeFXxvuE88iFcC1UT2Xye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/10e9cafc-afb3-42f0-a022-89607af73c76/bodegon32x.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.adaptive-delivery-prevent-bg, #GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.lazyload, #GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.lazyloading { background-image: none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { border-width: 0; border-radius: 0; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:none; }#OFSb1xoRfyAUHTD1og2JcNXIEib4f1xT { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.1875rem;left:30rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#WQVea6I6iwczhbWIZBqMgzOuo6morTl7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.686375rem;width:11.499rem;top:3.2891845703125rem;left:15rem;overflow:hidden;display:none; }
#TGHhivlTmLT9i5thJ6NP2cz0n0JR0Dyy { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.12435rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:32.564555168152rem;left:0rem;display:block; }
#PMmDxnzDhWWnCUTO4bAbGrr8rToPhm6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVPwLT21OCiCoq8VEXEu7ZTKPdf6e9ON { position:absolute;display:block;z-index:15015;height:32.8125rem;width:15rem;top:3.8421630859375rem;left:15rem;display:block; }
#LQTbEhqzqN1Qb96ZQti8agfoGKhAdLAo { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:21.125rem;left:0rem;height:10.4989625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oHPXaP9QoNO4sQvIAUzA2EKHwTPNB8P9 { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:11.75rem;left:0rem;height:1.95001875rem;text-align:left;text-align-last:left;display:block; }
#byZTLFNe7hILeckEv8nfZ7yVEfFhJU5u { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:13.6875rem;left:0rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ovLGk9rrUKaN3L4isVscsOcWsRAGXlNE { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#EyWAszqrbwlC0UoRlx53OCsIAR9pdNTR { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dyCVUt3Hnd5kDmXoPoQNlGiXG5KOAEAT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#F4RHUuhMuyUl38xlAB4uy7GKSAZmlJem { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xLWSLEnSvwW2Zc6ca9Gsb7rPDH6PyqQL { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XDhSf56vk0gkKr24uxP7TIglfmqNe5e9 { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rBxQpiqcLRSz65fWNOZwyf2pCqWWclcU { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Vevw6uBaE3qgACpJU5kNkT6BLeZHgVAl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;display:none; }
#G3RtZboEvVRUL6zEtPE4zSdAk7iaCgBS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.1875rem;display:none; }
#ufZibWmmt7Pm3fNplnRGzqtanOarBoQO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;display:none; }
#AvraSAe2CtWgFlrgTnfm7IAhas6zD9Cf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ypmlcBnODTDr9zcnRlPWJFNgcs14ST4L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EfTLOt2FTHqSdNIS7Tu6GaUggGBXRUUf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Z0yMCzBhnVToygzNIpWdbETrCScFKeVf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bIgotTFk4iOQ2IJGKc3QfZ22w3TOxC5O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.6875rem;display:none; }
#IGJMV6htLNGPZwQ77qVoylOKiymb57Uk { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#U79dDewKC13bC3NInsM2EBdyDnZnunPe { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bmWEgks5i0Tk9ai9gKkw3KgV8NXmpaac { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Xp4gLstMCDrDyxrybO6zTteGL87NhdFi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;display:none; }
#Sc81fbytg3CZxTn1qmTpA51FKwqWaDmU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;display:none; }
#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT { position:relative;display:none; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT { border-width: 0; border-radius: 0; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rxtwRwH8Giqr84AevwNCXtxgaIN7PsBZ { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.75rem;left:30rem;height:2.25rem;text-align:left;text-align-last:left;display:none; }
#ZvcsulwyK57a01G46n1R7HhfglxEbR9f { position:relative;z-index:auto;display:none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f { border-width: 0; border-radius: 0; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container { background-color:transparent;background-image:none;width:60rem;height:46.25rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#i9m062XuMsLpJv5TIvzh9aW40iTwC2G8 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8125rem;left:39.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qa7prMBZWWTLni3ZnwkcDNmF58wwqg1B { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.812125rem;width:6.812125rem;top:0.6011962890625rem;left:53.25rem;overflow:hidden;display:none; }
#fNd0o57k3babPUW3fSqZoJOZVVEX2FEc { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8740234375rem;height:4.1240234375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.5625rem;left:39.5625rem;display:block; }
#MTyCL7HfVKNrJNG0EkGJ48nTdcbXOow0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UehWexBR9HAozu54RfdWXME6Pbz6cUeO { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:12.25rem;left:39.625rem;height:1.0999625rem;font-style:normal;display:block; }
#TiixvNXQOsZ9VXh36Xxkbtoh6DBBqFFK { position:absolute;display:block;z-index:15013;height:32.8125rem;width:43.75rem;top:2.9375rem;left:0rem;display:block; }
#U5f0z5UQlI2KtIo1RTkKT9QTBNm1KJ3O { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:brown;font-size:2.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:39.4375rem;height:3.73756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ofIVn92msCZVa3hyCEe8XhHmOcbg5IwP { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.3125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOEcO1SAzKF2di1Bf5od2XXl7Bf3upmM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:38.49975rem;top:10.5625rem;left:21.5625rem;overflow:hidden;display:block; }
#v9Vey8A4cicTIfRhNhwGFxGJ8VN3GNny { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.375rem;left:39.4375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLfO8Q3BzHnkTIk2A3byHtMuNgEFJL4f { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W7NTIoQDNobl03Uh8i0wrg0HFlMm5IHq { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mrAVBb2kgqbI1BUOU7eQZQveWdymrZEs { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UeGE075bGxDZ8TU2bHpGEdEwZdPbJSk1 { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ewRsIQ9paGc7rFTmJE9CSRDNHH6lAhcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sS4fmgUG5CwrkLLXBXIUfVIT4l1rfRh9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:16.25rem;display:none; }
#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW { position:relative;display:none; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW { border-width: 0; border-radius: 0; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AT1CpM25BMNPGxD7sndIXX9MpaC5cGl3 { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1875rem;left:32.4375rem;font-style:normal;display:none; }
#c24MxIrMC1xgzWBMRQB1IWVbJhtCkuOR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.4375rem;width:40.1875rem;display:none; }
#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB { position:relative;display:none; }#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB { border-width: 0; border-radius: 0; }#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tCwNDOfEHB0RIZBbIDtvBQks9tMyPyck { color:#000000;display:block;width:28.5rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:7.797875rem;top:1.7079010009766rem;left:30.375rem;font-style:normal;display:none; }
#ofguploJESDBLMCC30GKB9WTqMu8n2AR { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#xNgzHylHZxKXxclFNQbre9Obs7Z8WXdW { color:#000000;display:block;width:28.5rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:7.797875rem;top:1.7079010009766rem;left:30.375rem;font-style:normal;display:none; }
#cocHNFsOd7wTMbuLqhNRp2xv7eceUmIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nyzcT4ZvWmAdi6FL8xDGuqPFSO2mQnv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UiLSHAZMtNyDvErJBFMocDX2D6MtcndP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BbVyODCo0kQunIFK4KgbGFXQa6IBchdQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pOG9wZTn54fSZBqdk9XWE8ZNE2K7PXzA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc { position:relative;display:none; }#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc { border-width: 0; border-radius: 0; }#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rdXmQwFRTlgOWUms852pxf3ytK0TJRXM { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#MuESh0kDq0XTbDx7FHlVbPbhxgva7gwk { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#FdKspVDS8EJfWSctBTf1FuAfBo4VZGpB { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#tyNsgs4CkFb1tbb9TGTJyMoXJcVvctfg { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#h4zZzxsInnLp4BGZfcrJr4qclpa5T0dp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lp5I9TPlJJMmRSDG3b1QCErOff846Oo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LZSK8I54PBr4iUcTnzoEN3v1CIy6vZ2K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uOHU7CxQW9WckpHxK10LVAtuUq8acTTt { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#QSeFQRrTotx2vsntiDytDvJSLTRrlEw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uO2MflT2fGnCZT3cwf7r9r2XBAivd8HC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC { position:relative;display:none; }#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC { border-width: 0; border-radius: 0; }#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZKbVUysO0a9v3FGDBuHhIRGBOKLA0sbg { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#Z1Wivo1nHqcNE4kNo9S2mdDOadFGohTf { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#qxKRot4MV0KEx3bWiOpxtbyTwnoeX1NS { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#ERMteBrmv6TVtDUypGPeKm3iVofvUrml { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#L1tv0QgP6WQtTywPrE9vwpAmvTUTAc4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gWWrbHVProguvVvf617mT8wBQAamMUBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zT8peWfrUGQA29IRIAPS10lLVrNbD3Zn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HTpD7UubZTw7xQBEzy69quHHuAr99I0T { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#qNAIEafawV009zBiIl2L10tBTM87ANal { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iTisldhTTypK8bFuJ25BdN4WEDOBxdsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM { position:relative;display:none; }#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM { border-width: 0; border-radius: 0; }#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rncifVFgMNKQ4GFkE8fFO3rcbnrcBfrB { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#afMpPLO7uch2wSp4FhnnzdcEhq7gARLR { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#xQi1oUymTXeWVmTpQknnddzmCMUEB734 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#oVmG5bE1S03UJr1iZav1ETrfclGDAG5o { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#H6lde7erba4n2U6flwKWwgeFra4hxzic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gWJFtd1pet9tC6gtTLBSUoMenx01TXrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oB3mgagEoqXVTE0CrBQ0q1WLkmpHpTZk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#F5ofHoo6tkz7b2lBHQpVPUtRDOX3MMPq { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#IxBwdffGy0ceybQauLyJAoQIpCMa4ETp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xbp3dqO93v8OHaLwmfArT7UJV0BF1Z6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS { position:relative;display:none; }#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS { border-width: 0; border-radius: 0; }#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pyetA3cFTCSyANhg2w7OmizwhswHmfit { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#blJMNXWKURsRNspI92Cku0mcMevoUoIE { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#kbCPsEUVCTOmD7UI66lbNOSlPwVpd2Qd { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#cs1MlF34E1Has4pnoVGwvd46Cw7w8OcZ { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#KhMdmo1AETTtEbo72OBM17AF1VXTewLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yfsrXdgnw19vTevXoTH1JODmPyRafRl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gSISs5rF9sdbNRzWk9XpCxLRgwgbrK7y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tqXqaINLT3XNtz9nQk36wIvmJIx2WLrW { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#HfEwaudTIGUhLxaS0dygRKqwXoJ7ligt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Prwr2OtEbleAWfltCiFiauH4JsEHZhHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN { position:relative;display:none; }#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN { border-width: 0; border-radius: 0; }#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OzOe97P2uSOAdkFkLV3n05lsTkpCZFy6 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#ynOoC4Vm6PQgtSKZe6z8AeAA6gd5vFRc { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#LiXdg6chf372INP9qCK4XtogVkq3SDFc { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#xX4gLQFD2egqLOrfquvDJ335EURdTppt { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#CX0fuSGzOl13H9Leafz0wl3Xiov8F7ZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#anH6dsDsAM571o2T7EQpP5HyupZKsLfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rxNaCFyCFr28hTLnsMJcvtbHDqMAvWxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oVugefyxHJ29ne0t3UJcygbomJvtndsn { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#eyaqlO7CSCp9JCo3pFWQfHgZEP6u9A18 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XAzXswDkz5ZIpEyDyEoyAda1vNi8y2uz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR { position:relative;display:none; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR { border-width: 0; border-radius: 0; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QIrbaJHCcq0MwoUtvvnz8QqXqdENTwsE { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:10.625rem;left:0rem;display:none; }
#huFfokss4BqSckGHatrHkgf7OcA3VXmH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:40.4375rem;display:none; }
#rslmrUMLmszWGndXLSpbpFdgDANHOmup { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LZc6aOpcfmHf2e2BFo42B1w7cPTlFeOO { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J9a6n4JEwMURIC7db9wCCT8o9Eq9wVLS { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:32rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sA5yNkznLCvbCSHzJEeSgWwOxWGSPRDz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:16.25rem;display:none; }
#TNTCg8nDbsKFiTnwTo4BvMhHdv2vsxD7 { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dzXd7ZnSTN5qapCypdEmDySGVJHNLs7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { background-color: transparent; background-image: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container > .video-iframe-container { display: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row > .video-iframe-container { display: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .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); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { border-width: 0; border-radius: 0; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#IWzq649chPBcbM6Lr1xsyHp3iS1v25xv { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:3.8125rem;left:0rem;display:block; }
#r558sWKuAtw4Lx8Cu94vqkdo8RKWvyL9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#NP9AEa6CTkE4TEOsOnF6FDLioc4MgxMs { color:#ffffff;display:block;width:11.7496875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.5rem;left:24.125rem;height:2.9245625rem;text-align:center;text-align-last:center;display:block; }
body { position:relative;display:block; }
#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d { display:none; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container { width:47.75rem;position:relative;display:none; }#DhmcbJPyZQLUe8izZQ0HeSIZfLyK04R2 { top:0.5rem;left:18rem;width:11.6875rem;height:2.875rem;font-size:2.0625rem;display:block; }
#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg { display:none; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container { width:47.75rem;position:relative;display:none; }#ILk3m58lvZ8erT6PMOUtEfkssP1HDWBR { top:9.5625rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
#aWpmbdvZJP4ziPSOp6eIQtmcA7ANxLxV { width:40.4375rem;height:6.3125rem;display:none; }
#TuqPs51DrnTbQwF2yqCsRZZM4coecg4G { top:0.25rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:2.125rem;display:none; }
#aqPnAr6qoSBSAehOTBfZp1yW6Tus7sdV { top:5.4375rem;left:0rem;width:19.9375rem;height:3.75rem;font-size:3.75rem;display:none; }
#W84GL8M0vuvh8CNMbRuHTI9XF5SLqXfE { top:12.3125rem;left:0rem;width:19.9375rem;height:2.25rem;font-size:0.75rem;display:none; }
#u9857xLIARGNrNree9TCvUA3WazG2xTw { width:16.25rem;height:7.3125rem;display:none; }
#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf { display:none; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container { width:47.75rem;position:relative;display:none; }#a1TabWEKDTtCJQLxfMvux1Vwo2KwVya7 { display:none; }
#dOCZkA0fckerE3f31kKCOrviWKpqXyLb { display:none; }
#Fz7KnoBcXxWqDpZMbgGszmrPISiE3yF9 { top:14.25rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
#PQKd3nUuh2GVUZCTQzner0zFwDFItxwf { top:4.3125rem;left:0rem;width:4.375rem;height:2.4375rem;font-size:0.875rem;display:none; }
#PTzshnI1y7yUCauxFDpusGkD8CwOJOwG { top:4.5625rem;left:0rem;width:6.375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#g67GhCQPRr6O5DBHQPQb9EDE05skcA8z { display:none; }
#rZJyfLcNGfyZNlk8mLcknohp6bW1Modx { display:none; }
#OaB03nN0HhaDCw6DazEtPQ2EnHkScrJk { display:none; }
#EGENUOUBRbcqsVsbPMfRT5v8g5n066qn { top:3.3125rem;left:7.0625rem;width:6.75rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo { display:none; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container { width:47.75rem;position:relative;display:none; }#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-regular-label { display:block;width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX  { width:17.5625rem;height:auto;top:11.6875rem;left:25.74951171875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX {display:block;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX { width:17.5625rem;height:auto;top:11.6875rem;left:25.74951171875rem;display:none; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #i7vmuPs7QwWbJuZsvawiOWmkGErxacWT {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #csXPgUuVzXEEHBuLAC3dFhm93d7hFlsc { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #u1TpOxozxOt9QS29WgLGC9hd7IHS2sE1 {  }
#kWWxHHHrr85V9hHhqTw5s4VBIWnNdQO0 { display:block; }
#VIgXFufHXigV8eIVrJUATi3Eb2oKfnog { display:block; }
#LQoMRR2ktygSKB7igIrqZETod1ATbvkX { display:block; }
#zADquXnDgX55iRqx9AXO4tqhlETKgi3d { display:block; }
#X1mmnSMVTNfWpXCvGI9EvrvTeh7qPJ2L { display:block; }
#OB7OqQIdd5WQ7KnlHsCRCJpRu6EbGGIQ { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #DMnxRZCsTNeSxo87kVSpuJS9mbUb8q9I {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #GMOhJmRe7OJiUpikBlH91bohqCrTdPRJ { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uVoUWaeJFDTLU4lDgzPcpGXMkNJIyyJL {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uh2XL7LJKI4LQtuTvDQX46v4myKSnuTw {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #P0lkQ0SeMR4IKiTeUGdkaEFDpsaRNGc6 {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #qBvK1Nv94eyt948EsOuUTw6HHouQdomQ {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #buV204wpG8De5WOTRsIZnsNZUQToDNUl {  }
#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G { display:none; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container { width:47.75rem;position:relative;display:none; }#KOn7PCoAu07AVHT4DWGIOzyxeLiOo7r9 { top:9.5625rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
#ug2JkZahQMFt26h6G23m8iuoELnlAAal { width:40.4375rem;height:6.3125rem;display:none; }
#mffQSZsKMIGiVrQoHHptGM9TlisDmMGT { top:0.25rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:2.125rem;display:none; }
#cGD3gLD3msEQCFbda4SLPldniFVoDT5e { top:5.4375rem;left:0rem;width:19.9375rem;height:3.75rem;font-size:3.75rem;display:none; }
#WnDkOUmx5TVNMxF0ATVwXcq03hbFIxMU { top:12.3125rem;left:0rem;width:19.9375rem;height:2.25rem;font-size:0.75rem;display:none; }
#dF3BPsrkLqh7SIyDbUtXPZHV9xKnx7WN { width:16.25rem;height:7.3125rem;display:none; }
#N6La0lxLdNJlNWkKrhKpZzSxxbrPGf6T { width:;height:;top:0rem;display:none; }
#Rfq5hHVhkrsJeFXxvuE88iFcC1UT2Xye { display:block; }
#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT { display:none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { width:47.75rem;position:relative;display:none; }#OFSb1xoRfyAUHTD1og2JcNXIEib4f1xT { top:18.1875rem;left:0rem;width:37.5rem;height:4.6875rem;font-size:1.6875rem;display:none; }
#WQVea6I6iwczhbWIZBqMgzOuo6morTl7 { top:3.25rem;left:11.9375rem;width:11.4375rem;height:11.625rem;display:block; }
#TGHhivlTmLT9i5thJ6NP2cz0n0JR0Dyy { width:18.8125rem;height:4.0625rem;top:32.5625rem;left:0rem;display:block; }
#PMmDxnzDhWWnCUTO4bAbGrr8rToPhm6o { display:block; }
#hVPwLT21OCiCoq8VEXEu7ZTKPdf6e9ON { top:3.8125rem;left:0rem;width:43.75rem;height:32.8125rem;display:block; }
#LQTbEhqzqN1Qb96ZQti8agfoGKhAdLAo { top:21.0625rem;left:0rem;width:28.625rem;height:10.4375rem;font-size:1.25rem;display:block; }
#oHPXaP9QoNO4sQvIAUzA2EKHwTPNB8P9 { top:11.6875rem;left:0rem;width:37.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
#byZTLFNe7hILeckEv8nfZ7yVEfFhJU5u { top:13.625rem;left:0rem;width:28.125rem;height:3.25rem;font-size:2.1875rem;display:block; }
#ovLGk9rrUKaN3L4isVscsOcWsRAGXlNE { top:4.1875rem;left:0rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:none; }
#EyWAszqrbwlC0UoRlx53OCsIAR9pdNTR { top:15.1875rem;left:3.8125rem;width:8.125rem;height:2.375rem;font-size:1rem;display:none; }
#dyCVUt3Hnd5kDmXoPoQNlGiXG5KOAEAT { top:0rem;width:;height:;display:none; }
#F4RHUuhMuyUl38xlAB4uy7GKSAZmlJem { top:0rem;width:;height:;display:none; }
#xLWSLEnSvwW2Zc6ca9Gsb7rPDH6PyqQL { top:25.375rem;left:3.8125rem;width:8.125rem;height:2.375rem;font-size:1rem;display:none; }
#XDhSf56vk0gkKr24uxP7TIglfmqNe5e9 { top:20.375rem;left:3.8125rem;width:8.125rem;height:2.375rem;font-size:1rem;display:none; }
#rBxQpiqcLRSz65fWNOZwyf2pCqWWclcU { top:31.25rem;left:0rem;width:9.375rem;height:2.375rem;font-size:1rem;display:none; }
#Vevw6uBaE3qgACpJU5kNkT6BLeZHgVAl { width:;height:;top:0rem;display:none; }
#G3RtZboEvVRUL6zEtPE4zSdAk7iaCgBS { width:8.1875rem;height:8.4375rem;top:0rem;display:none; }
#ufZibWmmt7Pm3fNplnRGzqtanOarBoQO { width:;height:;top:0rem;display:none; }
#AvraSAe2CtWgFlrgTnfm7IAhas6zD9Cf { top:0rem;width:;height:;display:none; }
#ypmlcBnODTDr9zcnRlPWJFNgcs14ST4L { top:0rem;width:;height:;display:none; }
#EfTLOt2FTHqSdNIS7Tu6GaUggGBXRUUf { top:0rem;width:;height:;display:none; }
#Z0yMCzBhnVToygzNIpWdbETrCScFKeVf { top:0rem;width:;height:;display:none; }
#bIgotTFk4iOQ2IJGKc3QfZ22w3TOxC5O { width:;height:;top:0rem;display:none; }
#IGJMV6htLNGPZwQ77qVoylOKiymb57Uk { top:20.375rem;left:0rem;width:8.8125rem;height:2.375rem;font-size:1rem;display:none; }
#U79dDewKC13bC3NInsM2EBdyDnZnunPe { top:31.3125rem;left:2.875rem;width:9.0625rem;height:2.375rem;font-size:1rem;display:none; }
#bmWEgks5i0Tk9ai9gKkw3KgV8NXmpaac { display:none; }
#Xp4gLstMCDrDyxrybO6zTteGL87NhdFi { width:;height:;top:0rem;display:none; }
#Sc81fbytg3CZxTn1qmTpA51FKwqWaDmU { width:12.5rem;height:12.5rem;top:0rem;display:none; }
#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT { display:none; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container { width:47.75rem;position:relative;display:none; }#rxtwRwH8Giqr84AevwNCXtxgaIN7PsBZ { top:0.0625rem;left:0rem;width:18.8125rem;height:1.3125rem;font-size:0.9375rem;display:none; }
#ZvcsulwyK57a01G46n1R7HhfglxEbR9f { display:none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container { width:47.75rem;position:relative;display:none; }#i9m062XuMsLpJv5TIvzh9aW40iTwC2G8 { top:14.75rem;left:29.625rem;width:18.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
#qa7prMBZWWTLni3ZnwkcDNmF58wwqg1B { top:0.5625rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
#fNd0o57k3babPUW3fSqZoJOZVVEX2FEc { width:17.8125rem;height:4.0625rem;top:29.5rem;left:29.9375rem;display:block; }
#MTyCL7HfVKNrJNG0EkGJ48nTdcbXOow0 { display:block; }
#UehWexBR9HAozu54RfdWXME6Pbz6cUeO { top:12.1875rem;left:30.375rem;width:17.375rem;height:1.0625rem;font-size:1rem;display:block; }
#TiixvNXQOsZ9VXh36Xxkbtoh6DBBqFFK { top:2.875rem;left:0rem;width:43.75rem;height:32.8125rem;display:block; }
#U5f0z5UQlI2KtIo1RTkKT9QTBNm1KJ3O { top:18rem;left:29.625rem;width:18.125rem;height:3.6875rem;font-size:2.875rem;display:block; }
#ofIVn92msCZVa3hyCEe8XhHmOcbg5IwP { top:21.625rem;left:23.0625rem;width:24.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
#FOEcO1SAzKF2di1Bf5od2XXl7Bf3upmM { top:10.5rem;left:9.3125rem;width:38.4375rem;height:24.647582938851rem;display:block; }
#v9Vey8A4cicTIfRhNhwGFxGJ8VN3GNny { top:25.3125rem;left:29.5625rem;width:18.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
#mLfO8Q3BzHnkTIk2A3byHtMuNgEFJL4f { top:0.25rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:2.125rem;display:none; }
#W7NTIoQDNobl03Uh8i0wrg0HFlMm5IHq { top:5.4375rem;left:0rem;width:19.9375rem;height:3.75rem;font-size:3.75rem;display:none; }
#mrAVBb2kgqbI1BUOU7eQZQveWdymrZEs { top:12.3125rem;left:0rem;width:19.9375rem;height:2.25rem;font-size:0.75rem;display:none; }
#UeGE075bGxDZ8TU2bHpGEdEwZdPbJSk1 { width:;height:;top:0rem;display:none; }
#ewRsIQ9paGc7rFTmJE9CSRDNHH6lAhcz { display:block; }
#sS4fmgUG5CwrkLLXBXIUfVIT4l1rfRh9 { width:16.25rem;height:7.3125rem;display:none; }
#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW { display:none; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row .container { width:47.75rem;position:relative;display:none; }#AT1CpM25BMNPGxD7sndIXX9MpaC5cGl3 { top:1.1875rem;left:0rem;width:19.9375rem;height:3.6875rem;font-size:1.4375rem;display:none; }
#c24MxIrMC1xgzWBMRQB1IWVbJhtCkuOR { width:39.0625rem;height:39.3125rem;display:none; }
#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB { display:none; }#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB > .row .container { width:47.75rem;position:relative;display:none; }#tCwNDOfEHB0RIZBbIDtvBQks9tMyPyck { top:0.4375rem;left:0rem;width:18.3125rem;height:1.6875rem;font-size:1.5625rem;display:none; }
#ofguploJESDBLMCC30GKB9WTqMu8n2AR { top:5.6875rem;left:0rem;width:20rem;height:3.875rem;font-size:0.875rem;display:none; }
#xNgzHylHZxKXxclFNQbre9Obs7Z8WXdW { top:2.625rem;left:1.437255859375rem;width:4.75rem;height:3rem;font-size:2.75rem;display:none; }
#cocHNFsOd7wTMbuLqhNRp2xv7eceUmIO { top:0rem;width:;height:;display:none; }
#nyzcT4ZvWmAdi6FL8xDGuqPFSO2mQnv3 { top:0rem;width:;height:;display:none; }
#UiLSHAZMtNyDvErJBFMocDX2D6MtcndP { top:0rem;width:;height:;display:none; }
#BbVyODCo0kQunIFK4KgbGFXQa6IBchdQ { top:0rem;width:;height:;display:none; }
#pOG9wZTn54fSZBqdk9XWE8ZNE2K7PXzA { top:0rem;width:;height:;display:none; }
#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc { display:none; }#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc > .row .container { width:47.75rem;position:relative;display:none; }#rdXmQwFRTlgOWUms852pxf3ytK0TJRXM { top:7.8125rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
#MuESh0kDq0XTbDx7FHlVbPbhxgva7gwk { top:5.75rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
#FdKspVDS8EJfWSctBTf1FuAfBo4VZGpB { top:12.75rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#tyNsgs4CkFb1tbb9TGTJyMoXJcVvctfg { top:11.6875rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:none; }
#h4zZzxsInnLp4BGZfcrJr4qclpa5T0dp { top:0rem;width:;height:;display:none; }
#lp5I9TPlJJMmRSDG3b1QCErOff846Oo9 { top:0rem;width:;height:;display:none; }
#LZSK8I54PBr4iUcTnzoEN3v1CIy6vZ2K { top:0rem;width:;height:;display:none; }
#uOHU7CxQW9WckpHxK10LVAtuUq8acTTt { top:0.75rem;left:0rem;width:4.1875rem;height:2.75rem;font-size:1rem;display:none; }
#QSeFQRrTotx2vsntiDytDvJSLTRrlEw2 { top:0rem;width:;height:;display:none; }
#uO2MflT2fGnCZT3cwf7r9r2XBAivd8HC { top:0rem;width:;height:;display:none; }
#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC { display:none; }#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC > .row .container { width:47.75rem;position:relative;display:none; }#ZKbVUysO0a9v3FGDBuHhIRGBOKLA0sbg { top:7.8125rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
#Z1Wivo1nHqcNE4kNo9S2mdDOadFGohTf { top:5.75rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
#qxKRot4MV0KEx3bWiOpxtbyTwnoeX1NS { top:12.75rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#ERMteBrmv6TVtDUypGPeKm3iVofvUrml { top:11.6875rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:none; }
#L1tv0QgP6WQtTywPrE9vwpAmvTUTAc4b { top:0rem;width:;height:;display:none; }
#gWWrbHVProguvVvf617mT8wBQAamMUBT { top:0rem;width:;height:;display:none; }
#zT8peWfrUGQA29IRIAPS10lLVrNbD3Zn { top:0rem;width:;height:;display:none; }
#HTpD7UubZTw7xQBEzy69quHHuAr99I0T { top:0.75rem;left:0rem;width:4.1875rem;height:2.75rem;font-size:1rem;display:none; }
#qNAIEafawV009zBiIl2L10tBTM87ANal { top:0rem;width:;height:;display:none; }
#iTisldhTTypK8bFuJ25BdN4WEDOBxdsr { top:0rem;width:;height:;display:none; }
#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM { display:none; }#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM > .row .container { width:47.75rem;position:relative;display:none; }#rncifVFgMNKQ4GFkE8fFO3rcbnrcBfrB { top:7.8125rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
#afMpPLO7uch2wSp4FhnnzdcEhq7gARLR { top:5.75rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
#xQi1oUymTXeWVmTpQknnddzmCMUEB734 { top:12.75rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#oVmG5bE1S03UJr1iZav1ETrfclGDAG5o { top:11.6875rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:none; }
#H6lde7erba4n2U6flwKWwgeFra4hxzic { top:0rem;width:;height:;display:none; }
#gWJFtd1pet9tC6gtTLBSUoMenx01TXrc { top:0rem;width:;height:;display:none; }
#oB3mgagEoqXVTE0CrBQ0q1WLkmpHpTZk { top:0rem;width:;height:;display:none; }
#F5ofHoo6tkz7b2lBHQpVPUtRDOX3MMPq { top:0.75rem;left:0rem;width:4.1875rem;height:2.75rem;font-size:1rem;display:none; }
#IxBwdffGy0ceybQauLyJAoQIpCMa4ETp { top:0rem;width:;height:;display:none; }
#xbp3dqO93v8OHaLwmfArT7UJV0BF1Z6k { top:0rem;width:;height:;display:none; }
#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS { display:none; }#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS > .row .container { width:47.75rem;position:relative;display:none; }#pyetA3cFTCSyANhg2w7OmizwhswHmfit { top:7.8125rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
#blJMNXWKURsRNspI92Cku0mcMevoUoIE { top:5.75rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
#kbCPsEUVCTOmD7UI66lbNOSlPwVpd2Qd { top:12.75rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#cs1MlF34E1Has4pnoVGwvd46Cw7w8OcZ { top:11.6875rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:none; }
#KhMdmo1AETTtEbo72OBM17AF1VXTewLr { top:0rem;width:;height:;display:none; }
#yfsrXdgnw19vTevXoTH1JODmPyRafRl3 { top:0rem;width:;height:;display:none; }
#gSISs5rF9sdbNRzWk9XpCxLRgwgbrK7y { top:0rem;width:;height:;display:none; }
#tqXqaINLT3XNtz9nQk36wIvmJIx2WLrW { top:0.75rem;left:0rem;width:4.1875rem;height:2.75rem;font-size:1rem;display:none; }
#HfEwaudTIGUhLxaS0dygRKqwXoJ7ligt { top:0rem;width:;height:;display:none; }
#Prwr2OtEbleAWfltCiFiauH4JsEHZhHH { top:0rem;width:;height:;display:none; }
#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN { display:none; }#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN > .row .container { width:47.75rem;position:relative;display:none; }#OzOe97P2uSOAdkFkLV3n05lsTkpCZFy6 { top:7.8125rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
#ynOoC4Vm6PQgtSKZe6z8AeAA6gd5vFRc { top:5.75rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
#LiXdg6chf372INP9qCK4XtogVkq3SDFc { top:12.75rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#xX4gLQFD2egqLOrfquvDJ335EURdTppt { top:11.6875rem;left:0rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:none; }
#CX0fuSGzOl13H9Leafz0wl3Xiov8F7ZM { top:0rem;width:;height:;display:none; }
#anH6dsDsAM571o2T7EQpP5HyupZKsLfd { top:0rem;width:;height:;display:none; }
#rxNaCFyCFr28hTLnsMJcvtbHDqMAvWxZ { top:0rem;width:;height:;display:none; }
#oVugefyxHJ29ne0t3UJcygbomJvtndsn { top:0.75rem;left:0rem;width:4.1875rem;height:2.75rem;font-size:1rem;display:none; }
#eyaqlO7CSCp9JCo3pFWQfHgZEP6u9A18 { top:0rem;width:;height:;display:none; }
#XAzXswDkz5ZIpEyDyEoyAda1vNi8y2uz { top:0rem;width:;height:;display:none; }
#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR { display:none; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container { width:47.75rem;position:relative;display:none; }#QIrbaJHCcq0MwoUtvvnz8QqXqdENTwsE { top:9.5625rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
#huFfokss4BqSckGHatrHkgf7OcA3VXmH { width:40.4375rem;height:6.3125rem;display:none; }
#rslmrUMLmszWGndXLSpbpFdgDANHOmup { top:0.25rem;left:0rem;width:19.9375rem;height:2.3125rem;font-size:2.125rem;display:none; }
#LZc6aOpcfmHf2e2BFo42B1w7cPTlFeOO { top:5.4375rem;left:0rem;width:19.9375rem;height:3.75rem;font-size:3.75rem;display:none; }
#J9a6n4JEwMURIC7db9wCCT8o9Eq9wVLS { top:12.3125rem;left:0rem;width:19.9375rem;height:2.25rem;font-size:0.75rem;display:none; }
#sA5yNkznLCvbCSHzJEeSgWwOxWGSPRDz { width:16.25rem;height:7.3125rem;display:none; }
#TNTCg8nDbsKFiTnwTo4BvMhHdv2vsxD7 { width:;height:;top:0rem;display:none; }
#dzXd7ZnSTN5qapCypdEmDySGVJHNLs7y { display:block; }
#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB { display:none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { width:47.75rem;position:relative;display:none; }#IWzq649chPBcbM6Lr1xsyHp3iS1v25xv { top:3.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
#r558sWKuAtw4Lx8Cu94vqkdo8RKWvyL9 { top:4.9375rem;left:0rem;width:20rem;height:6.8125rem;font-size:0.75rem;display:block; }
#NP9AEa6CTkE4TEOsOnF6FDLioc4MgxMs { top:0.5rem;left:18rem;width:11.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
body { position:relative;display:block; }
#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container { background-color: transparent; background-image: none; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container > .video-iframe-container { display: none; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row > .video-iframe-container { display: none; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .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); }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container { border-width: 0; border-radius: 0; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfyNKcwaUPn3sDrtsNWIcAkMp3QLlm1d > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#DhmcbJPyZQLUe8izZQ0HeSIZfLyK04R2 { width:19.9995rem;height:2.68115rem;top:0rem;left:0rem;font-size:2.0625rem;color:#000000;display:block; }
#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container { background-color: transparent; background-image: none; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container > .video-iframe-container { display: none; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row > .video-iframe-container { display: none; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .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); }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container { border-width: 0; border-radius: 0; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4KGZOtIMAa23JyL8W7660Jluk6ONFsg > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; }#ILk3m58lvZ8erT6PMOUtEfkssP1HDWBR { top:7.375rem;left:0rem;width:19.9995rem;height:1.29980625rem;z-index:15039;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#aWpmbdvZJP4ziPSOp6eIQtmcA7ANxLxV { top:9.625rem;left:0rem;width:20rem;height:2.875rem;z-index:15000;overflow:hidden;display:block; }
#TuqPs51DrnTbQwF2yqCsRZZM4coecg4G { width:19.999rem;height:2.3374rem;top:0.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15018;font-weight:700;font-style:normal;color:#ffffff;font-family:"brown 2";display:block; }
#aqPnAr6qoSBSAehOTBfZp1yW6Tus7sdV { width:19.999rem;height:3.75rem;top:3.625rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;line-height:1;z-index:15017;font-weight:700;font-style:normal;color:#e7ff00;font-family:"brown 2";display:block; }
#W84GL8M0vuvh8CNMbRuHTI9XF5SLqXfE { width:16.0615rem;height:0.82470625rem;top:2.8125rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15019;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#u9857xLIARGNrNree9TCvUA3WazG2xTw { top:2.83642578125rem;left:16rem;width:3.75rem;height:1.6875rem;z-index:15040;overflow:hidden;display:block; }
#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container { background-color: transparent; background-image: none; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container > .video-iframe-container { display: none; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row > .video-iframe-container { display: none; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .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); }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container { border-width: 0; border-radius: 0; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JshpiVxcKrAqTNqynbEQwmbTUKKVlKxf > .row .container { width:20rem;height:6.75rem;position:relative;display:block; }#a1TabWEKDTtCJQLxfMvux1Vwo2KwVya7 { top:2.84326171875rem;left:12.359619140625rem;width:0.124511875rem;height:3.1245125rem;z-index:15022;background-color:#ffffff;background-image:none;display:block; }
#dOCZkA0fckerE3f31kKCOrviWKpqXyLb { top:2.8125rem;left:6.62353515625rem;width:0.124511875rem;height:3.1245125rem;z-index:15021;background-color:#ffffff;background-image:none;display:block; }
#Fz7KnoBcXxWqDpZMbgGszmrPISiE3yF9 { top:0.249755859375rem;left:0.000732421875rem;width:19.9995rem;height:1.29980625rem;z-index:15041;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#PQKd3nUuh2GVUZCTQzner0zFwDFItxwf { top:3.375rem;left:7.468017578125rem;width:4.4370125rem;height:2.2744125rem;z-index:15042;line-height:1.3;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#PTzshnI1y7yUCauxFDpusGkD8CwOJOwG { top:3.375rem;left:0.25rem;width:5.31225625rem;height:2.2744125rem;z-index:15043;line-height:1.3;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#g67GhCQPRr6O5DBHQPQb9EDE05skcA8z { display:flex;top:1.6875rem;left:15.125rem;width:1.2495125rem;height:1.2495125rem;z-index:15061; }
#rZJyfLcNGfyZNlk8mLcknohp6bW1Modx { display:flex;top:1.71826171875rem;left:9.061767578125rem;width:1.2495125rem;height:1.2495125rem;z-index:15060; }
#OaB03nN0HhaDCw6DazEtPQ2EnHkScrJk { display:flex;top:1.6875rem;left:2.0625rem;width:1.2495125rem;height:1.2495125rem;z-index:15059; }
#EGENUOUBRbcqsVsbPMfRT5v8g5n066qn { top:3.358642578125rem;left:13.1875rem;width:6.75rem;height:2.11230625rem;z-index:15043;line-height:1.3;color:#ffffff;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container { background-color: transparent; background-image: none; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container > .video-iframe-container { display: none; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row > .video-iframe-container { display: none; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .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); }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container { border-width: 0; border-radius: 0; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ay3uATNkT6Pck6hOTQJc03Diy1hCuWlo > .row .container { width:20rem;height:18.625rem;position:relative;display:block; }#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-form-header { font-size:0.875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-regular-label { color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:17.5rem;height:auto;font-weight:400;font-style:normal; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text { width:17.5rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-textarea { width:17.5rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select { width:17.5rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-input-button { background-color:#d7f209;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:400;font-style:normal;color:#000000;width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:3.125rem;font-size:1.375rem;overflow:hidden; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]:-moz-placeholder { color:#000000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]::-moz-placeholder { color:#000000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]:-ms-input-placeholder { color:#000000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX [class*="-text"]::-webkit-input-placeholder { color:#000000; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-checkbox-label { width:16.3125rem;color:#000000;float:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-radio-label { float:none; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;font-size:0; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container:first-of-type{padding-top:0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-container:last-of-type{padding-bottom:0;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX  { top:0.0078125rem;left:0rem;width:17.5rem;height:auto;z-index:14996;background-color:transparent;background-image:none;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .radio-container { width:17.5rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX .widget-info-text { color:#ffffff;font-family:brown;font-size:0.625rem;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX {display:block;}#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX { top:0.0078125rem;left:0rem;width:17.5rem;height:auto;z-index:14996;background-color:transparent;background-image:none;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #i7vmuPs7QwWbJuZsvawiOWmkGErxacWT {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #csXPgUuVzXEEHBuLAC3dFhm93d7hFlsc { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #u1TpOxozxOt9QS29WgLGC9hd7IHS2sE1 {  }
#kWWxHHHrr85V9hHhqTw5s4VBIWnNdQO0 { display:block; }
#VIgXFufHXigV8eIVrJUATi3Eb2oKfnog { display:block; }
#LQoMRR2ktygSKB7igIrqZETod1ATbvkX { display:block; }
#zADquXnDgX55iRqx9AXO4tqhlETKgi3d { display:block; }
#X1mmnSMVTNfWpXCvGI9EvrvTeh7qPJ2L { display:block; }
#OB7OqQIdd5WQ7KnlHsCRCJpRu6EbGGIQ { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #DMnxRZCsTNeSxo87kVSpuJS9mbUb8q9I {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #GMOhJmRe7OJiUpikBlH91bohqCrTdPRJ { display:block; }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uVoUWaeJFDTLU4lDgzPcpGXMkNJIyyJL {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #uh2XL7LJKI4LQtuTvDQX46v4myKSnuTw {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #P0lkQ0SeMR4IKiTeUGdkaEFDpsaRNGc6 {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #qBvK1Nv94eyt948EsOuUTw6HHouQdomQ {  }
#pF0K4u65WvSTDmgOkHJ4F4Z6bX82QGoX #buV204wpG8De5WOTRsIZnsNZUQToDNUl {  }
#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container { background-color: transparent; background-image: none; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container > .video-iframe-container { display: none; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row > .video-iframe-container { display: none; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .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); }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container { border-width: 0; border-radius: 0; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rif2EaLQMuUIkU13e7yycNwmbnzpsF9G > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; }#KOn7PCoAu07AVHT4DWGIOzyxeLiOo7r9 { top:7.375rem;left:0rem;width:19.9995rem;height:1.29980625rem;z-index:15039;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ug2JkZahQMFt26h6G23m8iuoELnlAAal { top:9.625rem;left:0rem;width:20rem;height:2.875rem;z-index:15000;overflow:hidden;display:block; }
#mffQSZsKMIGiVrQoHHptGM9TlisDmMGT { width:19.999rem;height:2.3374rem;top:0.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15018;font-weight:700;font-style:normal;color:#ffffff;font-family:"brown 2";display:block; }
#cGD3gLD3msEQCFbda4SLPldniFVoDT5e { width:19.999rem;height:3.75rem;top:3.625rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;line-height:1;z-index:15017;font-weight:700;font-style:normal;color:#e7ff00;font-family:"brown 2";display:block; }
#WnDkOUmx5TVNMxF0ATVwXcq03hbFIxMU { width:16.0615rem;height:0.82470625rem;top:2.8125rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15019;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#dF3BPsrkLqh7SIyDbUtXPZHV9xKnx7WN { top:2.83642578125rem;left:16rem;width:3.75rem;height:1.6875rem;z-index:15040;overflow:hidden;display:block; }
#N6La0lxLdNJlNWkKrhKpZzSxxbrPGf6T { top:12.5rem;left:0.71923828125rem;width:18.5610625rem;height:3.4370125rem;z-index:15036;background-color:#d7f209;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;font-size:1.375rem;display:block; }
#Rfq5hHVhkrsJeFXxvuE88iFcC1UT2Xye { display:block; }
#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09964796-1630-4392-a805-99cab3e446be/Pipetanegra.jpg");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.adaptive-delivery-prevent-bg, #GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.lazyload, #GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT.lazyloading { background-image: none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { background-color: transparent; background-image: none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container > .video-iframe-container { display: none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row > .video-iframe-container { display: none; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .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); }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { border-width: 0; border-radius: 0; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFQpc5CFI7HdSUmTiWcrIyrmr8xwRPfT > .row .container { width:20rem;height:40.125rem;position:relative;display:block; }#OFSb1xoRfyAUHTD1og2JcNXIEib4f1xT { width:20rem;height:0;top:97.5rem;left:2.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:none; }
#WQVea6I6iwczhbWIZBqMgzOuo6morTl7 { width:11.4375rem;height:11.623872863945rem;top:3.25rem;left:4.25rem;display:none; }
#TGHhivlTmLT9i5thJ6NP2cz0n0JR0Dyy { width:20rem;height:4.125rem;top:37.250366210938rem;left:0rem;font-weight:400;font-style:normal;font-size:1.625rem;display:none; }
#PMmDxnzDhWWnCUTO4bAbGrr8rToPhm6o { display:block; }
#hVPwLT21OCiCoq8VEXEu7ZTKPdf6e9ON { width:20rem;height:32.8125rem;top:3.8125rem;left:0rem;display:none; }
#LQTbEhqzqN1Qb96ZQti8agfoGKhAdLAo { width:20rem;height:auto;top:20.5rem;left:0rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;text-align:center;text-align-last:center;display:none; }
#oHPXaP9QoNO4sQvIAUzA2EKHwTPNB8P9 { width:20rem;height:auto;top:11.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
#byZTLFNe7hILeckEv8nfZ7yVEfFhJU5u { width:20rem;height:auto;top:13rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
#ovLGk9rrUKaN3L4isVscsOcWsRAGXlNE { width:19.99875rem;height:5.84911875rem;top:3.623291015625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15018;line-height:1.3;color:#ffffff;display:block; }
#EyWAszqrbwlC0UoRlx53OCsIAR9pdNTR { width:8.1855625rem;height:2.3997375rem;top:15.437255859375rem;left:10.31201171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15018;color:#ffffff;display:block; }
#dyCVUt3Hnd5kDmXoPoQNlGiXG5KOAEAT { top:10.3125rem;left:12.18701171875rem;width:4.37475625rem;height:4.37475625rem;z-index:15041;background-color:#ffffff;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#F4RHUuhMuyUl38xlAB4uy7GKSAZmlJem { top:20.499755859375rem;left:12.25rem;width:4.37475625rem;height:4.37475625rem;z-index:15014;background-color:#ffffff;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#xLWSLEnSvwW2Zc6ca9Gsb7rPDH6PyqQL { width:8.1855625rem;height:2.3997375rem;top:25.6875rem;left:10.31201171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15019;color:#ffffff;display:block; }
#XDhSf56vk0gkKr24uxP7TIglfmqNe5e9 { width:8.18625rem;height:2.3994125rem;top:15.375rem;left:1.249755859375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15018;color:#ffffff;display:block; }
#rBxQpiqcLRSz65fWNOZwyf2pCqWWclcU { width:8.18625rem;height:2.3997375rem;top:25.62451171875rem;left:1.249755859375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15019;color:#ffffff;display:block; }
#Vevw6uBaE3qgACpJU5kNkT6BLeZHgVAl { top:30.375rem;left:3.687255859375rem;width:3.811525rem;height:3.811525rem;z-index:15041;overflow:hidden;display:block; }
#G3RtZboEvVRUL6zEtPE4zSdAk7iaCgBS { top:10.734375rem;left:3.68603515625rem;width:3.1875rem;height:3.24975625rem;z-index:15042;overflow:hidden;display:block; }
#ufZibWmmt7Pm3fNplnRGzqtanOarBoQO { top:19.99951171875rem;left:2.937255859375rem;width:4.87426875rem;height:4.87426875rem;z-index:15038;overflow:hidden;display:block; }
#AvraSAe2CtWgFlrgTnfm7IAhas6zD9Cf { top:30.062255859375rem;left:3.4375rem;width:4.37475625rem;height:4.37475625rem;z-index:15040;background-color:#ffffff;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#ypmlcBnODTDr9zcnRlPWJFNgcs14ST4L { top:10.24951171875rem;left:3.124755859375rem;width:4.37475625rem;height:4.37475625rem;z-index:15041;background-color:#ffffff;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#EfTLOt2FTHqSdNIS7Tu6GaUggGBXRUUf { top:20.4375rem;left:3.18701171875rem;width:4.37475625rem;height:4.37475625rem;z-index:15014;background-color:#ffffff;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#Z0yMCzBhnVToygzNIpWdbETrCScFKeVf { top:30.31201171875rem;left:12.312255859375rem;width:4.37475625rem;height:4.37475625rem;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#bIgotTFk4iOQ2IJGKc3QfZ22w3TOxC5O { top:30.99951171875rem;left:13.187255859375rem;width:2.68725625rem;height:2.9370125rem;z-index:15039;overflow:hidden;display:block; }
#IGJMV6htLNGPZwQ77qVoylOKiymb57Uk { width:6.87375rem;height:2.3997375rem;top:35.37451171875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15017;color:#ffffff;display:block; }
#U79dDewKC13bC3NInsM2EBdyDnZnunPe { width:6.687rem;height:2.3997375rem;top:35.4375rem;left:11.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15018;color:#ffffff;display:block; }
#bmWEgks5i0Tk9ai9gKkw3KgV8NXmpaac { display:flex;top:0.623779296875rem;left:8.9677734375rem;width:2.0625rem;height:2.0625rem;z-index:15043; }
#Xp4gLstMCDrDyxrybO6zTteGL87NhdFi { top:10.515380859375rem;left:12.43603515625rem;width:4.0620125rem;height:4.0620125rem;z-index:15043;overflow:hidden;display:block; }
#Sc81fbytg3CZxTn1qmTpA51FKwqWaDmU { top:20.73388671875rem;left:12.404541015625rem;width:4.125rem;height:4.125rem;z-index:15039;overflow:hidden;display:block; }
#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT { background-color:#e7ff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container { background-color: transparent; background-image: none; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container > .video-iframe-container { display: none; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row > .video-iframe-container { display: none; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .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); }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container { border-width: 0; border-radius: 0; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTt66lBbuHZvudcueg1WlL8Ub0u12SCT > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; }#rxtwRwH8Giqr84AevwNCXtxgaIN7PsBZ { width:18.874rem;height:1.3125rem;top:0.0625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15022;line-height:1.4;color:#000000;display:block; }
#ZvcsulwyK57a01G46n1R7HhfglxEbR9f { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f3018ab-f299-47da-b21b-206105c61e56/Capturadepantalla20251013alas1441311.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f.adaptive-delivery-prevent-bg, #ZvcsulwyK57a01G46n1R7HhfglxEbR9f.lazyload, #ZvcsulwyK57a01G46n1R7HhfglxEbR9f.lazyloading { background-image: none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container { background-color: transparent; background-image: none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container > .video-iframe-container { display: none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row > .video-iframe-container { display: none; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .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); }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container { border-width: 0; border-radius: 0; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvcsulwyK57a01G46n1R7HhfglxEbR9f > .row .container { width:20rem;height:24.875rem;position:relative;display:block; }#i9m062XuMsLpJv5TIvzh9aW40iTwC2G8 { width:20rem;height:5.361325rem;top:26.7470703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
#qa7prMBZWWTLni3ZnwkcDNmF58wwqg1B { width:6.5625rem;height:6.5625rem;top:0.8514404296875rem;left:13.4375rem;z-index:15019;display:none; }
#fNd0o57k3babPUW3fSqZoJOZVVEX2FEc { width:20rem;height:4.125rem;top:12.5rem;left:0rem;font-weight:400;font-style:normal;font-size:1.625rem;display:none; }
#MTyCL7HfVKNrJNG0EkGJ48nTdcbXOow0 { display:block; }
#UehWexBR9HAozu54RfdWXME6Pbz6cUeO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:none; }
#TiixvNXQOsZ9VXh36Xxkbtoh6DBBqFFK { width:20rem;height:32.8125rem;top:2.875rem;left:0rem;display:none; }
#U5f0z5UQlI2KtIo1RTkKT9QTBNm1KJ3O { width:18.1875rem;height:auto;top:25.1875rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
#ofIVn92msCZVa3hyCEe8XhHmOcbg5IwP { width:18.1875rem;height:auto;top:28.75rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
#FOEcO1SAzKF2di1Bf5od2XXl7Bf3upmM { width:20rem;height:12.824758602329rem;top:33.7481671875rem;left:0rem;display:none; }
#v9Vey8A4cicTIfRhNhwGFxGJ8VN3GNny { width:18.1875rem;height:auto;top:25.375rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
#mLfO8Q3BzHnkTIk2A3byHtMuNgEFJL4f { width:19.9985625rem;height:2.3374rem;top:0.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15018;font-weight:700;font-style:normal;color:#ffffff;font-family:"brown 2";display:block; }
#W7NTIoQDNobl03Uh8i0wrg0HFlMm5IHq { width:19.9985625rem;height:3.75rem;top:3.625rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;line-height:1;z-index:15017;font-weight:700;font-style:normal;color:#e7ff00;font-family:"brown 2";display:block; }
#mrAVBb2kgqbI1BUOU7eQZQveWdymrZEs { width:16.0610625rem;height:0.82470625rem;top:2.8125rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15019;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#UeGE075bGxDZ8TU2bHpGEdEwZdPbJSk1 { top:20.4375rem;left:0.71923828125rem;width:18.5610625rem;height:3.4370125rem;z-index:15037;background-color:#d7f209;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;font-size:1.375rem;display:block; }
#ewRsIQ9paGc7rFTmJE9CSRDNHH6lAhcz { display:block; }
#sS4fmgUG5CwrkLLXBXIUfVIT4l1rfRh9 { top:3.02392578125rem;left:15.7802734375rem;width:3rem;height:1.3125rem;z-index:15041;overflow:hidden;display:block; }
#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW { display:block; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW { background-color: transparent; background-image: none; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row .container > .video-iframe-container { display: none; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row > .video-iframe-container { display: none; }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .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); }#JXW9mVQWS5mQenrMpS8J1DMKZP3d8sKW > .row .container { width:20rem;height:28.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#AT1CpM25BMNPGxD7sndIXX9MpaC5cGl3 { top:2.6875rem;left:0rem;width:19.9995rem;height:3.73730625rem;z-index:15009;font-size:1.4375rem;font-weight:400;font-style:normal;color:#000000;line-height:1.3;text-align:center;text-align-last:center;display:block; }
#c24MxIrMC1xgzWBMRQB1IWVbJhtCkuOR { top:7.62451171875rem;left:0rem;width:20rem;height:20.125rem;z-index:14999;overflow:hidden;display:block; }
#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB { display:block; }#b0FWMpMkSHOrD5nHbE8qdyqg7AJKMlTB > .row .container { width:20rem;height:10.875rem;position:relative;display:block; }#tCwNDOfEHB0RIZBbIDtvBQks9tMyPyck { top:0.822265625rem;left:0rem;width:18.374625rem;height:1.71875rem;z-index:15005;font-size:1.5625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.1;display:block; }
#ofguploJESDBLMCC30GKB9WTqMu8n2AR { top:6.011962890625rem;left:0rem;width:20rem;height:3.673825rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#xNgzHylHZxKXxclFNQbre9Obs7Z8WXdW { top:2.666015625rem;left:0rem;width:4.8120125rem;height:3.0249rem;z-index:15006;font-size:2.75rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;display:block; }
#cocHNFsOd7wTMbuLqhNRp2xv7eceUmIO { display:flex;top:2.99951171875rem;left:4.4998779296875rem;width:0.9375rem;height:0.9375rem;z-index:15035;font-size:0.625rem; }
#nyzcT4ZvWmAdi6FL8xDGuqPFSO2mQnv3 { display:flex;top:2.99951171875rem;left:5.4373779296875rem;width:0.9375rem;height:0.9375rem;z-index:15036;font-size:0.625rem; }
#UiLSHAZMtNyDvErJBFMocDX2D6MtcndP { display:flex;top:2.99951171875rem;left:6.4371337890625rem;width:0.9375rem;height:0.9375rem;z-index:15037;font-size:0.625rem; }
#BbVyODCo0kQunIFK4KgbGFXQa6IBchdQ { display:flex;top:2.99951171875rem;left:7.4375rem;width:0.9375rem;height:0.9375rem;z-index:15038;font-size:0.625rem; }
#pOG9wZTn54fSZBqdk9XWE8ZNE2K7PXzA { display:flex;top:2.99951171875rem;left:8.437255859375rem;width:0.9375rem;height:0.9375rem;z-index:15039;font-size:0.625rem; }
#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc { display:block; }#wNSXAmTNJmJyLyXLFeaOha3bZLuuxpIc > .row .container { width:20rem;height:12.75rem;position:relative;display:block; }#rdXmQwFRTlgOWUms852pxf3ytK0TJRXM { top:7.874755859375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
#MuESh0kDq0XTbDx7FHlVbPbhxgva7gwk { top:6.2498779296875rem;left:0rem;width:20rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#FdKspVDS8EJfWSctBTf1FuAfBo4VZGpB { top:3.31201171875rem;left:0rem;width:11.6875rem;height:1.2246125rem;z-index:15075;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#tyNsgs4CkFb1tbb9TGTJyMoXJcVvctfg { top:2.125rem;left:0rem;width:5.7495125rem;height:1.2246125rem;z-index:15074;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#h4zZzxsInnLp4BGZfcrJr4qclpa5T0dp { display:flex;top:4.87451171875rem;left:3.0621337890625rem;width:0.75rem;height:0.75rem;z-index:15039;font-size:0.5rem; }
#lp5I9TPlJJMmRSDG3b1QCErOff846Oo9 { display:flex;top:4.87451171875rem;left:2.249755859375rem;width:0.75rem;height:0.75rem;z-index:15038;font-size:0.5rem; }
#LZSK8I54PBr4iUcTnzoEN3v1CIy6vZ2K { display:flex;top:4.87451171875rem;left:1.4996337890625rem;width:0.75rem;height:0.75rem;z-index:15037;font-size:0.5rem; }
#uOHU7CxQW9WckpHxK10LVAtuUq8acTTt { top:0.8123779296875rem;left:0rem;width:7.875rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#QSeFQRrTotx2vsntiDytDvJSLTRrlEw2 { display:flex;top:4.87451171875rem;left:0.74951171875rem;width:0.75rem;height:0.75rem;z-index:15036;font-size:0.5rem; }
#uO2MflT2fGnCZT3cwf7r9r2XBAivd8HC { display:flex;top:4.87451171875rem;left:0rem;width:0.75rem;height:0.75rem;z-index:15035;font-size:0.5rem; }
#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC { display:block; }#MhOq7Oe6qt6ZplsKtv0umzwUc4FIkMHC > .row .container { width:20rem;height:12.75rem;position:relative;display:block; }#ZKbVUysO0a9v3FGDBuHhIRGBOKLA0sbg { top:7.874755859375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
#Z1Wivo1nHqcNE4kNo9S2mdDOadFGohTf { top:6.2498779296875rem;left:0rem;width:20rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#qxKRot4MV0KEx3bWiOpxtbyTwnoeX1NS { top:3.31201171875rem;left:0rem;width:11.6875rem;height:1.2246125rem;z-index:15075;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#ERMteBrmv6TVtDUypGPeKm3iVofvUrml { top:2.125rem;left:0rem;width:5.7495125rem;height:1.2246125rem;z-index:15074;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#L1tv0QgP6WQtTywPrE9vwpAmvTUTAc4b { display:flex;top:4.87451171875rem;left:3.0621337890625rem;width:0.75rem;height:0.75rem;z-index:15039;font-size:0.5rem; }
#gWWrbHVProguvVvf617mT8wBQAamMUBT { display:flex;top:4.87451171875rem;left:2.249755859375rem;width:0.75rem;height:0.75rem;z-index:15038;font-size:0.5rem; }
#zT8peWfrUGQA29IRIAPS10lLVrNbD3Zn { display:flex;top:4.87451171875rem;left:1.4996337890625rem;width:0.75rem;height:0.75rem;z-index:15037;font-size:0.5rem; }
#HTpD7UubZTw7xQBEzy69quHHuAr99I0T { top:0.8123779296875rem;left:0rem;width:7.875rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#qNAIEafawV009zBiIl2L10tBTM87ANal { display:flex;top:4.87451171875rem;left:0.74951171875rem;width:0.75rem;height:0.75rem;z-index:15036;font-size:0.5rem; }
#iTisldhTTypK8bFuJ25BdN4WEDOBxdsr { display:flex;top:4.87451171875rem;left:0rem;width:0.75rem;height:0.75rem;z-index:15035;font-size:0.5rem; }
#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM { display:block; }#P2DU8cqXAkzq8UUeByXqRVvhOX7CStLM > .row .container { width:20rem;height:12.75rem;position:relative;display:block; }#rncifVFgMNKQ4GFkE8fFO3rcbnrcBfrB { top:7.874755859375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
#afMpPLO7uch2wSp4FhnnzdcEhq7gARLR { top:6.2498779296875rem;left:0rem;width:20rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#xQi1oUymTXeWVmTpQknnddzmCMUEB734 { top:3.31201171875rem;left:0rem;width:11.6875rem;height:1.2246125rem;z-index:15075;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#oVmG5bE1S03UJr1iZav1ETrfclGDAG5o { top:2.125rem;left:0rem;width:5.7495125rem;height:1.2246125rem;z-index:15074;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#H6lde7erba4n2U6flwKWwgeFra4hxzic { display:flex;top:4.87451171875rem;left:3.0621337890625rem;width:0.75rem;height:0.75rem;z-index:15039;font-size:0.5rem; }
#gWJFtd1pet9tC6gtTLBSUoMenx01TXrc { display:flex;top:4.87451171875rem;left:2.249755859375rem;width:0.75rem;height:0.75rem;z-index:15038;font-size:0.5rem; }
#oB3mgagEoqXVTE0CrBQ0q1WLkmpHpTZk { display:flex;top:4.87451171875rem;left:1.4996337890625rem;width:0.75rem;height:0.75rem;z-index:15037;font-size:0.5rem; }
#F5ofHoo6tkz7b2lBHQpVPUtRDOX3MMPq { top:0.8123779296875rem;left:0rem;width:7.875rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#IxBwdffGy0ceybQauLyJAoQIpCMa4ETp { display:flex;top:4.87451171875rem;left:0.74951171875rem;width:0.75rem;height:0.75rem;z-index:15036;font-size:0.5rem; }
#xbp3dqO93v8OHaLwmfArT7UJV0BF1Z6k { display:flex;top:4.87451171875rem;left:0rem;width:0.75rem;height:0.75rem;z-index:15035;font-size:0.5rem; }
#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS { display:block; }#AgOBPRgCeiGStlFC5ADROT4EAGWffTgS > .row .container { width:20rem;height:12.75rem;position:relative;display:block; }#pyetA3cFTCSyANhg2w7OmizwhswHmfit { top:7.874755859375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
#blJMNXWKURsRNspI92Cku0mcMevoUoIE { top:6.2498779296875rem;left:0rem;width:20rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#kbCPsEUVCTOmD7UI66lbNOSlPwVpd2Qd { top:3.31201171875rem;left:0rem;width:11.6875rem;height:1.2246125rem;z-index:15075;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#cs1MlF34E1Has4pnoVGwvd46Cw7w8OcZ { top:2.125rem;left:0rem;width:5.7495125rem;height:1.2246125rem;z-index:15074;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#KhMdmo1AETTtEbo72OBM17AF1VXTewLr { display:flex;top:4.87451171875rem;left:3.0621337890625rem;width:0.75rem;height:0.75rem;z-index:15039;font-size:0.5rem; }
#yfsrXdgnw19vTevXoTH1JODmPyRafRl3 { display:flex;top:4.87451171875rem;left:2.249755859375rem;width:0.75rem;height:0.75rem;z-index:15038;font-size:0.5rem; }
#gSISs5rF9sdbNRzWk9XpCxLRgwgbrK7y { display:flex;top:4.87451171875rem;left:1.4996337890625rem;width:0.75rem;height:0.75rem;z-index:15037;font-size:0.5rem; }
#tqXqaINLT3XNtz9nQk36wIvmJIx2WLrW { top:0.8123779296875rem;left:0rem;width:7.875rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#HfEwaudTIGUhLxaS0dygRKqwXoJ7ligt { display:flex;top:4.87451171875rem;left:0.74951171875rem;width:0.75rem;height:0.75rem;z-index:15036;font-size:0.5rem; }
#Prwr2OtEbleAWfltCiFiauH4JsEHZhHH { display:flex;top:4.87451171875rem;left:0rem;width:0.75rem;height:0.75rem;z-index:15035;font-size:0.5rem; }
#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN { display:block; }#ZbRtCS5DfMr5yhqXbQuMkJbRrXq48JEN > .row .container { width:20rem;height:12.75rem;position:relative;display:block; }#OzOe97P2uSOAdkFkLV3n05lsTkpCZFy6 { top:7.874755859375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
#ynOoC4Vm6PQgtSKZe6z8AeAA6gd5vFRc { top:6.2498779296875rem;left:0rem;width:20rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#LiXdg6chf372INP9qCK4XtogVkq3SDFc { top:3.31201171875rem;left:0rem;width:11.6875rem;height:1.2246125rem;z-index:15075;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#xX4gLQFD2egqLOrfquvDJ335EURdTppt { top:2.125rem;left:0rem;width:5.7495125rem;height:1.2246125rem;z-index:15074;color:#c3c2bd;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#CX0fuSGzOl13H9Leafz0wl3Xiov8F7ZM { display:flex;top:4.87451171875rem;left:3.0621337890625rem;width:0.75rem;height:0.75rem;z-index:15039;font-size:0.5rem; }
#anH6dsDsAM571o2T7EQpP5HyupZKsLfd { display:flex;top:4.87451171875rem;left:2.249755859375rem;width:0.75rem;height:0.75rem;z-index:15038;font-size:0.5rem; }
#rxNaCFyCFr28hTLnsMJcvtbHDqMAvWxZ { display:flex;top:4.87451171875rem;left:1.4996337890625rem;width:0.75rem;height:0.75rem;z-index:15037;font-size:0.5rem; }
#oVugefyxHJ29ne0t3UJcygbomJvtndsn { top:0.8123779296875rem;left:0rem;width:7.875rem;height:1.3999rem;z-index:15073;color:#000000;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#eyaqlO7CSCp9JCo3pFWQfHgZEP6u9A18 { display:flex;top:4.87451171875rem;left:0.74951171875rem;width:0.75rem;height:0.75rem;z-index:15036;font-size:0.5rem; }
#XAzXswDkz5ZIpEyDyEoyAda1vNi8y2uz { display:flex;top:4.87451171875rem;left:0rem;width:0.75rem;height:0.75rem;z-index:15035;font-size:0.5rem; }
#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container { background-color: transparent; background-image: none; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container > .video-iframe-container { display: none; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row > .video-iframe-container { display: none; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .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); }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container { border-width: 0; border-radius: 0; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTWigMvZ9FV5TeMmJt6ExbKriPhWdtQR > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; }#QIrbaJHCcq0MwoUtvvnz8QqXqdENTwsE { top:7.375rem;left:0rem;width:19.9995rem;height:1.29980625rem;z-index:15039;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#huFfokss4BqSckGHatrHkgf7OcA3VXmH { top:9.625rem;left:0rem;width:20rem;height:2.875rem;z-index:15000;overflow:hidden;display:block; }
#rslmrUMLmszWGndXLSpbpFdgDANHOmup { width:19.999rem;height:2.3374rem;top:0.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15018;font-weight:700;font-style:normal;color:#ffffff;font-family:"brown 2";display:block; }
#LZc6aOpcfmHf2e2BFo42B1w7cPTlFeOO { width:19.999rem;height:3.75rem;top:3.625rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;line-height:1;z-index:15017;font-weight:700;font-style:normal;color:#e7ff00;font-family:"brown 2";display:block; }
#J9a6n4JEwMURIC7db9wCCT8o9Eq9wVLS { width:16.0615rem;height:0.82470625rem;top:2.8125rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15019;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#sA5yNkznLCvbCSHzJEeSgWwOxWGSPRDz { top:2.83642578125rem;left:16rem;width:3.75rem;height:1.6875rem;z-index:15040;overflow:hidden;display:block; }
#TNTCg8nDbsKFiTnwTo4BvMhHdv2vsxD7 { top:12.5rem;left:0.71923828125rem;width:18.5610625rem;height:3.4370125rem;z-index:15036;background-color:#d7f209;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;font-size:1.375rem;display:block; }
#dzXd7ZnSTN5qapCypdEmDySGVJHNLs7y { display:block; }
#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { background-color: transparent; background-image: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container > .video-iframe-container { display: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row > .video-iframe-container { display: none; }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .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); }#zxqywZFffmrJDyv4CupN1aE6M4tnkdzB > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; }#IWzq649chPBcbM6Lr1xsyHp3iS1v25xv { width:20rem;height:0.0625rem;top:3.6875rem;left:0rem;display:block; }
#r558sWKuAtw4Lx8Cu94vqkdo8RKWvyL9 { width:20rem;height:6.82225rem;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
#NP9AEa6CTkE4TEOsOnF6FDLioc4MgxMs { width:20rem;height:2.5996125rem;top:0.46213150024414rem;left:0rem;font-size:2rem;display:block; }
