.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5647a16f-1fa5-451f-a9b8-8d50699b8b4a/Group17.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { 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:4.25rem;width:8.75rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.312499761581rem;left:0rem;height:10.5625rem;font-style:normal;display:block; }
#Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.9375rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { box-sizing:content-box;height:2.8125rem;width:12.9375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:24.9375rem;left:18.1875rem;display:block; }
#htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.125000953674rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-form-header {  }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:24.3125rem;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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:24.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:24.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:24.3125rem;box-sizing:border-box;height:2.5rem;color:#aaaaaa;font-family:arial;font-size:0.875rem;overflow:hidden; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { 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:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:24.3125rem;height:3.75rem;font-family:poppins;overflow:hidden;line-height:1.1;text-align:center;text-align-last:center; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]:-moz-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]::-moz-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]:-ms-input-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W [class*="-text"]::-webkit-input-placeholder { color:#aaaaaa;font-family:arial;font-size:0.875rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container:first-of-type{padding-top:0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-container:last-of-type{padding-bottom:0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(97,97,99,0.5) ;position:absolute;top:35.4873046875rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.3125rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-info-text { display:block;height:auto;font-family:arial;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; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(97,97,99,0.5) ;position:absolute;top:35.4873046875rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE { position:relative; }
#dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { position:relative;display:block; }
#I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { position:relative;display:block; }
#TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { position:relative;display:block; }
#ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { position:relative;display:block; }
#TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { position:relative;display:block; }
#uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { position:relative;display:block; }
#QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { position:relative;display:block; }
#NU5drkor88rQMm3ZQdttwnTW9X5mopUM { position:relative;display:block; }
#VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { position:relative;display:block; }
#vfFoMhuEuDpDJT8U8ekkWOWCLEsLZyfs { position:relative;display:block; }
#RH0seVD2WpqOyHZr4rGdekab6yyNtgSu { position:relative;display:block; }
#Bs2g75owXckIQmPuGgWPXT7q3vF7XIBx { position:relative;display:block; }
#Lq5RV1SKeHidq2XaNmTasNfBLmGqggQQ { position:relative;display:block; }
#SKPuxbKMSEhvzbzPT7WrL8aDwCSsb3Tm { position:relative;display:block; }
#mHJc9FDDCSPhIEEbXyBWEJ7krFDZfNC7 { position:relative;display:block; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN { position:relative; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA { position:relative; }
#zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.250001907349rem;left:44.562500953674rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { 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:112.6875rem;width:49.9375rem;display:none; }
#bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { box-sizing:content-box;height:2.8125rem;width:12.9375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:24.9375rem;left:18.1875rem;display:none; }
#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { position:relative;display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { background-color: transparent; background-image: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container > .video-iframe-container { display: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row > .video-iframe-container { display: none; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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); }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { border-width: 0; border-radius: 0; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .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:85.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wE7AdilkMvRb9wFJB394q378gOyheUJh { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.467968940735rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:14.125rem;top:48.124999284744rem;left:39.500000953674rem;overflow:hidden;display:block; }
#G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.125rem;top:17.562498092651rem;left:8.5624990463256rem;overflow:hidden;display:block; }
#NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.687498092651rem;left:29.987500190735rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.624217987061rem;left:29.987500190735rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.049999237061rem;left:39.500000953674rem;height:12.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
#Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { color:#000000;display:block;width:29rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47.0625rem;left:10.937499046326rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54rem;left:18.624218940735rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:60.424999237061rem;left:12.467968940735rem;height:12.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
#eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:77.025001525881rem;left:16.749218940735rem;display:block; }
#gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { position:relative;display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { background-color: transparent; background-image: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container > .video-iframe-container { display: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row > .video-iframe-container { display: none; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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); }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { border-width: 0; border-radius: 0; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .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:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.4359378814698rem;left:13.342968940735rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15013;background-color:#ededed;background-image:none;top:15.023437917232rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yDTDZIzoLh8XGq6wlezaD9Oof0y1HGkA { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:15.022656857967rem;left:12.874999046326rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QX6U1cNbGFKcIcq9OMlED2ZoxcCmmApf { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:15rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MlwtT33frO67vhHgZH6CtTKdsatW03E9 { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15016;background-color:#ededed;background-image:none;top:15rem;left:38.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lvBBsP0SvvzaS1RhAyA602uTn3LlbiGL { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15017;background-color:#ededed;background-image:none;top:15.022656857967rem;left:51.017968177796rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KKKAzFfRw87A02wwoUKmMX3U9wqt5WPd { box-sizing:content-box;height:13.8125rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:#ededed;background-image:none;top:15.022656857967rem;left:63.750000953675rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:16.803905904293rem;left:1.28515625rem;overflow:hidden;display:block; }
#fhp55Unz81NFxv5FWQPmb065R2ZbRgBB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.0625rem;top:16.803125798702rem;left:14.474999427796rem;overflow:hidden;display:block; }
#VC1ukOAsTrFrRcZTf4VXmSn2oOrC3RTp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.625rem;top:16.803125798702rem;left:27.037499427796rem;overflow:hidden;display:block; }
#g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.1875rem;top:16.803125798702rem;left:39.849999427796rem;overflow:hidden;display:block; }
#TFBNaOrfvTz7Za4fxoro8g7p6JB9z81x { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:17.071094930172rem;left:52.537499427796rem;overflow:hidden;display:block; }
#JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.1875rem;top:16.803125798702rem;left:65.349999427794rem;overflow:hidden;display:block; }
#En1HuvArukqbwUkLXkVVzoZKguTad8tm { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.560938298702rem;left:1.34375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJTMvc8rB65cvbcbJRwFyV8H6DMn4C7P { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.560156285762rem;left:14.474999427796rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHWS5c3tcdeGJAIHpb78PqvOT4GXHxEg { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.560156285762rem;left:27.037499427796rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.560156285762rem;left:39.849999427796rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvPPabafEX0X7P0bmiLeP3tEVbBEqMBX { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.560156285762rem;left:52.517968177796rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:21.560156285762rem;left:65.375000953675rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.497657060623rem;left:16.749218940735rem;display:block; }
#nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { position:relative;display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { background-color: transparent; background-image: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container > .video-iframe-container { display: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row > .video-iframe-container { display: none; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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); }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { border-width: 0; border-radius: 0; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .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:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.7484455108642rem;left:13.342968940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDOi0yIC05qw6c7dwg6z80kA76nVe020 { position:absolute;display:block;z-index:15014;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:20.375rem;width:31.9375rem;top:12.125782012939rem;left:4.59765625rem;overflow:hidden;display:block; }
#u0uDow8r1mWQPMZJ8Tmc5q91HgXukcw0 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.18593788147rem;left:17.522656440735rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wxgoobrTwm589BIrTlfaiXepZ5CHhE6y { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.43593788147rem;left:17.710156440735rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.56093788147rem;left:43.000000953674rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.12343788147rem;left:39.812500953674rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.56093788147rem;left:60.375000953674rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.12343788147rem;left:60.375000953674rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.49843788147rem;left:43.000000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.42578125rem;left:40.812500953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.49843788147rem;left:57.250000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { color:#000000;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.592189788818rem;left:59.843750953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.137499809265rem;left:16.749218940735rem;display:block; }
#lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { position:relative;display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { background-color: transparent; background-image: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container > .video-iframe-container { display: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row > .video-iframe-container { display: none; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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); }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { border-width: 0; border-radius: 0; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .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:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.7460956573486rem;left:19.905468940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:11rem;left:7.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(108,105,105,0.5) ;display:block; }
#veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:11rem;left:38.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(108,105,105,0.5) ;display:block; }
#G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.984375953674rem;left:17.967968940735rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { color:#000000;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.984375953674rem;left:49.217968940735rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.5625rem;top:12.406250476837rem;left:8.9117193222044rem;overflow:hidden;display:block; }
#HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.5rem;top:12.406250476837rem;left:40.349999427796rem;overflow:hidden;display:block; }
#vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.037500023842rem;left:16.749218940735rem;display:block; }
#LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { position:relative;display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { background-color: transparent; background-image: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container > .video-iframe-container { display: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row > .video-iframe-container { display: none; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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); }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { border-width: 0; border-radius: 0; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .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:65.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { 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:36.125rem;width:42.875rem;top:14.074999809265rem;left:-10.152831107401rem;overflow:hidden;display:block; }
#mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { color:#000000;display:block;width:54.875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.7453126907349rem;left:10.061718940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.807812690735rem;left:42.216404914856rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:45.125rem;top:13.974219465256rem;left:39.893244036074rem;overflow:hidden;display:block; }
#kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.057812213897rem;left:9.5601568222044rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { color:#000000;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.731249809265rem;left:16.772656440735rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { color:#000000;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:42.057830810547rem;left:42.310154914856rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
#A7tcFOW5f1KrJU4upvguaZnvkKy72khs { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:56.561719894409rem;left:16.749218940735rem;display:block; }
#rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { position:relative;display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { background-color: transparent; background-image: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container > .video-iframe-container { display: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row > .video-iframe-container { display: none; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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); }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { border-width: 0; border-radius: 0; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .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:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0500002801419rem;left:5.22265625rem;height:8.9375rem;font-style:normal;display:block; }
#XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { color:#000000;display:block;width:27.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.987500667572rem;left:5.22265625rem;height:3.25rem;font-style:normal;display:block; }
#LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:8.2062499523163rem;left:38.412499427796rem;display:block; }
#aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:46.75rem;height:21.9375rem;font-style:normal;display:block; }
#mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#000000;background-image:none;top:8.1875rem;left:41.5625rem;display:block; }
#cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#000000;background-image:none;top:15.625rem;left:41.5625rem;display:block; }
#OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#000000;background-image:none;top:22.75rem;left:41.5625rem;display:block; }
#sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:42rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:42rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Je0BXQeNxcexsJzh4phXl331lyKvUBoS { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.3125rem;left:6.125rem;height:2.03125rem;font-style:normal;display:block; }
#CMtqes16noyoC4NLyBSNLA104pKgoLwp { box-sizing:content-box;height:3.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:21.75rem;left:5.25rem;display:block; }
#TBwLFftmGENduMVTIzBHiMKaLTBnl38B { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.706250667572rem;left:5.9992189407349rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.911724090576rem;left:16.749218940735rem;display:block; }
#qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eba311f3-fa28-41b6-8e94-61edc1b92827/Comparison.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.adaptive-delivery-prevent-bg, #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.lazyload, #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC.lazyloading { background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { background-color: transparent; background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .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); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { border-width: 0; border-radius: 0; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5367188453675rem;left:11.405468940735rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:20.724999904633rem;left:0rem;display:block; }
#uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:24.225001335144rem;left:0rem;display:block; }
#JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:27.536719322204rem;left:0rem;display:block; }
#WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:30.787501335144rem;left:0rem;display:block; }
#gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:3.27734375rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:23.965626716614rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:51.250000953674rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.255469322204rem;left:23.965626716614rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.254688262939rem;left:51.250000953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6SDtOB2UXk2uo1eZt287634DZIkmrKW { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.254688262939rem;left:3.27734375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.755469322204rem;left:17.717968940735rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { box-sizing:content-box;height:8.625rem;width:44.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:43.887500762939rem;left:15.249218940735rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0rem 0.9375rem rgba(122,120,120,0.5) ;display:block; }
#mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;top:46.637500762939rem;left:29.974999427796rem;display:block; }
#qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:46.637500762939rem;left:43.787499427796rem;display:block; }
#fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:17.214062690735rem;overflow:hidden;display:block; }
#XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47rem;left:21.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.25rem;left:21.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.9375rem;left:35.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { color:#000000;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48.1875rem;left:35.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.9375rem;left:49.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COyELatm9NeOnmMd3OVviC3guRPkp3Cw { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:48.1875rem;left:49.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:31.112500190735rem;overflow:hidden;display:block; }
#VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:46.325000762939rem;left:44.912499427796rem;overflow:hidden;display:block; }
#nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { 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:120.9375rem;width:62.0625rem;display:none; }
#TwswvDcEt3kMABdzTHcP7oL93euAXWTx { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:3.27734375rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:23.965626716614rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.836719512939rem;left:51.250000953674rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:55.89999961853rem;left:16.749218940735rem;display:block; }
#clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { top:1.8125rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { top:13.25rem;left:0rem;width:47.75rem;height:10.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { top:24.9375rem;left:0rem;width:31.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { top:24.9375rem;left:4.5625rem;width:12.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { top:30.125rem;left:0rem;width:31.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-textarea { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-checkbox-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { width:24.3125rem;height:auto;top:35.4375rem;left:0rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { width:24.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { width:24.3125rem;height:auto;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE {  }
 }@media only screen and (max-width: 763px) { #dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { display:block; }
 }@media only screen and (max-width: 763px) { #I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { display:block; }
 }@media only screen and (max-width: 763px) { #TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { display:block; }
 }@media only screen and (max-width: 763px) { #uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { display:block; }
 }@media only screen and (max-width: 763px) { #QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { display:block; }
 }@media only screen and (max-width: 763px) { #NU5drkor88rQMm3ZQdttwnTW9X5mopUM { display:block; }
 }@media only screen and (max-width: 763px) { #VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { display:block; }
 }@media only screen and (max-width: 763px) { #vfFoMhuEuDpDJT8U8ekkWOWCLEsLZyfs { display:block; }
 }@media only screen and (max-width: 763px) { #RH0seVD2WpqOyHZr4rGdekab6yyNtgSu { display:block; }
 }@media only screen and (max-width: 763px) { #Bs2g75owXckIQmPuGgWPXT7q3vF7XIBx { display:block; }
 }@media only screen and (max-width: 763px) { #Lq5RV1SKeHidq2XaNmTasNfBLmGqggQQ { display:block; }
 }@media only screen and (max-width: 763px) { #SKPuxbKMSEhvzbzPT7WrL8aDwCSsb3Tm { display:block; }
 }@media only screen and (max-width: 763px) { #mHJc9FDDCSPhIEEbXyBWEJ7krFDZfNC7 { display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA {  }
 }@media only screen and (max-width: 763px) { #zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { top:47.25rem;left:3.5625rem;width:37.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { width:40.6875rem;height:91.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { top:24.9375rem;left:4.5625rem;width:12.9375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7AdilkMvRb9wFJB394q378gOyheUJh { top:3.9375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { top:48.0625rem;left:20.8125rem;width:14.125rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { top:17.5rem;left:0rem;width:14.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { top:16.625rem;left:16.362500190735rem;width:25.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { top:23.5625rem;left:16.362500190735rem;width:25.1875rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { top:30rem;left:23.0625rem;width:24.6875rem;height:12.3125rem;font-size:0.625rem;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
 }@media only screen and (max-width: 763px) { #Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { top:47.0625rem;left:0rem;width:29rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { top:54rem;left:4.9992189407349rem;width:21.25rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { top:60.375rem;left:0rem;width:24.6875rem;height:;font-size:0.625rem;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
 }@media only screen and (max-width: 763px) { #eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { width:41.5rem;height:5rem;top:77rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block; }
 }@media only screen and (max-width: 763px) { #K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { top:2.375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { top:15rem;left:0rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTDZIzoLh8XGq6wlezaD9Oof0y1HGkA { top:15rem;left:0rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6U1cNbGFKcIcq9OMlED2ZoxcCmmApf { top:15rem;left:11.875rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlwtT33frO67vhHgZH6CtTKdsatW03E9 { top:15rem;left:24.6875rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBBsP0SvvzaS1RhAyA602uTn3LlbiGL { top:15rem;left:36.5rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKKAzFfRw87A02wwoUKmMX3U9wqt5WPd { top:15rem;left:36.5rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { top:16.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhp55Unz81NFxv5FWQPmb065R2ZbRgBB { top:16.75rem;left:0.84999942779544rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1ukOAsTrFrRcZTf4VXmSn2oOrC3RTp { top:16.75rem;left:13.412499427796rem;width:3.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { top:16.75rem;left:26.224999427796rem;width:4.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBNaOrfvTz7Za4fxoro8g7p6JB9z81x { top:17.0625rem;left:38.912499427796rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { top:16.75rem;left:44.5625rem;width:3.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1HuvArukqbwUkLXkVVzoZKguTad8tm { top:21.5rem;left:0rem;width:8.5625rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTMvc8rB65cvbcbJRwFyV8H6DMn4C7P { top:21.5rem;left:0.84999942779544rem;width:8.5625rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHWS5c3tcdeGJAIHpb78PqvOT4GXHxEg { top:21.5rem;left:13.412499427796rem;width:7.3125rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { top:21.5rem;left:26.224999427796rem;width:8.875rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvPPabafEX0X7P0bmiLeP3tEVbBEqMBX { top:21.5rem;left:38.892968177796rem;width:8rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { top:21.5rem;left:39.75rem;width:8rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { width:41.5rem;height:5rem;top:32.4375rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block; }
 }@media only screen and (max-width: 763px) { #nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { top:2.6875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOi0yIC05qw6c7dwg6z80kA76nVe020 { top:12.125rem;left:0rem;width:31.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0uDow8r1mWQPMZJ8Tmc5q91HgXukcw0 { top:14.125rem;left:3.8976564407349rem;width:16.375rem;height:4.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxgoobrTwm589BIrTlfaiXepZ5CHhE6y { top:18.375rem;left:4.0851564407349rem;width:15.9375rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { top:13.5rem;left:29.375000953674rem;width:9.3125rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { top:24.0625rem;left:26.187500953674rem;width:15.6875rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { top:13.5rem;left:38.4375rem;width:9.3125rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { top:24.0625rem;left:38.4375rem;width:9.3125rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { top:17.4375rem;left:29.375000953674rem;width:9.3125rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { top:28.375rem;left:27.187500953674rem;width:13.6875rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { top:17.4375rem;left:32.1875rem;width:15.5625rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { top:28.5625rem;left:37.375rem;width:10.375rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { width:41.5rem;height:5rem;top:36.125rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block; }
 }@media only screen and (max-width: 763px) { #MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { top:2.6875rem;left:6.280468940735rem;width:35.1875rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { top:11rem;left:0rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { top:11rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { top:12.9375rem;left:4.3429689407349rem;width:16.8125rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { top:12.9375rem;left:33.375rem;width:14.375rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { top:12.375rem;left:0rem;width:7.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { top:12.375rem;left:26.724999427796rem;width:7.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { width:41.5rem;height:5rem;top:27rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block; }
 }@media only screen and (max-width: 763px) { #WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { top:14.0625rem;left:0rem;width:42.875rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { top:3.6875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { top:36.75rem;left:28.591404914856rem;width:17.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { top:13.9375rem;left:2.625rem;width:45.125rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { top:18rem;left:0rem;width:20.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { top:23.6875rem;left:3.1476564407349rem;width:16rem;height:;font-size:0.625rem;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
 }@media only screen and (max-width: 763px) { #Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { top:42rem;left:28.685154914856rem;width:17rem;height:10.375rem;font-size:0.625rem;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
 }@media only screen and (max-width: 763px) { #A7tcFOW5f1KrJU4upvguaZnvkKy72khs { width:41.5rem;height:5rem;top:56.5rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block; }
 }@media only screen and (max-width: 763px) { #hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { top:7rem;left:0rem;width:30.9375rem;height:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { top:15.9375rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { top:8.1875rem;left:24.787499427796rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { top:8.1875rem;left:23.1875rem;width:24.5625rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { top:8.1875rem;left:27.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { top:15.625rem;left:27.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { top:22.75rem;left:27.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { top:8.5625rem;left:28.375rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { top:15.9375rem;left:28.375rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { top:23.125rem;left:28.375rem;width:2.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0BXQeNxcexsJzh4phXl331lyKvUBoS { top:22.3125rem;left:0rem;width:19.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMtqes16noyoC4NLyBSNLA104pKgoLwp { top:21.75rem;left:0rem;width:20.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLFftmGENduMVTIzBHiMKaLTBnl38B { top:25.6875rem;left:0rem;width:19.4375rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { width:41.5rem;height:5rem;top:33.875rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block; }
 }@media only screen and (max-width: 763px) { #rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { display:none; }
 }@media only screen and (max-width: 763px) { #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { top:7.5rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { top:24.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { top:27.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { top:30.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { top:21.8125rem;left:0rem;width:13.9375rem;height:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { top:21.8125rem;left:10.340626716614rem;width:18.375rem;height:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { top:21.8125rem;left:24rem;width:23.75rem;height:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { top:16.25rem;left:10.340626716614rem;width:12.9375rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { top:16.25rem;left:32.875rem;width:14.875rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SDtOB2UXk2uo1eZt287634DZIkmrKW { top:16.25rem;left:0rem;width:6rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { top:38.75rem;left:4.0929689407349rem;width:39.5625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { top:43.875rem;left:1.6242189407349rem;width:44.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { top:46.625rem;left:16.349999427796rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { top:46.625rem;left:30.162499427796rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { top:46.3125rem;left:3.5890626907349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { top:47rem;left:8.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { top:48.25rem;left:8.1875rem;width:5.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { top:46.9375rem;left:22.25rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { top:48.1875rem;left:22.25rem;width:5.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { top:46.9375rem;left:35.4375rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyELatm9NeOnmMd3OVviC3guRPkp3Cw { top:48.1875rem;left:35.4375rem;width:9.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { top:46.3125rem;left:17.487500190735rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { top:46.3125rem;left:31.287499427796rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { width:47.75rem;height:93rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwswvDcEt3kMABdzTHcP7oL93euAXWTx { top:12.875rem;left:0rem;width:4.5rem;height:9.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { top:12.5625rem;left:0rem;width:5.3125rem;height:9.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { top:12.625rem;left:0rem;width:6rem;height:9.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { width:41.5rem;height:5rem;top:55.875rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6pBMRpFTbHh6edkNsNFU6IMauAFAsIL { width:6rem;height:2.875rem;top:1.1875rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tE3AvUWDtyc5iusyEsmWKzygxT5KLD { width:15.4375rem;height:6.825rem;top:6.5125002861025rem;left:2.2812500596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zi66P6cwbaK5dNzQy7TrJ526Z3MN6LhV { width:9.25rem;height:2.925rem;top:13.8125rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #stcgTdwuJMtmhpdJ4eWbbqZakFQvTMJH { width:6.9375rem;height:1.625rem;top:15.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htO8ofEwROSaJzvmnkgG3ZNF08GyJ9G2 { width:10.5625rem;height:3.9rem;top:17.687500238419rem;left:2.2812500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-regular-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-text {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-textarea { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-select {padding-top: 0; padding-bottom: 0;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W  { width:13.875rem;height:auto;top:33.050000190735rem;left:1.8125000596046rem; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W .radio-container { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W {display:block;}#a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W { width:13.875rem;height:auto;top:33.050000190735rem;left:1.8125000596046rem; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TznZMDc9mlVx9TeERPKSscrhN7nlN6h6 {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #TFnS9JKfgII6bbyBVWHDziOCf46a05sz {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ueUD7lZSGWKyKkE8POb0xf78x1oubWRV {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #v1ravphTUgJ13iH67EOqODL7Mb1LQ82o {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #sfgDTwyOPScwU2C5h1qiZz2NgZs6Xasb {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #b4Ibf9rGcnTbhDMrnabM8mlOA54lECym {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #zqqEbhFHmLddzgWWlpWQaiHQKug1tNJp {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wleaNZLMTNDLfn2OnyeNo2spLPka67gC {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #nfu6UnvLzcV6mVTLuBmlb5inMPSKz6kt {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #ozvTSICWDMMKlrMHRBPzG2DJRqQyB6pO {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #KNFfEfXf9UFLTCCZERCkR0xlFledLXMy {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #oyTOEpPll9ZbVhhn0HPQKPOofCelMTkE {  }
 }@media only screen and (max-width: 763px) { #dJOeCDnyMbvROmq9eXcNPVHVlfnFpSHs { display:block; }
 }@media only screen and (max-width: 763px) { #I7fDBTbbt55lbVPcI91NhDgbgKWfdoHl { display:block; }
 }@media only screen and (max-width: 763px) { #TpDEyAzN3wpCyDr9a5ML4KqGbJE5mRSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0EhZVbSrDHJP808HQrIKAuls2Na4L8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXdZILEyc69hEQgbL8WXWTKBS12FZH3P { display:block; }
 }@media only screen and (max-width: 763px) { #uxyK127hWUpusrVEp9bP9cqd9fNFyPbe { display:block; }
 }@media only screen and (max-width: 763px) { #QUVezZHXcNC4NKMa1gu7JzNWWNrcHgaD { display:block; }
 }@media only screen and (max-width: 763px) { #NU5drkor88rQMm3ZQdttwnTW9X5mopUM { display:block; }
 }@media only screen and (max-width: 763px) { #VXZuSXaTaZgPGXvAOMHAW7XvdTW96FUT { display:block; }
 }@media only screen and (max-width: 763px) { #vfFoMhuEuDpDJT8U8ekkWOWCLEsLZyfs { display:block; }
 }@media only screen and (max-width: 763px) { #RH0seVD2WpqOyHZr4rGdekab6yyNtgSu { display:block; }
 }@media only screen and (max-width: 763px) { #Bs2g75owXckIQmPuGgWPXT7q3vF7XIBx { display:block; }
 }@media only screen and (max-width: 763px) { #Lq5RV1SKeHidq2XaNmTasNfBLmGqggQQ { display:block; }
 }@media only screen and (max-width: 763px) { #SKPuxbKMSEhvzbzPT7WrL8aDwCSsb3Tm { display:block; }
 }@media only screen and (max-width: 763px) { #mHJc9FDDCSPhIEEbXyBWEJ7krFDZfNC7 { display:block; }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #wTiSCFUCmFDluSkCoQMtOT14BayWTKPN {  }
 }@media only screen and (max-width: 763px) { #a5AcZ3fM31V2J9HeVwNNK4GwTradRO1W #JH4SxKJFCcfkN1xBV8T5JhdubQGgJ8RA {  }
 }@media only screen and (max-width: 763px) { #zbrrVexiWfxRVUvT4BTgQMxf5OIKGIKK { width:13rem;height:3.65625rem;top:56.5625rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgsdHVg8bUV5WJhvBObrc7xA9SeRQ4aE { top:5.47265625rem;left:0.24921876192093rem;width:19.5rem;height:44.6875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bSgO3rcCmyoZ3vLnaPpXn822E2Ek4hqc { width:15.9375rem;height:4.75rem;top:56.0625rem;left:4.8125000596046rem;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu { display:block; }#eb584cEbnG7E7ctFlfpkZQ7fHUEuM7gu > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7AdilkMvRb9wFJB394q378gOyheUJh { width:15rem;height:6.09375rem;top:1.5rem;left:2.5000000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSNtPG83zSn30f2h3IFHsLq9Hiotf9w { width:9.8125rem;height:17.0625rem;top:40.018745422363rem;left:9.2992187142375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbDtT7M6u0lP78PwkiWWShgLmIahiT { width:9.625rem;height:17.0625rem;top:14.749219179154rem;left:0.87267984079594rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NSBSoaitgDTmuOAXDVTtCF6TgL6B0Wql { width:12.5rem;height:3.25rem;top:10.875000238419rem;left:3.7500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXLKMTZAGExPnvFdyqQJIPcoXQvf7U77 { width:8.5rem;height:4.875rem;top:14.437500238419rem;left:10.561718523503rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL { width:7.75rem;height:11.5rem;top:20.344531536103rem;left:11.361718714237rem;font-size:0.625rem;display:block; }#ZsI8J0fkBaKTUIlxCyiTDmZIEoXdNyzL li:before{  }
 }@media only screen and (max-width: 763px) { #Pp8mdfc26akUw3gD4pW2FH0T24KbmDsL { width:15.375rem;height:3.25rem;top:36.192188262939rem;left:2.3125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP8Z9QX2LZbhpQ0aOrTKMFAdGWz3xrIk { width:7.625rem;height:3.65625rem;top:40.01796913147rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh { width:7.375rem;height:11.5rem;top:45.317188262939rem;left:0.87265628576281rem;font-size:0.625rem;display:block; }#Mvuu7WB7NkgDp617G5hxnaWsMEX2H0hh li:before{  }
 }@media only screen and (max-width: 763px) { #eOAsZT7qn582Gzr8xmbeORsSPLfGEz5l { width:17.5rem;height:3.75rem;top:59.630471229553rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT0RKCMnFtE7q0PwWC2GSwf8vAQ3Vsr { display:block; }
 }@media only screen and (max-width: 763px) { #K9PCrxNgky0ASLSeylBVKgWVGevMyTTB { display:block; }#K9PCrxNgky0ASLSeylBVKgWVGevMyTTB > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEWhNEbHI4Z2bxxCC17ccGUlqM5Jopq5 { width:16.625rem;height:6.09375rem;top:1.3125rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyN9DN9g7EsltfG2qbZH301A3rRKnTWr { width:7.5rem;height:9.1875rem;top:8.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTDZIzoLh8XGq6wlezaD9Oof0y1HGkA { width:7.5rem;height:9.1875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6U1cNbGFKcIcq9OMlED2ZoxcCmmApf { width:7.5rem;height:9.1875rem;top:18.987493991852rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlwtT33frO67vhHgZH6CtTKdsatW03E9 { width:7.5rem;height:9.1875rem;top:18.986726760864rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvBBsP0SvvzaS1RhAyA602uTn3LlbiGL { width:7.5rem;height:9.1875rem;top:29.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKKAzFfRw87A02wwoUKmMX3U9wqt5WPd { width:7.5rem;height:9.1875rem;top:29.186719894409rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF8C2eddvLWgkwNgAWQtqidE7Xcr17o { width:2.5rem;height:2.5rem;top:10.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhp55Unz81NFxv5FWQPmb065R2ZbRgBB { width:2.75rem;height:2.5rem;top:10.250000238419rem;left:11.424999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1ukOAsTrFrRcZTf4VXmSn2oOrC3RTp { width:2.375rem;height:2.5rem;top:20.478125572204rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7OcLpc5IJ7Jp9yQp0OtDC5TlRSUGwoN { width:2.75rem;height:2.5rem;top:20.478128433227rem;left:11.424999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBNaOrfvTz7Za4fxoro8g7p6JB9z81x { width:2.5rem;height:2.5rem;top:30.25rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDqzUTsx3cWFVlLPKwaTmOMo2vuTlX5 { width:2.125rem;height:2.5rem;top:30.250000953674rem;left:11.424999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1HuvArukqbwUkLXkVVzoZKguTad8tm { width:5.8125rem;height:3.25rem;top:13.4375rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTMvc8rB65cvbcbJRwFyV8H6DMn4C7P { width:5.625rem;height:3.25rem;top:13.437500476837rem;left:11.468750536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHWS5c3tcdeGJAIHpb78PqvOT4GXHxEg { width:5.5625rem;height:2.4375rem;top:23.974219322204rem;left:3.0312500596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUS80P8xA1nUDtboqGdB8BiJt02Ndzm4 { width:5.25rem;height:3.25rem;top:23.974219322204rem;left:11.468750536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvPPabafEX0X7P0bmiLeP3tEVbBEqMBX { width:5.0625rem;height:3.25rem;top:33.800000190735rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5OEpdORsMBirsgd0I6CGBwLvUR1dTw { width:5rem;height:3.25rem;top:33.800000190735rem;left:11.218750536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prudppwHaWRT9tRtu3bgDfTU6nq1JRV8 { width:17.5rem;height:3.75rem;top:40.736722946167rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBe39CHKyvqtkXQs4NupRRENZUl0dTHG { display:block; }
 }@media only screen and (max-width: 763px) { #nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac { display:block; }#nQ3tgfTlc9Tg6dyEzJo9EDeDRKJyJEac > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FavSPBkmsbAiDkK5hHE6yCZ7qvFlS8Jv { width:14.9375rem;height:4.0625rem;top:1.5625rem;left:2.5312500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOi0yIC05qw6c7dwg6z80kA76nVe020 { width:18rem;height:11.4375rem;top:7.449999809265rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0uDow8r1mWQPMZJ8Tmc5q91HgXukcw0 { width:11.625rem;height:2.84375rem;top:8.590624809265rem;left:4.1875000596046rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxgoobrTwm589BIrTlfaiXepZ5CHhE6y { width:10.3125rem;height:1.625rem;top:11.134375572204rem;left:4.8437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLEt0qQrirM8zJSFlGNw2RfKqKQ4ovXF { width:5.5rem;height:2.84375rem;top:21.5rem;left:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37W5Pf07LOINL8TBQemiCx7ZUFKMxSZ { width:9.5rem;height:2.84375rem;top:29.6875rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpamer9vx1ycrv9JdGaknTkyDeKAkZu { width:5.125rem;height:2.84375rem;top:21.5rem;left:12.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRaDMgsqKybF1CQ2mt7hhTnQOrse1ey { width:5.6875rem;height:2.84375rem;top:29.6875rem;left:12.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAa943ZGx1xvIxcKyTI5pksVTkhzb83T { width:7.25rem;height:1.95rem;top:24.3125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRWLPQxquNe0Z9q38GaeTzyOTLLMSQog { width:8.625rem;height:1.95rem;top:32.5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wwkOxDWkClhyKJJiew3IWlzFC09M28 { width:7.8125rem;height:2.925rem;top:24.375rem;left:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUaCyXfuzBJgB9wo1KgPxMIi67mfEGrR { width:6rem;height:1.95rem;top:32.5rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbiN4qWSKecHiJa2BAgKFZibfkoFhSP { width:17.5rem;height:3.75rem;top:36.91953086853rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWXTD0BhoGKzRFaWfkUTC4RT9BwdyuI { display:block; }
 }@media only screen and (max-width: 763px) { #MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH { display:block; }#MXtuHlNqlvQPFUWTAf51a1rai5nPaLUH > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz9ZTk3ZrTms2txW7aM0keXidtCOaTph { width:14.6875rem;height:4.0625rem;top:1.3562507629394rem;left:2.6562500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsMPU1GbmXi7Nnb6mprcVrTlkVV4s97R { width:18.75rem;height:10.5625rem;top:6.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veCWBGSMTrbME8QT3nAuqc0WEHxaES3N { width:18.75rem;height:10.5625rem;top:19.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cQG89RdJxCrsOycxHOTqgB96mFnfsE { width:9.5625rem;height:8.775rem;top:7.75rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHmFxPmJmABRWNsVUV3atcM5NVfP1JH { width:9.5rem;height:7.8rem;top:20.625rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulV8C4TTAnqualQsyhZnsxqF87dKeAd8 { width:6.25rem;height:8.125rem;top:8.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOFGtFRJhTaQVmRhwiFg267hOgOTMsoq { width:6.25rem;height:8.125rem;top:20.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcuV7ir6qdxhkaTUXdPXnW6dxZZtRqqt { width:17.5rem;height:3.75rem;top:32.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUXeOcacOCUKAnStkKoSRoCOORlToFvE { display:block; }
 }@media only screen and (max-width: 763px) { #WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ { display:block; }#WtNxdfR8zHs0teyzsvLz6nlc86vTlfVJ > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APe0LQeuH4oVCW9DfuEAmtO9mDQeFptV { width:19.125rem;height:16.125rem;top:9.3125rem;left:-0.71111111111113rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZdBJu8hdi4lmqoiVeUtkFWFZw6RP0a { width:17.6875rem;height:4.0625rem;top:2.2804684638977rem;left:1.1554687619209rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DBLEPEdiqb0r7QQ4Xt2q8CsVnoXEq4 { width:7.875rem;height:1.21875rem;top:38.125rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzXm95d2pCHznzwEFqa2nspHKPHIvRs { width:19.3125rem;height:15.3125rem;top:28.455474853516rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxta43iPle6WIUKEJc5Dub7PZtGsDlW5 { width:8.875rem;height:1.21875rem;top:11.1875rem;left:8.3750005364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 { width:7.875rem;height:9.0625rem;top:14.468749523163rem;left:10.674218714237rem;font-size:0.625rem;display:block; }#XzZysgaXrsUhfN5DgI2TENG9rKev7Ng2 li:before{  }
 }@media only screen and (max-width: 763px) { #Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos { width:6.5625rem;height:7.9375rem;top:29.20546913147rem;left:2.4375000596046rem;font-size:0.625rem;display:block; }#Fp8X5flVd0kBeqRFAO6C2znMl2AzNaos li:before{  }
 }@media only screen and (max-width: 763px) { #A7tcFOW5f1KrJU4upvguaZnvkKy72khs { width:17.5rem;height:3.75rem;top:46.976579666138rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGWJ1qfS6o6UtRMsmzteZZGsxhLFR0G { display:block; }
 }@media only screen and (max-width: 763px) { #hamU949ZSXUJTfFGWgkyEMQECHZPO7JT { display:block; }#hamU949ZSXUJTfFGWgkyEMQECHZPO7JT > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkSaQT0T8XLhrqHf2vRNKk77WvUn8TnS { width:15.5625rem;height:4.0625rem;top:2.1250004768372rem;left:2.2187500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfIPMWLZ7n8sHcIXmeLecpXOP6llnpmW { width:13.875rem;height:1.625rem;top:6.1875004768372rem;left:3.0625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTQLIntNlD1UBnqAVKvBMsNWgm8lv0Nm { width:0.125rem;height:15.625rem;top:14.15rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXwQG2sNLRGxEG0RAnuz22mARhquOBgv { width:12.6875rem;height:10.96875rem;top:12.374999761581rem;left:5.1429687142372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ60NgxLoMrHAUkJnFlZ4ER7KbqwOz54 { width:1.875rem;height:1.875rem;top:12.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPlZFBr0Qt2SHIHH1IweNAQpssbbbTo { width:1.875rem;height:1.875rem;top:16.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAqIha0ZHFbVOytm9xJczmiVs66ZwAq { width:1.875rem;height:1.875rem;top:19.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHWqom3H0HtHI7JAkiK6QzCr0DP8sOZ { width:2.25rem;height:1.625rem;top:12.500000715256rem;left:2.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp99DWCTCXGmAXcHszRQfONykVA5C7 { width:2.25rem;height:1.625rem;top:16.25rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSGiP2Q3tFU9qckFXhBcJkUPd0LI7QM { width:2.25rem;height:1.625rem;top:20.0625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0BXQeNxcexsJzh4phXl331lyKvUBoS { width:16.25rem;height:1.625rem;top:25.905468940735rem;left:1.8750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMtqes16noyoC4NLyBSNLA104pKgoLwp { width:17.125rem;height:2.5625rem;top:25.43593788147rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLFftmGENduMVTIzBHiMKaLTBnl38B { width:14.25rem;height:2.84375rem;top:28.650000095367rem;left:2.8750000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqgNrGD2SIvrxrPuC1tPg4JlInapcKe { width:17.5rem;height:3.75rem;top:33.3125rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qldFc3cLvrPwhnklCouFd2Wk5F4VmOwQ { display:block; }
 }@media only screen and (max-width: 763px) { #rb9ERRgKUb4yawe1T27q6yFyNIsTHew0 { top:9.6500000953675rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15020;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC { background-color:#ffffff;background-image:none;display:block; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { background-color: transparent; background-image: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row > .video-iframe-container { display: none; }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .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); }#aOt3TTec5PoA4WK5TNtTnbEnQvkdxusC > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g34WA1qAmGCl5TybOXsCJUUgNLH76OH3 { width:16.625rem;height:4.0625rem;top:3.6875004768372rem;left:1.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO2wgnCdTPfIfNkPh6sZ99PW6GH3iaN { width:17.5rem;height:0.0625rem;top:14.668749809265rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxKepbyzf9ifUC9tO951F3pAsmvDmQ3 { width:17.5rem;height:0.0625rem;top:17.418750762939rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKLVvu2pasCO3hUdbaNr0U2fUmc4tFW { width:17.5rem;height:0.0625rem;top:20.293749809265rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWl9orTRh9l7fE43rG3kc4MWxaAADUE { width:17.5rem;height:0.0625rem;top:11.96875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEae5uMX3CCuq8XMk5KyhASpRMVALEs { width:5.875rem;height:0;top:16.043748855591rem;left:1.6875000596046rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ID8d2OOkQi4GGDzuIRS9lUM6kLUC4dEF { width:4.8125rem;height:0;top:12.512500375509rem;left:7.5937505364419rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UExd8FddpETpBDIHGAeBeSJUIcuhUAGL { width:6.5rem;height:0;top:12.918750286102rem;left:13.500000536442rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2P1BkxasV7xDbmlVJ4eRyzAnNIcglIF { width:2.75rem;height:1.625rem;top:9.5625rem;left:7.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9uEm9ZIJltp01RrDVsOJS0LQ0Z45bsZ { width:3.4375rem;height:1.625rem;top:9.5312505662444rem;left:14.125781595707rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6SDtOB2UXk2uo1eZt287634DZIkmrKW { width:2.75rem;height:0.8125rem;top:9.9375005662444rem;left:1.6875000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAFPVL1yzeaHsTeQJltldFq6q3kv0R1 { width:13.375rem;height:2.4375rem;top:25.356250286103rem;left:3.3125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lciIGeJRpeEyt3yK8CN5aTDK840TTKmF { width:15.0625rem;height:13.9375rem;top:30.529688835144rem;left:2.4687500596046rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAwv2gy6frHxTg0UXVMG7QrMk53QPIeg { width:0.125rem;height:3.125rem;top:36.3125rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWH1M8FLlqTTTzO2vb7fyZCaAfUl8yTR { width:0.125rem;height:3.125rem;top:36.3125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWZvcaskRWTv9ebRlBgLsqfKFOUo5Oe4 { width:2.5rem;height:2.5rem;top:31.875000953674rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XltXC8TKrE78pHqeGQZ9rPfnR2lO0wg2 { width:7.5625rem;height:1.625rem;top:31.875rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAT6ZEpZeXIykoQZxDxhQQlJ6Rsxiy6 { width:5.75rem;height:0.975rem;top:33.125rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFaBhXy6CZ4RB1XB6W9FtLibVlzwt6L { width:7.5625rem;height:1.625rem;top:36.311719894409rem;left:7.6250005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4UpgBqphOKbr61rzcM0w3Pi5btCuLX { width:5.75rem;height:0.975rem;top:37.448438644409rem;left:7.6250005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBDSAi71TGeWnnubBmu1sT6T4seAxy7 { width:7.5625rem;height:1.625rem;top:40.5625rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyELatm9NeOnmMd3OVviC3guRPkp3Cw { width:7.5625rem;height:0.975rem;top:41.8125rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Aprtlfl9f9Uf2wRzWbRwgW4pkWvft { width:2.5rem;height:2.5rem;top:36.061719894409rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVXLZZofcblvvHG1XCikhS5UlNzd0ydA { width:2.5rem;height:2.5rem;top:40.437501907349rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATRH3SfHBbvvcqdTbGRBGhyNkc64OyE { top:1.3562502861023rem;left:0.31171876192093rem;width:19.375rem;height:37.9375rem;z-index:15001;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwswvDcEt3kMABdzTHcP7oL93euAXWTx { width:4.5rem;height:9.75rem;top:12.606250762939rem;left:1.6875000596046rem;font-size:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xn4d1TFEmtcHR4nkIcVUktV3qU5i587y { width:5.3125rem;height:9.75rem;top:12.606250375509rem;left:7.2187505364419rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b4f8EmAfnFcDBrpUaTF3TGDBOvGyr9zO { width:6rem;height:9.75rem;top:12.606250762939rem;left:13.125000536442rem;font-size:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s8RbE8ie5ZpRzgZ9F1cULkoc1pRU6ZWu { width:17.5rem;height:3.75rem;top:47.280469894409rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clkhbRZFLs1wgWqGbZn3mwhdOyCkISkv { display:block; }
 }