.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { background-color: transparent; background-image: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { border-width: 0; border-radius: 0; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { background-color:#ffffff;background-image:none;width:75rem;height:30.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { color:#000000;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.703125rem;left:12.999218940735rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { color:#000000;display:block;width:58.3125rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.875rem;left:10.217968940735rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTM4IaER9D1mL5cNh60y5hx085wvUzu4 { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.56015586853rem;left:18.999218940735rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mg5EvFsLaR2U6TlmADHlBXiK5skKLxGU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:13rem;top:6.3125rem;left:0rem;overflow:hidden;display:block; }
#xNPspnAuRedx90kWelhugdaFTw1kqvdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container { background-color: transparent; background-image: none; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container > .video-iframe-container { display: none; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row > .video-iframe-container { display: none; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .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); }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container { border-width: 0; border-radius: 0; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#fMT71M3I38fJhiI4qJ3guOq1BOv9ScuB { z-index:15003;top:2.65625rem;left:27.812500953674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#laCJ0lfIMT5nMLnKBL7ak1qoQ6lQD7MX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row .container { border-width: 0; border-radius: 0; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#o38onmflJV0V5SmpFBIbmrWTwTi7Cb6w { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.31875038147rem;left:16.25rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { border-width: 0; border-radius: 0; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:none; }#P961Fg211B0aI1eSKqiMUF95PDH7ggih { color:#ff3c94;display:block;width:53.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25625038147rem;left:10.8125rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHimfAcGxevFbW1T0ooaFL4uLs0o496q { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8796882629394rem;left:12.0625rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-form-header {  }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-regular-label { display:block;width:13.75rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #f80072, #0f2c67);background-image: -moz-linear-gradient(244deg, #f80072, #0f2c67);background-image: -ms-linear-gradient(244deg, #f80072, #0f2c67);background-image: -o-linear-gradient(244deg, #f80072, #0f2c67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80072', endColorstr='#0f2c67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80072', endColorstr='#0f2c67' );";background-image: linear-gradient(244deg, #f80072, #0f2c67);background-size:initial !important;overflow:hidden; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.8125rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top;color:#161616; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.53125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container:first-of-type{padding-top:0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container:last-of-type{padding-bottom:0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:45rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:12.8125rem;top:13.712501525879rem;z-index:15004;position:absolute; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .radio-container { width:14.0625rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#1e1d1d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:45rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:12.8125rem;top:13.712501525879rem;z-index:15004;position:absolute; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ISduBXcCsAQmbRK8wCqJHXGVTy4dRtZU { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #SSgDTBAqVitkzpro0LLLc5TM1hCossKv { position:relative;display:block; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #XzXgO6gtsbCp324ZuexrrLRCD1d6lSIS { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ri7AEI1oC1X1tLQ6b2pTak8faSqU1LsR { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #GTcer7yIQ0cKqF3N9hiQIeWC6l3epwNy { position:relative;display:block; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #OkINi1imx4R8goUyy6sFen6mhlMeAQFG { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LWimRvCwyb3dDho1AEXMWe1EatgarvqE { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #FUxrlcbb4THBBdCkSJVxMg7zHduasRG9 { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #qRTwDTFn8od3gks3VhWKEX1yq5dFRi1a { position:relative; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ScMQpUPolpRW9Ax0fM7BLv8MGZ8tTtf5 { position:relative;z-index:2; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #PNTsCnVzXkm253SFa6eSWFVc911LfX3V { position:relative; }
#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { position:relative;display:block; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { background-color: transparent; background-image: none; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container > .video-iframe-container { display: none; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row > .video-iframe-container { display: none; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .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); }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { border-width: 0; border-radius: 0; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .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; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .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:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.53125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { background-color: transparent; background-image: none; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container > .video-iframe-container { display: none; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row > .video-iframe-container { display: none; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .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); }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { border-width: 0; border-radius: 0; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#fm9aDlV8wyPzIEDxhP4vDe95kmfkIOSP { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5687503814698rem;left:3.125rem;height:12.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a { position:relative;display:block; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a { background-color: transparent; background-image: none; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row .container > .video-iframe-container { display: none; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row > .video-iframe-container { display: none; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .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); }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a { border-width: 0; border-radius: 0; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .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; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .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:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mQBOI1e02cnybDtAFMAmTdOOHNh27p4v { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 { position:relative;display:none; }#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 { border-width: 0; border-radius: 0; }#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 > .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; }#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MbNTXUhXLg5uuTK6hRbXQDEAwhNfIUSQ { color:#585858;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1734375953674rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq { color:#585858;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2335939407349rem;left:0rem;height:19.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq li:before{  }
#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { border-width: 0; border-radius: 0; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n { position:relative;display:block; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n { background-color: transparent; background-image: none; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container > .video-iframe-container { display: none; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row > .video-iframe-container { display: none; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .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); }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n { border-width: 0; border-radius: 0; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fCKzAd1biuWk2sPQBnMEpb3Clw6SDtl2 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a9a1a1;border-left:0.1875rem solid #a9a1a1;border-right:0.1875rem solid #a9a1a1;border-bottom:0.1875rem solid #a9a1a1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:55.625rem;top:2.1929626464844rem;left:9.6304693222044rem;display:block; }
#FVwSPNWJo8VFDMSW00BDgBNrbqg9T3fD { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8125rem;left:9.6304693222044rem;display:block; }
#tD2gLMwZCkCPvQVlGXP8gNygi12GuqCQ { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:34.925000190735rem;left:62.480469703674rem;display:block; }
#DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.362500190735rem;left:23.692189216614rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.9374996423721rem;left:12.842968940735rem;height:24.9375rem;text-align:center;text-align-last:center;display:block; }
#XpRXzEeDrPNhaTxtICdlxPTNSoUwK716 { 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:12.8125rem;width:12.8125rem;top:32.5rem;left:10.880469322204rem;overflow:hidden;display:block; }
#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8bf06ee-bb3e-4aea-b103-9989b8f713b0/Projektbeztytuu1crop_952x1080_00preview.png");background-position:center right !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; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43.adaptive-delivery-prevent-bg, #p2On67M5JELHM5ui6nWTqbv7WCiW8z43.lazyload, #p2On67M5JELHM5ui6nWTqbv7WCiW8z43.lazyloading { background-image: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { background-color: transparent; background-image: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container > .video-iframe-container { display: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row > .video-iframe-container { display: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .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); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { border-width: 0; border-radius: 0; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2375001907349rem;left:8.280468940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.0625rem;left:5.0625rem;height:20.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFyhqV8nmkiCnQNNZnXi9dydmZhUI1wr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:27.4375rem;top:1.5625rem;left:47.5625rem;overflow:hidden;display:none; }
#Rsd4L9KnEQZzn8unvKwUcRPTZ02QJ6MZ { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:27.949996948243rem;left:5.0625rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { background-color: transparent; background-image: none; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container > .video-iframe-container { display: none; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row > .video-iframe-container { display: none; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .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); }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { border-width: 0; border-radius: 0; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#K1hzTSiHJpuofpyd3W7gcZiTXyES9HWD { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container { background-color: transparent; background-image: none; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container > .video-iframe-container { display: none; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row > .video-iframe-container { display: none; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .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); }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container { border-width: 0; border-radius: 0; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#zuTa5FlC2sBJBAVLv0RkiNnkGr9h8wVb { color:#b7126b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container { background-color: transparent; background-image: none; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container > .video-iframe-container { display: none; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row > .video-iframe-container { display: none; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .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); }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container { border-width: 0; border-radius: 0; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2109398841856rem;left:3.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2109379768369rem;left:28.031251907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaJhngaWiQBniJCrz7RP7KilBeTDKgsw { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.2109365463256rem;left:53.125001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u44x860lbhD4UMnzPBL5MNA3HR7GA1AT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:9.8124990463256rem;left:53.125001907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.8125rem;left:2.125rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:9.8117198944094rem;left:27.156251907349rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyhTM3PrfrdLTILN1dropvc8gJqcDbK6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.0234360694885rem;left:9.75rem; }
#LSiMSZITJ5CUmbmTkMTtzaUuZbnhoI7n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.9468736648559rem;left:35.187501907349rem; }
#IyOt6bfdqNz8eX0AyMeLRial2wvPNvGD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.0226550102234rem;left:59.749998092651rem; }
#cOJP575sWiMSOcoiGplsI6ptzHc11694 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container { background-color: transparent; background-image: none; }#cOJP575sWiMSOcoiGplsI6ptzHc11694::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container > .video-iframe-container { display: none; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row > .video-iframe-container { display: none; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .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); }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container { border-width: 0; border-radius: 0; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#ZiedFHrayL61ZiFpFnCVcCexnicDvLUB { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0750007629394rem;left:3.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uqn3aXBp6WhVLAOMKC7gy0ia8OvheaAF { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.324996948243rem;left:25.000001907349rem;height:6.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0tEXo4ahQfT6WIgkJKDJUBDTlQSos3Q { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0359382629394rem;left:28.125000953674rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2gl8MDmxyXslTZs8MmZFp257LXT4GtE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.25rem;left:53.125001907349rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wo9Op0lZIrPETl4BX5lZlV2gcdsianE3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.23671913147rem;left:3.125rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSOP7SpBeFrO2egTZHKsTuSq68KfyllV { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.236718177796rem;left:50.937501907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVEJTiDhTbplxsm990H2zmvEfFGPRNVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.8749980926514rem;left:9.75rem; }
#trqzwHPc133KFuWO41h6oSdOxCGmwVOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3125rem;left:34.75rem; }
#Ueu8555HTwTQTWGdX2a9Ss2CwNy0h6Fz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.3125rem;left:59.6875rem; }
#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container { background-color: transparent; background-image: none; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container > .video-iframe-container { display: none; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row > .video-iframe-container { display: none; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .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); }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container { border-width: 0; border-radius: 0; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#MZCyUvWZ69OqOWsDR57uJWm0Anrv9m6S { color:#020202;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0tLWdFfOFlxo2WAOPL4wbyeBcxcEP87 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:11rem;left:28.125001907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4hp0qiORxmOZ1Bd2EtTMSEaTAbBpN9P { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.7492198944094rem;left:27.562501907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhO5KDnQqvi8wwO1P0Qnm4HCAkB9MKF9 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.75rem;left:51.812501907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTQILIZSATaMV0kPWEB5WiURUTWLZ5lD { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11rem;left:0.1875rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqAGwdPsm7RaqLnErlUip2QUUniZrCFF { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.000001907349rem;left:50.625001907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEbH8mBlqvSUVXywG4JLs55Gq4nyydJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.3125rem;left:9.75rem; }
#nOCqvumzQic1uires8Q1K42Tkm051x0I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.3125009536743rem;left:34.718751907349rem; }
#gi64PiPHgis52PTwAE3rGyFgepeoBTD6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3125rem;left:59.6875rem; }
#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container { background-color: transparent; background-image: none; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container > .video-iframe-container { display: none; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row > .video-iframe-container { display: none; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .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); }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container { border-width: 0; border-radius: 0; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#u78uCBJbQFfR8zrahWiQOz5W60KCFJlC { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:11.411719322204rem;left:26.937501907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydLrxRd4DQ4stfrBQA44KBITy3HpsOqQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.88671875rem;left:28.125000953674rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWZzTH9pxhvAIEkeLOyQDiCOFSECl0iq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.5625rem;left:35.000001907349rem; }
#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container { background-color: transparent; background-image: none; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container > .video-iframe-container { display: none; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row > .video-iframe-container { display: none; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .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); }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container { border-width: 0; border-radius: 0; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#owkwtXLLDVJ87g1GZ1tVGX16d5hL7vfT { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3749980926514rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH > .row .container { border-width: 0; border-radius: 0; }#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#f3kORItgUwmTF9M3TzCC6wkZg01ZlQlI { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz > .row .container { border-width: 0; border-radius: 0; }#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:none; }#iZPVZWT3d0bpkupA9g0mNMxunR9HC43g { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.862501144409rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blnAF5wLQFnvsOiDyCEF7hUOQnufZnDp { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.862501144409rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxXLE4N8gNWtO1eKWgzXgzGBkQgzg0Qg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.862501144409rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXUIoEVFezEoTPfRbVGhLDnDn6PSMMyP { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.100000023842rem;left:53.125001907349rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5HspmdDRVnNFQkfrq5VqD6RSG6kcNRm { color:#585858;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:16.100001335144rem;left:2.71875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ft3AQgst2hKTA9wbJnG0mCtZ8dwNtlVX { color:#585858;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.100000023842rem;left:27.125001907349rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBGOQX3Nk2wWs59GZDTuOFv2BEziXTSU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:1.125rem;left:6.625rem;overflow:hidden;display:block; }
#ZES9JJ90Ti3extleM4g5nv3bmWS1cT93 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:0.90625rem;left:31.406251907349rem;overflow:hidden;display:block; }
#diS20SvveFzIbflVNEXcFtpergoFzJ2I { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:1.25rem;left:56.749998092651rem;overflow:hidden;display:block; }
#ETrmf8TcKBmSTe2U6TELP02auivWuqJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ETrmf8TcKBmSTe2U6TELP02auivWuqJc > .row .container { border-width: 0; border-radius: 0; }#ETrmf8TcKBmSTe2U6TELP02auivWuqJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETrmf8TcKBmSTe2U6TELP02auivWuqJc > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:none; }#JtBBNrh1yE70RObyFqts9qTHdl64M0hL { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUp0DaR4kxkV1IZo4hTsBN9zxoCCK35S { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:28rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3w1WEPSgBcZ2mOv1CkP0iKSuZJq73iD { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mubZgrTiKvTsztxOnJsk5WzB2mAuhSoQ { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.16250038147rem;left:53.125rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rO6FuJIyuLXINqd4dstruNf2G97i5tEM { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:16.91250038147rem;left:3.125rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6Fe0C1VLRCwOSPMAr0i8Xno5RQa2GIQ { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.91250038147rem;left:28.125001907349rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2wmq5pcqeQOiRngPxPPiJLtaUKa6kQp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:1.6312503814698rem;left:6.40625rem;overflow:hidden;display:block; }
#T5KuqCHzuilIncSuFxVlETMSFWhJp2dT { position:absolute;display:block;z-index:15013;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:13.1875rem;width:13.1875rem;top:0.72500038146975rem;left:30.906251907349rem;overflow:hidden;display:block; }
#J2ikLL3LyRG7aCTWq2XEHZ6AhKbPnmxV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.3125rem;width:12.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.2375011444092rem;left:56.343748092651rem; }
#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { border-width: 0; border-radius: 0; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:none; }#mbNzaO3xu5sdi5R64kBFyNETmlLtwNfx { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:59.5625rem;top:1.6250003576279rem;left:7.71875rem;display:block; }
#OpCIgQXWpf57GEcCqziTOEvP0TzxavHU { color:#585858;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.625rem;left:10.125rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { color:#585858;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.28125rem;left:10.875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNcEOPAaxlTbitg3ZA9CN9tzyKqZzyG5 { color:#585858;display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9343761205673rem;left:10.28125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuclQKoTV0gZdGFzIqdtQyDdRP0omWu5 { color:#585858;display:block;width:48.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:23.78750038147rem;left:26.875001907349rem;height:12.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cGT1yRhdsIo0Z7XkqBWxTauyncTikddE { color:#585858;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.54921913147rem;left:10.125rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 { position:relative;display:block; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 { background-color: transparent; background-image: none; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container > .video-iframe-container { display: none; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row > .video-iframe-container { display: none; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .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); }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 { border-width: 0; border-radius: 0; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TONJZFEkKyyGNBu0TxEl4wlW5ouEmUIq { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a9a1a1;border-left:0.1875rem solid #a9a1a1;border-right:0.1875rem solid #a9a1a1;border-bottom:0.1875rem solid #a9a1a1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:55.6875rem;top:2.1921875476837rem;left:9.6304693222044rem;display:block; }
#vqIQyIQ32tFla8EHi09OGyavNz6DrgKy { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8125rem;left:9.6304693222044rem;display:block; }
#TWsZhFtpTWiL9iipaequH7isxqFbOBPJ { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.425000786781rem;left:62.542969703675rem;display:block; }
#EWqRmZRrbxrAD7EWDvLXwvzWow0qlkk0 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.550000786781rem;left:23.442189216614rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#VTRIMu8ULAsJP4TJpqffL3l05g3TETxR { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.9374996423721rem;left:12.842968940735rem;height:23.15625rem;text-align:center;text-align-last:center;display:block; }
#xh4fP8eNkVnuslpccWMf8HfJ77B6h2Gm { 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:12.6875rem;width:12.6875rem;top:24.132812142372rem;left:12.755469322204rem;overflow:hidden;display:block; }
#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { background-color: transparent; background-image: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container > .video-iframe-container { display: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container { display: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .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); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { border-width: 0; border-radius: 0; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#l2naUAMJcs9DmRsShNJ6vs3GTJkNvGvq { position:absolute;display:block;z-index:15000;background-color:#fbbddc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:59.5625rem;top:1.6250003576279rem;left:7.71875rem;display:block; }
#ZNTJsWQh7Lat3ZyptGKxmmLSnxiHEyo4 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:4.0929679870606rem;left:13.4375rem;height:12.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xG2iy1FlP0GSL9282hgnegytVyvUS50y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row .container { border-width: 0; border-radius: 0; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:none; }#psWcFyrfzHCvPr4PNadggHULwXBRcspV { color:#585858;display:block;width:48.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.4742183685302rem;left:13.4375rem;height:12.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#f613yMifzckfJOqrFPm5LJsSw7bDsbJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f613yMifzckfJOqrFPm5LJsSw7bDsbJB > .row .container { border-width: 0; border-radius: 0; }#f613yMifzckfJOqrFPm5LJsSw7bDsbJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f613yMifzckfJOqrFPm5LJsSw7bDsbJB > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:none; }#Cand1knF2WAZqprq8H4BdmTJ02cclswJ { color:#585858;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:19.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDgMrP3vqkKu5VWqhzz7PMraUkqh297X { z-index:15004;top:8.5250000953675rem;left:27.812501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lKODZoRbLGXVfmBQyrpa8Q13OTB1DEpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { background-color: transparent; background-image: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .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); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { border-width: 0; border-radius: 0; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#b1A950A3hpht4LxyEZGLP9189c2xkfnU { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750305175781rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { background-color: transparent; background-image: none; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container > .video-iframe-container { display: none; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row > .video-iframe-container { display: none; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .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); }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { border-width: 0; border-radius: 0; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#ihpqiIoMVQd6DMuTEDbLqRc5cFLNTR69 { 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:23.125rem;width:15.375rem;top:4.375rem;left:1.875rem;overflow:hidden;display:block; }
#oTPU0KKVfIeTkfhSlpyFlE9ZB2JxLiVm { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:21.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5d4riIhWP1eD21P5aWti27f4e38cG1C { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:4.8125rem;left:20.424218177796rem;height:20.825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { color:#000000;display:block;width:71.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28.9375rem;left:1.625rem;height:7.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { background-color: transparent; background-image: none; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container > .video-iframe-container { display: none; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row > .video-iframe-container { display: none; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .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); }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { border-width: 0; border-radius: 0; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfaNXu2OllQqwkwCWFcamVqTVGWt2dWh { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:24.093751907349rem;height:2.51875rem;font-style:italic;display:block; }
#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container { background-color: transparent; background-image: none; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container > .video-iframe-container { display: none; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row > .video-iframe-container { display: none; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .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); }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container { border-width: 0; border-radius: 0; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#JiOKyWOW9STvxPvPLUnui79USnWWS2Ez { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.35546875rem;left:8.280468940735rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v119C7geEtvmsNcTUQsRCggmMDa8csaK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbddc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container { background-color: transparent; background-image: none; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container > .video-iframe-container { display: none; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row > .video-iframe-container { display: none; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .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); }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container { border-width: 0; border-radius: 0; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#DXMXMsGTszkwv4HZxIk6195WDOuih0wD { color:#050505;display:block;width:68.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5367431640625E-7rem;left:3.125rem;height:10.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container { background-color: transparent; background-image: none; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container > .video-iframe-container { display: none; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row > .video-iframe-container { display: none; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .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); }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container { border-width: 0; border-radius: 0; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#uXJL2KH80AUJNhTcRTORaP2qnk3I0x9z { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.59375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq > .row .container { border-width: 0; border-radius: 0; }#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#P5JVDa2PCX2os3dkQ1bFFWwrhPBUnkhq { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.59375rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container { background-color: transparent; background-image: none; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container > .video-iframe-container { display: none; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row > .video-iframe-container { display: none; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .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); }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container { border-width: 0; border-radius: 0; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:75rem;position:relative;display:block; }#AUdieLwHH11bPKHqkTszwnsV7ERi9zLQ { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:70.287525177rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsHpa80h9NMzbJ4aRf43TsuexI5FKiUT { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:0rem;left:1.09375rem;height:67.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wcu7QkaUDDeSPUPHRcC5et6VCd4ytRkf { color:#ff3c94;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container { background-color: transparent; background-image: none; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container > .video-iframe-container { display: none; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row > .video-iframe-container { display: none; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .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); }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container { border-width: 0; border-radius: 0; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:75rem;position:relative;display:block; }#BlVigFg9Z5mwQr4TKgAaSb3y3BshePlG { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:69.287498474119rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkE1hOOEoP7ooql1wi9XMKErn1bq31Wz { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:0rem;left:1.09375rem;height:67.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container { background-color: transparent; background-image: none; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container > .video-iframe-container { display: none; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row > .video-iframe-container { display: none; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .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); }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container { border-width: 0; border-radius: 0; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:75rem;position:relative;display:block; }#PBDRI1u0Kffq54FdI5qJqcmAaMTOCv0l { color:#000000;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:68.036718845369rem;left:2.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvbpFz2QWGKA0nfrcyGDyipT3704H28V { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:5.7220458984375E-6rem;left:1.09375rem;height:67.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XlHzxTBkR6grNRyZmMyznoudVRrG7CER { position:relative;display:block; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER { background-color: transparent; background-image: none; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container > .video-iframe-container { display: none; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row > .video-iframe-container { display: none; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .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); }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER { border-width: 0; border-radius: 0; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cuDpD2wvDcfNiifXWfTQAE2wbOF2WXA6 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a9a1a1;border-left:0.1875rem solid #a9a1a1;border-right:0.1875rem solid #a9a1a1;border-bottom:0.1875rem solid #a9a1a1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:55.6875rem;top:2.1921874526888rem;left:9.6304693222044rem;display:block; }
#XXhR5VSrnu3OnkH0iWeEh5HnDqFRNWqF { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8125rem;left:9.6304693222044rem;display:block; }
#R6mt713RXoGPL0E0wm530THPfXwZaKGA { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.112500667572rem;left:62.542969703675rem;display:block; }
#Ihol3lBqZey1r7IyToysWComVLhJzMk8 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.4375rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#EbxJEioo8s7eizt00ETyzDGOoQAMyTyS { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.9374996423721rem;left:12.842968940735rem;height:8.90625rem;text-align:center;text-align-last:center;display:block; }
#qm295qxpwivHkHI9d9n3rZsOLHKMANUd { 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:12.8125rem;width:12.8125rem;top:11.75rem;left:9.625rem;overflow:hidden;display:block; }
#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { background-color: transparent; background-image: none; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container > .video-iframe-container { display: none; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row > .video-iframe-container { display: none; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .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); }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { border-width: 0; border-radius: 0; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rvh3kPQSo3fQmmek38R7c3kvy1p8VW0B { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750305175781rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container { background-color: transparent; background-image: none; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container > .video-iframe-container { display: none; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row > .video-iframe-container { display: none; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .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); }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container { border-width: 0; border-radius: 0; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m { color:#000000;display:block;width:68.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { background-color: transparent; background-image: none; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container > .video-iframe-container { display: none; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row > .video-iframe-container { display: none; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .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); }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { border-width: 0; border-radius: 0; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#WNiBrtIJoIu1aHATJSTZQQh6bLfbwE7D { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.42734336853rem;left:17.624218940735rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AXpfThx3kf2CQvZDnPyouBED2GUW9vqZ { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.93359375rem;left:6.1242189407349rem;height:16.49375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zJfIV43OK8KGeEwHI01gTUTLDVvahWP2 { box-sizing:content-box;height:15.125rem;width:63.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:1.4945678710938rem;left:4.2109375rem;border-top:0.375rem solid #ff3c94;border-left:0.375rem solid #ff3c94;border-right:0.375rem solid #ff3c94;border-bottom:0.375rem solid #ff3c94;display:block; }
#dcMIOTtkE5Q8zNwQG9PvECMS61z6vovv { color:#585858;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.750000238419rem;left:19.53125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PvEP7LbPHq5PzFpPSP8ILsypOIZwmgBu { color:#585858;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:6.1242189407349rem;height:16.49375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { background-color: transparent; background-image: none; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container > .video-iframe-container { display: none; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row > .video-iframe-container { display: none; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .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); }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { border-width: 0; border-radius: 0; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#BineMGRTvytvfERpq24xXLFH3GmSwGSI { color:#000000;display:block;width:70.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.34375rem;left:2.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#athuH2blNU3W1kTiQehNXtEbpQPabIKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { background-color: transparent; background-image: none; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container > .video-iframe-container { display: none; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row > .video-iframe-container { display: none; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .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); }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { border-width: 0; border-radius: 0; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#rTmMM3EsdkPXK92SoWrdQT4ZgSzF2kqG { color:#000000;display:block;width:70.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:2.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,60,148,0.42);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { background-color: transparent; background-image: none; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container > .video-iframe-container { display: none; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row > .video-iframe-container { display: none; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .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); }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { border-width: 0; border-radius: 0; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#GhLSW4sHvplGd4QHGT4UxEyzIMMQVfks { z-index:15003;top:3.625rem;left:22.406250953674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.1875rem;height:6rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vv0XG9IGzfeMEbcVlJ36PLkfuapHOUlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8Rfic2ylg2q6lOGvLvxRWddkUri5KsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.75rem;left:36.143750190735rem; }
#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,60,148,0.42);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row .container { border-width: 0; border-radius: 0; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:none; }#Prk7swbFiaOtteW4geMhnNzd3ducPOCJ { color:#ff3c94;display:block;width:53.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3804686069488rem;left:10.8125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnsTk0aDQzm5VTXoRPJqlDRntDNLaMEX { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8796882629394rem;left:12.0625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-form-header {  }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-regular-label { display:block;width:13.75rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #f80072, #0f2c67);background-image: -moz-linear-gradient(244deg, #f80072, #0f2c67);background-image: -ms-linear-gradient(244deg, #f80072, #0f2c67);background-image: -o-linear-gradient(244deg, #f80072, #0f2c67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80072', endColorstr='#0f2c67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80072', endColorstr='#0f2c67' );";background-image: linear-gradient(244deg, #f80072, #0f2c67);background-size:initial !important;overflow:hidden; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"open sans";color:#040000; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.8125rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top;color:#161616; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.53125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container:first-of-type{padding-top:0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container:last-of-type{padding-bottom:0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:45rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:12.8125rem;top:13.712501525879rem;z-index:15004;position:absolute; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .radio-container { width:14.0625rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#1e1d1d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:45rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:12.8125rem;top:13.712501525879rem;z-index:15004;position:absolute; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Ju8V2fwuhetrGi7tTRByoGphC7RPcyUd { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #C7yXQ9pgrVI3CTELRCdkAR63tmCPpcO0 { position:relative;display:block; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #fDpOGtBdMURbFJx26n4vFediy3IpTGXT { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #M9Q7HC6wq5fi1ITH6J6Sh2r9arz79mIP { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #sGdXBwHV3TKsROTQ4GK6ZaoydMHehroL { position:relative;display:block; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #darcalbLrQiJKfuAgr7wVUOERzQoTzaC { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #SszTf9amxnpJA06BoZCZ3ykJNb7Kfih1 { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #gxw7LyU0BuG8l6TXNrNIRgOzswHfTStg { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #AssiQ8Wc4THrVXfL0wz9PFKdIT74Uszp { position:relative; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Rt1TQWU0XEPDzMp5Ir2xVGEAroIXFCo4 { position:relative;z-index:2; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #qsF4BnH0M836ZDpCyOCTTHL8SI1S7a8b { position:relative; }
#y1kDy1ePzuLuixsiqPmV6d2c916sdCou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,60,148,0.42);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row .container { border-width: 0; border-radius: 0; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:none; }#qTUPzilPdzvqNuRVWgTIt7KR54rgd4HV { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.25rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiyMXyd12R7A59PD8eNRCSHk4N5laXvl { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:10.8125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { z-index:15007;top:14.874219894409rem;left:20.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.1875rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vT4ETu5vSkVldkyHWSSPLupQ2vpy1cH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { background-color: transparent; background-image: none; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container > .video-iframe-container { display: none; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row > .video-iframe-container { display: none; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .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); }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { border-width: 0; border-radius: 0; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#XKMEgMosIqDM7aIENVRloQmEh0vLQZ9y { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u { position:relative;display:block; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u { background-color: transparent; background-image: none; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row .container > .video-iframe-container { display: none; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row > .video-iframe-container { display: none; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .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); }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u { border-width: 0; border-radius: 0; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .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; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33rem;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; }#H8Qhmnt87sX9In0fAFxNPeykBPFBxeW4 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:31.8125rem;top:1.7875251770019rem;left:2.53515625rem;display:block; }
#PSWaIOad5Upl1GgzWIttBT4Knbkv7a5q { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0rem;left:2.53515625rem;display:block; }
#wUsuoVFiV8sxDgIGm4fX3dXveHHtgaCO { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:21.625000476837rem;left:31.572655677796rem;display:block; }
#eTitNwhyEcwPJQJvLLF2EWVblxVSJ61K { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.562500476837rem;left:2.53515625rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#y7SvcntSwG27DXtQwVdz7iFeSKghI8r4 { 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:9.125rem;width:10.9375rem;top:19.125rem;left:37.9375rem;overflow:hidden;display:block; }
#GoWOTkuUSizg9qSvIx88pbPWEH6SPolP { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.562500476837rem;left:43.281250953674rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#DkfTgsUlIf5Mh7UGhSbIkQGx4Th3b4az { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:4.0609374046326rem;left:46.250000953674rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#MqvBoRGu7n5KNc71ZMcMMsSQhq93FSle { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:24.625rem;top:1.7859377861023rem;left:43.787499427796rem;display:block; }
#ZTi66EiifTThCTAD3fpnWgZTmsErUwQR { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0rem;left:43.787499427796rem;display:block; }
#qTKTWiCuDTscRdMmbwU0PHFmrmHDPfrE { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:21.625000476837rem;left:65.675004005431rem;display:block; }
#qor9Rnncft7xGCTJZblntJ0Neyvk8ouO { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.1242189407349rem;left:5.65625rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#p4wflHV9EJgknyBIGa2gBmLE3EiItvlF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:11.0625rem;top:19.6875rem;left:0rem;overflow:hidden;display:block; }
#AUuEC4lGy8fXutbu4NAXQ3wZxSTclnw0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container { background-color: transparent; background-image: none; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container > .video-iframe-container { display: none; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row > .video-iframe-container { display: none; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .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); }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container { border-width: 0; border-radius: 0; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#V6gIDAOrbXt3qHwPhH1FXroXrbnMeOTO { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0656261444092rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { background-color: transparent; background-image: none; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container > .video-iframe-container { display: none; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row > .video-iframe-container { display: none; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .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); }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { border-width: 0; border-radius: 0; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#QCxkNIKDqnDZ7dMsNwKrXtqaRN6p5rxl { color:#000000;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:1.3109376728535rem;left:4.25rem;height:1.4875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fGP9VnGb4R9yVC2utOk66eANRDEgki3t { color:#000000;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:4.9359374046326rem;left:4.25rem;height:2.975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#fGP9VnGb4R9yVC2utOk66eANRDEgki3t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fGP9VnGb4R9yVC2utOk66eANRDEgki3t li:before{  }
#QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw { color:#000000;display:block;width:62.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.3734741210938rem;left:8.49843788147rem;height:1.4875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw li:before{  }
#ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi { color:#000000;display:block;width:62.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.12343788147rem;left:11.560156822204rem;height:2.975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi li:before{  }
#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcdc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { background-color: transparent; background-image: none; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container > .video-iframe-container { display: none; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row > .video-iframe-container { display: none; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .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); }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { border-width: 0; border-radius: 0; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#avaADrSfTk7SwhgKXtQwHXHeVNt10BiJ { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcdc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container { background-color: transparent; background-image: none; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container > .video-iframe-container { display: none; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row > .video-iframe-container { display: none; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .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); }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container { border-width: 0; border-radius: 0; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.61874961853rem;left:28.142968177796rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE li:before{  }
#GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:1.9367198944092rem;left:28.29921913147rem;height:3.325rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 li:before{  }
#Vlb7T5TvDKop4U0oB0zyrwSMrsM1bP9n { 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:28.25rem;width:18.75rem;top:1.9374990463257rem;left:3.9867181777954rem;overflow:hidden;display:block; }
#FKeFweCTt4zNt846uR2LKETW5odRw5Mn { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:6.9367198944094rem;left:28.299218177796rem;height:4.2rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EEUQOTrkzf7nJlvW9P4cJLqAdSW7O1aq { color:#584d4d;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:30.999219894409rem;left:28.299218177796rem;height:2.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#m7aPzXr1TbON0E75aJZKOLll1z6nQxOH { color:#000000;display:block;width:67.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:35.862501144409rem;left:3.875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y6SCBTLEp6qnlNSRgBpuWxa3TJ2cTrRL { color:#000000;display:block;width:67.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:39.35000038147rem;left:3.875rem;height:6.65rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { border-width: 0; border-radius: 0; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#uMqzxehI2XmOaU3sR1PEkEEqNfBeGWdF { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EukrrEQ0gDi0Idnr5o5lavetONmTVXTz { 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:27.25rem;width:75rem;display:none; }
#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container { background-color: transparent; background-image: none; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container > .video-iframe-container { display: none; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row > .video-iframe-container { display: none; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .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); }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container { border-width: 0; border-radius: 0; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#WDTuLTULTB6bemlOge0TkPcTmPnqDruw { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZOH09BCubwECBOziIU7dTdhH76o4uTs { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8992195129394rem;left:10.625rem;height:1.4625rem;display:block; }
#XDpuQb6IQugcPJ3wWqHtxZPTdSV6ZHlm { 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:27.25rem;width:75rem;display:none; }
#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp { position:relative;display:block; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp { background-color: transparent; background-image: none; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row .container > .video-iframe-container { display: none; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row > .video-iframe-container { display: none; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .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); }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp { border-width: 0; border-radius: 0; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .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; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .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:11.5625rem;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; }#bOi7SWoOoT6N5c6wuHUSlqnJF1onSWD3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc { position:relative;display:none; }#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc { border-width: 0; border-radius: 0; }#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc > .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; }#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc > .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:47.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HGzV3O8UFp7fpLK2BMd5tpm549QWs0KG { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:19.375rem;top:1.25rem;left:2.6617183685302rem;display:block; }
#IKmKF9oBX2aU2ssfX9d2hDJGLChnRwQW { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:3.8992195129394rem;left:3.75rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#Qugr0vczN0KP1hKKCw3eKDsUnHflRVzx { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:18.16171836853rem;left:19.260936737061rem;display:block; }
#PagARH0IkQJOVGFrgNEECpl7sg23nxGk { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.925001144409rem;left:3.125rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#sSwTQbKyTnObUaWoTfntwR0nzu9RTFDG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SaF2N0LI7UfrLsuR7SdvrLPEWJvEqiDd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Wy0KZy2OBnz8ncMdco5LS3cWaN2GWOUX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mCJ2F4maPH7QboWiKX3c6q3izkFP2En5 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.925001144409rem;left:28.125001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#aQwGTtSPia6KMUkP55zSD78vQLHuSqCc { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:19.375rem;top:1.25rem;left:27.66250038147rem;display:block; }
#s3byVVwm47eDReP3pWr6iycy70pGGxL1 { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:3.9000005722046rem;left:28.750001907349rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#gDww7S544TqxuLb2r7X4mtvXx92kRLNF { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:18.16250038147rem;left:44.262498855591rem;display:block; }
#m7UELohJXfBMQLXBa8uEvdN6aMkRkTTi { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:27.66250038147rem;display:block; }
#weI0VrxbqwOiGyg0Uf1hcfTs81c6DvoK { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:19.4375rem;top:1.25rem;left:52.66250038147rem;display:block; }
#BDdxdJWz0TzaG4EL0QDBoN4ex0abIXEZ { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:3.8984375rem;left:53.750001907349rem;height:31.5rem;text-align:justify;text-align-last:initial;display:block; }
#oIzHli8BCBuxEiBLWvKQfXHwZCnRtrcp { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.1875rem;left:52.66250038147rem;display:block; }
#u208kmKTm1LWbZbxfX7JDNxGvPEAdLOI { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.362501144409rem;left:53.125001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#B2fp7bpQl3V8oVgXJ9aVpUeOaqEsAgDf { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:39.53750038147rem;left:69.325002670288rem;display:block; }
#ClClpmTG3wE7V0svAwC0bMz85K8QSVkB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn { position:relative;display:none; }#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn { border-width: 0; border-radius: 0; }#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn > .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; }#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rGWxwl3HcfPXAiBgIw5v9H09UR2ITT1k { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:19.375rem;top:1.25rem;left:2.6617183685302rem;display:block; }
#i161ntJO6v36DfzrsWH1tHxAsUOGbvz4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:19.375rem;top:1.25rem;left:27.66250038147rem;display:block; }
#SynTXCcMb6l2qq3FgTlUpC2g5Z4QxPTB { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.125rem;left:2.66015625rem;display:block; }
#mh7pl6ufLrecKnbAopEDvtXtBEUlTmq2 { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.1875rem;left:27.66250038147rem;display:block; }
#FHreKuX7dQBeNDsp0EggRb8TSGxGmkzG { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9000000953674rem;left:3.75rem;height:24rem;text-align:justify;text-align-last:initial;display:block; }
#RJ8RTePpqH7uxWQw4IRTANbe6RZZtcmD { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:27.16250038147rem;left:19.260936737061rem;display:block; }
#TiMloNROL3a7TTkpa9ha0hsCUe8vySuL { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.925001144409rem;left:3.125rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#Qea7TMJfDniyCgAVbKaEamfGze0g3ekT { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:3.875rem;left:28.750001907349rem;height:16.5rem;text-align:justify;text-align-last:initial;display:block; }
#kC3vfZMZRi8JvU1RpiL9knydNygvkLyo { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:22.66250038147rem;left:44.262498855591rem;display:block; }
#lEWqn57Nup7dSkiO9pqGXsgi5uOFUPpw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.425001144409rem;left:28.125001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#HsuhfauweSTfRWQhaHAC2XXGkJydtTum { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IABpaTdZGhCxp4Ta4sp6sEU8poIe23ZK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#l9BQBqrnTErdCB4rm0grhezZEFkdTrTw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.425001144409rem;left:53.125001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#yMpN5GrDmctRHVILmaBpcrkfdT6uJg6t { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:19.375rem;top:1.25rem;left:52.66250038147rem;display:block; }
#NJo01qAWaDzNIE0EDphzm6TJFCqRslJb { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:16.60000038147rem;left:69.262502670288rem;display:block; }
#gI356c16uIPNzExmhE6a50Kp584EzmAx { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:3.9000000953674rem;left:53.750001907349rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#ey69z8obLXXcM3T0sRWwk6TwIhMJTRFn { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.1875rem;left:52.66250038147rem;display:block; }
#Df6zXWTB9MaTtTOvwc4H7IB8x8KWXBbt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ > .row .container { border-width: 0; border-radius: 0; }#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#qmDCU8PpCqU5RCXUTAqxT10bO12rTqVy { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:17.91250038147rem;left:19.260936737061rem;display:block; }
#ORo4vMTduHol1yW5uKALOUQJoh82XyBT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19.375rem;top:1.25rem;left:2.6617183685302rem;display:block; }
#WFtcQUg0TIcvDMbhCTe5pJLl55SLuoMM { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0.1875rem;left:2.66015625rem;display:block; }
#Apw1I5oJTZ9aP1g91WMq1sbUL2zyXBfM { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.675001144409rem;left:3.125rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#hHvznrF4zdHHRhMBhT3yu0bTTTMRVIFV { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5250005722046rem;left:3.75rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#wMeQg3M1UwQT4WDPP5qTLX4QSxCLBG6u { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#uHBDUUhmT3rueQUCI159lkOxDyA4Ozpg { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.1875rem;left:27.66250038147rem;display:block; }
#XWyLqX3V3mx1r7N3tgqK04RZ8rDdAr5O { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:17.956251144409rem;left:44.324998855591rem;display:block; }
#y619t7Upti8P9hDlFO9HsQSurFlkyI3M { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19.4375rem;top:1.25rem;left:27.66250038147rem;display:block; }
#tMT1FsAB3ZgtZgUaAOmJHNqETU4iKDK3 { color:#585858;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:3.7750005722046rem;left:28.750001907349rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#vDHFW6n2uQRBnVTi4Eio0VzD3G1TPb8X { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.675001144409rem;left:28.125001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT { position:relative;display:none; }#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT { border-width: 0; border-radius: 0; }#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT > .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; }#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NTT7lRpQf7dekbxzzIEsOpcLmGKxo1uR { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:18.46249961853rem;height:1.3rem;display:block; }
#RaRlO92TH6uF4m9u37RlsspX6epXIknm { position:relative;display:block; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm { background-color: transparent; background-image: none; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row .container > .video-iframe-container { display: none; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row > .video-iframe-container { display: none; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .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); }#RaRlO92TH6uF4m9u37RlsspX6epXIknm { border-width: 0; border-radius: 0; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .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; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .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:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETuc05hAixoZsoFWJU9dmCtoVDgdlTZZ { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.9375rem;top:1.2546875476837rem;left:0.16171836853027rem;display:block; }
#ZriyWCEPrQciMtnm5TS8vHZZ1wkLvWXo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.2546875476837rem;left:1.25rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#v3MsoRNsoHBnIeOTd7xnptNWxhWA6s0Z { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.5rem;left:19.010936737061rem;display:block; }
#eTxXFHrPf4RhwZLLkGVkEy6H58l9fpDo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.679687738419rem;left:1.875rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#WAk3hAy8zg6XIWbMLVA1btiCi81a338p { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:0.16015625rem;display:block; }
#yKd5ntlfQd58zMBIZcNFPntCNFwmXKBd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#oXCNxXkWHhfH1dcXtvMdDbC8npqn0Lsc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#x6rbIH0mzq1C0iQOUIaDAv4CLlAWzRot { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ltG3HeRSV2NfLXNUX7ikBN0pJNCzRTTT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625000238419rem;left:28.125001907349rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#XxflEGcHLUAGhDk6Zd6o1Laz2qHNWa0D { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.875rem;top:1.2484376430511rem;left:27.03750038147rem;display:block; }
#wKwQwidy4grNspFMqV60SESti0hdaVTd { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.2796876430511rem;left:28.125001907349rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#alNT8mekO8SJBkf4Tg2CRUiERpfFO2dJ { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:14.504688501358rem;left:46.137498855591rem;display:block; }
#aNO6ndifkH3Q5SqleDpwyI3oaEdbK0rO { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:27.16250038147rem;display:block; }
#OfEmTUxCBaTLrusTfVx29acCzncQq0Oh { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.625rem;width:21.9375rem;top:3.1296875476837rem;left:52.66250038147rem;display:block; }
#hO4hGxbvOz287c9JxyR6KE8tHBDHBfOc { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.1296875476837rem;left:53.750001907349rem;height:28.5rem;text-align:center;text-align-last:center;display:block; }
#GAgx7Cu35pGrVno7ADNNPCr1JTs0SNFT { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.0625rem;left:52.66250038147rem;display:block; }
#OcBZMEKbsy5IobJT98w3EJrTUzAr2z5T { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.304688453674rem;left:54.375001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#hyEGZI3NgaFKP6gNMJokyF8nkuBgbyfF { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:38.167187690735rem;left:71.825002670288rem;display:block; }
#QgFcaP9uuZsOB1ocW5VqJGpIGwnNvG8c { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:2.66015625rem;display:none; }
#F0r3IoSdrDHGpcHF9X32tOMyOz75RNki { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:2.66015625rem;display:none; }
#KDqL6Tscpl4MX1KU4AcmlzGAPiGRNZix { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#D0O846PxLyv1fEoiOXTdJgXCdZWhfVnG { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:22rem;top:23.875rem;left:0.25rem;display:block; }
#BtMME60pfgdfmClvJo5yMTlVTgoaFWkD { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:25.875rem;left:1.375rem;height:15.46875rem;text-align:center;text-align-last:center;display:block; }
#AIhAIincnZ0B8oTvR9czHTNBI9zEOfFb { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:22.8125rem;left:0.25rem;display:block; }
#a7iRdO423avF4SEnyMec0bc0xhvd2sL8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:48.799188613892rem;left:1.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#zhmASgGpPchVTp8PgsnazoQ7RV2Xax2T { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:45.6875rem;left:19.125rem;display:block; }
#ZS9Cm4zca8MMUmJz9aFb6q5dQe1ui02k { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.567188262939rem;left:28.125001907349rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#TP25qnMwZocWZpR30MNtIttrH0Tz65IX { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:22rem;top:25.75rem;left:26.5rem;display:block; }
#Ru20hHERMb0TnMghqxHe9h6cgkfIXokB { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:27.75rem;left:27.625rem;height:14.0625rem;text-align:center;text-align-last:center;display:block; }
#ntbz7pBAbQ58zzQq5pBZpbdVubAL1AAl { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:43.25rem;left:45.375rem;display:block; }
#ixPBCobMfZuvUL7J9SFkiJBGgDHPBFzO { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:24.6875rem;left:26.5rem;display:block; }
#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l { position:relative;display:block; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l { background-color: transparent; background-image: none; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row .container > .video-iframe-container { display: none; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row > .video-iframe-container { display: none; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .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); }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l { border-width: 0; border-radius: 0; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .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; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .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:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dieILqWNA6kR2fPMMFMn6RoxHJWQ1VXC { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.9375rem;top:1.8796844482422rem;left:0.16093730926514rem;display:block; }
#TCp4SFbZE7OMaubxeAfBZCbIMkgaswJx { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.8796844482422rem;left:1.25rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#lGypPOgsQTyKVk7N2TDWUEDHTKyEBVei { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:15.125rem;left:19.010936737061rem;display:block; }
#C06q2KrT80fMbm7meQDP0mpDZf0mhM8g { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3046875rem;left:1.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#v1UDCRxvylLtlTTeW1LPny3JxkXElnAR { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8125rem;left:0.16015625rem;display:block; }
#Z8Rik4pFs6AZCP3GkzVg1DG21nRsLhqF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#i1PAiOzAAA5Q6iF4DdosczLznaIGS0a2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#MXd5lHkvGeTNAkG5b3WECTUesgc9p4E5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pZeybPRSHc3SA84FtUEumC2JbdCX5GPN { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.249999761581rem;left:29.093751907349rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#doMVtIZoDHGC7HgUJ66b6mlaiwFDJoy4 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:21.875rem;top:1.8734359741211rem;left:27.03750038147rem;display:block; }
#eouUNH5JpxFbVnLzFLlqe6GxaqRLA8qZ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.9046859741211rem;left:28.125001907349rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#tyV5XoxMmNTttdinOWCs5Nzc7FBXbllv { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.129684448243rem;left:46.137498855591rem;display:block; }
#gFLsRAf90kGFZTga1JJ2dNbo8dHlTruE { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.8125rem;left:27.16250038147rem;display:block; }
#UgtDMIa0uTcF1hCUND9EdO8SNl4vvcnC { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:2.66015625rem;display:none; }
#IgEpkSUKqrgCTUrFHama1g78c9V0OApq { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.1875rem;left:2.66015625rem;display:none; }
#BMiKkMN0vlNd08Thz5mOamXHtI2I1ufl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bmFz9PvTSQxVkCMHuhNxkPfgVpHbQCiU { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.979687452316rem;left:54.312501907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#uXX87Mr18S0t5Uodd58X2PngqSv0fc0t { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:22.1875rem;top:1.87890625rem;left:52.637498855591rem;display:block; }
#Q3W2LZJhJfl6Talsd9Uz50A9iWFQLoRC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:3.87890625rem;left:53.687501907349rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#VO15SM2PtbcR41qf7eHcy17zxyKP7QBd { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:15.77968788147rem;left:71.87499809265rem;display:block; }
#JJvvkpMTKddMaDi7PkECtCW9C4byEHEB { box-sizing:content-box;color:#adacad;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:0.80390644073488rem;left:52.78750038147rem;display:block; }
#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 { position:relative;display:none; }#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 { border-width: 0; border-radius: 0; }#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 > .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; }#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 > .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:17.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SI0ic7hiURUh6T3ekFuxhw5OLUakKn5X { color:#585858;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1867198944092rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-form-header {  }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .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; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .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:transparent;background-image: -webkit-linear-gradient(180deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(180deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(180deg, #7700fd, #ff004c);background-image: -o-linear-gradient(180deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(180deg, #7700fd, #ff004c);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:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .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; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-container:first-of-type{padding-top:0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-container:last-of-type{padding-bottom:0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:44.58749961853rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 {display:block;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:44.58749961853rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #WTf5tmA5Ek6lPUrmtfsWT69eDMrxfqzB { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #QeSw9CVM4hSKHGmNmCllsEzez61zu6Ju { position:relative;display:block; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #MZZoti2ZFTw7h17fGzfLy18C6gaC7TQR { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #tuTOqCtgmr1sLT2zzmToL79iCfuSm3Cm { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #k1QhdLAfMDF57ukCgip62QiP9KRGLkNE { position:relative;display:block; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #FCRwK0etTTZLQk7Ir9NeQDyrmwqU5A8G { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #VMbRfdfO73fZzUomCLROvQss4wsOeoJE { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #O54AL0eBkpTqRxAI8FEs0ucqdyVREUHC { position:relative;z-index:2; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #d4r9sakkCIN3CdfJ8zzHqT0ITTJw4sdZ { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #bt8cKMTpaeTNm8di3Ob2MhrhwRTzqpvZ { position:relative; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #z9hQg7s3PGA4Fm5lZGyeL9hNt5FbA9Ey { position:relative; }
#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 > .row .container { border-width: 0; border-radius: 0; }#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:none; }#TmRCWgsTAu2wURFiylaEWPtCt2IMJyWI { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9367189407349rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DPKUozzJtsG3pssOfBXa2OvdQRNLwZeX { color:#585858;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.560928344726rem;left:7.5rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zW8RkJtgQbsOctUBcsJMfpRoKUxreP7i { color:#585858;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.560928344726rem;left:27.000001907349rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RskZGVpeC4yOyF8k7TxmCTniD8uJJRMJ { color:#585858;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.560928344726rem;left:50.125001907349rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuCSl4lFECuQfu1kv84KTRVBFvVUWya6 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:11.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeC9nGpZpBWOI2FDpTdwImkpGhIA7yQ5 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1242218017575rem;left:31.312501907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqVz4BvokVW98NiUlDFzNtub2P9dyGnx { color:#585858;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:52.000001907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW { position:relative;display:block; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW { background-color: transparent; background-image: none; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row .container > .video-iframe-container { display: none; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row > .video-iframe-container { display: none; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .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); }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW { border-width: 0; border-radius: 0; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .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; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .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:63.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; }#xzsl8FqxEUW2iE79TEqK1Tk80e8kaKTs { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.4375rem;width:40.0625rem;top:2.6500005722046rem;left:3.0164060592651rem;overflow:hidden;display:block; }
#d9R9tZnmbozfxVMOWqIgyETeMHai9mlC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:37.5rem;top:21.150000095367rem;left:31.891407966614rem;overflow:hidden;display:block; }
#N3f2uHnAlSfLL4zro362wTPQM65c9V3c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:37.875rem;top:40.39999961853rem;left:3.015625rem;overflow:hidden;display:block; }
#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM { position:relative;display:block; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM { background-color: transparent; background-image: none; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row .container > .video-iframe-container { display: none; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row > .video-iframe-container { display: none; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .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); }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM { border-width: 0; border-radius: 0; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .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; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .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:84.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S2nWkuFEzBaI5Jhbv8IxAcpb7LNgbNAP { 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: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:27.375rem;width:36.625rem;top:2.1757822036743rem;left:9.1875rem;overflow:hidden;display:block; }
#mRtdfZAZA1P2Xv9TCRidZTgTKG2slFWm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:35.75rem;width:26.8125rem;top:15.637500762939rem;left:40.6875rem;overflow:hidden;display:block; }
#Ob54Vly6IUvLH8IiH0bd4T6XAdz3GuGf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:27.4375rem;width:36.625rem;top:29.55078125rem;left:0rem;overflow:hidden;display:block; }
#opr9T3FwJu6CDQ4nK5KL2H2T8tva8OoT { 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: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:27.4375rem;width:36.625rem;top:55.599609375rem;left:33rem;overflow:hidden;display:block; }
#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB { position:relative;display:none; }#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB { border-width: 0; border-radius: 0; }#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB > .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; }#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB > .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:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MsFJ65R8ostU6EuTUTHvpDxki88i6kwv { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1242198944092rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MFRr8O9bBlVwG5M7L16K982AJwdkEsc9 { color:#585858;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:18.25rem;height:3.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 { position:relative;display:none; }#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 { border-width: 0; border-radius: 0; }#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 > .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; }#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;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:none; }#GKODoGZFD9LknJJloPJTV6CTVyDe07OC { color:#585858;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:15.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x { position:relative;display:none; }#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x { border-width: 0; border-radius: 0; }#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x > .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; }#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#Q4Xmm7ED4F3bif6iVmEQZJJovFw0gMfg { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl { position:relative;display:none; }#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl { border-width: 0; border-radius: 0; }#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl > .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; }#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.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:none; }#SdVPQKTAPiLpDkyTAWB5ltDSuK3dJQ5G { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:0.41171884536743rem;left:14.6875rem;height:5.8496125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS { position:relative;display:none; }#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS { border-width: 0; border-radius: 0; }#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS > .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; }#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#OR5zxXcBcpKtqGxua6FvkG2FTIeudkvZ { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v { position:relative;display:none; }#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v { border-width: 0; border-radius: 0; }#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v > .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; }#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v > .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:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zlV6LX1caeTSAIVrcJ2dB7ZkzUGA5Hzo { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU { position:relative;display:none; }#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU { border-width: 0; border-radius: 0; }#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU > .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; }#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#oqLFueaRSLXbX2OMd2zqNUm8kihs3CRF { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW { position:relative;display:none; }#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW { border-width: 0; border-radius: 0; }#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW > .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; }#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PmyQnrcftpFkqdnzbg89Vn8kJNJVBiLi { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.45rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi { position:relative;display:none; }#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi { border-width: 0; border-radius: 0; }#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi > .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; }#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#RnWdwvS6HDBAkmB8izw4dVQa3Pz8HCCR { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A { position:relative;display:none; }#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A { border-width: 0; border-radius: 0; }#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A > .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; }#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zFLPt4z7ctDIocLNmyGUsX8kcA02vMyX { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.45rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT { position:relative;display:none; }#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT { border-width: 0; border-radius: 0; }#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT > .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; }#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#CzEvBDdzUDtvgewr9lOrqwpwoW6Pr30I { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG { position:relative;display:none; }#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG { border-width: 0; border-radius: 0; }#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG > .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; }#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qi7zw0KRya6TLI0n0p3CIqRAyFR3s1e5 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c { position:relative;display:none; }#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c { border-width: 0; border-radius: 0; }#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c > .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; }#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#rGhnKKtGyS6JU5GdT08Kvyt7cunnZ4xF { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ { position:relative;display:none; }#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ { border-width: 0; border-radius: 0; }#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ > .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; }#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yvrdd9LVWCX4KccH21quq5MLazoQFIuA { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF { position:relative;display:none; }#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF { border-width: 0; border-radius: 0; }#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF > .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; }#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#pDhg8Nq3ihZSGyl6NQXEDDr5hJWRuOR9 { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLT3Ioz56MzosGcrEQseLvnysMK876Lf { position:relative;display:none; }#gLT3Ioz56MzosGcrEQseLvnysMK876Lf { border-width: 0; border-radius: 0; }#gLT3Ioz56MzosGcrEQseLvnysMK876Lf > .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; }#gLT3Ioz56MzosGcrEQseLvnysMK876Lf > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UB13E4awbQTaXLCSVEPVNcCU5G6lT6Dc { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#biX5220MyUn93SKiT7msPQqavNpkGJ05 { position:relative;display:none; }#biX5220MyUn93SKiT7msPQqavNpkGJ05 { border-width: 0; border-radius: 0; }#biX5220MyUn93SKiT7msPQqavNpkGJ05 > .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; }#biX5220MyUn93SKiT7msPQqavNpkGJ05 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#CXdET2KMgAlRRbfL8tFkqvsDmCXzea1p { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.4375rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZRhapMqLkWyxDJRss50Lhag6fflNerC { position:relative;display:none; }#QZRhapMqLkWyxDJRss50Lhag6fflNerC { border-width: 0; border-radius: 0; }#QZRhapMqLkWyxDJRss50Lhag6fflNerC > .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; }#QZRhapMqLkWyxDJRss50Lhag6fflNerC > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nfX0kLE36zeByhUiAV7LVdPl4gVr9Gdz { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.4624rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x { position:relative;display:none; }#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x { border-width: 0; border-radius: 0; }#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x > .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; }#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#tqqOTdFdyPJJRB1vpxcEWNf3TUFhu4xC { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.58749961853027rem;left:14.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT { position:relative;display:none; }#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT { border-width: 0; border-radius: 0; }#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT > .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; }#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT > .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:3.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:none; }#I5xUFyvbkZg1HMzywdQryQt9hF4IJJlk { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:2.92480625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK { position:relative;display:none; }#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK { border-width: 0; border-radius: 0; }#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK > .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; }#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#xl0e5nnO4BW4VzmeCdcGZBwMDg1gTWQT { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.40000057220459rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEMTngquudphy2VHIINJZIxCADmRT2A3 { position:relative;display:none; }#QEMTngquudphy2VHIINJZIxCADmRT2A3 { border-width: 0; border-radius: 0; }#QEMTngquudphy2VHIINJZIxCADmRT2A3 > .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; }#QEMTngquudphy2VHIINJZIxCADmRT2A3 > .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:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VVCdeMcixIUsg3KfPN1EV3tecsFfEmsM { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.45rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,60,148,0.42);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container { background-color: transparent; background-image: none; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container > .video-iframe-container { display: none; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row > .video-iframe-container { display: none; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .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); }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container { border-width: 0; border-radius: 0; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#CCxGd2nahM2dnMCDrUT6Gs1JcTrONS3r { z-index:15003;top:1.75rem;left:22.406251907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.1875rem;height:6rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aqDFI7qvFUoemnGvRJSBXOBO1BBrA27d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeKa3LOUTPUB7Cp75EeqoPGVQq8gxd1w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.8750000596046rem;left:36.143751144409rem; }
#eccySHRZu8yBykiUmL4TaPWBmIysTAir { position:relative;display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir { background-color: transparent; background-image: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .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); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir { border-width: 0; border-radius: 0; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .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; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .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:5.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; }#UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4500255584717rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o629fIpCfahZbqh199GuGAytcZ3iGfZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { background-color: transparent; background-image: none; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container > .video-iframe-container { display: none; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row > .video-iframe-container { display: none; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .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); }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { border-width: 0; border-radius: 0; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#lJB0te1VTSHa1NGa8CPw8Dp7fRHqAHD3 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15081;line-height:1.8;letter-spacing:0;top:0.19921875rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:47.75rem;height:8.5rem;top:11.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { width:47.75rem;height:8.25rem;top:1.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTM4IaER9D1mL5cNh60y5hx085wvUzu4 { width:40.75rem;height:6.3125rem;top:22.5rem;left:5.3742189407349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5EvFsLaR2U6TlmADHlBXiK5skKLxGU { width:13rem;height:24.6875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNPspnAuRedx90kWelhugdaFTw1kqvdy { display:block; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMT71M3I38fJhiI4qJ3guOq1BOv9ScuB { top:2.625rem;left:14.187500953674rem;width:19.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCJ0lfIMT5nMLnKBL7ak1qoQ6lQD7MX { display:block; }
 }@media only screen and (max-width: 763px) { #DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 { display:none; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o38onmflJV0V5SmpFBIbmrWTwTi7Cb6w { width:42.5rem;height:2.5rem;top:7.3125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw { display:none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P961Fg211B0aI1eSKqiMUF95PDH7ggih { width:47.75rem;height:2.5rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHimfAcGxevFbW1T0ooaFL4uLs0o496q { width:47.75rem;height:5rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-regular-label { width:13.75rem;display:block; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text { width:13.75rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-textarea { width:13.75rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select { width:13.75rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-checkbox-label { width:42.875rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-radio-label { width:5.6875rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue  { width:45rem;height:auto;top:13.6875rem;left:0rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .radio-container { width:14.375rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue {display:inline-block;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue { width:45rem;height:auto;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ISduBXcCsAQmbRK8wCqJHXGVTy4dRtZU {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #SSgDTBAqVitkzpro0LLLc5TM1hCossKv { display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #XzXgO6gtsbCp324ZuexrrLRCD1d6lSIS {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ri7AEI1oC1X1tLQ6b2pTak8faSqU1LsR {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #GTcer7yIQ0cKqF3N9hiQIeWC6l3epwNy { display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #OkINi1imx4R8goUyy6sFen6mhlMeAQFG {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LWimRvCwyb3dDho1AEXMWe1EatgarvqE {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #FUxrlcbb4THBBdCkSJVxMg7zHduasRG9 {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #qRTwDTFn8od3gks3VhWKEX1yq5dFRi1a {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ScMQpUPolpRW9Ax0fM7BLv8MGZ8tTtf5 {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #PNTsCnVzXkm253SFa6eSWFVc911LfX3V {  }
 }@media only screen and (max-width: 763px) { #UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { display:block; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { width:47.75rem;height:6.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb { display:block; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9aDlV8wyPzIEDxhP4vDe95kmfkIOSP { width:47.75rem;height:12.625rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a { display:block; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQBOI1e02cnybDtAFMAmTdOOHNh27p4v { width:47.75rem;height:1.625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 { display:none; }#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbNTXUhXLg5uuTK6hRbXQDEAwhNfIUSQ { width:37.5rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq { width:37.5625rem;height:19.8125rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }#FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq li:before{  }
 }@media only screen and (max-width: 763px) { #y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { display:none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n { display:block; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCKzAd1biuWk2sPQBnMEpb3Clw6SDtl2 { width:47.375rem;height:33.9375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVwSPNWJo8VFDMSW00BDgBNrbqg9T3fD { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tD2gLMwZCkCPvQVlGXP8gNygi12GuqCQ { width:3.125rem;height:3.125rem;top:34.875rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { width:36.4375rem;height:4.125rem;top:37.3125rem;left:10.067189216614rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { width:47.75rem;height:30.25rem;top:3.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpRXzEeDrPNhaTxtICdlxPTNSoUwK716 { width:12.8125rem;height:12.8125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2On67M5JELHM5ui6nWTqbv7WCiW8z43 { display:block; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { width:39.875rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { width:46.3125rem;height:20.8125rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFyhqV8nmkiCnQNNZnXi9dydmZhUI1wr { width:27.4375rem;height:31.25rem;top:1.5625rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rsd4L9KnEQZzn8unvKwUcRPTZ02QJ6MZ { width:46.3125rem;height:2.9375rem;top:27.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszIlVSIv2DVeah04LyzyhbETTsTvNm5 { display:block; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1hzTSiHJpuofpyd3W7gcZiTXyES9HWD { width:47.75rem;height:2.625rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 { display:block; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuTa5FlC2sBJBAVLv0RkiNnkGr9h8wVb { width:47.75rem;height:1.8125rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q { display:block; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { width:18.75rem;height:1.75rem;top:7.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { width:18.9375rem;height:1.75rem;top:7.1875rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJhngaWiQBniJCrz7RP7KilBeTDKgsw { width:18.75rem;height:1.75rem;top:7.1875rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44x860lbhD4UMnzPBL5MNA3HR7GA1AT { width:18.75rem;height:5.0625rem;top:9.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { width:21rem;height:5.0625rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { width:20.6875rem;height:5.0625rem;top:9.75rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyhTM3PrfrdLTILN1dropvc8gJqcDbK6 { width:5.5rem;height:5.5rem;top:1rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSiMSZITJ5CUmbmTkMTtzaUuZbnhoI7n { width:4.625rem;height:4.625rem;top:1.9375rem;left:21.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyOt6bfdqNz8eX0AyMeLRial2wvPNvGD { width:5.5rem;height:5.5rem;top:1rem;left:36.937498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJP575sWiMSOcoiGplsI6ptzHc11694 { display:block; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiedFHrayL61ZiFpFnCVcCexnicDvLUB { width:18.75rem;height:1.75rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqn3aXBp6WhVLAOMKC7gy0ia8OvheaAF { width:24.1875rem;height:6.75rem;top:10.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0tEXo4ahQfT6WIgkJKDJUBDTlQSos3Q { width:18.75rem;height:1.75rem;top:8rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2gl8MDmxyXslTZs8MmZFp257LXT4GtE { width:18.75rem;height:3.25rem;top:7.25rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9Op0lZIrPETl4BX5lZlV2gcdsianE3 { width:18.75rem;height:5.0625rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSOP7SpBeFrO2egTZHKsTuSq68KfyllV { width:23.5rem;height:5.0625rem;top:11.1875rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEJTiDhTbplxsm990H2zmvEfFGPRNVH { width:5.5rem;height:5.5rem;top:1.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqzwHPc133KFuWO41h6oSdOxCGmwVOS { width:5.5rem;height:5.5rem;top:1.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueu8555HTwTQTWGdX2a9Ss2CwNy0h6Fz { width:5.5rem;height:5.5rem;top:1.3125rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 { display:block; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZCyUvWZ69OqOWsDR57uJWm0Anrv9m6S { width:18.75rem;height:1.75rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0tLWdFfOFlxo2WAOPL4wbyeBcxcEP87 { width:18.75rem;height:5.0625rem;top:11rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4hp0qiORxmOZ1Bd2EtTMSEaTAbBpN9P { width:21.375rem;height:1.75rem;top:7.6875rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhO5KDnQqvi8wwO1P0Qnm4HCAkB9MKF9 { width:21.375rem;height:1.75rem;top:7.75rem;left:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQILIZSATaMV0kPWEB5WiURUTWLZ5lD { width:24.1875rem;height:5.0625rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqAGwdPsm7RaqLnErlUip2QUUniZrCFF { width:23.75rem;height:5.0625rem;top:11rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEbH8mBlqvSUVXywG4JLs55Gq4nyydJA { width:6.375rem;height:6.375rem;top:1.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCqvumzQic1uires8Q1K42Tkm051x0I { width:5.5625rem;height:5.5625rem;top:1.3125rem;left:21.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi64PiPHgis52PTwAE3rGyFgepeoBTD6 { width:5.5rem;height:5.5rem;top:1.3125rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf { display:block; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u78uCBJbQFfR8zrahWiQOz5W60KCFJlC { width:21.125rem;height:5.0625rem;top:11.375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydLrxRd4DQ4stfrBQA44KBITy3HpsOqQ { width:18.75rem;height:3.5625rem;top:7.875rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZzTH9pxhvAIEkeLOyQDiCOFSECl0iq { width:5rem;height:5rem;top:1.5625rem;left:21.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW { display:block; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owkwtXLLDVJ87g1GZ1tVGX16d5hL7vfT { width:47.75rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH { display:none; }#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3kORItgUwmTF9M3TzCC6wkZg01ZlQlI { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz { display:none; }#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZPVZWT3d0bpkupA9g0mNMxunR9HC43g { width:18.75rem;height:1.625rem;top:13.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnAF5wLQFnvsOiDyCEF7hUOQnufZnDp { width:18.9375rem;height:1.625rem;top:13.8125rem;left:12.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXLE4N8gNWtO1eKWgzXgzGBkQgzg0Qg { width:18.75rem;height:1.625rem;top:13.8125rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXUIoEVFezEoTPfRbVGhLDnDn6PSMMyP { width:18.75rem;height:1.6875rem;top:16.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5HspmdDRVnNFQkfrq5VqD6RSG6kcNRm { width:19.5625rem;height:1.6875rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3AQgst2hKTA9wbJnG0mCtZ8dwNtlVX { width:20.75rem;height:1.6875rem;top:16.0625rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGOQX3Nk2wWs59GZDTuOFv2BEziXTSU { width:11.75rem;height:11.75rem;top:1.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZES9JJ90Ti3extleM4g5nv3bmWS1cT93 { width:12.1875rem;height:12.1875rem;top:0.875rem;left:17.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #diS20SvveFzIbflVNEXcFtpergoFzJ2I { width:11.5rem;height:11.5rem;top:1.25rem;left:33.937498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrmf8TcKBmSTe2U6TELP02auivWuqJc { display:none; }#ETrmf8TcKBmSTe2U6TELP02auivWuqJc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JtBBNrh1yE70RObyFqts9qTHdl64M0hL { width:18.75rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUp0DaR4kxkV1IZo4hTsBN9zxoCCK35S { width:18.9375rem;height:1.625rem;top:14.5rem;left:12.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w1WEPSgBcZ2mOv1CkP0iKSuZJq73iD { width:18.75rem;height:1.625rem;top:14.5rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mubZgrTiKvTsztxOnJsk5WzB2mAuhSoQ { width:18.75rem;height:1.6875rem;top:12.125rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO6FuJIyuLXINqd4dstruNf2G97i5tEM { width:18.75rem;height:1.6875rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Fe0C1VLRCwOSPMAr0i8Xno5RQa2GIQ { width:18.75rem;height:1.6875rem;top:16.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2wmq5pcqeQOiRngPxPPiJLtaUKa6kQp { width:12.1875rem;height:12.1875rem;top:1.625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KuqCHzuilIncSuFxVlETMSFWhJp2dT { width:13.1875rem;height:13.1875rem;top:0.6875rem;left:17.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ikLL3LyRG7aCTWq2XEHZ6AhKbPnmxV { width:12.3125rem;height:12.3125rem;top:2.1875rem;left:33.531248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { display:none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mbNzaO3xu5sdi5R64kBFyNETmlLtwNfx { width:47.75rem;height:17.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCIgQXWpf57GEcCqziTOEvP0TzxavHU { width:47.75rem;height:1.875rem;top:5.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { width:47.75rem;height:5.25rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNcEOPAaxlTbitg3ZA9CN9tzyKqZzyG5 { width:47.75rem;height:1.9375rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuclQKoTV0gZdGFzIqdtQyDdRP0omWu5 { width:47.75rem;height:12.25rem;top:23.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGT1yRhdsIo0Z7XkqBWxTauyncTikddE { width:47.75rem;height:1.875rem;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 { display:block; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TONJZFEkKyyGNBu0TxEl4wlW5ouEmUIq { width:47.375rem;height:25.4375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqIQyIQ32tFla8EHi09OGyavNz6DrgKy { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWsZhFtpTWiL9iipaequH7isxqFbOBPJ { width:3.125rem;height:3.125rem;top:26.375rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWqRmZRrbxrAD7EWDvLXwvzWow0qlkk0 { width:36.4375rem;height:4.125rem;top:29.5rem;left:9.8171892166137rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTRIMu8ULAsJP4TJpqffL3l05g3TETxR { width:47.75rem;height:24.9375rem;top:3.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4fP8eNkVnuslpccWMf8HfJ77B6h2Gm { width:12.6875rem;height:12.6875rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0VA0axbusf3gdUK4yTX7wLgE4K6qRic { display:block; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2naUAMJcs9DmRsShNJ6vs3GTJkNvGvq { width:47.75rem;height:17.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTJsWQh7Lat3ZyptGKxmmLSnxiHEyo4 { width:47.75rem;height:12.25rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG2iy1FlP0GSL9282hgnegytVyvUS50y { display:none; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #psWcFyrfzHCvPr4PNadggHULwXBRcspV { width:47.75rem;height:12.25rem;top:2.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f613yMifzckfJOqrFPm5LJsSw7bDsbJB { display:none; }#f613yMifzckfJOqrFPm5LJsSw7bDsbJB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cand1knF2WAZqprq8H4BdmTJ02cclswJ { width:36.875rem;height:4.0625rem;top:2.3125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDgMrP3vqkKu5VWqhzz7PMraUkqh297X { top:8.5rem;left:14.187501907349rem;width:19.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKODZoRbLGXVfmBQyrpa8Q13OTB1DEpc { display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1A950A3hpht4LxyEZGLP9189c2xkfnU { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp { display:block; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihpqiIoMVQd6DMuTEDbLqRc5cFLNTR69 { width:15.375rem;height:23.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPU0KKVfIeTkfhSlpyFlE9ZB2JxLiVm { width:32.625rem;height:1.9375rem;top:0.875rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5d4riIhWP1eD21P5aWti27f4e38cG1C { width:47.75rem;height:23.75rem;top:4.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { width:47.75rem;height:7.4375rem;top:28.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { display:block; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { width:47.75rem;height:5.3125rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfaNXu2OllQqwkwCWFcamVqTVGWt2dWh { width:26.8125rem;height:2.5rem;top:3.375rem;left:10.468751907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU { display:block; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiOKyWOW9STvxPvPLUnui79USnWWS2Ez { width:47.75rem;height:5.8125rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v119C7geEtvmsNcTUQsRCggmMDa8csaK { display:block; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXMXMsGTszkwv4HZxIk6195WDOuih0wD { width:47.75rem;height:10.1875rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ { display:block; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXJL2KH80AUJNhTcRTORaP2qnk3I0x9z { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq { display:none; }#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P5JVDa2PCX2os3dkQ1bFFWwrhPBUnkhq { width:47.75rem;height:2.625rem;top:1.5625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT { display:block; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUdieLwHH11bPKHqkTszwnsV7ERi9zLQ { width:47.75rem;height:4.875rem;top:70.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsHpa80h9NMzbJ4aRf43TsuexI5FKiUT { width:47.75rem;height:69.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcu7QkaUDDeSPUPHRcC5et6VCd4ytRkf { width:42.5rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGi0QfUSpsdFOJhn36eCVdn6efDHRdor { display:block; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlVigFg9Z5mwQr4TKgAaSb3y3BshePlG { width:47.75rem;height:4.875rem;top:69.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkE1hOOEoP7ooql1wi9XMKErn1bq31Wz { width:47.75rem;height:67.5rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A { display:block; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBDRI1u0Kffq54FdI5qJqcmAaMTOCv0l { width:47.75rem;height:4.875rem;top:68rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvbpFz2QWGKA0nfrcyGDyipT3704H28V { width:47.75rem;height:67.5rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHzxTBkR6grNRyZmMyznoudVRrG7CER { display:block; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuDpD2wvDcfNiifXWfTQAE2wbOF2WXA6 { width:47.375rem;height:13.3125rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXhR5VSrnu3OnkH0iWeEh5HnDqFRNWqF { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6mt713RXoGPL0E0wm530THPfXwZaKGA { width:3.125rem;height:3.125rem;top:14.0625rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ihol3lBqZey1r7IyToysWComVLhJzMk8 { width:36.4375rem;height:4.125rem;top:16.625rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbxJEioo8s7eizt00ETyzDGOoQAMyTyS { width:47.75rem;height:10.6875rem;top:3.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm295qxpwivHkHI9d9n3rZsOLHKMANUd { width:12.8125rem;height:12.8125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV { display:block; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvh3kPQSo3fQmmek38R7c3kvy1p8VW0B { width:47.75rem;height:2.625rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ { display:block; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:0.9375rem;display:block; }#ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a { display:block; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNiBrtIJoIu1aHATJSTZQQh6bLfbwE7D { width:37.1875rem;height:1.625rem;top:19.375rem;left:3.9992189407349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpfThx3kf2CQvZDnPyouBED2GUW9vqZ { width:47.75rem;height:16.4375rem;top:2.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfIV43OK8KGeEwHI01gTUTLDVvahWP2 { width:47rem;height:15.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMIOTtkE5Q8zNwQG9PvECMS61z6vovv { width:20rem;height:2.4375rem;top:16.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvEP7LbPHq5PzFpPSP8ILsypOIZwmgBu { width:19.5625rem;height:16.25rem;top:1.4375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ { display:block; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BineMGRTvytvfERpq24xXLFH3GmSwGSI { width:47.75rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #athuH2blNU3W1kTiQehNXtEbpQPabIKQ { display:block; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTmMM3EsdkPXK92SoWrdQT4ZgSzF2kqG { width:47.75rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE { display:block; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhLSW4sHvplGd4QHGT4UxEyzIMMQVfks { top:3.625rem;left:8.7812509536744rem;width:30.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv0XG9IGzfeMEbcVlJ36PLkfuapHOUlV { display:block; }
 }@media only screen and (max-width: 763px) { #o8Rfic2ylg2q6lOGvLvxRWddkUri5KsH { width:4.8125rem;height:4.8125rem;top:7.75rem;left:22.518750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #knsy4J7mKrMqyETIpGwT55UTwiBaeOXe { display:none; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Prk7swbFiaOtteW4geMhnNzd3ducPOCJ { width:47.75rem;height:5rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsTk0aDQzm5VTXoRPJqlDRntDNLaMEX { width:47.75rem;height:2.5rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-regular-label { width:13.75rem;display:block; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text { width:13.75rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-textarea { width:13.75rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select { width:13.75rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-checkbox-label { width:42.875rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-radio-label { width:5.6875rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46  { width:45rem;height:auto;top:13.6875rem;left:0rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .radio-container { width:14.375rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 {display:inline-block;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 { width:45rem;height:auto;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Ju8V2fwuhetrGi7tTRByoGphC7RPcyUd {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #C7yXQ9pgrVI3CTELRCdkAR63tmCPpcO0 { display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #fDpOGtBdMURbFJx26n4vFediy3IpTGXT {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #M9Q7HC6wq5fi1ITH6J6Sh2r9arz79mIP {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #sGdXBwHV3TKsROTQ4GK6ZaoydMHehroL { display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #darcalbLrQiJKfuAgr7wVUOERzQoTzaC {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #SszTf9amxnpJA06BoZCZ3ykJNb7Kfih1 {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #gxw7LyU0BuG8l6TXNrNIRgOzswHfTStg {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #AssiQ8Wc4THrVXfL0wz9PFKdIT74Uszp {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Rt1TQWU0XEPDzMp5Ir2xVGEAroIXFCo4 {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #qsF4BnH0M836ZDpCyOCTTHL8SI1S7a8b {  }
 }@media only screen and (max-width: 763px) { #y1kDy1ePzuLuixsiqPmV6d2c916sdCou { display:none; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTUPzilPdzvqNuRVWgTIt7KR54rgd4HV { width:42.5rem;height:2.5rem;top:2.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiyMXyd12R7A59PD8eNRCSHk4N5laXvl { width:47.75rem;height:5rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { top:14.8125rem;left:6.78125rem;width:34.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4ETu5vSkVldkyHWSSPLupQ2vpy1cH9 { display:block; }
 }@media only screen and (max-width: 763px) { #PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ { display:none; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XKMEgMosIqDM7aIENVRloQmEh0vLQZ9y { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODqE5fAipHKWLnAGDVRcTTHI10MSA2u { display:block; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8Qhmnt87sX9In0fAFxNPeykBPFBxeW4 { width:31.8125rem;height:21.25rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSWaIOad5Upl1GgzWIttBT4Knbkv7a5q { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUsuoVFiV8sxDgIGm4fX3dXveHHtgaCO { width:3.125rem;height:3.125rem;top:21.625rem;left:20.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTitNwhyEcwPJQJvLLF2EWVblxVSJ61K { width:30.5rem;height:4.125rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SvcntSwG27DXtQwVdz7iFeSKghI8r4 { width:10.9375rem;height:9.125rem;top:19.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWOTkuUSizg9qSvIx88pbPWEH6SPolP { width:25.9375rem;height:4.125rem;top:27.5625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfTgsUlIf5Mh7UGhSbIkQGx4Th3b4az { width:20rem;height:16.875rem;top:4rem;left:25.812500953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqvBoRGu7n5KNc71ZMcMMsSQhq93FSle { width:24.625rem;height:21.125rem;top:1.75rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTi66EiifTThCTAD3fpnWgZTmsErUwQR { width:3.125rem;height:3.125rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTKTWiCuDTscRdMmbwU0PHFmrmHDPfrE { width:3.125rem;height:3.125rem;top:21.625rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qor9Rnncft7xGCTJZblntJ0Neyvk8ouO { width:26.5625rem;height:18.25rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4wflHV9EJgknyBIGa2gBmLE3EiItvlF { width:11.0625rem;height:9.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuEC4lGy8fXutbu4NAXQ3wZxSTclnw0 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuVQK41AxwGMfEzRySutKs1TAwtm4C33 { display:none; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V6gIDAOrbXt3qHwPhH1FXroXrbnMeOTO { width:47.75rem;height:2.625rem;top:2.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa { display:none; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QCxkNIKDqnDZ7dMsNwKrXtqaRN6p5rxl { width:47.75rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGP9VnGb4R9yVC2utOk66eANRDEgki3t { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }#fGP9VnGb4R9yVC2utOk66eANRDEgki3t li:before{  }
 }@media only screen and (max-width: 763px) { #QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw { width:47.75rem;height:1.5rem;top:9.3125rem;left:0rem;font-size:0.9375rem;display:block; }#QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw li:before{  }
 }@media only screen and (max-width: 763px) { #ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi { width:47.75rem;height:;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }#ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi li:before{  }
 }@media only screen and (max-width: 763px) { #zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI { display:none; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avaADrSfTk7SwhgKXtQwHXHeVNt10BiJ { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi { display:none; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE { width:43.0625rem;height:;top:13.5625rem;left:4.6875rem;font-size:1rem;display:block; }#GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE li:before{  }
 }@media only screen and (max-width: 763px) { #GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 { width:42.75rem;height:;top:1.875rem;left:5rem;font-size:1rem;display:block; }#GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 li:before{  }
 }@media only screen and (max-width: 763px) { #Vlb7T5TvDKop4U0oB0zyrwSMrsM1bP9n { width:18.75rem;height:28.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeFweCTt4zNt846uR2LKETW5odRw5Mn { width:42.75rem;height:5.5625rem;top:6.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUQOTrkzf7nJlvW9P4cJLqAdSW7O1aq { width:42.75rem;height:2.75rem;top:30.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7aPzXr1TbON0E75aJZKOLll1z6nQxOH { width:47.75rem;height:1.875rem;top:35.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6SCBTLEp6qnlNSRgBpuWxa3TJ2cTrRL { width:47.75rem;height:4.9375rem;top:39.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { display:none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMqzxehI2XmOaU3sR1PEkEEqNfBeGWdF { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EukrrEQ0gDi0Idnr5o5lavetONmTVXTz { width:47.75rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ { display:block; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDTuLTULTB6bemlOge0TkPcTmPnqDruw { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOH09BCubwECBOziIU7dTdhH76o4uTs { width:47.75rem;height:1.4375rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDpuQb6IQugcPJ3wWqHtxZPTdSV6ZHlm { width:47.75rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp { display:block; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOi7SWoOoT6N5c6wuHUSlqnJF1onSWD3 { width:47.75rem;height:6.71484375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc { display:none; }#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HGzV3O8UFp7fpLK2BMd5tpm549QWs0KG { width:19.375rem;height:18.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKmKF9oBX2aU2ssfX9d2hDJGLChnRwQW { width:17.5rem;height:13.5rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qugr0vczN0KP1hKKCw3eKDsUnHflRVzx { width:3.125rem;height:3.125rem;top:18.125rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PagARH0IkQJOVGFrgNEECpl7sg23nxGk { width:18.75rem;height:3.875rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSwTQbKyTnObUaWoTfntwR0nzu9RTFDG { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaF2N0LI7UfrLsuR7SdvrLPEWJvEqiDd { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wy0KZy2OBnz8ncMdco5LS3cWaN2GWOUX { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCJ2F4maPH7QboWiKX3c6q3izkFP2En5 { width:18.75rem;height:3.875rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwGTtSPia6KMUkP55zSD78vQLHuSqCc { width:19.375rem;height:18.5rem;top:1.25rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3byVVwm47eDReP3pWr6iycy70pGGxL1 { width:17.5rem;height:13.5rem;top:3.875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDww7S544TqxuLb2r7X4mtvXx92kRLNF { width:3.125rem;height:3.125rem;top:18.125rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7UELohJXfBMQLXBa8uEvdN6aMkRkTTi { width:3.125rem;height:3.125rem;top:0.1875rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #weI0VrxbqwOiGyg0Uf1hcfTs81c6DvoK { width:19.4375rem;height:39.9375rem;top:1.25rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDdxdJWz0TzaG4EL0QDBoN4ex0abIXEZ { width:17.5rem;height:36rem;top:3.875rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIzHli8BCBuxEiBLWvKQfXHwZCnRtrcp { width:3.125rem;height:3.125rem;top:0.1875rem;left:31.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u208kmKTm1LWbZbxfX7JDNxGvPEAdLOI { width:18.75rem;height:2.5625rem;top:63.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2fp7bpQl3V8oVgXJ9aVpUeOaqEsAgDf { width:3.125rem;height:3.125rem;top:39.5rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClClpmTG3wE7V0svAwC0bMz85K8QSVkB { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn { display:none; }#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rGWxwl3HcfPXAiBgIw5v9H09UR2ITT1k { width:19.375rem;height:27.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i161ntJO6v36DfzrsWH1tHxAsUOGbvz4 { width:19.375rem;height:23rem;top:1.25rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #SynTXCcMb6l2qq3FgTlUpC2g5Z4QxPTB { width:3.125rem;height:3.125rem;top:0.125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh7pl6ufLrecKnbAopEDvtXtBEUlTmq2 { width:3.125rem;height:3.125rem;top:0.1875rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHreKuX7dQBeNDsp0EggRb8TSGxGmkzG { width:19.625rem;height:17.0625rem;top:1.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8RTePpqH7uxWQw4IRTANbe6RZZtcmD { width:3.125rem;height:3.125rem;top:27.125rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiMloNROL3a7TTkpa9ha0hsCUe8vySuL { width:18.75rem;height:2.5625rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qea7TMJfDniyCgAVbKaEamfGze0g3ekT { width:17.5rem;height:18rem;top:3.875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC3vfZMZRi8JvU1RpiL9knydNygvkLyo { width:3.125rem;height:3.125rem;top:22.625rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEWqn57Nup7dSkiO9pqGXsgi5uOFUPpw { width:18.75rem;height:3.875rem;top:40.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsuhfauweSTfRWQhaHAC2XXGkJydtTum { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IABpaTdZGhCxp4Ta4sp6sEU8poIe23ZK { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9BQBqrnTErdCB4rm0grhezZEFkdTrTw { width:18.75rem;height:2.5625rem;top:55.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpN5GrDmctRHVILmaBpcrkfdT6uJg6t { width:19.375rem;height:17rem;top:1.25rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJo01qAWaDzNIE0EDphzm6TJFCqRslJb { width:3.125rem;height:3.125rem;top:16.5625rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI356c16uIPNzExmhE6a50Kp584EzmAx { width:17.5rem;height:12rem;top:3.875rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey69z8obLXXcM3T0sRWwk6TwIhMJTRFn { width:3.125rem;height:3.125rem;top:0.1875rem;left:31.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df6zXWTB9MaTtTOvwc4H7IB8x8KWXBbt { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ { display:none; }#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qmDCU8PpCqU5RCXUTAqxT10bO12rTqVy { width:3.125rem;height:3.125rem;top:17.875rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORo4vMTduHol1yW5uKALOUQJoh82XyBT { width:19.375rem;height:18.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFtcQUg0TIcvDMbhCTe5pJLl55SLuoMM { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Apw1I5oJTZ9aP1g91WMq1sbUL2zyXBfM { width:18.75rem;height:3.875rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHvznrF4zdHHRhMBhT3yu0bTTTMRVIFV { width:17.5rem;height:12rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeQg3M1UwQT4WDPP5qTLX4QSxCLBG6u { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHBDUUhmT3rueQUCI159lkOxDyA4Ozpg { width:3.125rem;height:3.125rem;top:0.1875rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWyLqX3V3mx1r7N3tgqK04RZ8rDdAr5O { width:3.125rem;height:3.125rem;top:17.9375rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y619t7Upti8P9hDlFO9HsQSurFlkyI3M { width:19.4375rem;height:18.25rem;top:1.25rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMT1FsAB3ZgtZgUaAOmJHNqETU4iKDK3 { width:17.5rem;height:13.5rem;top:3.75rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDHFW6n2uQRBnVTi4Eio0VzD3G1TPb8X { width:18.75rem;height:2.75rem;top:21.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT { display:none; }#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTT7lRpQf7dekbxzzIEsOpcLmGKxo1uR { width:41.9375rem;height:1.25rem;top:6.3125rem;left:4.8374996185303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaRlO92TH6uF4m9u37RlsspX6epXIknm { display:block; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETuc05hAixoZsoFWJU9dmCtoVDgdlTZZ { width:21.9375rem;height:14.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZriyWCEPrQciMtnm5TS8vHZZ1wkLvWXo { width:20rem;height:11.25rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3MsoRNsoHBnIeOTd7xnptNWxhWA6s0Z { width:3.125rem;height:3.125rem;top:14.5rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTxXFHrPf4RhwZLLkGVkEy6H58l9fpDo { width:18.75rem;height:4.125rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAk3hAy8zg6XIWbMLVA1btiCi81a338p { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKd5ntlfQd58zMBIZcNFPntCNFwmXKBd { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXCNxXkWHhfH1dcXtvMdDbC8npqn0Lsc { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6rbIH0mzq1C0iQOUIaDAv4CLlAWzRot { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltG3HeRSV2NfLXNUX7ikBN0pJNCzRTTT { width:18.75rem;height:4.125rem;top:17.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxflEGcHLUAGhDk6Zd6o1Laz2qHNWa0D { width:21.875rem;height:14.875rem;top:1.1875rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKwQwidy4grNspFMqV60SESti0hdaVTd { width:20rem;height:12.6875rem;top:3.25rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alNT8mekO8SJBkf4Tg2CRUiERpfFO2dJ { width:3.125rem;height:3.125rem;top:14.5rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNO6ndifkH3Q5SqleDpwyI3oaEdbK0rO { width:3.125rem;height:3.125rem;top:0.1875rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfEmTUxCBaTLrusTfVx29acCzncQq0Oh { width:21.9375rem;height:36.625rem;top:3.125rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO4hGxbvOz287c9JxyR6KE8tHBDHBfOc { width:20rem;height:33rem;top:5.125rem;left:27.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAgx7Cu35pGrVno7ADNNPCr1JTs0SNFT { width:3.125rem;height:3.125rem;top:2.0625rem;left:31.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcBZMEKbsy5IobJT98w3EJrTUzAr2z5T { width:18.75rem;height:2.75rem;top:41.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEGZI3NgaFKP6gNMJokyF8nkuBgbyfF { width:3.125rem;height:3.125rem;top:38.125rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgFcaP9uuZsOB1ocW5VqJGpIGwnNvG8c { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0r3IoSdrDHGpcHF9X32tOMyOz75RNki { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDqL6Tscpl4MX1KU4AcmlzGAPiGRNZix { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0O846PxLyv1fEoiOXTdJgXCdZWhfVnG { width:22rem;height:23.375rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtMME60pfgdfmClvJo5yMTlVTgoaFWkD { width:20rem;height:19.6875rem;top:25.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhAIincnZ0B8oTvR9czHTNBI9zEOfFb { width:3.125rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7iRdO423avF4SEnyMec0bc0xhvd2sL8 { width:18.75rem;height:2.75rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmASgGpPchVTp8PgsnazoQ7RV2Xax2T { width:3.125rem;height:3.125rem;top:45.6875rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZS9Cm4zca8MMUmJz9aFb6q5dQe1ui02k { width:18.75rem;height:4.125rem;top:46.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP25qnMwZocWZpR30MNtIttrH0Tz65IX { width:22rem;height:19.125rem;top:25.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ru20hHERMb0TnMghqxHe9h6cgkfIXokB { width:20rem;height:15.4375rem;top:27.75rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbz7pBAbQ58zzQq5pBZpbdVubAL1AAl { width:3.125rem;height:3.125rem;top:43.25rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixPBCobMfZuvUL7J9SFkiJBGgDHPBFzO { width:3.125rem;height:3.125rem;top:24.6875rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l { display:block; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dieILqWNA6kR2fPMMFMn6RoxHJWQ1VXC { width:21.9375rem;height:14.875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCp4SFbZE7OMaubxeAfBZCbIMkgaswJx { width:20rem;height:9.8125rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGypPOgsQTyKVk7N2TDWUEDHTKyEBVei { width:3.125rem;height:3.125rem;top:15.125rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C06q2KrT80fMbm7meQDP0mpDZf0mhM8g { width:18.75rem;height:2.75rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1UDCRxvylLtlTTeW1LPny3JxkXElnAR { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8Rik4pFs6AZCP3GkzVg1DG21nRsLhqF { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1PAiOzAAA5Q6iF4DdosczLznaIGS0a2 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXd5lHkvGeTNAkG5b3WECTUesgc9p4E5 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZeybPRSHc3SA84FtUEumC2JbdCX5GPN { width:16.8125rem;height:4.125rem;top:18.25rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMVtIZoDHGC7HgUJ66b6mlaiwFDJoy4 { width:21.875rem;height:14.875rem;top:1.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eouUNH5JpxFbVnLzFLlqe6GxaqRLA8qZ { width:20rem;height:11.25rem;top:3.875rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyV5XoxMmNTttdinOWCs5Nzc7FBXbllv { width:3.125rem;height:3.125rem;top:15.125rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFLsRAf90kGFZTga1JJ2dNbo8dHlTruE { width:3.125rem;height:3.125rem;top:0.8125rem;left:15.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgtDMIa0uTcF1hCUND9EdO8SNl4vvcnC { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgEpkSUKqrgCTUrFHama1g78c9V0OApq { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMiKkMN0vlNd08Thz5mOamXHtI2I1ufl { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmFz9PvTSQxVkCMHuhNxkPfgVpHbQCiU { width:18.75rem;height:2.75rem;top:18.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXX87Mr18S0t5Uodd58X2PngqSv0fc0t { width:22.1875rem;height:15.4375rem;top:1.875rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3W2LZJhJfl6Talsd9Uz50A9iWFQLoRC { width:20rem;height:12.625rem;top:3.875rem;left:27.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO15SM2PtbcR41qf7eHcy17zxyKP7QBd { width:3.125rem;height:3.125rem;top:15.75rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJvvkpMTKddMaDi7PkECtCW9C4byEHEB { width:3.125rem;height:3.125rem;top:0.75rem;left:31.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 { display:none; }#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SI0ic7hiURUh6T3ekFuxhw5OLUakKn5X { width:37.5rem;height:6.5rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1  { width:17.5rem;height:14.3125rem;top:0rem;left:24.14999961853rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 {display:block;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 { width:17.5rem;height:14.3125rem;top:0rem;left:24.14999961853rem; }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #WTf5tmA5Ek6lPUrmtfsWT69eDMrxfqzB {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #QeSw9CVM4hSKHGmNmCllsEzez61zu6Ju {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #MZZoti2ZFTw7h17fGzfLy18C6gaC7TQR {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #tuTOqCtgmr1sLT2zzmToL79iCfuSm3Cm {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #k1QhdLAfMDF57ukCgip62QiP9KRGLkNE {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #FCRwK0etTTZLQk7Ir9NeQDyrmwqU5A8G {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #VMbRfdfO73fZzUomCLROvQss4wsOeoJE {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #O54AL0eBkpTqRxAI8FEs0ucqdyVREUHC {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #d4r9sakkCIN3CdfJ8zzHqT0ITTJw4sdZ {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #bt8cKMTpaeTNm8di3Ob2MhrhwRTzqpvZ {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #z9hQg7s3PGA4Fm5lZGyeL9hNt5FbA9Ey {  }
 }@media only screen and (max-width: 763px) { #UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 { display:none; }#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmRCWgsTAu2wURFiylaEWPtCt2IMJyWI { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPKUozzJtsG3pssOfBXa2OvdQRNLwZeX { width:20.9375rem;height:1.125rem;top:10.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW8RkJtgQbsOctUBcsJMfpRoKUxreP7i { width:20.9375rem;height:2.25rem;top:10.5rem;left:13.375001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RskZGVpeC4yOyF8k7TxmCTniD8uJJRMJ { width:16.1875rem;height:2.1875rem;top:10.5rem;left:31.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuCSl4lFECuQfu1kv84KTRVBFvVUWya6 { width:12.5rem;height:3.25rem;top:7.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeC9nGpZpBWOI2FDpTdwImkpGhIA7yQ5 { width:12.5rem;height:3.25rem;top:7.0625rem;left:17.687501907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVz4BvokVW98NiUlDFzNtub2P9dyGnx { width:12.5rem;height:3.25rem;top:7.125rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW { display:block; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzsl8FqxEUW2iE79TEqK1Tk80e8kaKTs { width:40.0625rem;height:22.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9R9tZnmbozfxVMOWqIgyETeMHai9mlC { width:37.5rem;height:21rem;top:21.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3f2uHnAlSfLL4zro362wTPQM65c9V3c { width:37.875rem;height:21.25rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM { display:block; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2nWkuFEzBaI5Jhbv8IxAcpb7LNgbNAP { width:36.625rem;height:27.375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRtdfZAZA1P2Xv9TCRidZTgTKG2slFWm { width:26.8125rem;height:35.75rem;top:15.625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob54Vly6IUvLH8IiH0bd4T6XAdz3GuGf { width:36.625rem;height:27.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opr9T3FwJu6CDQ4nK5KL2H2T8tva8OoT { width:36.625rem;height:27.4375rem;top:55.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB { display:none; }#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MsFJ65R8ostU6EuTUTHvpDxki88i6kwv { width:47.75rem;height:2rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRr8O9bBlVwG5M7L16K982AJwdkEsc9 { width:38.5rem;height:3.1875rem;top:5.25rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIqzfSrOG65HuQ387vOO1PQI7d1tD112 { display:none; }#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GKODoGZFD9LknJJloPJTV6CTVyDe07OC { width:44.75rem;height:3.1875rem;top:2rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x { display:none; }#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q4Xmm7ED4F3bif6iVmEQZJJovFw0gMfg { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl { display:none; }#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SdVPQKTAPiLpDkyTAWB5ltDSuK3dJQ5G { width:45.625rem;height:5.8125rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS { display:none; }#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OR5zxXcBcpKtqGxua6FvkG2FTIeudkvZ { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v { display:none; }#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlV6LX1caeTSAIVrcJ2dB7ZkzUGA5Hzo { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU { display:none; }#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqLFueaRSLXbX2OMd2zqNUm8kihs3CRF { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW { display:none; }#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PmyQnrcftpFkqdnzbg89Vn8kJNJVBiLi { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqxzGmQR7L0sywQACPJP9b9szwXpuvVi { display:none; }#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RnWdwvS6HDBAkmB8izw4dVQa3Pz8HCCR { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A { display:none; }#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFLPt4z7ctDIocLNmyGUsX8kcA02vMyX { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT { display:none; }#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CzEvBDdzUDtvgewr9lOrqwpwoW6Pr30I { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1rOlTp3pDUehldAIIO3tffPaEqm2LIG { display:none; }#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qi7zw0KRya6TLI0n0p3CIqRAyFR3s1e5 { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntIau2TuqsznDCIPJVdRuSISf1bOXk1c { display:none; }#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rGhnKKtGyS6JU5GdT08Kvyt7cunnZ4xF { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ { display:none; }#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yvrdd9LVWCX4KccH21quq5MLazoQFIuA { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF { display:none; }#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDhg8Nq3ihZSGyl6NQXEDDr5hJWRuOR9 { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT3Ioz56MzosGcrEQseLvnysMK876Lf { display:none; }#gLT3Ioz56MzosGcrEQseLvnysMK876Lf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UB13E4awbQTaXLCSVEPVNcCU5G6lT6Dc { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biX5220MyUn93SKiT7msPQqavNpkGJ05 { display:none; }#biX5220MyUn93SKiT7msPQqavNpkGJ05 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CXdET2KMgAlRRbfL8tFkqvsDmCXzea1p { width:45.625rem;height:1.3125rem;top:0.4375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRhapMqLkWyxDJRss50Lhag6fflNerC { display:none; }#QZRhapMqLkWyxDJRss50Lhag6fflNerC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfX0kLE36zeByhUiAV7LVdPl4gVr9Gdz { width:45.625rem;height:1.4375rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x { display:none; }#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqqOTdFdyPJJRB1vpxcEWNf3TUFhu4xC { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkMbH668IQBMeHX49KMy7wPHrqUzUbLT { display:none; }#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I5xUFyvbkZg1HMzywdQryQt9hF4IJJlk { width:45.625rem;height:2.875rem;top:0.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK { display:none; }#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xl0e5nnO4BW4VzmeCdcGZBwMDg1gTWQT { width:45.625rem;height:1.3125rem;top:0.375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEMTngquudphy2VHIINJZIxCADmRT2A3 { display:none; }#QEMTngquudphy2VHIINJZIxCADmRT2A3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VVCdeMcixIUsg3KfPN1EV3tecsFfEmsM { width:47.5rem;height:1.4375rem;top:0.375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk { display:block; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCxGd2nahM2dnMCDrUT6Gs1JcTrONS3r { top:1.75rem;left:8.7812519073488rem;width:30.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDFI7qvFUoemnGvRJSBXOBO1BBrA27d { display:block; }
 }@media only screen and (max-width: 763px) { #QeKa3LOUTPUB7Cp75EeqoPGVQq8gxd1w { width:4.8125rem;height:4.8125rem;top:5.875rem;left:22.518751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #eccySHRZu8yBykiUmL4TaPWBmIysTAir { display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o629fIpCfahZbqh199GuGAytcZ3iGfZQ { display:block; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJB0te1VTSHa1NGa8CPw8Dp7fRHqAHD3 { width:47.75rem;height:2.875rem;top:0.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { background-color: transparent; background-image: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { border-width: 0; border-radius: 0; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:20rem;height:27.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:10.875rem;height:11.05rem;top:7.50625038147rem;left:9.1250005364419rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { width:20rem;height:5.98125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pTM4IaER9D1mL5cNh60y5hx085wvUzu4 { width:10.8125rem;height:6.825rem;top:19.41171836853rem;left:9.1562505364419rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5EvFsLaR2U6TlmADHlBXiK5skKLxGU { width:9.125rem;height:17.5rem;top:9.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xNPspnAuRedx90kWelhugdaFTw1kqvdy { display:block; }#xNPspnAuRedx90kWelhugdaFTw1kqvdy > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMT71M3I38fJhiI4qJ3guOq1BOv9ScuB { top:1.5914068222046rem;left:0.93671876192094rem;width:18.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCJ0lfIMT5nMLnKBL7ak1qoQ6lQD7MX { display:block; }
 }@media only screen and (max-width: 763px) { #DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row .container { border-width: 0; border-radius: 0; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvT2K8mmfPCTrnK6zSmBeRBUMBQ6hsG5 > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o38onmflJV0V5SmpFBIbmrWTwTi7Cb6w { width:20rem;height:1.4625rem;top:4.6898436546326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { border-width: 0; border-radius: 0; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P961Fg211B0aI1eSKqiMUF95PDH7ggih { width:20rem;height:1.4625rem;top:8.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHimfAcGxevFbW1T0ooaFL4uLs0o496q { width:20rem;height:6.825rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-form-header {  }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-regular-label { display:block;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:1.875rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:.2;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-text {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:7.75rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:.2;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-select {padding-top: 0; padding-bottom: 0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#2938e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.3125rem;height:auto;font-size:0.6875rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top;color:#161616; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container:first-of-type{padding-top:0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-container:last-of-type{padding-bottom:0;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:10.6875rem;z-index:15003; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .radio-container { width:16.875rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:10.6875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ISduBXcCsAQmbRK8wCqJHXGVTy4dRtZU {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #SSgDTBAqVitkzpro0LLLc5TM1hCossKv { display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #XzXgO6gtsbCp324ZuexrrLRCD1d6lSIS {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ri7AEI1oC1X1tLQ6b2pTak8faSqU1LsR {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #GTcer7yIQ0cKqF3N9hiQIeWC6l3epwNy { display:block; }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #OkINi1imx4R8goUyy6sFen6mhlMeAQFG {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LWimRvCwyb3dDho1AEXMWe1EatgarvqE {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #FUxrlcbb4THBBdCkSJVxMg7zHduasRG9 {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #qRTwDTFn8od3gks3VhWKEX1yq5dFRi1a {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #ScMQpUPolpRW9Ax0fM7BLv8MGZ8tTtf5 {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #PNTsCnVzXkm253SFa6eSWFVc911LfX3V {  }
 }@media only screen and (max-width: 763px) { #UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { display:block; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { width:20rem;height:11.7rem;top:1.050048828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb { display:block; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9aDlV8wyPzIEDxhP4vDe95kmfkIOSP { width:19.4375rem;height:14.3rem;top:1.1937503814698rem;left:0.28046876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a { display:block; }#HnLu7W6TccRCEAxy4TytCBSfNzE7xf1a > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQBOI1e02cnybDtAFMAmTdOOHNh27p4v { width:20rem;height:3.9rem;top:1.050048828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 { display:none; }#b1daT2z8OgFHBKnO0XNIsganBs9Rwo91 > .row .container { width:20rem;height:29.95rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbNTXUhXLg5uuTK6hRbXQDEAwhNfIUSQ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq { width:20rem;height:25.0125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#FUr7nC7PsMQ9RCKMwazZWUuRox1Py2kq li:before{  }
 }@media only screen and (max-width: 763px) { #y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq { display:none; }#y9LEx2rXwqGJr5aC2KlyKHWqSiVgrBxq > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n { display:block; }#bhiN1uVnqZyRG1sX2Cz5p9hGBT8pnK9n > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCKzAd1biuWk2sPQBnMEpb3Clw6SDtl2 { width:19.625rem;height:33.9375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVwSPNWJo8VFDMSW00BDgBNrbqg9T3fD { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:none; }
 }@media only screen and (max-width: 763px) { #tD2gLMwZCkCPvQVlGXP8gNygi12GuqCQ { width:3.125rem;height:3.125rem;top:34.875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { width:18.75rem;height:6.5rem;top:51.530467987061rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { width:19.1875rem;height:35.34375rem;top:1.3749918937683rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XpRXzEeDrPNhaTxtICdlxPTNSoUwK716 { width:12.8125rem;height:12.8125rem;top:37.955476284027rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2On67M5JELHM5ui6nWTqbv7WCiW8z43 { background-color:#ffffff;background-image:none;display:block; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { background-color: transparent; background-image: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container > .video-iframe-container { display: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row > .video-iframe-container { display: none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .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); }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { width:14.125rem;height:3.7375rem;top:1.0125007629394rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { width:20rem;height:29.25rem;top:5.6375000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zFyhqV8nmkiCnQNNZnXi9dydmZhUI1wr { width:12.125rem;height:13.875rem;top:36.125rem;left:7.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsd4L9KnEQZzn8unvKwUcRPTZ02QJ6MZ { width:12.75rem;height:7.3125rem;top:36.856251716614rem;left:0.74999994039537rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mszIlVSIv2DVeah04LyzyhbETTsTvNm5 { display:block; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1hzTSiHJpuofpyd3W7gcZiTXyES9HWD { width:20rem;height:1.86875rem;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 { display:block; }#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuTa5FlC2sBJBAVLv0RkiNnkGr9h8wVb { width:20rem;height:3.0875rem;top:0.51875019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q { display:block; }#vS3KVKE3LNAt7DfRdt3NsxqME7ziHW2q > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { width:18.75rem;height:1.625rem;top:5.9296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { width:18.75rem;height:1.625rem;top:18.9609375rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJhngaWiQBniJCrz7RP7KilBeTDKgsw { width:18.75rem;height:1.625rem;top:31.610937952995rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44x860lbhD4UMnzPBL5MNA3HR7GA1AT { width:20rem;height:3.9rem;top:33.610937952995rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { width:18.75rem;height:3.9rem;top:7.8671875rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { width:18.75rem;height:3.9rem;top:20.8984375rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HyhTM3PrfrdLTILN1dropvc8gJqcDbK6 { display:flex;width:4.625rem;height:4.625rem;top:0.6796875rem;left:7.6875003576281rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #LSiMSZITJ5CUmbmTkMTtzaUuZbnhoI7n { display:flex;width:4.625rem;height:4.625rem;top:13.641405105591rem;left:7.6875005364419rem; }
 }@media only screen and (max-width: 763px) { #IyOt6bfdqNz8eX0AyMeLRial2wvPNvGD { display:flex;width:4.625rem;height:4.625rem;top:26.673437952995rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #cOJP575sWiMSOcoiGplsI6ptzHc11694 { display:block; }#cOJP575sWiMSOcoiGplsI6ptzHc11694 > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiedFHrayL61ZiFpFnCVcCexnicDvLUB { width:18.75rem;height:1.625rem;top:6.8125rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqn3aXBp6WhVLAOMKC7gy0ia8OvheaAF { width:20rem;height:6.5rem;top:21.337500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l0tEXo4ahQfT6WIgkJKDJUBDTlQSos3Q { width:18.75rem;height:1.625rem;top:19.400000572204rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2gl8MDmxyXslTZs8MmZFp257LXT4GtE { width:20rem;height:3rem;top:34.886719703674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9Op0lZIrPETl4BX5lZlV2gcdsianE3 { width:20rem;height:3.9rem;top:8.7500009536744rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tSOP7SpBeFrO2egTZHKsTuSq68KfyllV { width:18.75rem;height:3.9rem;top:38.162506103516rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TVEJTiDhTbplxsm990H2zmvEfFGPRNVH { display:flex;width:4.625rem;height:4.625rem;top:1.5625rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #trqzwHPc133KFuWO41h6oSdOxCGmwVOS { display:flex;width:4.625rem;height:4.625rem;top:14.525000572204rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #Ueu8555HTwTQTWGdX2a9Ss2CwNy0h6Fz { display:flex;width:4.625rem;height:4.625rem;top:29.712501049042rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 { display:block; }#H5epl5KPAKL8eGTfhe5WKLVvcyTyfpB0 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZCyUvWZ69OqOWsDR57uJWm0Anrv9m6S { width:18.75rem;height:1.625rem;top:6.625rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0tLWdFfOFlxo2WAOPL4wbyeBcxcEP87 { width:20rem;height:3.9rem;top:22.456249952316rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e4hp0qiORxmOZ1Bd2EtTMSEaTAbBpN9P { width:18.75rem;height:1.625rem;top:20.518749952316rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhO5KDnQqvi8wwO1P0Qnm4HCAkB9MKF9 { width:18.75rem;height:1.625rem;top:33.168749570846rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQILIZSATaMV0kPWEB5WiURUTWLZ5lD { width:16.75rem;height:5.2rem;top:8.56875038147rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RqAGwdPsm7RaqLnErlUip2QUUniZrCFF { width:20rem;height:3.9rem;top:35.106249809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iEbH8mBlqvSUVXywG4JLs55Gq4nyydJA { display:flex;width:4.4375rem;height:4.4375rem;top:1.875rem;left:7.7812503576281rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #nOCqvumzQic1uires8Q1K42Tkm051x0I { display:flex;width:4.625rem;height:4.625rem;top:15.643749952316rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #gi64PiPHgis52PTwAE3rGyFgepeoBTD6 { display:flex;width:4.625rem;height:4.625rem;top:28.231249570846rem;left:7.6875005364419rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf { display:block; }#SLFcRKSGeSTHGF11kTLKI3xFEmmX4Xrf > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u78uCBJbQFfR8zrahWiQOz5W60KCFJlC { width:20rem;height:3.9rem;top:10.343750953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ydLrxRd4DQ4stfrBQA44KBITy3HpsOqQ { width:18.75rem;height:3.25rem;top:6.78125rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZzTH9pxhvAIEkeLOyQDiCOFSECl0iq { display:flex;width:4.5rem;height:4.5rem;top:1.875rem;left:7.7500003576281rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW { display:block; }#h8vEuPP6k6aTZAG67iR5VTP0bTCIqmTW > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owkwtXLLDVJ87g1GZ1tVGX16d5hL7vfT { width:20rem;height:4.875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH { display:none; }#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3kORItgUwmTF9M3TzCC6wkZg01ZlQlI { width:14.6875rem;height:3.25rem;top:1.375rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz { display:none; }#rOC5d9pyeGssZni5AbS8fcTGxOHvPkIz > .row .container { width:20rem;height:26rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZPVZWT3d0bpkupA9g0mNMxunR9HC43g { width:12.6875rem;height:1.38125rem;top:3rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnAF5wLQFnvsOiDyCEF7hUOQnufZnDp { width:13.125rem;height:1.38125rem;top:11.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXLE4N8gNWtO1eKWgzXgzGBkQgzg0Qg { width:13.125rem;height:1.38125rem;top:20.375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXUIoEVFezEoTPfRbVGhLDnDn6PSMMyP { width:12.1875rem;height:2.6rem;top:22rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J5HspmdDRVnNFQkfrq5VqD6RSG6kcNRm { width:13.125rem;height:2.6rem;top:4.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ft3AQgst2hKTA9wbJnG0mCtZ8dwNtlVX { width:13.125rem;height:2.6rem;top:13.4375rem;left:6.8749998807906rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rBGOQX3Nk2wWs59GZDTuOFv2BEziXTSU { width:6.875rem;height:6.875rem;top:1.6875004172325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZES9JJ90Ti3extleM4g5nv3bmWS1cT93 { width:6.875rem;height:6.875rem;top:10.437499940396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diS20SvveFzIbflVNEXcFtpergoFzJ2I { width:6.875rem;height:6.875rem;top:19.049999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrmf8TcKBmSTe2U6TELP02auivWuqJc { display:none; }#ETrmf8TcKBmSTe2U6TELP02auivWuqJc > .row .container { width:20rem;height:22.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JtBBNrh1yE70RObyFqts9qTHdl64M0hL { width:13.125rem;height:1.38125rem;top:3.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUp0DaR4kxkV1IZo4hTsBN9zxoCCK35S { width:13.125rem;height:1.38125rem;top:12.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w1WEPSgBcZ2mOv1CkP0iKSuZJq73iD { width:13.125rem;height:1.38125rem;top:19.606265068054rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mubZgrTiKvTsztxOnJsk5WzB2mAuhSoQ { width:18.75rem;height:0;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO6FuJIyuLXINqd4dstruNf2G97i5tEM { width:13.125rem;height:2.6rem;top:4.875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O6Fe0C1VLRCwOSPMAr0i8Xno5RQa2GIQ { width:13.125rem;height:1.3rem;top:14.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W2wmq5pcqeQOiRngPxPPiJLtaUKa6kQp { width:6.875rem;height:6.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KuqCHzuilIncSuFxVlETMSFWhJp2dT { width:6.875rem;height:6.875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ikLL3LyRG7aCTWq2XEHZ6AhKbPnmxV { display:flex;width:6.1875rem;height:6.1875rem;top:19.062500476837rem;left:0.3125rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { border-width: 0; border-radius: 0; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mbNzaO3xu5sdi5R64kBFyNETmlLtwNfx { width:20rem;height:23.8125rem;top:0.578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCIgQXWpf57GEcCqziTOEvP0TzxavHU { width:20rem;height:1.38125rem;top:11.492187738419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { width:18.8125rem;height:9.1875rem;top:13.786718606949rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UNcEOPAaxlTbitg3ZA9CN9tzyKqZzyG5 { width:20rem;height:1.3rem;top:9.542187310755rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuclQKoTV0gZdGFzIqdtQyDdRP0omWu5 { width:20rem;height:17.0625rem;top:26.328907012939rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cGT1yRhdsIo0Z7XkqBWxTauyncTikddE { width:20rem;height:0;top:44.641410827637rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 { display:block; }#OIUqZkDCy5z94IVyWwM5Duhc8CWyliL7 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TONJZFEkKyyGNBu0TxEl4wlW5ouEmUIq { width:19.625rem;height:25.4375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqIQyIQ32tFla8EHi09OGyavNz6DrgKy { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:none; }
 }@media only screen and (max-width: 763px) { #TWsZhFtpTWiL9iipaequH7isxqFbOBPJ { width:3.125rem;height:3.125rem;top:26.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWqRmZRrbxrAD7EWDvLXwvzWow0qlkk0 { width:18.75rem;height:6.5rem;top:41.530468940735rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTRIMu8ULAsJP4TJpqffL3l05g3TETxR { width:19.1875rem;height:30.46875rem;top:1.3749918937683rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xh4fP8eNkVnuslpccWMf8HfJ77B6h2Gm { width:10.875rem;height:10.875rem;top:30.062488555908rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0VA0axbusf3gdUK4yTX7wLgE4K6qRic { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { background-color: transparent; background-image: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container > .video-iframe-container { display: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container { display: none; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .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); }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { border-width: 0; border-radius: 0; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0VA0axbusf3gdUK4yTX7wLgE4K6qRic > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2naUAMJcs9DmRsShNJ6vs3GTJkNvGvq { width:20rem;height:19.9375rem;top:1.328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTJsWQh7Lat3ZyptGKxmmLSnxiHEyo4 { width:18.4375rem;height:18.375rem;top:2.765625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xG2iy1FlP0GSL9282hgnegytVyvUS50y { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row .container { border-width: 0; border-radius: 0; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xG2iy1FlP0GSL9282hgnegytVyvUS50y > .row .container { width:20rem;height:18.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #psWcFyrfzHCvPr4PNadggHULwXBRcspV { width:20rem;height:17.0625rem;top:1.0156248211861rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f613yMifzckfJOqrFPm5LJsSw7bDsbJB { display:none; }#f613yMifzckfJOqrFPm5LJsSw7bDsbJB > .row .container { width:20rem;height:14.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cand1knF2WAZqprq8H4BdmTJ02cclswJ { width:20rem;height:4.875rem;top:1.6875014305115rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDgMrP3vqkKu5VWqhzz7PMraUkqh297X { top:8.3117195367813rem;left:0.3125rem;width:19.375rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKODZoRbLGXVfmBQyrpa8Q13OTB1DEpc { display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1A950A3hpht4LxyEZGLP9189c2xkfnU { width:20rem;height:1.86875rem;top:0.82500076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp { display:block; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihpqiIoMVQd6DMuTEDbLqRc5cFLNTR69 { width:7.625rem;height:11.5rem;top:2.74609375rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPU0KKVfIeTkfhSlpyFlE9ZB2JxLiVm { width:12.125rem;height:1.625rem;top:0.74609375rem;left:3.9374998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5d4riIhWP1eD21P5aWti27f4e38cG1C { width:20rem;height:36.5625rem;top:15.160156488419rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { width:20rem;height:15.84375rem;top:52.065626144409rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { display:block; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { width:15.25rem;height:5.60625rem;top:1.10546875rem;left:2.3750000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfaNXu2OllQqwkwCWFcamVqTVGWt2dWh { width:20rem;height:1.4625rem;top:5.2984380722046rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU { display:block; }#N0ZIkufK2a5MrTqgFI5dt0NpIdD5nCoU > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiOKyWOW9STvxPvPLUnui79USnWWS2Ez { width:19.25rem;height:8.2875rem;top:1.2281250953674rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v119C7geEtvmsNcTUQsRCggmMDa8csaK { display:block; }#v119C7geEtvmsNcTUQsRCggmMDa8csaK > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXMXMsGTszkwv4HZxIk6195WDOuih0wD { width:20rem;height:14.3rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ { display:block; }#Mimhb9LcsW4eJPRDZpewfFFMnIwaPnqZ > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXJL2KH80AUJNhTcRTORaP2qnk3I0x9z { width:20rem;height:4.875rem;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq { display:none; }#d3d8iUGwueF5O5JSOTHXlGdtURnR8ETq > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P5JVDa2PCX2os3dkQ1bFFWwrhPBUnkhq { width:20rem;height:3.25rem;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT { display:block; }#zPNOyeSN7RtyTuV7Gd3kBDsSVEAddZIT > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUdieLwHH11bPKHqkTszwnsV7ERi9zLQ { width:20rem;height:10.4rem;top:107.32734298706rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsHpa80h9NMzbJ4aRf43TsuexI5FKiUT { width:20rem;height:104.625rem;top:1.5921869277954rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcu7QkaUDDeSPUPHRcC5et6VCd4ytRkf { width:20rem;height:1.21875rem;top:4.8523445129394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGi0QfUSpsdFOJhn36eCVdn6efDHRdor { display:block; }#vGi0QfUSpsdFOJhn36eCVdn6efDHRdor > .row .container { width:20rem;height:120.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlVigFg9Z5mwQr4TKgAaSb3y3BshePlG { width:20rem;height:10.4rem;top:109.26560020447rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkE1hOOEoP7ooql1wi9XMKErn1bq31Wz { width:20rem;height:106.3125rem;top:1.5921869277954rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A { display:block; }#bQWDqt9kxnGhtQn3zFDRWsRipfzZBP0A > .row .container { width:20rem;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBDRI1u0Kffq54FdI5qJqcmAaMTOCv0l { width:20rem;height:10.4rem;top:102.38984489441rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvbpFz2QWGKA0nfrcyGDyipT3704H28V { width:20rem;height:99.5625rem;top:1.5921869277954rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHzxTBkR6grNRyZmMyznoudVRrG7CER { display:block; }#XlHzxTBkR6grNRyZmMyznoudVRrG7CER > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuDpD2wvDcfNiifXWfTQAE2wbOF2WXA6 { width:19.625rem;height:13.3125rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXhR5VSrnu3OnkH0iWeEh5HnDqFRNWqF { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:none; }
 }@media only screen and (max-width: 763px) { #R6mt713RXoGPL0E0wm530THPfXwZaKGA { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ihol3lBqZey1r7IyToysWComVLhJzMk8 { width:18.75rem;height:6.5rem;top:28.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbxJEioo8s7eizt00ETyzDGOoQAMyTyS { width:19.1875rem;height:13.40625rem;top:1.3749918937683rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qm295qxpwivHkHI9d9n3rZsOLHKMANUd { width:12.8125rem;height:12.8125rem;top:14.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV { display:block; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvh3kPQSo3fQmmek38R7c3kvy1p8VW0B { width:20rem;height:1.86875rem;top:1.0124816894531rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ { display:block; }#LomenqPr2KzEpg6oMnotm6T6mQhRoFSQ > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m { width:20rem;height:27.96875rem;top:0.93750047683719rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }#ZWch2iDGUdEtkKGEkNx6NJI6OeuuW11m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a { display:block; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNiBrtIJoIu1aHATJSTZQQh6bLfbwE7D { width:20rem;height:0;top:16.405468940735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXpfThx3kf2CQvZDnPyouBED2GUW9vqZ { width:19.5625rem;height:0;top:1.72265625rem;left:0.21875005960464rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJfIV43OK8KGeEwHI01gTUTLDVvahWP2 { width:19.25rem;height:15.25rem;top:0.52812194824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMIOTtkE5Q8zNwQG9PvECMS61z6vovv { width:20rem;height:2.4375rem;top:17.719530582428rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PvEP7LbPHq5PzFpPSP8ILsypOIZwmgBu { width:19.5625rem;height:16.25rem;top:1.4703121185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ { display:block; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BineMGRTvytvfERpq24xXLFH3GmSwGSI { width:20rem;height:5.2rem;top:0.39921951293945rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #athuH2blNU3W1kTiQehNXtEbpQPabIKQ { display:block; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTmMM3EsdkPXK92SoWrdQT4ZgSzF2kqG { width:20rem;height:2.6rem;top:0.66250038146975rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE { display:block; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhLSW4sHvplGd4QHGT4UxEyzIMMQVfks { top:1.375rem;left:0.9375rem;width:18.125rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv0XG9IGzfeMEbcVlJ36PLkfuapHOUlV { display:block; }
 }@media only screen and (max-width: 763px) { #o8Rfic2ylg2q6lOGvLvxRWddkUri5KsH { display:flex;width:3.125rem;height:3.125rem;top:4.3125rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #knsy4J7mKrMqyETIpGwT55UTwiBaeOXe { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row .container { border-width: 0; border-radius: 0; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knsy4J7mKrMqyETIpGwT55UTwiBaeOXe > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Prk7swbFiaOtteW4geMhnNzd3ducPOCJ { width:20rem;height:5.85rem;top:4.9125001430511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsTk0aDQzm5VTXoRPJqlDRntDNLaMEX { width:20rem;height:3.4125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-form-header {  }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-regular-label { display:block;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:1.875rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:.2;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:7.75rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:.2;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#2938e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.3125rem;height:auto;font-size:0.6875rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top;color:#161616; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container:first-of-type{padding-top:0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-container:last-of-type{padding-bottom:0;}#wfK8fcUP2yq9udeE33LJLlvotlrbHh46  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:11.75rem;z-index:15003; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .radio-container { width:16.875rem; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wfK8fcUP2yq9udeE33LJLlvotlrbHh46 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:11.75rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Ju8V2fwuhetrGi7tTRByoGphC7RPcyUd {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #C7yXQ9pgrVI3CTELRCdkAR63tmCPpcO0 { display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #fDpOGtBdMURbFJx26n4vFediy3IpTGXT {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #M9Q7HC6wq5fi1ITH6J6Sh2r9arz79mIP {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #sGdXBwHV3TKsROTQ4GK6ZaoydMHehroL { display:block; }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #darcalbLrQiJKfuAgr7wVUOERzQoTzaC {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #SszTf9amxnpJA06BoZCZ3ykJNb7Kfih1 {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #gxw7LyU0BuG8l6TXNrNIRgOzswHfTStg {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #AssiQ8Wc4THrVXfL0wz9PFKdIT74Uszp {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #Rt1TQWU0XEPDzMp5Ir2xVGEAroIXFCo4 {  }
 }@media only screen and (max-width: 763px) { #wfK8fcUP2yq9udeE33LJLlvotlrbHh46 #qsF4BnH0M836ZDpCyOCTTHL8SI1S7a8b {  }
 }@media only screen and (max-width: 763px) { #y1kDy1ePzuLuixsiqPmV6d2c916sdCou { display:none; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTUPzilPdzvqNuRVWgTIt7KR54rgd4HV { width:20rem;height:2.925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiyMXyd12R7A59PD8eNRCSHk4N5laXvl { width:20rem;height:5.85rem;top:5.3875000774861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { top:11.999999791384rem;left:1.7187501192093rem;width:16.5625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4ETu5vSkVldkyHWSSPLupQ2vpy1cH9 { display:block; }
 }@media only screen and (max-width: 763px) { #PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ { display:block; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKMEgMosIqDM7aIENVRloQmEh0vLQZ9y { width:19.75rem;height:3.25rem;top:1.0312496181577rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODqE5fAipHKWLnAGDVRcTTHI10MSA2u { display:block; }#xODqE5fAipHKWLnAGDVRcTTHI10MSA2u > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8Qhmnt87sX9In0fAFxNPeykBPFBxeW4 { width:19.625rem;height:21.25rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSWaIOad5Upl1GgzWIttBT4Knbkv7a5q { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:none; }
 }@media only screen and (max-width: 763px) { #wUsuoVFiV8sxDgIGm4fX3dXveHHtgaCO { width:3.125rem;height:3.125rem;top:21.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTitNwhyEcwPJQJvLLF2EWVblxVSJ61K { width:18.75rem;height:5.2rem;top:33.625000953674rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SvcntSwG27DXtQwVdz7iFeSKghI8r4 { width:10.9375rem;height:9.125rem;top:56.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWOTkuUSizg9qSvIx88pbPWEH6SPolP { width:20rem;height:5.2rem;top:67rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfTgsUlIf5Mh7UGhSbIkQGx4Th3b4az { width:20rem;height:14.625rem;top:41.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MqvBoRGu7n5KNc71ZMcMMsSQhq93FSle { width:19.625rem;height:21.125rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTi66EiifTThCTAD3fpnWgZTmsErUwQR { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:none; }
 }@media only screen and (max-width: 763px) { #qTKTWiCuDTscRdMmbwU0PHFmrmHDPfrE { width:3.125rem;height:3.125rem;top:21.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qor9Rnncft7xGCTJZblntJ0Neyvk8ouO { width:19.1875rem;height:21.9375rem;top:0rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p4wflHV9EJgknyBIGa2gBmLE3EiItvlF { width:11.0625rem;height:9.1875rem;top:23.562500476837rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuEC4lGy8fXutbu4NAXQ3wZxSTclnw0 { top:40.25rem;left:2.25rem;width:15.5625rem;height:0.125rem;z-index:15017;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wuVQK41AxwGMfEzRySutKs1TAwtm4C33 { display:block; }#wuVQK41AxwGMfEzRySutKs1TAwtm4C33 > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6gIDAOrbXt3qHwPhH1FXroXrbnMeOTO { width:19.75rem;height:4.875rem;top:1.0312496181577rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa { display:block; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCxkNIKDqnDZ7dMsNwKrXtqaRN6p5rxl { width:12rem;height:2.4375rem;top:1.1875rem;left:4.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fGP9VnGb4R9yVC2utOk66eANRDEgki3t { width:19.6875rem;height:7.3125rem;top:4.9375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }#fGP9VnGb4R9yVC2utOk66eANRDEgki3t li:before{  }
 }@media only screen and (max-width: 763px) { #QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw { width:19.6875rem;height:3.65625rem;top:12.84375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }#QkRS4COlOtEREaWUrKOUIprbwXRpP1Fw li:before{  }
 }@media only screen and (max-width: 763px) { #ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi { width:19.6875rem;height:7.3125rem;top:17.1875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }#ZTK0U5GbAWey1DiqTymOQG9E84ui8eyi li:before{  }
 }@media only screen and (max-width: 763px) { #zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI { display:block; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avaADrSfTk7SwhgKXtQwHXHeVNt10BiJ { width:20rem;height:3.25rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi { display:block; }#BEbk6Shf4O2Rg5H3e1qhRlk01VS7agbi > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE { width:19.6875rem;height:24.2875rem;top:15.9375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.3;display:block; }#GUs1niMr8UyTSXTT7JDqEIZNl9VO90XE li:before{  }
 }@media only screen and (max-width: 763px) { #GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 { width:19.6875rem;height:5.2rem;top:0rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.3;font-weight:300;font-style:normal;display:block; }#GZActiCKmX0V7hJD9H8fmVbGotl7Ikb8 li:before{  }
 }@media only screen and (max-width: 763px) { #Vlb7T5TvDKop4U0oB0zyrwSMrsM1bP9n { width:10.75rem;height:16.25rem;top:8.9999990463256rem;left:9.2500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKeFweCTt4zNt846uR2LKETW5odRw5Mn { width:20rem;height:8.4rem;top:6.4984359741213rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUQOTrkzf7nJlvW9P4cJLqAdSW7O1aq { width:20rem;height:7rem;top:41.311718940735rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m7aPzXr1TbON0E75aJZKOLll1z6nQxOH { width:16.9375rem;height:3.0875rem;top:49.618750572204rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y6SCBTLEp6qnlNSRgBpuWxa3TJ2cTrRL { width:20rem;height:9.75rem;top:53.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { display:none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMqzxehI2XmOaU3sR1PEkEEqNfBeGWdF { width:20rem;height:6.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EukrrEQ0gDi0Idnr5o5lavetONmTVXTz { top:14.169531106949rem;left:0rem;width:20rem;height:7.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ { display:block; }#x7CigSsLiIhcAMBRbD8uNDuCJC6L3iPQ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDTuLTULTB6bemlOge0TkPcTmPnqDruw { width:20rem;height:6.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KZOH09BCubwECBOziIU7dTdhH76o4uTs { width:19.4375rem;height:3.4125rem;top:9.5437500476837rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDpuQb6IQugcPJ3wWqHtxZPTdSV6ZHlm { top:14.169531106949rem;left:0rem;width:20rem;height:7.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp { display:block; }#SCzH9MLx64bPAq8wZ0qC0TTToZsTuERp > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOi7SWoOoT6N5c6wuHUSlqnJF1onSWD3 { width:20rem;height:2.8125rem;top:11.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc { display:block; }#i6RVOSRHoQWo4VfNqPlbQqnmlXpL1Eoc > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGzV3O8UFp7fpLK2BMd5tpm549QWs0KG { width:19.375rem;height:18.5rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKmKF9oBX2aU2ssfX9d2hDJGLChnRwQW { width:19.1875rem;height:9.75rem;top:2.3898434638977rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qugr0vczN0KP1hKKCw3eKDsUnHflRVzx { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PagARH0IkQJOVGFrgNEECpl7sg23nxGk { width:18.75rem;height:3.9rem;top:13.339843571186rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sSwTQbKyTnObUaWoTfntwR0nzu9RTFDG { top:0.33984375rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15019;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SaF2N0LI7UfrLsuR7SdvrLPEWJvEqiDd { top:17.664794921875rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15020;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wy0KZy2OBnz8ncMdco5LS3cWaN2GWOUX { top:35.202342987061rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15021;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mCJ2F4maPH7QboWiKX3c6q3izkFP2En5 { width:18.75rem;height:3.9rem;top:30.552346229553rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aQwGTtSPia6KMUkP55zSD78vQLHuSqCc { width:16.0625rem;height:14.625rem;top:25.763282299042rem;left:1.7812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3byVVwm47eDReP3pWr6iycy70pGGxL1 { width:20rem;height:10.96875rem;top:18.989847183227rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gDww7S544TqxuLb2r7X4mtvXx92kRLNF { width:4.3125rem;height:4.3125rem;top:43.538287353516rem;left:13.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7UELohJXfBMQLXBa8uEvdN6aMkRkTTi { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #weI0VrxbqwOiGyg0Uf1hcfTs81c6DvoK { width:19.4375rem;height:39.9375rem;top:1.25rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDdxdJWz0TzaG4EL0QDBoN4ex0abIXEZ { width:20rem;height:26.8125rem;top:37.01406288147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oIzHli8BCBuxEiBLWvKQfXHwZCnRtrcp { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #u208kmKTm1LWbZbxfX7JDNxGvPEAdLOI { width:18.75rem;height:2.6rem;top:64.825782775881rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B2fp7bpQl3V8oVgXJ9aVpUeOaqEsAgDf { width:3.125rem;height:3.125rem;top:39.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClClpmTG3wE7V0svAwC0bMz85K8QSVkB { top:67.94531440735rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15022;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn { display:block; }#Lq5Ibvt7sT0R5Qieg7EAdTETWuw5KEbn > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGWxwl3HcfPXAiBgIw5v9H09UR2ITT1k { width:19.375rem;height:27.5rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i161ntJO6v36DfzrsWH1tHxAsUOGbvz4 { width:19.375rem;height:23rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SynTXCcMb6l2qq3FgTlUpC2g5Z4QxPTB { width:3.125rem;height:3.125rem;top:0.125rem;left:8.4375rem;font-size:2.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #mh7pl6ufLrecKnbAopEDvtXtBEUlTmq2 { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #FHreKuX7dQBeNDsp0EggRb8TSGxGmkzG { width:19.625rem;height:17.0625rem;top:1.875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8RTePpqH7uxWQw4IRTANbe6RZZtcmD { width:3.125rem;height:3.125rem;top:27.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiMloNROL3a7TTkpa9ha0hsCUe8vySuL { width:18.75rem;height:2.6rem;top:20.187500476837rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qea7TMJfDniyCgAVbKaEamfGze0g3ekT { width:19.375rem;height:13.40625rem;top:25.837500572204rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kC3vfZMZRi8JvU1RpiL9knydNygvkLyo { width:3.125rem;height:3.125rem;top:22.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEWqn57Nup7dSkiO9pqGXsgi5uOFUPpw { width:18.75rem;height:3.9rem;top:40.493751049042rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HsuhfauweSTfRWQhaHAC2XXGkJydtTum { top:23.962500572204rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15022;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IABpaTdZGhCxp4Ta4sp6sEU8poIe23ZK { top:45.268752098084rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15023;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l9BQBqrnTErdCB4rm0grhezZEFkdTrTw { width:18.75rem;height:2.6rem;top:55.925001144409rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yMpN5GrDmctRHVILmaBpcrkfdT6uJg6t { width:16.0625rem;height:20.375rem;top:1.25rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJo01qAWaDzNIE0EDphzm6TJFCqRslJb { width:4.3125rem;height:4.3125rem;top:19.968759536743rem;left:13.937500357628rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI356c16uIPNzExmhE6a50Kp584EzmAx { width:20rem;height:8.53125rem;top:46.143750190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ey69z8obLXXcM3T0sRWwk6TwIhMJTRFn { width:4.3125rem;height:4.3125rem;top:24.743743896484rem;left:7.8125rem;font-size:3rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #Df6zXWTB9MaTtTOvwc4H7IB8x8KWXBbt { top:59.325782775879rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15024;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ { display:block; }#TxHrSKAAx1xJArfZa48SzTMewNnrLWJZ > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmDCU8PpCqU5RCXUTAqxT10bO12rTqVy { width:4.3125rem;height:4.3125rem;top:60.005472183228rem;left:13.937500357628rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORo4vMTduHol1yW5uKALOUQJoh82XyBT { width:15.6875rem;height:26.3125rem;top:28.730468370021rem;left:1.9687501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFtcQUg0TIcvDMbhCTe5pJLl55SLuoMM { width:4.3125rem;height:4.3125rem;top:64.318737792969rem;left:7.8125rem;font-size:3rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #Apw1I5oJTZ9aP1g91WMq1sbUL2zyXBfM { width:18.75rem;height:3.9rem;top:11.674219489097rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hHvznrF4zdHHRhMBhT3yu0bTTTMRVIFV { width:18.875rem;height:9.75rem;top:1.0492185354232rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wMeQg3M1UwQT4WDPP5qTLX4QSxCLBG6u { top:16.499218344688rem;left:2.2187501192093rem;width:15.5625rem;height:0.125rem;z-index:15016;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uHBDUUhmT3rueQUCI159lkOxDyA4Ozpg { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #XWyLqX3V3mx1r7N3tgqK04RZ8rDdAr5O { width:3.125rem;height:3.125rem;top:17.9375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y619t7Upti8P9hDlFO9HsQSurFlkyI3M { width:19.4375rem;height:18.25rem;top:1.25rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMT1FsAB3ZgtZgUaAOmJHNqETU4iKDK3 { width:18.3125rem;height:10.96875rem;top:17.749218344688rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vDHFW6n2uQRBnVTi4Eio0VzD3G1TPb8X { width:18.75rem;height:2.6rem;top:29.280470252037rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT { display:none; }#m7hRyxe18LJFBdNraNx2cGWrLhGlPZeT > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTT7lRpQf7dekbxzzIEsOpcLmGKxo1uR { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaRlO92TH6uF4m9u37RlsspX6epXIknm { display:none; }#RaRlO92TH6uF4m9u37RlsspX6epXIknm > .row .container { width:20rem;height:96.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETuc05hAixoZsoFWJU9dmCtoVDgdlTZZ { width:19.625rem;height:14.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZriyWCEPrQciMtnm5TS8vHZZ1wkLvWXo { width:19.1875rem;height:9.75rem;top:2.3898434638977rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v3MsoRNsoHBnIeOTd7xnptNWxhWA6s0Z { width:3.125rem;height:3.125rem;top:14.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTxXFHrPf4RhwZLLkGVkEy6H58l9fpDo { width:18.75rem;height:2.6rem;top:13.339843571186rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAk3hAy8zg6XIWbMLVA1btiCi81a338p { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #yKd5ntlfQd58zMBIZcNFPntCNFwmXKBd { top:0.33984375rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15019;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oXCNxXkWHhfH1dcXtvMdDbC8npqn0Lsc { top:17.114844322204rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15020;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x6rbIH0mzq1C0iQOUIaDAv4CLlAWzRot { top:33.764844894409rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15021;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ltG3HeRSV2NfLXNUX7ikBN0pJNCzRTTT { width:18.75rem;height:2.6rem;top:29.989843845367rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxflEGcHLUAGhDk6Zd6o1Laz2qHNWa0D { width:16.0625rem;height:14.625rem;top:25.763282299042rem;left:1.7812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKwQwidy4grNspFMqV60SESti0hdaVTd { width:20rem;height:10.96875rem;top:18.989847183227rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #alNT8mekO8SJBkf4Tg2CRUiERpfFO2dJ { width:4.3125rem;height:4.3125rem;top:43.538287353516rem;left:13.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNO6ndifkH3Q5SqleDpwyI3oaEdbK0rO { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OfEmTUxCBaTLrusTfVx29acCzncQq0Oh { width:19.625rem;height:36.625rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO4hGxbvOz287c9JxyR6KE8tHBDHBfOc { width:20rem;height:26.8125rem;top:35.764843940735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GAgx7Cu35pGrVno7ADNNPCr1JTs0SNFT { width:3.125rem;height:3.125rem;top:2.0625rem;left:8.4375rem;font-size:2.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #OcBZMEKbsy5IobJT98w3EJrTUzAr2z5T { width:18.75rem;height:2.6rem;top:62.608594894406rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEGZI3NgaFKP6gNMJokyF8nkuBgbyfF { width:3.125rem;height:3.125rem;top:38.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgFcaP9uuZsOB1ocW5VqJGpIGwnNvG8c { width:3.125rem;height:3.125rem;top:17.739843845367rem;left:0.5rem;font-size:2.1875rem;z-index:14997;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #F0r3IoSdrDHGpcHF9X32tOMyOz75RNki { width:3.125rem;height:3.125rem;top:34.514843940735rem;left:0rem;font-size:2.1875rem;z-index:14998;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #KDqL6Tscpl4MX1KU4AcmlzGAPiGRNZix { top:66.383595466613rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15022;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D0O846PxLyv1fEoiOXTdJgXCdZWhfVnG { width:19.625rem;height:23.375rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtMME60pfgdfmClvJo5yMTlVTgoaFWkD { width:20rem;height:auto;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AIhAIincnZ0B8oTvR9czHTNBI9zEOfFb { width:3.125rem;height:3.125rem;top:22.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #a7iRdO423avF4SEnyMec0bc0xhvd2sL8 { width:18.75rem;height:2.6rem;top:67.758595466613rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmASgGpPchVTp8PgsnazoQ7RV2Xax2T { width:3.125rem;height:3.125rem;top:45.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZS9Cm4zca8MMUmJz9aFb6q5dQe1ui02k { width:18.75rem;height:2.6rem;top:71.758595466613rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP25qnMwZocWZpR30MNtIttrH0Tz65IX { width:19.625rem;height:19.125rem;top:25.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ru20hHERMb0TnMghqxHe9h6cgkfIXokB { width:20rem;height:auto;top:27.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntbz7pBAbQ58zzQq5pBZpbdVubAL1AAl { width:3.125rem;height:3.125rem;top:43.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixPBCobMfZuvUL7J9SFkiJBGgDHPBFzO { width:3.125rem;height:3.125rem;top:24.6875rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l { display:none; }#zV5AI1IoLJaXRnrz7rgLMQW6IMo3JT7l > .row .container { width:20rem;height:96.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dieILqWNA6kR2fPMMFMn6RoxHJWQ1VXC { width:19.625rem;height:14.875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCp4SFbZE7OMaubxeAfBZCbIMkgaswJx { width:19.1875rem;height:9.75rem;top:2.3898434638977rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lGypPOgsQTyKVk7N2TDWUEDHTKyEBVei { width:3.125rem;height:3.125rem;top:15.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C06q2KrT80fMbm7meQDP0mpDZf0mhM8g { width:18.75rem;height:2.6rem;top:13.339843571186rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1UDCRxvylLtlTTeW1LPny3JxkXElnAR { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #Z8Rik4pFs6AZCP3GkzVg1DG21nRsLhqF { top:0.33984375rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15019;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i1PAiOzAAA5Q6iF4DdosczLznaIGS0a2 { top:17.114844322204rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15020;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MXd5lHkvGeTNAkG5b3WECTUesgc9p4E5 { top:33.764844894409rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15021;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pZeybPRSHc3SA84FtUEumC2JbdCX5GPN { width:18.75rem;height:3.9rem;top:29.989843845367rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMVtIZoDHGC7HgUJ66b6mlaiwFDJoy4 { width:16.0625rem;height:14.625rem;top:25.763282299042rem;left:1.7812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #eouUNH5JpxFbVnLzFLlqe6GxaqRLA8qZ { width:20rem;height:9.75rem;top:18.989847183227rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tyV5XoxMmNTttdinOWCs5Nzc7FBXbllv { width:4.3125rem;height:4.3125rem;top:43.538287353516rem;left:13.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFLsRAf90kGFZTga1JJ2dNbo8dHlTruE { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #UgtDMIa0uTcF1hCUND9EdO8SNl4vvcnC { width:3.125rem;height:3.125rem;top:17.739843845367rem;left:0.5rem;font-size:2.1875rem;z-index:14997;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #IgEpkSUKqrgCTUrFHama1g78c9V0OApq { width:3.125rem;height:3.125rem;top:34.514843940735rem;left:0rem;font-size:2.1875rem;z-index:14998;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #BMiKkMN0vlNd08Thz5mOamXHtI2I1ufl { top:66.383595466613rem;left:2.1875001192093rem;width:15.625rem;height:0.125rem;z-index:15022;background-color:#29e5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bmFz9PvTSQxVkCMHuhNxkPfgVpHbQCiU { width:18.75rem;height:2.6rem;top:67.758595466613rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXX87Mr18S0t5Uodd58X2PngqSv0fc0t { width:19.625rem;height:15.4375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3W2LZJhJfl6Talsd9Uz50A9iWFQLoRC { width:20rem;height:auto;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VO15SM2PtbcR41qf7eHcy17zxyKP7QBd { width:3.125rem;height:3.125rem;top:15.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJvvkpMTKddMaDi7PkECtCW9C4byEHEB { width:3.125rem;height:3.125rem;top:0.75rem;left:8.4375rem;font-size:2.1875rem;z-index:14996;color:rgba(173,172,173,0.22);display:block; }
 }@media only screen and (max-width: 763px) { #qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 { display:none; }#qsxpGnLe9W2ybGNCZLDgsyZT2qMDR905 > .row .container { width:20rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SI0ic7hiURUh6T3ekFuxhw5OLUakKn5X { width:20rem;height:9.1rem;top:1.2234420776368rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1  { width:17.5rem;height:auto;top:10.323437213898rem;left:0rem; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 {display:block;}#wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 { width:17.5rem;height:auto;top:10.323437213898rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #WTf5tmA5Ek6lPUrmtfsWT69eDMrxfqzB {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #QeSw9CVM4hSKHGmNmCllsEzez61zu6Ju {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #MZZoti2ZFTw7h17fGzfLy18C6gaC7TQR {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #tuTOqCtgmr1sLT2zzmToL79iCfuSm3Cm {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #k1QhdLAfMDF57ukCgip62QiP9KRGLkNE {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #FCRwK0etTTZLQk7Ir9NeQDyrmwqU5A8G {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #VMbRfdfO73fZzUomCLROvQss4wsOeoJE {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #O54AL0eBkpTqRxAI8FEs0ucqdyVREUHC {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #d4r9sakkCIN3CdfJ8zzHqT0ITTJw4sdZ {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #bt8cKMTpaeTNm8di3Ob2MhrhwRTzqpvZ {  }
 }@media only screen and (max-width: 763px) { #wTfGTxDZTivCLdKKsOyTkdrNUd2ENlm1 #z9hQg7s3PGA4Fm5lZGyeL9hNt5FbA9Ey {  }
 }@media only screen and (max-width: 763px) { #UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 { display:none; }#UIS8LpC3TxAocT0EGVBrQ749zdyR0Mv3 > .row .container { width:20rem;height:22.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmRCWgsTAu2wURFiylaEWPtCt2IMJyWI { width:20rem;height:3.25rem;top:0.78590965270994rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPKUozzJtsG3pssOfBXa2OvdQRNLwZeX { width:20rem;height:2.1125rem;top:7.3624877929688rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW8RkJtgQbsOctUBcsJMfpRoKUxreP7i { width:20rem;height:2.1125rem;top:12.699219703674rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RskZGVpeC4yOyF8k7TxmCTniD8uJJRMJ { width:17.5625rem;height:2.1125rem;top:18.092968940735rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuCSl4lFECuQfu1kv84KTRVBFvVUWya6 { width:12.5rem;height:2.03125rem;top:5.3624877929688rem;left:3.7499998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeC9nGpZpBWOI2FDpTdwImkpGhIA7yQ5 { width:12.5rem;height:2.03125rem;top:10.66796875rem;left:3.7499998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqVz4BvokVW98NiUlDFzNtub2P9dyGnx { width:12.5rem;height:2.03125rem;top:16.061718940735rem;left:3.7499998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW { display:block; }#mIOFs2AUmhv4sGDAEmhpRIwFuWNnhzKW > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzsl8FqxEUW2iE79TEqK1Tk80e8kaKTs { width:20rem;height:11.201248049922rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9R9tZnmbozfxVMOWqIgyETeMHai9mlC { width:20rem;height:11.2rem;top:26.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3f2uHnAlSfLL4zro362wTPQM65c9V3c { width:20rem;height:11.221122112211rem;top:13.70075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM { display:block; }#t6GWFK9NgSTu4dBu8S5P1tTZ8AzPtSIM > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2nWkuFEzBaI5Jhbv8IxAcpb7LNgbNAP { width:16.625rem;height:12.375rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRtdfZAZA1P2Xv9TCRidZTgTKG2slFWm { width:13.625rem;height:18.3125rem;top:12.625rem;left:5.8765624761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob54Vly6IUvLH8IiH0bd4T6XAdz3GuGf { width:17.3125rem;height:12.9375rem;top:29.926562786103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opr9T3FwJu6CDQ4nK5KL2H2T8tva8OoT { width:16.0625rem;height:12rem;top:41.034377098084rem;left:3.4390624761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB { display:none; }#I55KoFczTJ3dRSwTFPrGM2zwls9c0iRB > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MsFJ65R8ostU6EuTUTHvpDxki88i6kwv { width:20rem;height:1.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRr8O9bBlVwG5M7L16K982AJwdkEsc9 { width:17.5625rem;height:4.8rem;top:3.63671875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIqzfSrOG65HuQ387vOO1PQI7d1tD112 { display:none; }#BIqzfSrOG65HuQ387vOO1PQI7d1tD112 > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GKODoGZFD9LknJJloPJTV6CTVyDe07OC { width:20rem;height:3.3rem;top:0.81875038146975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x { display:none; }#CgA1VUULTTkNhsiD4RS6iuXAzxvgNs5x > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q4Xmm7ED4F3bif6iVmEQZJJovFw0gMfg { width:20rem;height:1.2rem;top:0.39921951293945rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl { display:none; }#odnbQDRFl3pc4uLU3q8vHyRk3LQt5wkl > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SdVPQKTAPiLpDkyTAWB5ltDSuK3dJQ5G { width:20rem;height:9.9rem;top:0.66250038146975rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS { display:none; }#ddLL6Qvx14bV2TXUGKMG6SiMx2I9UvNS > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OR5zxXcBcpKtqGxua6FvkG2FTIeudkvZ { width:20rem;height:1.2rem;top:0.39921951293945rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v { display:none; }#vsXUJ4iZTTkO9hcS5OIShHAqzP05Q54v > .row .container { width:20rem;height:1.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlV6LX1caeTSAIVrcJ2dB7ZkzUGA5Hzo { width:20rem;height:1.1rem;top:0.57421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU { display:none; }#yMbkvVQANGNfxlAt7QsGU4XaUEbD9NxU > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqLFueaRSLXbX2OMd2zqNUm8kihs3CRF { width:20rem;height:1.2rem;top:0.39921951293945rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW { display:none; }#ANOREMXQcJu0W3q5epz5E3JTSqPQsGHW > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PmyQnrcftpFkqdnzbg89Vn8kJNJVBiLi { width:20rem;height:1.1rem;top:0.53594970703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqxzGmQR7L0sywQACPJP9b9szwXpuvVi { display:none; }#LqxzGmQR7L0sywQACPJP9b9szwXpuvVi > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RnWdwvS6HDBAkmB8izw4dVQa3Pz8HCCR { width:20rem;height:1.2rem;top:0.59843826293945rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A { display:none; }#liGZrc8HasypUZbm5Jnu2ePRE4UKyT0A > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFLPt4z7ctDIocLNmyGUsX8kcA02vMyX { width:17.5rem;height:2.2rem;top:0.52421951293945rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT { display:none; }#gSPZBcpBEdiPXAKdpzJ1WgfzpdaEZ5PT > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CzEvBDdzUDtvgewr9lOrqwpwoW6Pr30I { width:20rem;height:1.2rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1rOlTp3pDUehldAIIO3tffPaEqm2LIG { display:none; }#h1rOlTp3pDUehldAIIO3tffPaEqm2LIG > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qi7zw0KRya6TLI0n0p3CIqRAyFR3s1e5 { width:20rem;height:1.1rem;top:0.73046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntIau2TuqsznDCIPJVdRuSISf1bOXk1c { display:none; }#ntIau2TuqsznDCIPJVdRuSISf1bOXk1c > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rGhnKKtGyS6JU5GdT08Kvyt7cunnZ4xF { width:20rem;height:2.2rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ { display:none; }#DfLDbg6VWSPvpv3WuaiuKe029rC8xryQ > .row .container { width:20rem;height:1.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yvrdd9LVWCX4KccH21quq5MLazoQFIuA { width:20rem;height:1.1rem;top:0.59844970703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF { display:none; }#ZVOkhdwpyZkckklFfaZnUUrVqgZLhUxF > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDhg8Nq3ihZSGyl6NQXEDDr5hJWRuOR9 { width:20rem;height:2.2rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gLT3Ioz56MzosGcrEQseLvnysMK876Lf { display:none; }#gLT3Ioz56MzosGcrEQseLvnysMK876Lf > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UB13E4awbQTaXLCSVEPVNcCU5G6lT6Dc { width:20rem;height:2.2rem;top:0.60546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biX5220MyUn93SKiT7msPQqavNpkGJ05 { display:none; }#biX5220MyUn93SKiT7msPQqavNpkGJ05 > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CXdET2KMgAlRRbfL8tFkqvsDmCXzea1p { width:20rem;height:2.2rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QZRhapMqLkWyxDJRss50Lhag6fflNerC { display:none; }#QZRhapMqLkWyxDJRss50Lhag6fflNerC > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfX0kLE36zeByhUiAV7LVdPl4gVr9Gdz { width:20rem;height:2.2rem;top:0.57421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x { display:none; }#yc6JKQ5E4kfewdmrxOAe2QB4ZZTBFs5x > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqqOTdFdyPJJRB1vpxcEWNf3TUFhu4xC { width:20rem;height:1.2rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkMbH668IQBMeHX49KMy7wPHrqUzUbLT { display:none; }#bkMbH668IQBMeHX49KMy7wPHrqUzUbLT > .row .container { width:20rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I5xUFyvbkZg1HMzywdQryQt9hF4IJJlk { width:20rem;height:4.4rem;top:0.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK { display:none; }#W7RB1glzkBVN3MO4u8lJEx5DSZ2CuROK > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xl0e5nnO4BW4VzmeCdcGZBwMDg1gTWQT { width:18.6875rem;height:2.2rem;top:0.625rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QEMTngquudphy2VHIINJZIxCADmRT2A3 { display:none; }#QEMTngquudphy2VHIINJZIxCADmRT2A3 > .row .container { width:20rem;height:3.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VVCdeMcixIUsg3KfPN1EV3tecsFfEmsM { width:20rem;height:2.2rem;top:0.54843139648438rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk { display:block; }#kNLLp0x8hG4sKeDW46me2Ht61D5QHrKk > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCxGd2nahM2dnMCDrUT6Gs1JcTrONS3r { top:1.375rem;left:0.9375rem;width:18.125rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDFI7qvFUoemnGvRJSBXOBO1BBrA27d { display:block; }
 }@media only screen and (max-width: 763px) { #QeKa3LOUTPUB7Cp75EeqoPGVQq8gxd1w { display:flex;width:3.125rem;height:3.125rem;top:4.3125rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #eccySHRZu8yBykiUmL4TaPWBmIysTAir { display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { width:20rem;height:2.6rem;top:0.87344360351562rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o629fIpCfahZbqh199GuGAytcZ3iGfZQ { position:relative;z-index:auto;display:block; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJB0te1VTSHa1NGa8CPw8Dp7fRHqAHD3 { width:19.6875rem;height:2.25rem;top:1.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }