.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:url("https://images.assets-landingi.com/uc/510b47d0-4b91-473b-b429-b9ac6311025d/dekstopgifeksperci_LandingE9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:75rem;height:35.6875rem;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; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container.adaptive-delivery-prevent-bg, #enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container.lazyload, #enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container.lazyloading { background-image: none; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.512500762939rem;left:15.186718940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { color:#585858;display:block;width:61.25rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7125000953674rem;left:6.874218940735rem;height:8.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; }
#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:30.5625rem;width:15.875rem;top:5.3375000953674rem;left:0rem;overflow:hidden;display:block; }
#LQuEu4l7XAzJPvI3wBoNdRaaxo2WVVqn { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1000000238419rem;left:15.186718940735rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPu0laLCzVkaTytdP2sHnGgXDwH1aH5g { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6875rem;left:15.186718940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3XDPcfFI5OLEHmqrpKpun0V3MpDNbAD { color:#585858;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.675000071526rem;left:12.749218940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF { display:none; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF { border-width: 0; border-radius: 0; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .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; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/510b47d0-4b91-473b-b429-b9ac6311025d/dekstopgifeksperci_LandingE9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:75rem;height:35.6875rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container.adaptive-delivery-prevent-bg, #ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container.lazyload, #ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container.lazyloading { background-image: none; }#Tr2hd3O8DMZgcytmmiURDLgQXgVH5583 { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.512500762939rem;left:15.186718940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmBdtv99h3nsdaIAtlfPhkTzRkuh9gSs { color:#585858;display:block;width:61.25rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7125000953674rem;left:6.874218940735rem;height:8.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; }
#nrA7bwZmOEBwe7HTVeGZ8biFqV1TKBCq { 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:30.25rem;width:15.75rem;top:5.3375005722046rem;left:0rem;overflow:hidden;display:block; }
#wdgoHyD8btv2f08kh4D1Wf5EVhuDUQhq { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1000000238419rem;left:15.186718940735rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SmGK34pErBAtQiiydhOnvPqF41fKcQ3B { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6875rem;left:15.186718940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6DetV9ZZEPLwlGzBJhQerJugp1cDswt { z-index:15003;top:24.550001144409rem;left:27.811718940735rem;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; }
#BBJAng8y5SkhPZbFxX7BLh2pkO0rGDrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2cgvvzTbQ77VXGIo5GtWvXn19pHEnQh { color:#585858;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.112503051757rem;left:15.186718940735rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL { display:none; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL { border-width: 0; border-radius: 0; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .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; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/510b47d0-4b91-473b-b429-b9ac6311025d/dekstopgifeksperci_LandingE9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:75rem;height:20.25rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container.adaptive-delivery-prevent-bg, #D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container.lazyload, #D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container.lazyloading { background-image: none; }#EHspJlXocauGAIktXmvJCKmbBEUICxmN { color:#585858;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.078125rem;left:15.186718940735rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AuUh9zfGKITPNCW7HuU2ugaBTT42wlAD { color:#585858;display:block;width:61.25rem;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.25rem;left:6.874218940735rem;height:8.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; }
#T0audPakx9LvMVIRsxwiItLkFOZOPBrL { 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:18.625rem;width:9.8125rem;top:1.625rem;left:0.1875rem;overflow:hidden;display:block; }
#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ { 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; }#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ > .row .container { border-width: 0; border-radius: 0; }#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:none; }#INk3QWDlFHyZ3zxq87oMg1uoQzrilKU4 { z-index:15003;top:1.59375rem;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; }
#Fn6cpAc4iKBAr9opAa7J8SHQy1giFX4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW { 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; }#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW > .row .container { border-width: 0; border-radius: 0; }#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:none; }#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:#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: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:6.25rem;top:1.9851531982422rem;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:13.75rem;top:1.9851531982422rem;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; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #R0HKUoaipGTvvWlQMoUKGlcoyKUwo8UV { position:relative;display:block;z-index:15000; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LMmoSWoPrg8ghiG2xWKcUxl6kIDGOTko { position:relative;display:block;z-index:15000; }
#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; }#QmWchds1kNeBzCO6PeKf5cTuyFxzJSD1 { color:#ff3c94;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1312503814698rem;left:16.25rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:block; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { background-color: transparent; background-image: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container > .video-iframe-container { display: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container { display: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .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); }#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:21.0625rem;width:75rem;position:relative;display:block; }#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.94375038147rem;left:10.811718940735rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHimfAcGxevFbW1T0ooaFL4uLs0o496q { 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:2.5062503814698rem;left:16.249218940735rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXlWV76l0KswbH6xQ0lpZ1sW33vETGJb { z-index:15004;top:14.717969894409rem;left:20.405468940735rem;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; }
#rqvuOudn42xfHu5c73QNl489uMGitQ8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { position:relative;display:none; }#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:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { color:#585858;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: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; }
#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh { position:relative;display:none; }#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh { border-width: 0; border-radius: 0; }#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh > .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; }#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh > .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:none; }#M0CdM4zzAFCfhvE7Td63DFabr0PDrgkk { 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; }
#Tqxg26w23dMw5WnPaFx0xWpL4zN0afQX { 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; }
#Ze6tUhROnwlNggIuXJa5XSlTEGBfc28f { 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; }
#Cx2gEI3PWoLaUJOfPZ61pR7Lr1rHgcLi { 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; }
#ENr6P9CEqgc3xNLZSUIG1ITD0kHrlkTn { 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:30.28125rem;text-align:center;text-align-last:center;display:block; }
#CLSeFbTubnNw8kogmzzxfXvfTsIs9s70 { 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: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; }#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:30.0625rem;width:75rem;position:relative;display:none; }#izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { color:#585858;display:block;width:39.875rem;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;display:block; }
#IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { color:#585858;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.4375rem;left:5.0625rem;height:23.8rem;font-style:normal;text-align:justify;text-align-last:initial;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:26.9375rem;width:23.6875rem;top:3.125rem;left:51.312500953674rem;overflow:hidden;display:block; }
#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 { 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; }#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:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.84375rem;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; }
#csucPaAOcO9woHXIFd7SBpWFezH4NU4q { position:relative;display:block; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q { background-color: transparent; background-image: none; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row .container > .video-iframe-container { display: none; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row > .video-iframe-container { display: none; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .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); }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q { border-width: 0; border-radius: 0; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .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; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .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:19.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; }#smBm7LJa6IIZt3clfqAXTRKI0WVh37aV { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.125rem;left:3.5rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RBvy1kaWueaqfOdcBHau7bl3SQZr1lv0 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.125rem;left:3.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dr39lnqhFX0MIXe169xnlTRHu5fP4Ste { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.125rem;left:28.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EkQ6MGKUdNz73JDkT9bNVvozLD8JsyIz { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:28.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DaQhtFg3gTThq0FctsstfWhaVfT0qyXC { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.8000001907349rem;left:53.531250953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#okSd3Fp7iQxToTgqh0zPgsVaTF07OSLX { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.25rem;left:53.437500953674rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NGki5AfkWhesOJlBecRi1erdhDvFOUV5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3625001907349rem;left:0.79999923706056rem; }
#bnWbKwCob0xvURwEQf6u4GIWSoCT45hk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.96875rem;left:26.000000953674rem; }
#cdM46CpTiJxlMDDflv6qzCelVOfAGhhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.96875rem;left:50.875000953674rem; }
#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 { position:relative;display:block; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 { background-color: transparent; background-image: none; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row .container > .video-iframe-container { display: none; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row > .video-iframe-container { display: none; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .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); }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 { border-width: 0; border-radius: 0; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .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; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .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.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:block; }#zzm8ZAvyeGXTfJnxHEG7Cle9O4G9dfgZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.125rem;left:3.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tnh33EfEwv1pn9ReH4INiZomUoGIwihC { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5625rem;left:3.5rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dVz9tKnklA1l7KQUMpS9Sp93Zqa4vcgc { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.125rem;left:28.5625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VT9uC9fdWkx4CaGLIKkoxEtOfEPRIzEg { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:28rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZKbk6viWM2RmoRuQowGWx2nQi8p5WtXB { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.125rem;left:53.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fv7bkvIQ5dRpkBGrn8IZbqeTymFqCOd6 { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5625rem;left:53.406250953674rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WPIOha8pGF6xlSXBM5IV0dtts6fKQwMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.90625rem;left:0.875rem; }
#PJwxa8gzHtEXJiD0pFOslSPqR6lcrFay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.96875rem;left:25.925000190735rem; }
#gNkxR0wAai4aDMwC9xAx516HM3DPBmMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.6875rem;left:50.562500953674rem; }
#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr { position:relative;display:none; }#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr { border-width: 0; border-radius: 0; }#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr > .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; }#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr > .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:14.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; }#SHfDSkvS5oE2sh7cPFOiymEr88Z5KP0w { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:11.625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FoWNhlfUl3mXtdoixmhtrkOFF3Opmz62 { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:11.6875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ssBRKNmIpTZue2R0AP32ILqBLsZZVoRE { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.25rem;left:48.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xxVbTTXzDkdMW8FTunMuNJEeV2ZJ0sw8 { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.3906259536743rem;left:48.687500953674rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CKQzUw6VZ2Bbfl0RUKCFHCSoxlVA9L8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.5500001907349rem;left:9.1742181777956rem; }
#Q9BTE7UJaXFeMT3DXo4Sf2AXaLu5iLuL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.9875001907349rem;left:46.425000190735rem; }
#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG { position:relative;display:none; }#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG { border-width: 0; border-radius: 0; }#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG > .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; }#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG > .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:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p8mGD5rWkGd2ayTLwnbPxspzC8WQXkxh { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:11.625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TfhJuCLZ17rdsOUJWgNDsKFnTWQkxqPo { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0000002384187rem;left:11.530468940735rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Zr0Z1XIkizOG3HX61tna6BLodnVNZPd9 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.25rem;left:48.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aVxFloFB0D0aB0CvbBsL4BIQxLWWUTMr { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875011920929rem;left:48.687500953674rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OQv7ViCxFhABDzxrOvdcOVsefqME1CMB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.09375rem;left:9.6742181777956rem; }
#CxGsx2BuGFCy0C8S9ahJHe63LbpEbTQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.8625011444092rem;left:46.487500190735rem; }
#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC { position:relative;display:none; }#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC { border-width: 0; border-radius: 0; }#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC > .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; }#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC > .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:22.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; }#KU8RMAhdyBVfHWgykGnOJCImfCdkCGm1 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:11.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S9bLP0OXBKLFJUSonmDxJDmbMLoNZXOi { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.625rem;left:11.061718940735rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#US3TUC6Cil8JntcToMDBU6gUa7fzyLQl { color:#000000;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.25rem;left:48.687500953674rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dtznz6yFLlIki1uvtbFp7PLGS8B7EWrf { color:rgba(0,0,0,0.5);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.8125009536744rem;left:48.687500953674rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IUWSI5LV4DO1TRW11WuNZFTsDh6PKkJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.1875rem;left:9.436718940735rem; }
#E853pvKkLssCC5UJQtRriQPWKGksshyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.9375rem;left:46.187500953674rem; }
#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV { 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:block; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container { background-color: transparent; background-image: none; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container > .video-iframe-container { display: none; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row > .video-iframe-container { display: none; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .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); }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container { border-width: 0; border-radius: 0; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#fnPUikG6xBIJKK1xM1hJ5qmsCstnORzW { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.84375rem;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; }
#B63U9CuGdGNKkB3KaTUaf0pQ8Kw2v7nt { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:2.84375rem;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:none; }
#kuN3sgyTgxJp5r4N0ufWto43CXIBfF23 { 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: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:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750114440919rem;left:0rem;height:1.95rem;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; }
#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T { 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:block; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container { background-color: transparent; background-image: none; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container > .video-iframe-container { display: none; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row > .video-iframe-container { display: none; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .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); }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container { border-width: 0; border-radius: 0; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;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.5859375rem;left:15.999218940735rem; }
#EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { 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:8.5625rem;left:9.374218940735rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { color:#585858;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11.75rem;left:6.436718940735rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:2.0234375rem;left:53.937500953674rem; }
#Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { 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:8.5625rem;left:46.781250953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { 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:11.75rem;left:46.875000953674rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx { 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:block; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container { background-color: transparent; background-image: none; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container > .video-iframe-container { display: none; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row > .video-iframe-container { display: none; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .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); }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container { border-width: 0; border-radius: 0; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#RcGLytJfXF9kTppoG1KpNey3uBptCrq0 { 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.5859375rem;left:15.999218940735rem; }
#c2lgJOmuLkCWkU5dSLbqIbWWbu9MyaT7 { 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:8.5625rem;left:9.374218940735rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS1RhxNq8Aa1s1bFu02TlvxZgmHPIZ56 { color:#585858;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:11.75rem;left:8.249218940735rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4J8bRQgIDFTfZB8ArtvMN1RTthqRDTm { 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:2.0234375rem;left:53.937500953674rem; }
#n9i9CJffDXwOs9pTvNKVGtkb9P1y2VgF { 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:8.5625rem;left:46.781250953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZc109ImTw8aNix1bteHwotDDfKhpcvt { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.750000476837rem;left:43.781250953674rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW { position:relative;display:none; }#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW { border-width: 0; border-radius: 0; }#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW > .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; }#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW > .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:29.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:none; }#QoW1IZcNdLs2GogvvGcKJ2qdIdoBQ69c { 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:17rem;width:55.5rem;top:2.1929688453674rem;left:9.6304693222044rem;display:block; }
#Xi3gKAwPHbFxpQlXFTQew2Io7hq4NUTp { 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; }
#aTVLUcSuxhdMoZM6Wg8PT9zswdOw8LZ8 { 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.6875rem;left:62.355469703674rem;display:block; }
#XDgQBJe4CAhqXp52yvJx6WzZd4nOqRJ3 { 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:4.6085934638977rem;left:12.842968940735rem;height:12.46875rem;text-align:center;text-align-last:center;display:block; }
#QX2eXBMA5o1JJketxCDexZQT3HeKgkWp { 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:20.812500381843rem;left:22.825001716614rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#kMZoOd4O8xexi7LPDRtF5epmxf5IzGyL { 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:15.944531822577rem;left:10.137499809265rem;overflow:hidden;display:block; }
#gHyvHT9m0WB8tFVEvOWA8T7MyTEhMpNH { 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; }#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; }
#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { 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; }#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:4.375rem;width:75rem;position:relative;display:block; }#OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:2.84375rem;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; }
#FXUmLdOI0uiCpAkrFhc6faMQESSsIT3z { color:#585858;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.8;letter-spacing:0;top:4.3749957084656rem;left:4.375rem;height:38.25rem;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; }
#aK1PMGwkPTxDQHACRTpnywT1Dmy7eXUC { color:#585858;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:4.3749957084656rem;left:39.687501907349rem;height:38.25rem;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; }
#TIqfBp3zbttaE7LkCA6B7A3SkoCWk1L3 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb { 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; }#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:8.5rem;width:75rem;position:relative;display:block; }#fm9aDlV8wyPzIEDxhP4vDe95kmfkIOSP { color:#585858;display:block;width:68.75rem;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.2687511444092rem;left:3.125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5yUPFjGFJoI/unsplash/dakota-corbin-5yUPFjGFJoI-photo-1496174742515-d2146dcf8e80.jpg");background-position:center left !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; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s.adaptive-delivery-prevent-bg, #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s.lazyload, #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s.lazyloading { background-image: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { background-color: transparent; background-image: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .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); }#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:63.8125rem;width:75rem;position:relative;display:block; }#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:59.9375rem;width:59.5625rem;top:3.8125rem;left:20.374218940735rem;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:9.8750190734862rem;left:20.249999046326rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHT3Z8t2uXiroiaz0N3rhynIVQ278Nim { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:10.125rem;display:none; }
#o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { color:#585858;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.547631263733rem;left:21.749999046326rem;height:49rem;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:5.3734283447266rem;left:20.437501907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StLHfCMQBguTRQzsFShhvoQmgwlM4b9R { color:#585858;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:54.623414039612rem;left:9.3124990463256rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;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:14.5625rem;width:75rem;position:relative;display:block; }#BstJGU77LA9NSgpfuXwVAFKwp7ALnwPs { color:#585858;display:block;width:65.8125rem;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.5625rem;left:4.59375rem;height:10.5rem;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; }
#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD { 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; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container { background-color: transparent; background-image: none; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container > .video-iframe-container { display: none; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row > .video-iframe-container { display: none; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .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); }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container { border-width: 0; border-radius: 0; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#EVoXvowG5iHoEVtTTzCp3GzAWKOe6rNZ { 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.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:54.8125rem;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:22.0625rem;width:14.6875rem;top:4.8125rem;left:5rem;overflow:hidden;display:block; }
#oTPU0KKVfIeTkfhSlpyFlE9ZB2JxLiVm { color:#585858;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:#585858;display:block;width:50.0625rem;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:21.23671913147rem;height:22.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { color:#585858;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.500001430511rem;left:5rem;height:22.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV { 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: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:#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.98750305175781rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN { 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:block; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container { background-color: transparent; background-image: none; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container > .video-iframe-container { display: none; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row > .video-iframe-container { display: none; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .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); }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container { border-width: 0; border-radius: 0; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#e2vGod9srRfkHS26agTCscK4HNwNSyRZ { color:#585858;display:block;width:72.375rem;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.75rem;left:2.625rem;height:12.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e2vGod9srRfkHS26agTCscK4HNwNSyRZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2vGod9srRfkHS26agTCscK4HNwNSyRZ li:before{  }
#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:none; }#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:23rem;width:75rem;position:relative;display:none; }#WNiBrtIJoIu1aHATJSTZQQh6bLfbwE7D { 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:17.058591842651rem;left:18.905468940735rem;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; }
#AXpfThx3kf2CQvZDnPyouBED2GUW9vqZ { color:#585858;display:block;width:39.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2953100204467rem;left:17.624218940735rem;height:13.8125rem;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:12.125rem;width:39.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:1.4320282936096rem;left:17.243750572204rem;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; }
#G7mHWTVcC7NqpHaMDGsHS8Ox3sXUbpif { 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; }
#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:none; }#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:11.5625rem;width:75rem;position:relative;display:none; }#GhLSW4sHvplGd4QHGT4UxEyzIMMQVfks { 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; }
#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:5.8750000596046rem;left:36.143751144409rem; }
#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:4.4375rem;width:75rem;position:relative;display:block; }#BineMGRTvytvfERpq24xXLFH3GmSwGSI { color:#585858;display:block;width:70.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.15625rem;left:2.4375rem;height:2.84375rem;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; }
#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 { 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; }#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 > .row .container { border-width: 0; border-radius: 0; }#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:none; }#IAfluPHovz2XcSSUB5UVlgHehJmdSuIi { 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:91.5625rem;width:75rem;display:none; }
#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz { position:relative;display:block; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz { background-color: transparent; background-image: none; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row .container > .video-iframe-container { display: none; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row > .video-iframe-container { display: none; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .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); }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz { border-width: 0; border-radius: 0; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .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; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .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:block; }#czIlzDWB2eUDN5tVKrgPuyx8EeXVRzW5 { 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:25.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI { 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; }#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI > .row .container { border-width: 0; border-radius: 0; }#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:none; }#qaDL6ZXMfW4wpmtmnn52krezzrk9EoaV { color:#585858;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.15625rem;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; }
#poHn1oMoeOoUctUWZ7htundgREaAu50T { 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:block; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container { background-color: transparent; background-image: none; }#poHn1oMoeOoUctUWZ7htundgREaAu50T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container > .video-iframe-container { display: none; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row > .video-iframe-container { display: none; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .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); }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container { border-width: 0; border-radius: 0; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#X79rosnS5aSuBgqI37opo6FIiEGq0p89 { color:#585858;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98750305175781rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sl7RBNccJDbZXIiqTnmb4hXGReRRUUey { 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:23.4375rem;width:26.625rem;top:5.3749998211861rem;left:20.081250190735rem;overflow:hidden;display:none; }
#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo { 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:block; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container { background-color: transparent; background-image: none; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container > .video-iframe-container { display: none; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row > .video-iframe-container { display: none; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .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); }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container { border-width: 0; border-radius: 0; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#JoRrx3kskDM4xIgqnL0UKIl81MALXzaK { color:#454545;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:13rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KC5cWpUT34vu2M31iou0sCEBHfmHwC2D { color:#454545;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:10.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHirbpf4miDgMVZK1csu1tiov5rWub1y { color:#454545;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:50.781250953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqkzO5mh448Xbi2HEgeSJvJzxTWIoMZW { color:#454545;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:48.437500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZwTEETDlk0OgIu4MP3HfveCXJEmFf6b { 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.5rem;width:32.875rem;top:0rem;left:21.643750190735rem;overflow:hidden;display:block; }
#ypgWaKKhuUteeliUehmrKC7eX6MPRTJM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:10.206249713898rem;left:17.092968940735rem; }
#MQBoCVS3SkulduBnq5PyCFbTT8RaganR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.2984371185302rem;left:18.342968940735rem; }
#N2Hi2TQ2CbyeLJsPATo2LCmRziOFP1um { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.2359371185302rem;left:54.031250953674rem; }
#PzQT4osoNe55WB42IlMO4fyO5cM8CcWi { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:9.9249997138975rem;left:56.062500953674rem; }
#tg9w43dFApURX7OE6GAXezbtke29qt3X { color:#454545;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:13rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfMbUBii6lzSwaKP1U77byLsFz5Opr1M { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:19.043749332428rem;left:18.342968940735rem; }
#PBbOp2lQZTBi9xUqs5JmkUMgeZwiSRa0 { color:#454545;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:48.75rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifeHuQ9UAJhPQ7P1PxU3Wzh94ilu7IJc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:18.762499332428rem;left:56.062500953674rem; }
#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:none; }#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:none; }#rTmMM3EsdkPXK92SoWrdQT4ZgSzF2kqG { color:#585858;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.15625rem;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; }
#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:19.8125rem;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:53.375rem;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:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { z-index:15007;top:11.999218940735rem;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; }
#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:5.25rem;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:1.3742187023163rem;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; }
#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf { position:relative;display:none; }#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf { border-width: 0; border-radius: 0; }#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf > .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; }#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf > .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: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:none; }#gTRws30GQo1HEThchGP2USvFKbgzARZO { 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; }
#NUuVVv9xbZrGCx3ALLMAFM3ozprScyl3 { 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; }
#h9HgJNKWJf2AzR1dTye8a4QeQiX419NU { 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; }
#T4h2TtTJN4kirE9K6oC8Js53wZWD3lby { 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; }
#tqb3n1w0VJyAfKBT162dJJ8VXtoTyHs1 { 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; }
#tb5Zig5506hiS3KrRJnHrfz6RpXR3g6K { 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; }
#l8ylk6LNudgQKS0ngkNmWy8JtICzU9kn { 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:16.875rem;text-align:center;text-align-last:center;display:block; }
#EXu5k9MZafiUCo2D6olNmtrG0T2aryhp { 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; }
#nmOGowRlASDeqMrwZroqIx5AXgNZaaCV { 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; }
#hIfuZTTvwikPXRfWsraZ4dZMG3iW0dps { 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; }
#ebATfUGn3qtJC796UWFPxLufgf1rddH5 { 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:18.28125rem;text-align:center;text-align-last:center;display:block; }
#Whf0NfopVeVuCeO7PfstWL9RW790ldEW { 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; }
#lebmBZ8GvVNGCAv4yEutIohapo8ugnkH { 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; }
#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:none; }#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:none; }#XKMEgMosIqDM7aIENVRloQmEh0vLQZ9y { 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:;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:none; }#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:none; }#QCxkNIKDqnDZ7dMsNwKrXtqaRN6p5rxl { color:#585858;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:#585858;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:;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:#585858;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{  }
#lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz { color:#585858;display:block;width:55.8125rem;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.412536621094rem;left:14.999217987061rem;height:2.975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz li:before{  }
#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI { 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; }#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:none; }#avaADrSfTk7SwhgKXtQwHXHeVNt10BiJ { 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; }
#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo { 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; }#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo > .row .container { border-width: 0; border-radius: 0; }#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:none; }#lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 { color:#585858;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.49843788147rem;left:28.29921913147rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 li:before{  }
#isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 { color:#585858;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; }#isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 li:before{  }
#hRTMTTfwfMx5LvITXPmIRS0PTLOgtd2B { 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; }
#BRhvz1IK5cEXHOzo36agANOlzJXNeSha { color:#584d4d;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:6.7492194175719rem;left:28.45546913147rem;height:5.6rem;text-align:justify;text-align-last:initial;display:block; }
#UC0TLFKg0Tgt0NXpPbmAOP9oPoEy9zDK { color:#584d4d;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:31.874219894409rem;left:28.455468177796rem;height:4.2rem;text-align:justify;text-align-last:initial;display:block; }
#szfSmpsUSqquQ6cvkEvN6M4MPhwkbtsX { color:#585858;display:block;width:67.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:38.487501144409rem;left:3.875rem;height:4.9875rem;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; }
#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR { 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; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container { background-color: transparent; background-image: none; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container > .video-iframe-container { display: none; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row > .video-iframe-container { display: none; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .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); }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container { border-width: 0; border-radius: 0; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#xA3c9S0tyPXV1mfPT5d1mfVqrdr01TOd { 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; }
#saqcxVnOAyXGqNGDs8sJxts32FpP6RVg { color:#585858;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; }
#DdZK9QPrGmZFq76cZPKiaUG10vfb0UET { 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:#585858;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:11.25rem;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:#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: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:#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: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:#585858;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:12.65625rem;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:#585858;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:33rem;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:#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: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:#585858;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:19.6875rem;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:#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: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:#585858;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:#585858;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:15.46875rem;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; }
#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 { position:relative;display:block; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 { background-color: transparent; background-image: none; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row .container > .video-iframe-container { display: none; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row > .video-iframe-container { display: none; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .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); }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 { border-width: 0; border-radius: 0; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .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; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .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; }#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 #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; }
#pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { color:#585858;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:9.84375rem;text-align:center;text-align-last:center;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:15.125rem;left:19.010936737061rem;display:block; }
#DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { 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:18.3046875rem;left:1.875rem;height:2.7625rem;text-align:center;text-align-last:center;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:0.16015625rem;display:block; }
#cOG0ANnkyI8TTFJWlAxzSyzmLem4NA3t { 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; }
#veNxk6AvfKyEwFfV6sAQ36paBeX9RJg0 { 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; }
#OtvNTx21xOnVnB9vAin92TzQIghmm63y { 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; }
#MVZoXrgR3Pc608ZLoPvtHKtsdztwwN6U { color:#585858;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; }
#Ug5ETC1BOVqkThb54Rzq8EBlsWFgg8qT { 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; }
#lNgntPdmqKLP2BhTLd972InSrQVkB9SM { color:#585858;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:11.25rem;text-align:center;text-align-last:center;display:block; }
#u4kROUWN6LXnVy4QQPKrSWhTIaxn6pFX { 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; }
#DcHebHvgPxXGwcGbSrDHpDzO5QTRri02 { 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; }
#iv1I0EKmJPbLngpyEDsTIEwFE9U7LNQi { 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; }
#MmSxL2o8MPnJVTx1FiJbf9gBFw78xCLI { 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; }
#l3PQ9ooM58ksmVubgm23Obd9HC3oS8XN { 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; }
#znvBPR35EUmJUgOiA71zKmJmEBokTbQe { color:#585858;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; }
#Z0t4JKQ1O0R8xGdmt6iu9EuEnOnaC49r { 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; }
#mObmETD1AwCORZ6972araFzT0uXlxNHW { color:#585858;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:12.65625rem;text-align:center;text-align-last:center;display:block; }
#ekt0yCzgSc9SqycW5nq2K27TRocku2Pz { 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; }
#t6bbGPsEtC5qR5027DdAOe4i5ZbG6SRv { 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; }
#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; }
#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:7.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; }#UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { color:#585858;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.2484188079834rem;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; }
#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:7.9374980926512rem;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; }
#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; }@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:44.625rem;height:3.875rem;top:18.5rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { width:47.75rem;height:8.25rem;top:3.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5EvFsLaR2U6TlmADHlBXiK5skKLxGU { width:15.875rem;height:30.5625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQuEu4l7XAzJPvI3wBoNdRaaxo2WVVqn { width:44.625rem;height:1.9375rem;top:1.0625rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPu0laLCzVkaTytdP2sHnGgXDwH1aH5g { width:44.625rem;height:3.875rem;top:12.6875rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3XDPcfFI5OLEHmqrpKpun0V3MpDNbAD { width:45.9375rem;height:3.875rem;top:23.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZX2oREf5iDleWOTNIMwKHp66NQ2myF { display:none; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tr2hd3O8DMZgcytmmiURDLgQXgVH5583 { width:44.625rem;height:3.875rem;top:18.5rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBdtv99h3nsdaIAtlfPhkTzRkuh9gSs { width:47.75rem;height:8.25rem;top:3.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrA7bwZmOEBwe7HTVeGZ8biFqV1TKBCq { width:15.75rem;height:30.25rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdgoHyD8btv2f08kh4D1Wf5EVhuDUQhq { width:44.625rem;height:1.9375rem;top:1.0625rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmGK34pErBAtQiiydhOnvPqF41fKcQ3B { width:44.625rem;height:3.875rem;top:12.6875rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6DetV9ZZEPLwlGzBJhQerJugp1cDswt { top:24.5rem;left:14.186718940735rem;width:19.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBJAng8y5SkhPZbFxX7BLh2pkO0rGDrA { display:block; }
 }@media only screen and (max-width: 763px) { #J2cgvvzTbQ77VXGIo5GtWvXn19pHEnQh { width:45.9375rem;height:3.875rem;top:31.0625rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL { display:none; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHspJlXocauGAIktXmvJCKmbBEUICxmN { width:44.625rem;height:7.75rem;top:12.0625rem;left:1.5617189407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuUh9zfGKITPNCW7HuU2ugaBTT42wlAD { width:47.75rem;height:8.25rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0audPakx9LvMVIRsxwiItLkFOZOPBrL { width:9.8125rem;height:18.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ { display:none; }#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #INk3QWDlFHyZ3zxq87oMg1uoQzrilKU4 { top:1.5625rem;left:14.187501907349rem;width:19.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn6cpAc4iKBAr9opAa7J8SHQy1giFX4X { display:block; }
 }@media only screen and (max-width: 763px) { #J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW { display:none; }#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW > .row .container { width:47.75rem;position:relative;display:none; } }@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:1.9375rem;left:0.125rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue .radio-container { width:14.375rem; }
#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue {display:inline-block;}#B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue { width:45rem;height:auto;top:1.9375rem;left:0.125rem; }
 }@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) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #R0HKUoaipGTvvWlQMoUKGlcoyKUwo8UV {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LMmoSWoPrg8ghiG2xWKcUxl6kIDGOTko {  }
 }@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) { #QmWchds1kNeBzCO6PeKf5cTuyFxzJSD1 { width:42.5rem;height:2.5rem;top:2.125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@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:block; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P961Fg211B0aI1eSKqiMUF95PDH7ggih { width:47.75rem;height:2.5rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHimfAcGxevFbW1T0ooaFL4uLs0o496q { width:42.5rem;height:5rem;top:2.5rem;left:2.6242189407349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXlWV76l0KswbH6xQ0lpZ1sW33vETGJb { top:14.6875rem;left:6.780468940735rem;width:34.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqvuOudn42xfHu5c73QNl489uMGitQ8d { display:block; }
 }@media only screen and (max-width: 763px) { #UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { display:none; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { width:47.75rem;height:3.25rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh { display:none; }#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0CdM4zzAFCfhvE7Td63DFabr0PDrgkk { width:47.375rem;height:33.9375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqxg26w23dMw5WnPaFx0xWpL4zN0afQX { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze6tUhROnwlNggIuXJa5XSlTEGBfc28f { 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) { #Cx2gEI3PWoLaUJOfPZ61pR7Lr1rHgcLi { width:36.4375rem;height:4.125rem;top:37.3125rem;left:10.067189216614rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENr6P9CEqgc3xNLZSUIG1ITD0kHrlkTn { width:47.75rem;height:30.25rem;top:3.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSeFbTubnNw8kogmzzxfXvfTsIs9s70 { width:12.8125rem;height:12.8125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2On67M5JELHM5ui6nWTqbv7WCiW8z43 { display:none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { width:39.875rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { width:41.8125rem;height:23.75rem;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFyhqV8nmkiCnQNNZnXi9dydmZhUI1wr { width:23.6875rem;height:26.9375rem;top:3.125rem;left:24.0625rem;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.8125rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csucPaAOcO9woHXIFd7SBpWFezH4NU4q { display:block; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smBm7LJa6IIZt3clfqAXTRKI0WVh37aV { width:20.5rem;height:7.5rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvy1kaWueaqfOdcBHau7bl3SQZr1lv0 { width:20.3125rem;height:1.6875rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr39lnqhFX0MIXe169xnlTRHu5fP4Ste { width:17.625rem;height:1.6875rem;top:4.125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQ6MGKUdNz73JDkT9bNVvozLD8JsyIz { width:20.5rem;height:6rem;top:7.25rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaQhtFg3gTThq0FctsstfWhaVfT0qyXC { width:20.3125rem;height:;top:3.75rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okSd3Fp7iQxToTgqh0zPgsVaTF07OSLX { width:20.5rem;height:10.5rem;top:7.25rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGki5AfkWhesOJlBecRi1erdhDvFOUV5 { width:2.5rem;height:2.5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnWbKwCob0xvURwEQf6u4GIWSoCT45hk { width:2rem;height:2rem;top:3.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdM46CpTiJxlMDDflv6qzCelVOfAGhhq { width:2rem;height:2rem;top:3.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 { display:block; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzm8ZAvyeGXTfJnxHEG7Cle9O4G9dfgZ { width:17.625rem;height:1.6875rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnh33EfEwv1pn9ReH4INiZomUoGIwihC { width:20.5rem;height:10.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVz9tKnklA1l7KQUMpS9Sp93Zqa4vcgc { width:20.3125rem;height:1.6875rem;top:4.125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9uC9fdWkx4CaGLIKkoxEtOfEPRIzEg { width:20.5rem;height:13.5rem;top:7.4375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbk6viWM2RmoRuQowGWx2nQi8p5WtXB { width:20.3125rem;height:;top:4.125rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7bkvIQ5dRpkBGrn8IZbqeTymFqCOd6 { width:20.5rem;height:9rem;top:7.5625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIOha8pGF6xlSXBM5IV0dtts6fKQwMr { width:2.125rem;height:2.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJwxa8gzHtEXJiD0pFOslSPqR6lcrFay { width:2rem;height:2rem;top:3.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNkxR0wAai4aDMwC9xAx516HM3DPBmMt { width:2.5625rem;height:2.5625rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr { display:none; }#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHfDSkvS5oE2sh7cPFOiymEr88Z5KP0w { width:20.3125rem;height:;top:2.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWNhlfUl3mXtdoixmhtrkOFF3Opmz62 { width:20.5rem;height:7.5rem;top:5.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssBRKNmIpTZue2R0AP32ILqBLsZZVoRE { width:17.625rem;height:;top:2.25rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxVbTTXzDkdMW8FTunMuNJEeV2ZJ0sw8 { width:20.5rem;height:6rem;top:5.375rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQzUw6VZ2Bbfl0RUKCFHCSoxlVA9L8o { width:2.5rem;height:2.5rem;top:1.5rem;left:2.3617181777954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9BTE7UJaXFeMT3DXo4Sf2AXaLu5iLuL { width:2rem;height:2rem;top:1.9375rem;left:25.987500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG { display:none; }#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8mGD5rWkGd2ayTLwnbPxspzC8WQXkxh { width:20.3125rem;height:;top:2.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfhJuCLZ17rdsOUJWgNDsKFnTWQkxqPo { width:20.5rem;height:10.5rem;top:7rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Z1XIkizOG3HX61tna6BLodnVNZPd9 { width:17.625rem;height:;top:2.25rem;left:28.250000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxFloFB0D0aB0CvbBsL4BIQxLWWUTMr { width:20.5rem;height:10.5rem;top:5.6875rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQv7ViCxFhABDzxrOvdcOVsefqME1CMB { width:2rem;height:2rem;top:2.0625rem;left:2.8617181777954rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxGsx2BuGFCy0C8S9ahJHe63LbpEbTQJ { width:2.125rem;height:2.125rem;top:1.8125rem;left:26.050000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #wynmyvaGSdAbeVyVgepedWDGCGkJgWeC { display:none; }#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KU8RMAhdyBVfHWgykGnOJCImfCdkCGm1 { width:20.3125rem;height:;top:2.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9bLP0OXBKLFJUSonmDxJDmbMLoNZXOi { width:20.5rem;height:15rem;top:5.625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US3TUC6Cil8JntcToMDBU6gUa7fzyLQl { width:23.375rem;height:3.375rem;top:2.25rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtznz6yFLlIki1uvtbFp7PLGS8B7EWrf { width:20.5rem;height:9rem;top:6.8125rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWSI5LV4DO1TRW11WuNZFTsDh6PKkJz { width:2rem;height:2rem;top:2.1875rem;left:2.6242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E853pvKkLssCC5UJQtRriQPWKGksshyz { width:2.5625rem;height:2.5625rem;top:1.9375rem;left:25.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqntPXbbRdFF1MVImJqTx7WAVmcQdskV { display:block; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPUikG6xBIJKK1xM1hJ5qmsCstnORzW { width:47.75rem;height:2.8125rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B63U9CuGdGNKkB3KaTUaf0pQ8Kw2v7nt { width:20rem;height:;top:0.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@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:;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T { display:block; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyhTM3PrfrdLTILN1dropvc8gJqcDbK6 { width:5.5rem;height:5.5rem;top:1.5625rem;left:9.186718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { width:18.75rem;height:1.625rem;top:8.5625rem;left:2.5617189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { width:25.3125rem;height:5.0625rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSiMSZITJ5CUmbmTkMTtzaUuZbnhoI7n { width:4.625rem;height:4.625rem;top:2rem;left:33.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { width:18.9375rem;height:1.625rem;top:8.5625rem;left:26.343750953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { width:18.75rem;height:5.0625rem;top:11.75rem;left:26.437500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx { display:block; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcGLytJfXF9kTppoG1KpNey3uBptCrq0 { width:5.5rem;height:5.5rem;top:1.5625rem;left:9.186718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2lgJOmuLkCWkU5dSLbqIbWWbu9MyaT7 { width:18.75rem;height:1.625rem;top:8.5625rem;left:2.5617189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS1RhxNq8Aa1s1bFu02TlvxZgmHPIZ56 { width:21rem;height:5.0625rem;top:11.75rem;left:1.4367189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4J8bRQgIDFTfZB8ArtvMN1RTthqRDTm { width:4.625rem;height:4.625rem;top:2rem;left:33.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9i9CJffDXwOs9pTvNKVGtkb9P1y2VgF { width:18.9375rem;height:1.625rem;top:8.5625rem;left:26.343750953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZc109ImTw8aNix1bteHwotDDfKhpcvt { width:24.9375rem;height:5.0625rem;top:11.75rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbfB2DZDmIK6351bldLhJPlQzzuTe4iW { display:none; }#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QoW1IZcNdLs2GogvvGcKJ2qdIdoBQ69c { width:47.375rem;height:17rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xi3gKAwPHbFxpQlXFTQew2Io7hq4NUTp { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTVLUcSuxhdMoZM6Wg8PT9zswdOw8LZ8 { width:3.125rem;height:3.125rem;top:17.6875rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDgQBJe4CAhqXp52yvJx6WzZd4nOqRJ3 { width:47.75rem;height:12.4375rem;top:4.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX2eXBMA5o1JJketxCDexZQT3HeKgkWp { width:30.5rem;height:4.125rem;top:20.8125rem;left:9.2000017166137rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZoOd4O8xexi7LPDRtF5epmxf5IzGyL { width:12.6875rem;height:12.6875rem;top:15.9375rem;left:0rem;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) { #LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { display:none; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { width:47.75rem;height:2.8125rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXUmLdOI0uiCpAkrFhc6faMQESSsIT3z { width:20rem;height:30.375rem;top:3.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aK1PMGwkPTxDQHACRTpnywT1Dmy7eXUC { width:20rem;height:30.375rem;top:34.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIqfBp3zbttaE7LkCA6B7A3SkoCWk1L3 { width:18.75rem;height:0.3125rem;display:none; }
 }@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:5.8125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s { display:block; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbNzaO3xu5sdi5R64kBFyNETmlLtwNfx { width:47.75rem;height:59.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCIgQXWpf57GEcCqziTOEvP0TzxavHU { width:47.75rem;height:1.875rem;top:9.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHT3Z8t2uXiroiaz0N3rhynIVQ278Nim { width:10.125rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { width:47.75rem;height:49rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNcEOPAaxlTbitg3ZA9CN9tzyKqZzyG5 { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLHfCMQBguTRQzsFShhvoQmgwlM4b9R { width:47.75rem;height:1.25rem;top:54.5625rem;left:0rem;font-size:1rem;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) { #BstJGU77LA9NSgpfuXwVAFKwp7ALnwPs { width:47.75rem;height:10.5rem;top:2.5625rem;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) { #QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD { display:block; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVoXvowG5iHoEVtTTzCp3GzAWKOe6rNZ { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.375rem;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:14.6875rem;height:22.0625rem;top:4.8125rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5d4riIhWP1eD21P5aWti27f4e38cG1C { width:47.75rem;height:22.3125rem;top:4.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { width:47.75rem;height:23.75rem;top:29.5rem;left:0rem;font-size:0.9375rem;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.4375rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN { display:block; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2vGod9srRfkHS26agTCscK4HNwNSyRZ { width:47.75rem;height:12.9375rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }#e2vGod9srRfkHS26agTCscK4HNwNSyRZ li:before{  }
 }@media only screen and (max-width: 763px) { #FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a { display:none; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WNiBrtIJoIu1aHATJSTZQQh6bLfbwE7D { width:37.1875rem;height:4.875rem;top:17rem;left:5.2804689407349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpfThx3kf2CQvZDnPyouBED2GUW9vqZ { width:39.75rem;height:13.8125rem;top:3.25rem;left:3.9992189407349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfIV43OK8KGeEwHI01gTUTLDVvahWP2 { width:39.8125rem;height:12.125rem;top:1.375rem;left:3.6187505722046rem;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) { #G7mHWTVcC7NqpHaMDGsHS8Ox3sXUbpif { width:20rem;height:1.125rem;top:13.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE { display:none; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GhLSW4sHvplGd4QHGT4UxEyzIMMQVfks { top:1.75rem;left:8.7812519073488rem;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:5.875rem;left:22.518751144409rem;display:block; }
 }@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:2.8125rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 { display:none; }#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IAfluPHovz2XcSSUB5UVlgHehJmdSuIi { width:47.75rem;height:58.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz { display:block; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czIlzDWB2eUDN5tVKrgPuyx8EeXVRzW5 { width:47.75rem;height:15.99625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI { display:none; }#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qaDL6ZXMfW4wpmtmnn52krezzrk9EoaV { width:47.75rem;height:1.625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poHn1oMoeOoUctUWZ7htundgREaAu50T { display:block; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X79rosnS5aSuBgqI37opo6FIiEGq0p89 { width:47.75rem;height:2.8125rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7RBNccJDbZXIiqTnmb4hXGReRRUUey { width:26.625rem;height:23.4375rem;top:5.3125rem;left:6.456250190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhEEKz9OglGaHiDPsOxqoEsGDbg229mo { display:block; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoRrx3kskDM4xIgqnL0UKIl81MALXzaK { width:12.875rem;height:2.5625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC5cWpUT34vu2M31iou0sCEBHfmHwC2D { width:15.375rem;height:2.5625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHirbpf4miDgMVZK1csu1tiov5rWub1y { width:13.3125rem;height:2.5625rem;top:12.75rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqkzO5mh448Xbi2HEgeSJvJzxTWIoMZW { width:13.4375rem;height:2.5625rem;top:3.4375rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZwTEETDlk0OgIu4MP3HfveCXJEmFf6b { width:32.875rem;height:27.5rem;top:0rem;left:8.018750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypgWaKKhuUteeliUehmrKC7eX6MPRTJM { top:10.1875rem;left:3.4679689407349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQBoCVS3SkulduBnq5PyCFbTT8RaganR { top:1.25rem;left:4.7179689407349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Hi2TQ2CbyeLJsPATo2LCmRziOFP1um { top:1.1875rem;left:40.406250953674rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQT4osoNe55WB42IlMO4fyO5cM8CcWi { top:9.875rem;left:42.437500953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9w43dFApURX7OE6GAXezbtke29qt3X { width:12.875rem;height:3.875rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMbUBii6lzSwaKP1U77byLsFz5Opr1M { top:19rem;left:4.7179689407349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbOp2lQZTBi9xUqs5JmkUMgeZwiSRa0 { width:16.875rem;height:6.5rem;top:21.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifeHuQ9UAJhPQ7P1PxU3Wzh94ilu7IJc { top:18.75rem;left:42.437500953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #athuH2blNU3W1kTiQehNXtEbpQPabIKQ { display:none; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTmMM3EsdkPXK92SoWrdQT4ZgSzF2kqG { width:47.75rem;height:1.625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@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.6249990463257rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiyMXyd12R7A59PD8eNRCSHk4N5laXvl { width:47.75rem;height:2.5rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { top:11.9375rem;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) { #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:2.4375rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf { display:none; }#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTRws30GQo1HEThchGP2USvFKbgzARZO { width:31.8125rem;height:21.25rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUuVVv9xbZrGCx3ALLMAFM3ozprScyl3 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9HgJNKWJf2AzR1dTye8a4QeQiX419NU { 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) { #T4h2TtTJN4kirE9K6oC8Js53wZWD3lby { width:30.5rem;height:4.125rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqb3n1w0VJyAfKBT162dJJ8VXtoTyHs1 { width:10.9375rem;height:9.125rem;top:19.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5Zig5506hiS3KrRJnHrfz6RpXR3g6K { width:25.9375rem;height:4.125rem;top:27.5625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8ylk6LNudgQKS0ngkNmWy8JtICzU9kn { width:20rem;height:16.875rem;top:4rem;left:25.812500953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXu5k9MZafiUCo2D6olNmtrG0T2aryhp { width:24.625rem;height:21.125rem;top:1.75rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmOGowRlASDeqMrwZroqIx5AXgNZaaCV { width:3.125rem;height:3.125rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIfuZTTvwikPXRfWsraZ4dZMG3iW0dps { 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) { #ebATfUGn3qtJC796UWFPxLufgf1rddH5 { width:26.5625rem;height:18.25rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whf0NfopVeVuCeO7PfstWL9RW790ldEW { width:11.0625rem;height:9.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lebmBZ8GvVNGCAv4yEutIohapo8ugnkH { width:;height:;top:0rem;display:none; }
 }@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:1.25rem;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) { #lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz { width:47.75rem;height:3rem;top:13.375rem;left:0rem;font-size:0.9375rem;display:block; }#lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz 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) { #mQQpx15XqQiZPWE1cFwMU3aapiZmusmo { display:none; }#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 { width:43.0625rem;height:;top:13.4375rem;left:4.6875rem;font-size:1rem;display:block; }#lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 li:before{  }
 }@media only screen and (max-width: 763px) { #isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 { width:42.75rem;height:;top:1.875rem;left:5rem;font-size:1.1875rem;display:block; }#isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 li:before{  }
 }@media only screen and (max-width: 763px) { #hRTMTTfwfMx5LvITXPmIRS0PTLOgtd2B { width:18.75rem;height:28.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRhvz1IK5cEXHOzo36agANOlzJXNeSha { width:42.75rem;height:5.5625rem;top:6.6875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC0TLFKg0Tgt0NXpPbmAOP9oPoEy9zDK { width:42.75rem;height:4.1875rem;top:31.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfSmpsUSqquQ6cvkEvN6M4MPhwkbtsX { width:47.75rem;height:4.9375rem;top:38.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR { display:block; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA3c9S0tyPXV1mfPT5d1mfVqrdr01TOd { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saqcxVnOAyXGqNGDs8sJxts32FpP6RVg { width:47.75rem;height:1.4375rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdZK9QPrGmZFq76cZPKiaUG10vfb0UET { 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) { #ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 { display:block; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCKzAd1biuWk2sPQBnMEpb3Clw6SDtl2 { width:21.9375rem;height:14.875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { width:20rem;height:9.8125rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2gLMwZCkCPvQVlGXP8gNygi12GuqCQ { 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) { #DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { width:18.75rem;height:2.75rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@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) { #cOG0ANnkyI8TTFJWlAxzSyzmLem4NA3t { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #veNxk6AvfKyEwFfV6sAQ36paBeX9RJg0 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtvNTx21xOnVnB9vAin92TzQIghmm63y { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVZoXrgR3Pc608ZLoPvtHKtsdztwwN6U { width:16.8125rem;height:4.125rem;top:18.25rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5ETC1BOVqkThb54Rzq8EBlsWFgg8qT { width:21.875rem;height:14.875rem;top:1.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNgntPdmqKLP2BhTLd972InSrQVkB9SM { width:20rem;height:11.25rem;top:3.875rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kROUWN6LXnVy4QQPKrSWhTIaxn6pFX { 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) { #DcHebHvgPxXGwcGbSrDHpDzO5QTRri02 { 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) { #iv1I0EKmJPbLngpyEDsTIEwFE9U7LNQi { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmSxL2o8MPnJVTx1FiJbf9gBFw78xCLI { width:3.125rem;height:3.125rem;top:0.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3PQ9ooM58ksmVubgm23Obd9HC3oS8XN { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #znvBPR35EUmJUgOiA71zKmJmEBokTbQe { width:18.75rem;height:2.75rem;top:18.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0t4JKQ1O0R8xGdmt6iu9EuEnOnaC49r { width:22.1875rem;height:15.4375rem;top:1.875rem;left:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mObmETD1AwCORZ6972araFzT0uXlxNHW { width:20rem;height:12.625rem;top:3.875rem;left:27.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekt0yCzgSc9SqycW5nq2K27TRocku2Pz { 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) { #t6bbGPsEtC5qR5027DdAOe4i5ZbG6SRv { 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) { #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) { #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:;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJB0te1VTSHa1NGa8CPw8Dp7fRHqAHD3 { width:47.75rem;height:2.875rem;top:7.875rem;left:0rem;font-size:0.625rem;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) { 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:30.8125rem;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:18.875rem;height:5.525rem;top:19.02499961853rem;left:0.56171876192093rem;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:3.0625rem;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) { #mg5EvFsLaR2U6TlmADHlBXiK5skKLxGU { width:5.625rem;height:10.8125rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQuEu4l7XAzJPvI3wBoNdRaaxo2WVVqn { width:20rem;height:1.38125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPu0laLCzVkaTytdP2sHnGgXDwH1aH5g { width:12.25rem;height:8.2875rem;top:9.824999809265rem;left:6.3617187142375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3XDPcfFI5OLEHmqrpKpun0V3MpDNbAD { width:20rem;height:4.14375rem;top:25.77499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZX2oREf5iDleWOTNIMwKHp66NQ2myF { display:none; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF { border-width: 0; border-radius: 0; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .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; }#ocZX2oREf5iDleWOTNIMwKHp66NQ2myF > .row .container { width:20rem;height:35.8125rem;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:none; } }@media only screen and (max-width: 763px) { #Tr2hd3O8DMZgcytmmiURDLgQXgVH5583 { width:18.875rem;height:5.525rem;top:19.02499961853rem;left:0.56171876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBdtv99h3nsdaIAtlfPhkTzRkuh9gSs { width:20rem;height:5.98125rem;top:3.0625rem;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) { #nrA7bwZmOEBwe7HTVeGZ8biFqV1TKBCq { width:5.625rem;height:10.8125rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wdgoHyD8btv2f08kh4D1Wf5EVhuDUQhq { width:20rem;height:1.38125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmGK34pErBAtQiiydhOnvPqF41fKcQ3B { width:12.25rem;height:8.2875rem;top:9.824999809265rem;left:6.3617187142375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6DetV9ZZEPLwlGzBJhQerJugp1cDswt { top:25.5625rem;left:0.93671876192094rem;width:18.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBJAng8y5SkhPZbFxX7BLh2pkO0rGDrA { display:block; }
 }@media only screen and (max-width: 763px) { #J2cgvvzTbQ77VXGIo5GtWvXn19pHEnQh { width:20rem;height:4.14375rem;top:30.64999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL { display:none; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL { border-width: 0; border-radius: 0; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .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; }#D6RrSaGWVAhWkSsVm05ZfLw26OqES5AL > .row .container { width:20rem;height:20.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:none; } }@media only screen and (max-width: 763px) { #EHspJlXocauGAIktXmvJCKmbBEUICxmN { width:13.4375rem;height:12.43125rem;top:5.5437502861023rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuUh9zfGKITPNCW7HuU2ugaBTT42wlAD { 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) { #T0audPakx9LvMVIRsxwiItLkFOZOPBrL { width:6.25rem;height:11.875rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ { display:none; }#DIvrqpflqOzRrIlW12GtHB0oePcXXmhZ > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #INk3QWDlFHyZ3zxq87oMg1uoQzrilKU4 { top:1.375rem;left:0.9375rem;width:18.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn6cpAc4iKBAr9opAa7J8SHQy1giFX4X { display:block; }
 }@media only screen and (max-width: 763px) { #J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW { display:none; }#J7dMsMI4CtgfiP5SKk8Tuc13bZWyTabW > .row .container { width:20rem;height:49.4375rem;position:relative;display:none; } }@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:2rem;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:2rem;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) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #R0HKUoaipGTvvWlQMoUKGlcoyKUwo8UV {  }
 }@media only screen and (max-width: 763px) { #B3JDgr7zJa9G2AeMWCOTKCXHCGFiJKue #LMmoSWoPrg8ghiG2xWKcUxl6kIDGOTko {  }
 }@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) { #QmWchds1kNeBzCO6PeKf5cTuyFxzJSD1 { width:20rem;height:2.925rem;top:0.7421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@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:block; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container { background-color: transparent; background-image: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row .container > .video-iframe-container { display: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .row > .video-iframe-container { display: none; }#K82TbwRJ6Aa17xnnhZy1BtDfJPA9opVw > .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); }#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:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P961Fg211B0aI1eSKqiMUF95PDH7ggih { width:20rem;height:2.925rem;top:7.78750038147rem;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:5.11875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXlWV76l0KswbH6xQ0lpZ1sW33vETGJb { top:12.71484375rem;left:1.7187500596046rem;width:16.5625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqvuOudn42xfHu5c73QNl489uMGitQ8d { display:block; }
 }@media only screen and (max-width: 763px) { #UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU { display:none; }#UxDEuGnIX1S0S61QSu0n1mmF7JxR0SXU > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLcKFCKJtU2DNmnEnJmDpUKzARUb4CoX { width:20rem;height:6.5rem;top:1.2234420776368rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh { display:none; }#o3TXss0iOb7ToB8qWBW7VlCPyDRXVhuh > .row .container { width:20rem;height:60.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0CdM4zzAFCfhvE7Td63DFabr0PDrgkk { width:19.625rem;height:33.9375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqxg26w23dMw5WnPaFx0xWpL4zN0afQX { 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) { #Ze6tUhROnwlNggIuXJa5XSlTEGBfc28f { 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) { #Cx2gEI3PWoLaUJOfPZ61pR7Lr1rHgcLi { 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) { #ENr6P9CEqgc3xNLZSUIG1ITD0kHrlkTn { 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) { #CLSeFbTubnNw8kogmzzxfXvfTsIs9s70 { width:12.8125rem;height:12.8125rem;top:37.955476284027rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2On67M5JELHM5ui6nWTqbv7WCiW8z43 { display:none; }#p2On67M5JELHM5ui6nWTqbv7WCiW8z43 > .row .container { width:20rem;height:44.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izDSwxvuJGfypTTBwDqJGLfmsUZcXNgm { width:20rem;height:1.625rem;top:0.82500076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKttN1AmodrUy6qqZCeOdDCwlQCKEMP { width:20rem;height:30.46875rem;top:3.7000122070312rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zFyhqV8nmkiCnQNNZnXi9dydmZhUI1wr { width:10.25rem;height:11.6875rem;top:32.793750762939rem;left:9.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszIlVSIv2DVeah04LyzyhbETTsTvNm5 { display:block; }#mszIlVSIv2DVeah04LyzyhbETTsTvNm5 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1hzTSiHJpuofpyd3W7gcZiTXyES9HWD { width:20rem;height:3.575rem;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csucPaAOcO9woHXIFd7SBpWFezH4NU4q { display:block; }#csucPaAOcO9woHXIFd7SBpWFezH4NU4q > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smBm7LJa6IIZt3clfqAXTRKI0WVh37aV { width:20rem;height:7.5rem;top:6.3125rem;left:0.093750059604644rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBvy1kaWueaqfOdcBHau7bl3SQZr1lv0 { width:15.625rem;height:1.5rem;top:4.125rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dr39lnqhFX0MIXe169xnlTRHu5fP4Ste { width:15.625rem;height:1.5rem;top:19.375rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkQ6MGKUdNz73JDkT9bNVvozLD8JsyIz { width:20rem;height:6rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaQhtFg3gTThq0FctsstfWhaVfT0qyXC { width:15.625rem;height:3rem;top:33.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okSd3Fp7iQxToTgqh0zPgsVaTF07OSLX { width:20rem;height:10.5rem;top:36.9375rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGki5AfkWhesOJlBecRi1erdhDvFOUV5 { display:flex;width:2.5rem;height:2.5rem;top:0.73750019073488rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #bnWbKwCob0xvURwEQf6u4GIWSoCT45hk { display:flex;width:2rem;height:2rem;top:16.1875rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #cdM46CpTiJxlMDDflv6qzCelVOfAGhhq { display:flex;width:2rem;height:2rem;top:29.875rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 { display:block; }#MWnJFeeKnqbkhmWxZqiESOwRF1pX1D89 > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzm8ZAvyeGXTfJnxHEG7Cle9O4G9dfgZ { width:15.625rem;height:1.5rem;top:4.6875rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tnh33EfEwv1pn9ReH4INiZomUoGIwihC { width:20rem;height:10.5rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVz9tKnklA1l7KQUMpS9Sp93Zqa4vcgc { width:15.625rem;height:1.5rem;top:23.4375rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VT9uC9fdWkx4CaGLIKkoxEtOfEPRIzEg { width:20rem;height:15rem;top:25.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbk6viWM2RmoRuQowGWx2nQi8p5WtXB { width:15.625rem;height:3rem;top:45.625rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7bkvIQ5dRpkBGrn8IZbqeTymFqCOd6 { width:20rem;height:9rem;top:50rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIOha8pGF6xlSXBM5IV0dtts6fKQwMr { display:flex;width:2.125rem;height:2.125rem;top:1.3125rem;left:8.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #PJwxa8gzHtEXJiD0pFOslSPqR6lcrFay { display:flex;width:2rem;height:2rem;top:20.25rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #gNkxR0wAai4aDMwC9xAx516HM3DPBmMt { display:flex;width:2.5625rem;height:2.5625rem;top:42.4375rem;left:8.7187505364419rem; }
 }@media only screen and (max-width: 763px) { #KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr { display:none; }#KBNzcgt4xWzLOMwGtD6CnlScVR6PnQQr > .row .container { width:20rem;height:85.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHfDSkvS5oE2sh7cPFOiymEr88Z5KP0w { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoWNhlfUl3mXtdoixmhtrkOFF3Opmz62 { width:16.5625rem;height:7.5rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssBRKNmIpTZue2R0AP32ILqBLsZZVoRE { width:15.625rem;height:1.5rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxVbTTXzDkdMW8FTunMuNJEeV2ZJ0sw8 { width:20rem;height:6rem;top:71rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQzUw6VZ2Bbfl0RUKCFHCSoxlVA9L8o { display:flex;width:2.5rem;height:2.5rem;top:78.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #Q9BTE7UJaXFeMT3DXo4Sf2AXaLu5iLuL { display:flex;width:2rem;height:2rem;top:82rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG { display:none; }#q0Mzf4UmE6t4huUC1DtywmnrIu7EztuG > .row .container { width:20rem;height:89.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8mGD5rWkGd2ayTLwnbPxspzC8WQXkxh { width:15.625rem;height:3rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfhJuCLZ17rdsOUJWgNDsKFnTWQkxqPo { width:16.5625rem;height:13.5rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Z1XIkizOG3HX61tna6BLodnVNZPd9 { width:15.625rem;height:1.5rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVxFloFB0D0aB0CvbBsL4BIQxLWWUTMr { width:20rem;height:10.5rem;top:71rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQv7ViCxFhABDzxrOvdcOVsefqME1CMB { display:flex;width:2rem;height:2rem;top:82.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #CxGsx2BuGFCy0C8S9ahJHe63LbpEbTQJ { display:flex;width:2.125rem;height:2.125rem;top:86rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wynmyvaGSdAbeVyVgepedWDGCGkJgWeC { display:none; }#wynmyvaGSdAbeVyVgepedWDGCGkJgWeC > .row .container { width:20rem;height:89.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KU8RMAhdyBVfHWgykGnOJCImfCdkCGm1 { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9bLP0OXBKLFJUSonmDxJDmbMLoNZXOi { width:16.5625rem;height:18rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #US3TUC6Cil8JntcToMDBU6gUa7fzyLQl { width:15.625rem;height:3rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtznz6yFLlIki1uvtbFp7PLGS8B7EWrf { width:20rem;height:9rem;top:72.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWSI5LV4DO1TRW11WuNZFTsDh6PKkJz { display:flex;width:2rem;height:2rem;top:82.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #E853pvKkLssCC5UJQtRriQPWKGksshyz { display:flex;width:2.5625rem;height:2.5625rem;top:86rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #FqntPXbbRdFF1MVImJqTx7WAVmcQdskV { display:block; }#FqntPXbbRdFF1MVImJqTx7WAVmcQdskV > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPUikG6xBIJKK1xM1hJ5qmsCstnORzW { width:20rem;height:0;top:0.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B63U9CuGdGNKkB3KaTUaf0pQ8Kw2v7nt { width:20rem;height:;top:0.74375057220456rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15001;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.91875076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T { display:block; }#gU9ZZHW5bk3FqEscTUPy9ivzfPsXK68T > .row .container { width:20rem;height:24.818725585938rem;position:relative;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) { #EFsuEa4C4zbXBHCvI4rInqwC9zlFVgKZ { width:18.75rem;height:1.38125rem;top:5.9296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSJzlcrsP95LTtn6NRFTDSRNrafNAuCM { width:18.75rem;height:3.9rem;top:7.93593788147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LSiMSZITJ5CUmbmTkMTtzaUuZbnhoI7n { display:flex;width:4.625rem;height:4.625rem;top:13.7109375rem;left:7.6875003576281rem; }
 }@media only screen and (max-width: 763px) { #Ce38XzDy1vgVAlvGIAIBvSQaIy3wGXgS { width:18.75rem;height:1.38125rem;top:18.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XilCxt8TnrWJLUF8vH5qQ1Ufz2VPC4AM { width:18.75rem;height:3.9rem;top:20.94375038147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx { display:block; }#nFDtqPaGXCHsIiQuAazrkp13HrOdWZOx > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcGLytJfXF9kTppoG1KpNey3uBptCrq0 { 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) { #c2lgJOmuLkCWkU5dSLbqIbWWbu9MyaT7 { width:18.75rem;height:1.38125rem;top:5.9296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS1RhxNq8Aa1s1bFu02TlvxZgmHPIZ56 { width:18.75rem;height:3.9rem;top:7.93593788147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h4J8bRQgIDFTfZB8ArtvMN1RTthqRDTm { display:flex;width:4.625rem;height:4.625rem;top:13.7109375rem;left:7.6875003576281rem; }
 }@media only screen and (max-width: 763px) { #n9i9CJffDXwOs9pTvNKVGtkb9P1y2VgF { width:18.75rem;height:1.38125rem;top:18.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZc109ImTw8aNix1bteHwotDDfKhpcvt { width:18.75rem;height:5.2rem;top:20.94375038147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FbfB2DZDmIK6351bldLhJPlQzzuTe4iW { display:none; }#FbfB2DZDmIK6351bldLhJPlQzzuTe4iW > .row .container { width:20rem;height:38.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QoW1IZcNdLs2GogvvGcKJ2qdIdoBQ69c { width:19.625rem;height:17rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xi3gKAwPHbFxpQlXFTQew2Io7hq4NUTp { 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) { #aTVLUcSuxhdMoZM6Wg8PT9zswdOw8LZ8 { width:3.125rem;height:3.125rem;top:17.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDgQBJe4CAhqXp52yvJx6WzZd4nOqRJ3 { width:19.1875rem;height:17.0625rem;top:2rem;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) { #QX2eXBMA5o1JJketxCDexZQT3HeKgkWp { width:18.75rem;height:6.5rem;top:32.217968940735rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZoOd4O8xexi7LPDRtF5epmxf5IzGyL { width:10.875rem;height:10.875rem;top:20.312500953674rem;left:4.5625000596046rem;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) { #LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl { display:none; }#LmGXpkrJ3mvLHSo26K2o6zZCyW1DDTnl > .row .container { width:20rem;height:66.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeLTSxaJxTG558cULDSEolZo94fZ2Sb2 { width:20rem;height:1.625rem;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) { #FXUmLdOI0uiCpAkrFhc6faMQESSsIT3z { width:20rem;height:30.375rem;top:3.2187476158142rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #aK1PMGwkPTxDQHACRTpnywT1Dmy7eXUC { width:20rem;height:30.375rem;top:35.936719894409rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TIqfBp3zbttaE7LkCA6B7A3SkoCWk1L3 { top:34.674219489098rem;left:0rem;width:20rem;height:0.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb { display:block; }#WA4Rf6o7EZsVAbrZ3kLFagpxv8HMfTFb > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9aDlV8wyPzIEDxhP4vDe95kmfkIOSP { width:18.625rem;height:9.1rem;top:1.760938167572rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@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:block; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container { background-color: transparent; background-image: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row .container > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .row > .video-iframe-container { display: none; }#HlHTbC8IoxQt4Tb9VGWZnIBrN9dW092s > .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); }#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:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbNzaO3xu5sdi5R64kBFyNETmlLtwNfx { width:20rem;height:49.1875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCIgQXWpf57GEcCqziTOEvP0TzxavHU { width:20rem;height:0;top:13.304688073695rem;left:-0.093749880790713rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mHT3Z8t2uXiroiaz0N3rhynIVQ278Nim { top:1.2179679870606rem;left:0rem;width:20rem;height:13.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o5DONwg6JhCXRHlQ1WBffX2GNOH5v20A { width:18.8125rem;height:42rem;top:18.343750476837rem;left:0.59296876192093rem;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:2.6rem;top:14.529687404633rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLHfCMQBguTRQzsFShhvoQmgwlM4b9R { width:20rem;height:2.6rem;top:63.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BstJGU77LA9NSgpfuXwVAFKwp7ALnwPs { width:20rem;height:15.75rem;top:1.203125rem;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) { #QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD { display:block; }#QchTb4hZ2nWQoxJ3pHu2zJ1UpiQ9o4oD > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVoXvowG5iHoEVtTTzCp3GzAWKOe6rNZ { width:20rem;height:1.7875rem;top:0.82500076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp { display:block; }#LD5boQzTOo245n4Ngp0ZEm4z8xMghOUp > .row .container { width:20rem;height:95.5rem;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.4625rem;top:0.74609375rem;left:3.9374998807907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5d4riIhWP1eD21P5aWti27f4e38cG1C { width:20rem;height:39rem;top:15.160156488419rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HsBr6TE8B4aia9ZbmW13b3CQsAvI7xst { width:20rem;height:40.21875rem;top:55.312500953674rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV { display:block; }#HmGmsK4SAHiCiNvRTEfvrel3Cfv26CuV > .row .container { width:20rem;height:4.3875122070312rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvh3kPQSo3fQmmek38R7c3kvy1p8VW0B { width:20rem;height:3.575rem;top:0.82500076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN { display:block; }#ks7ec5X4ZhPdeuwDXTHegx9TTZXVrsBN > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2vGod9srRfkHS26agTCscK4HNwNSyRZ { width:20rem;height:14.96875rem;top:9.5367431640625E-7rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }#e2vGod9srRfkHS26agTCscK4HNwNSyRZ li:before{  }
 }@media only screen and (max-width: 763px) { #FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a { display:none; }#FCWp3x8TlrPSJblxqNcKZr7T7KkzRT3a > .row .container { width:20rem;height:15.375rem;position:relative;display:none; } }@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:15.25rem;height:8.125rem;top:1.72265625rem;left:2.4687501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfIV43OK8KGeEwHI01gTUTLDVvahWP2 { width:19.25rem;height:7.4375rem;top:0.52891540527344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMIOTtkE5Q8zNwQG9PvECMS61z6vovv { width:20rem;height:2.4375rem;top:9.84765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #G7mHWTVcC7NqpHaMDGsHS8Ox3sXUbpif { width:20rem;height:1.1375rem;top:13.530468940735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15007;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE { display:none; }#kbfDTTnaEC74XBVvhSTZTxgEaFefgPeE > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@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) { #f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ { display:block; }#f7z1rMetnZZJgmgEZJr9NfNzngOuptFJ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BineMGRTvytvfERpq24xXLFH3GmSwGSI { width:20rem;height:5.3625rem;top:0.58046865463257rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 { display:block; }#FUIvklqpGpDxtvxlwqfh4lUm5vCdT6q4 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAfluPHovz2XcSSUB5UVlgHehJmdSuIi { top:0rem;left:0rem;width:20rem;height:24.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz { display:none; }#IuxJdbVudRxIFKWcU5NnNdFIWaf8uExz > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czIlzDWB2eUDN5tVKrgPuyx8EeXVRzW5 { width:20rem;height:6.6875rem;top:29.453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI { display:none; }#egIPQ0x3T5SsIXlTHX7T1wwGwXykwKeI > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qaDL6ZXMfW4wpmtmnn52krezzrk9EoaV { width:20rem;height:3.9rem;top:0.58046865463257rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poHn1oMoeOoUctUWZ7htundgREaAu50T { display:block; }#poHn1oMoeOoUctUWZ7htundgREaAu50T > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X79rosnS5aSuBgqI37opo6FIiEGq0p89 { width:10.125rem;height:8.125rem;top:1.8125004768372rem;left:0.99921876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7RBNccJDbZXIiqTnmb4hXGReRRUUey { width:13.0625rem;height:11.5rem;top:0.1875rem;left:6.9375000596044rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IhEEKz9OglGaHiDPsOxqoEsGDbg229mo { display:block; }#IhEEKz9OglGaHiDPsOxqoEsGDbg229mo > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoRrx3kskDM4xIgqnL0UKIl81MALXzaK { width:9.9375rem;height:2.6rem;top:3.5625rem;left:5.0312500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KC5cWpUT34vu2M31iou0sCEBHfmHwC2D { width:13.25rem;height:2.6rem;top:18.187500476837rem;left:3.3750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHirbpf4miDgMVZK1csu1tiov5rWub1y { width:12.0625rem;height:2.6rem;top:25.687500476837rem;left:3.9687500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqkzO5mh448Xbi2HEgeSJvJzxTWIoMZW { width:13.1875rem;height:2.6rem;top:10.9375rem;left:3.4062500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZwTEETDlk0OgIu4MP3HfveCXJEmFf6b { width:20rem;height:16.75rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypgWaKKhuUteeliUehmrKC7eX6MPRTJM { width:2.1875rem;height:2.1875rem;top:15.062500476837rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQBoCVS3SkulduBnq5PyCFbTT8RaganR { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Hi2TQ2CbyeLJsPATo2LCmRziOFP1um { width:2.1875rem;height:2.1875rem;top:7.8125rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQT4osoNe55WB42IlMO4fyO5cM8CcWi { width:2.375rem;height:2.375rem;top:22.437500476837rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9w43dFApURX7OE6GAXezbtke29qt3X { width:15.125rem;height:2.6rem;top:33.038280963897rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMbUBii6lzSwaKP1U77byLsFz5Opr1M { width:2.1875rem;height:2.1875rem;top:29.8125rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbOp2lQZTBi9xUqs5JmkUMgeZwiSRa0 { width:17.1875rem;height:3.9rem;top:41.03750038147rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifeHuQ9UAJhPQ7P1PxU3Wzh94ilu7IJc { width:2.4375rem;height:2.4375rem;top:37.413280487061rem;left:8.7812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #athuH2blNU3W1kTiQehNXtEbpQPabIKQ { display:none; }#athuH2blNU3W1kTiQehNXtEbpQPabIKQ > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@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) { #y1kDy1ePzuLuixsiqPmV6d2c916sdCou { display:none; }#y1kDy1ePzuLuixsiqPmV6d2c916sdCou > .row .container { width:20rem;height:14.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTUPzilPdzvqNuRVWgTIt7KR54rgd4HV { width:20rem;height:1.4625rem;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:2.925rem;top:3.9625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQIImrk5w3V5eXgrKGdnF5vLQaVgtII { top:8.2625002861025rem;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) { #MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { display:none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMqzxehI2XmOaU3sR1PEkEEqNfBeGWdF { width:20rem;height:1.625rem;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) { #BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf { display:none; }#BMwmFHPVie7x5OxoVrWIG1lO6zPmcPrf > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTRws30GQo1HEThchGP2USvFKbgzARZO { width:19.625rem;height:21.25rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUuVVv9xbZrGCx3ALLMAFM3ozprScyl3 { 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) { #h9HgJNKWJf2AzR1dTye8a4QeQiX419NU { 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) { #T4h2TtTJN4kirE9K6oC8Js53wZWD3lby { 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) { #tqb3n1w0VJyAfKBT162dJJ8VXtoTyHs1 { width:10.9375rem;height:9.125rem;top:56.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5Zig5506hiS3KrRJnHrfz6RpXR3g6K { 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) { #l8ylk6LNudgQKS0ngkNmWy8JtICzU9kn { 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) { #EXu5k9MZafiUCo2D6olNmtrG0T2aryhp { width:19.625rem;height:21.125rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmOGowRlASDeqMrwZroqIx5AXgNZaaCV { 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) { #hIfuZTTvwikPXRfWsraZ4dZMG3iW0dps { 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) { #ebATfUGn3qtJC796UWFPxLufgf1rddH5 { 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) { #Whf0NfopVeVuCeO7PfstWL9RW790ldEW { width:11.0625rem;height:9.1875rem;top:23.562500476837rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lebmBZ8GvVNGCAv4yEutIohapo8ugnkH { 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) { #PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ { display:none; }#PkmmWNTPlFMRq2ZCAs5gyITGDHWByoiJ > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XKMEgMosIqDM7aIENVRloQmEh0vLQZ9y { 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:none; }#pGhtodWN6dFOeeoIL6ePR5cAWQ5Uk9xa > .row .container { width:20rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QCxkNIKDqnDZ7dMsNwKrXtqaRN6p5rxl { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fGP9VnGb4R9yVC2utOk66eANRDEgki3t { width:20rem;height:6.09375rem;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:20rem;height:3.65625rem;top:12.28125rem;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) { #lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz { width:20rem;height:8.85625rem;top:17.1875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }#lEXsgMVTe42QnGT6cKhtv7PSl2PoiZSz li:before{  }
 }@media only screen and (max-width: 763px) { #zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI { display:none; }#zCDP2KwxHfW3hnd3ppXxEOsBDDcuBorI > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avaADrSfTk7SwhgKXtQwHXHeVNt10BiJ { width:14.6875rem;height:4.875rem;top:0.6875rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQpx15XqQiZPWE1cFwMU3aapiZmusmo { display:none; }#mQQpx15XqQiZPWE1cFwMU3aapiZmusmo > .row .container { width:20rem;height:63.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 { width:20rem;height:25.5875rem;top:18.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.3;display:block; }#lFiqmOG9o6Jt5lviOuRqklWu80fJyG57 li:before{  }
 }@media only screen and (max-width: 763px) { #isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 { width:20rem;height:7.71875rem;top:1.9073486328125E-6rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.1875rem;line-height:1.3;display:block; }#isgdIwKauFRWi5KARPc5Pc6xwmTT6Ac4 li:before{  }
 }@media only screen and (max-width: 763px) { #hRTMTTfwfMx5LvITXPmIRS0PTLOgtd2B { width:10.75rem;height:16.25rem;top:8.9999990463256rem;left:9.2500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRhvz1IK5cEXHOzo36agANOlzJXNeSha { width:20rem;height:8.4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC0TLFKg0Tgt0NXpPbmAOP9oPoEy9zDK { width:20rem;height:7rem;top:45.512500286103rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfSmpsUSqquQ6cvkEvN6M4MPhwkbtsX { width:20rem;height:8.53125rem;top:53.250001907349rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR { display:block; }#JZ5E1SXioT1daTZ3UWUTwqFW9mbdO2NR > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA3c9S0tyPXV1mfPT5d1mfVqrdr01TOd { width:20rem;height:4.875rem;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) { #saqcxVnOAyXGqNGDs8sJxts32FpP6RVg { width:19.4375rem;height:3.4125rem;top:7.5437526702881rem;left:0.28046876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdZK9QPrGmZFq76cZPKiaUG10vfb0UET { top:12.357031822204rem;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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) { #ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 { display:none; }#ua5kLUBKVBwg4bf9qflAC1otKtKoSXR8 > .row .container { width:20rem;height:96.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fCKzAd1biuWk2sPQBnMEpb3Clw6SDtl2 { width:19.625rem;height:14.875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pg9PiFhnNI07EBPUqp0TeGH8IVqhFUti { 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) { #tD2gLMwZCkCPvQVlGXP8gNygi12GuqCQ { 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) { #DD8M1XiTbvpEgcQxGURaxEnKOi2q9P5e { 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) { #FVwSPNWJo8VFDMSW00BDgBNrbqg9T3fD { 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) { #cOG0ANnkyI8TTFJWlAxzSyzmLem4NA3t { 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) { #veNxk6AvfKyEwFfV6sAQ36paBeX9RJg0 { 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) { #OtvNTx21xOnVnB9vAin92TzQIghmm63y { 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) { #MVZoXrgR3Pc608ZLoPvtHKtsdztwwN6U { 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) { #Ug5ETC1BOVqkThb54Rzq8EBlsWFgg8qT { width:16.0625rem;height:14.625rem;top:25.763282299042rem;left:1.7812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNgntPdmqKLP2BhTLd972InSrQVkB9SM { 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) { #u4kROUWN6LXnVy4QQPKrSWhTIaxn6pFX { width:4.3125rem;height:4.3125rem;top:43.538287353516rem;left:13.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcHebHvgPxXGwcGbSrDHpDzO5QTRri02 { 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) { #iv1I0EKmJPbLngpyEDsTIEwFE9U7LNQi { 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) { #MmSxL2o8MPnJVTx1FiJbf9gBFw78xCLI { 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) { #l3PQ9ooM58ksmVubgm23Obd9HC3oS8XN { 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) { #znvBPR35EUmJUgOiA71zKmJmEBokTbQe { 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) { #Z0t4JKQ1O0R8xGdmt6iu9EuEnOnaC49r { width:19.625rem;height:15.4375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mObmETD1AwCORZ6972araFzT0uXlxNHW { 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) { #ekt0yCzgSc9SqycW5nq2K27TRocku2Pz { 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) { #t6bbGPsEtC5qR5027DdAOe4i5ZbG6SRv { 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) { #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) { #eccySHRZu8yBykiUmL4TaPWBmIysTAir { display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { width:20rem;height:2.6rem;top:0.24921798706055rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJB0te1VTSHa1NGa8CPw8Dp7fRHqAHD3 { width:19.6875rem;height:2.25rem;top:3.625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o629fIpCfahZbqh199GuGAytcZ3iGfZQ { position:relative;z-index:auto;display:block; }#o629fIpCfahZbqh199GuGAytcZ3iGfZQ > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }