.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C { 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;z-index:auto;display:block; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { background-color: transparent; background-image: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container > .video-iframe-container { display: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row > .video-iframe-container { display: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .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); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { border-width: 0; border-radius: 0; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#HZbOhbNGisiJlUm3q7GPJtce5CzGqcQr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.0625rem;height:2.125rem;text-decoration:none;z-index:14966;text-align:center;text-align-last:center;top:2.09375rem;left:38.625rem;display:block; }
#GnSBDB8u5PW6F1sL4HVQSVgHsXtdsLQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vW2t4QqZd8EkVaxE7O2El8NCrJ0n6XdX { box-sizing:content-box;color:#000000;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:15002;top:1.5rem;left:64.3125rem;display:block; }
#OfJs74llpTVG36Q7LI1TzPVrmJeMZDOb { 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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.478515625rem;overflow:hidden;display:block; }
#naWi2cUZtxFLTgUaIdEwWJK4TNo1q7kn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.3125rem;height:2.125rem;text-decoration:none;z-index:14967;text-align:center;text-align-last:center;top:2.125rem;left:49.375rem;display:block; }
#UrN1TR4idkUBEtpwyQU9opHcZPwRDQGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo692gyqS1ClqwLgg04b6mpDMHuePHJE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.875rem;height:2.125rem;text-decoration:none;z-index:14968;text-align:center;text-align-last:center;top:2.125rem;left:56.375rem;display:block; }
#apz2t8BVCAMkuhQKl6KRhWlmqPUGToG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eb3X6htKaWgcKmBiER7CJGtQXQS8MfJv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.875rem;height:2.125rem;text-decoration:none;z-index:14969;text-align:center;text-align-last:center;top:2.125rem;left:66.5rem;display:block; }
#Ve8Ta7zcZl1hfZqCTF3pa9JezxuKiu7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/238aea9d-5864-40b4-a20e-c15cd8bae77c/LandPsicologa26v2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.adaptive-delivery-prevent-bg, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyload, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyloading { background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { background-color: transparent; background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .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); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { border-width: 0; border-radius: 0; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"fira sans";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:13.875rem;left:10rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { z-index:15003;top:18.875rem;left:10rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.96875rem;left:10.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XOGlc3H3WI4393F8kyhBFgmcdPbTDrr5 { 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:6.5rem;width:5.5rem;top:23.875rem;left:9.4375rem;overflow:hidden;display:block; }
#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { 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; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { background-color: transparent; background-image: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container > .video-iframe-container { display: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container { display: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .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); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { border-width: 0; border-radius: 0; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { font-size:0.875rem;font-family:arial;height:119.0625rem;width:75rem;position:relative;display:block; }#qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { color:#0071ce;display:block;width:11.1875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:35.9375rem;left:10.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:37.875rem;left:10.0625rem;height:1.51171875rem;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; }
#BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.5625rem;left:10.0625rem;height:22.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:11.125rem;top:34.5625rem;left:10rem;display:block; }
#xLS7rR3rXv24pspAwM51N8swrUgADuiT { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:61rem;left:25rem;height:17.316375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNrnEpSIq0JA6JE9KThKsTO73VTeflwB { position:absolute;display:block;z-index:14985;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.3125rem;width:55rem;top:56rem;left:10rem;display:block; }
#BT4KM50U1iEKbSKyh8cJTTE3xN4x2Eta { color:#0071ce;display:block;width:20.0625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6rem;left:10rem;height:2.0625rem;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; }
#ZLpuqTmiZ8kSRbCZh0NRXxQomTb1akZ9 { z-index:15004;top:50.75rem;left:10.0625rem;background-color:#009c4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rkymLFTBroK05OZyhh2kqJiARRnqRlqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwNr5OO98eTNUkSr03WchbWVaPiAEAv6 { color:#0071ce;display:block;width:17.5625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:22.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kipsf09rKEEcF4OhhopB9M6w0OLTZs0m { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:17.4375rem;top:34.5625rem;left:22.4375rem;display:block; }
#gOD8mUsxqnmvPfQOT8qaNg3vfBgbT90x { color:rgba(109,110,113,0.32);display:block;width:17.5625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:37.875rem;left:22.4375rem;height:1.51171875rem;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; }
#TdPS2QaJPeuiFpIZAobuvIDL3yyahgT8 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:37.875rem;left:41.3125rem;height:1.51171875rem;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; }
#CAvNupl0xbtn84kbe4wZeB0U0cm2lms9 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:12.3125rem;top:34.6875rem;left:41.25rem;display:block; }
#O2iCn4azmL5Nf2popg24ycfB3ZgZZEQ4 { color:#0071ce;display:block;width:12.375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:41.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q10WuXlOPy3uvNR1i7SUOgDV1s2orMo6 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:37.875rem;left:55rem;height:1.51171875rem;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; }
#pcxCJGZkQnmEPka4IX78Glb9IlDOpIVS { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:9.875rem;top:34.5625rem;left:54.9375rem;display:block; }
#D3rch6PR23NsABQd5FFN51xRPBaMIkxW { color:#0071ce;display:block;width:10rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.9375rem;left:54.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0BbEq3Ep9H47UTcDU5eAHEoCAe7TyDi { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:58.5rem;left:24.9375rem;height:1.625rem;font-style:normal;display:block; }
#ViQ5m7TRxW0rkvVm1vM7rTHzuflUbtE0 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.875rem;width:55rem;top:81.625rem;left:10rem;display:block; }
#vpEBnuCNzP3Xb3agip672cTdGXQm4CXE { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:86.625rem;left:25rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrw3wJNsy1FfXciJAfrlEbZSQ7VhJGxO { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:84.125rem;left:24.9375rem;height:1.625rem;font-style:normal;display:block; }
#prrTAEyCgDFuDweTsSTl9ESK5gqnPSTt { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:58.5rem;left:12.5rem;overflow:hidden;display:block; }
#vLZuXLfgdWTu3UTJSDcmuc9IeTQ2Bpf9 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:84.125rem;left:12.5rem;overflow:hidden;display:block; }
#PdXVfJatsc0k9IAF9e5zgb5KGfAPG01J { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.875rem;width:55rem;top:97.8125rem;left:10rem;display:block; }
#XGa2QwEl8idaVTxwBM7EUtG98t09FgD7 { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:102.8125rem;left:25rem;height:7.871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kmwzd02OTOwWNRoQVAyxxXQI9n4ms3Nx { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:100.3125rem;left:24.9375rem;height:1.625rem;font-style:normal;display:block; }
#FrV5QEZghuDK27D7dt9TZamKMyJ0yO17 { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:100.3125rem;left:12.5rem;overflow:hidden;display:block; }
#ecpG7OuIxU0pTKdHdcZomMRHahmlmaxT { color:#0071ce;display:block;width:54.875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.5625rem;left:10.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVsIrEAkQTUThaZLQyJq2Ptr7WXx9vnQ { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:54.8125rem;top:42.1875rem;left:10rem;display:block; }
#fsKKW9dnI08wVVafE4HypbLEAxeG7hQ8 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:45.5rem;left:10.0625rem;height:1.51171875rem;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; }
#lEedpasff8iTdh0MWN9x3S70tHxdunrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { background-color: transparent; background-image: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container > .video-iframe-container { display: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row > .video-iframe-container { display: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .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); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { border-width: 0; border-radius: 0; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#vdqVVxdhQI2IxOX6e7ubdpGA0iv9fbUB { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:15.0625rem;left:10.125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enkV022xbZNWdNdKJlzyDTan9bz7VLk9 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:15.0615234375rem;left:37.5rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y19xDqgREF8itOU3Ba33mfTJfZJXJufL { color:#0071ce;display:block;width:40.625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:6.2119140625rem;left:10.0625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#Sz5ssCTRoXdeMVrDKLl8ogShTbiESzaC { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.826171875rem;left:10rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvMeDzZMyCtNTRcC9opuqphGzhJLcDMk { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:37.5rem;height:6.49903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XInXOCrrn9CbQFnSR2IWfkBnDuAdDTWk { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:14.0625rem;left:33.6875rem;display:block; }
#dk1pafFBxsOhBkb4TUAu4ObBnBsRTVkn { z-index:15005;top:21.3125rem;left:10rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JAZHy4Unp1ZphrFsMhgS4IOy893S7gxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deXyEUsVif8dPJ2DipWHabyH38M6fsta { z-index:15006;top:21.3125rem;left:53.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UihHVM6S4p8Sh0msIcsGKlaF5Q9pNvt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 > .row .container { border-width: 0; border-radius: 0; }#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:none; }#vz0wbyKFrgPRGBLqE7JdoOkA9zuxovZI { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:15.0625rem;left:10.125rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4PiEJipbc7B7MDiOEdT6kCm2NNvVyIN { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:15.0615234375rem;left:37.5rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PppM9BTvaZGiGkkwn0RonXhHcyJEXzat { color:#0071ce;display:block;width:40.625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:6.2119140625rem;left:10.0625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#CEE48xbQPn8p1ZOZqk6FCyQeafZiBpu6 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.826171875rem;left:10rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAGruiIDKzJlegm1UQFt9aHItCIMCCCn { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:37.5rem;height:6.49903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHUDR11l48z6gyepXqNdyP4E4RTZH6Qi { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:14.0625rem;left:33.6875rem;display:block; }
#lsvShL6nayOWE7FutuZndLyOBrlwyAx4 { z-index:15005;top:21.3125rem;left:10rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UbQ1q89R5LhHTC8IC7Ct1ZsvgK5aIR4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTkToDxttRkhlTcNbhkay6J5ndHhDvkX { z-index:15006;top:21.3125rem;left:53.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KCd5Vk1Z23qqRM9nxbMfddcPvO9n6vlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0071ce;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; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { background-color: transparent; background-image: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container > .video-iframe-container { display: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container { display: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .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); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { border-width: 0; border-radius: 0; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-form-header {  }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-regular-label { height:auto;display:block;font-family:"fira sans";font-size:0.8125rem;font-weight:700;color:#000000;width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.1;text-align:left;text-align-last:left;vertical-align:top; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(214,212,212,0.7);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:18.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;vertical-align:top; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(214,212,212,0.7);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:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;vertical-align:top; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(214,212,212,0.7);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:18.0625rem;box-sizing:border-box;height:2.5rem;color:#6d6e71;font-family:"fira sans";font-size:0.75rem;overflow:hidden;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.1; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#009c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:18.0625rem;height:2.75rem;font-family:"fira sans";overflow:hidden;box-shadow: none;line-height:1; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV [class*="-text"]:-moz-placeholder { color:#6d6e71;font-family:"open sans";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV [class*="-text"]::-moz-placeholder { color:#6d6e71;font-family:"open sans";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV [class*="-text"]:-ms-input-placeholder { color:#6d6e71;font-family:"open sans";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV [class*="-text"]::-webkit-input-placeholder { color:#6d6e71;font-family:"open sans";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .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:"fira sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#161616;vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .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; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container:first-of-type{padding-top:0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container:last-of-type{padding-bottom:0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:5.875rem;z-index:15000;position:absolute;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.15) ; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem;display:block;vertical-align:top; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:1rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV {display:block;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:5.875rem;z-index:15000;position:absolute;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.15) ; }
#S5VsDBoKXV2vBdtPd9G1eq1kmmGAyEdU #ObfhevBB2k6IpTiPgnSdxOUDTRBTI7MO { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #H9ppkzSkwxylhuPtrGvdnG2O7ECSJ9B9 { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bAHX95x5aTbSrgs0Ai5s0q1hEzJtbQKt { position:relative;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yfB4nZDexTrdiu4FHERcM1HEVcla4aAh { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #lOMKqquAmdp7QciNmNCiIoeDB9AHy46N { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LcUJasCEnuDtIiZwTrC89LbN5QvLg2T9 { position:relative;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #pXlCUOy0lVOgGOT6FGT0pZl0t2L7fohu { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #JT8NfoA7fK6vOAXDK3OZPn9UMacuLBhQ { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yvPJT9CVELgDAigvuT5LH7dt7bxFRHkq { position:relative;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #uKrsucR3U65WxIkiaDrb7n5AdSoDGvfd { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6atK2eyQnRs0H7BPQcyL74G0GMZy92O { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #epZKBqQoBVyEFa7nz416ghE0nIpxGC37 { position:relative;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #MTtz93WLIe6Py5kRGyBazy9lVEICr8iy { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LrQyC82N4cfXGI5VD0CvtmDITPS4ZplO { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #T4TevuUE7pVF4o7TJOQiLTlOsG5EaB6g { position:relative;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #s1bASIOGHsTAZLUDAxiWh7hzSkBbaXd1 { position:relative; }
#hxpTOgiz04AHrxXIvtqCap5xFlhpQdwr { position:relative;display:block;z-index:100000;display:block; }
#xNDbCy3rINCx0ksm1zUcm2BnnNOTD7aK { position:relative;display:block;z-index:100000;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bCr7D59M5Xg1EPMPyecrOLMUm25WX7Vb { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #HcEvFAB99ydPhP35CxTxVu0fTT1zGZCd { position:relative;z-index:2; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #cd0gghxoe77fnzuTvVxk4icpibFhMd6Q { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #tNaAHNFLT6fqc3tbK50T0kzWwAMVwf3x { position:relative; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6Pewm36TOb5cfCkrEpm7QWURHzqxTmu { position:relative; }
#ATXJNOmcZ0hVW5isAu8UpKPiMxKlZH3L { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"fira sans";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20.625rem;left:10rem;height:8.046875rem;font-style:normal;display:block; }
#ehSv3kTc0Xe5h0WHpBFwSCXCMMTLX94l { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:10rem;height:7.3125rem;font-style:normal;display:block; }
#p76LHzrrF8fOKcHBdXkxM0Zo6Ilq7AcK { box-sizing:content-box;height:0.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:18.375rem;left:10rem;display:block; }
#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH { 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; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { background-color: transparent; background-image: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container > .video-iframe-container { display: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row > .video-iframe-container { display: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .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); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { border-width: 0; border-radius: 0; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#lUaSabI2EvVohQwUZ3Tcuvwmrq5fd7hB { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:20.25rem;left:10rem;height:4.72265625rem;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; }
#fnaZ1xS96XmTIbd7QyGNT2i2x0lKurgP { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.23046875rem;left:27.5rem;height:7.871125rem;font-style:normal;display:block; }
#zP6CvxgGToMFLas9ZGCoAsR16xwd8p4D { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:20.25rem;left:47.5rem;height:6.296875rem;font-style:normal;display:block; }
#WlSs6vQM2QoiaOngFeVeUiFwVzJFFe1F { color:#0071ce;display:block;width:18.75rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6rem;left:9.875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTKa3ia5aRtSKlnFsBUokHPO0xhJnT6T { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:17.6875rem;left:10rem;height:1.5rem;font-style:normal;display:block; }
#PaBBdz1sbV0pacwfxys0Ufo47lW8v9rg { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:17.6875rem;left:27.5rem;height:1.6494125rem;font-style:normal;display:block; }
#KER7SqUXvikNVVFapb92e3BvUoPRE2OP { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:17.6875rem;left:47.5rem;height:1.6494125rem;font-style:normal;display:block; }
#R6gC1gFX56CypaOL2rfKSvdiW5dg7ZHd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.5625rem;top:12.625rem;left:10rem;overflow:hidden;display:block; }
#V5RfFT7uOGN4Km1iPyb9hOQMiQ2mquLC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.1875rem;top:12.25rem;left:27.5rem;overflow:hidden;display:block; }
#S3ehTCoeqXzWWDBvQwTyxfhiu9hh6WFK { position:absolute;display:block;z-index:15032;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:4rem;width:3.9375rem;top:12.0625rem;left:47.5rem;overflow:hidden;display:block; }
#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { background-color: transparent; background-image: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container > .video-iframe-container { display: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container { display: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .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); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { border-width: 0; border-radius: 0; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.9375rem;width:55rem;top:9.75rem;left:10rem;display:block; }
#TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { color:#0071ce;display:block;width:52.5625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.75rem;left:11.25rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#BPPfhS4WIqLqghWpMn9mpieTixupv6ib { 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; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container { background-color: transparent; background-image: none; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container > .video-iframe-container { display: none; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row > .video-iframe-container { display: none; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .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); }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container { border-width: 0; border-radius: 0; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#hLsQe9SEDKSc1N7BblG2xQMJQBThEICT { color:#0071ce;display:block;width:28.875rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:10rem;height:2.4375rem;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; }
#aGTA2qeT6VMhiR45KGby3w69dVVtDck3 { position:absolute;display:block;z-index:15041;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:11.9375rem;left:29.9375rem;display:block; }
#hfDkUl2v1F9i4ZobEbpIhGAZ2LD6ALFz { color:#0071ce;display:block;width:5.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1;letter-spacing:0;top:12.25rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#HHovtTRB3znw8WdCUdUWBdSy6wz8LtvM { color:#0071ce;display:block;width:5.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:14.75rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#aoDDbR5GOUcNSpmlOZoikNh7riSqB4P8 { color:#0071ce;display:block;width:6.875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:17.25rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#HgrPHPXprB5Vl1DBVtlZgvRGsiQmyOXV { color:#0071ce;display:block;width:12.125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:19.75rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#BNHQHlRrXv1dWN0npohZRe5i1EHAAxds { color:#0071ce;display:block;width:11rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:24.75rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#x8wGkS4PgvUk6CHGnycArW2RZFevqHou { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:8.125rem;left:10rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#PD6kVh4qzOAahfMpuJsZId4q70fH2uhq { color:#0071ce;display:block;width:16.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:12.25rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#EiTrHmErMA0fkzdburg3TcfTvmeEKZRR { color:#0071ce;display:block;width:20.0625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:14.75rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#pf3vryVfQPqhULf5EPuuNuyVFu12dBwD { color:#0071ce;display:block;width:16.5rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:17.25rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#RSXsaRJ8NkatdntpTTt3eLUoJWgiZaST { color:#0071ce;display:block;width:23.75rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:19.75rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#NiZQXdCWmGfqMCQEwXxo1h9QH7HTMdDF { color:#0071ce;display:block;width:15.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:22.25rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#f5uNhXgIvambzR249q9xe7Ko7x6TKTz0 { color:#0071ce;display:block;width:23.75rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:24.75rem;left:35rem;height:1.125rem;font-style:normal;display:block; }
#LMsTHQqhfU2aexvMkWeTiGKCU85tDT6K { color:#0071ce;display:block;width:10.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:22.25rem;left:10rem;height:1.125rem;font-style:normal;display:block; }
#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0071ce;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; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container { background-color: transparent; background-image: none; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container > .video-iframe-container { display: none; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row > .video-iframe-container { display: none; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .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); }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container { border-width: 0; border-radius: 0; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#PTIavOJBL04CsOhvF0cocR6bdo4E9sT1 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.3125rem;left:2.3125rem;display:block; }
#XfxQRTgOcF8qxuAlqSLGd2AeRbrnvzgB { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:4.375rem;left:2.3125rem;display:block; }
#QIetrqWP90qk50i9Fowiu7KWrc9UC3Lz { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.3125rem;left:2.375rem;display:block; }
#UwiDf4CS54bTXlEhmoy3WG923d2O0ddr { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.9375rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmn98qkhZLzkOPL6Di3vQ2D01BDIXklc { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.875rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITQgHUdLIMuRor0PNhGn6ulRfEvXmKxb { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.75rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJ8wx3TmSuz8bVdwqae5VqpDgTCwZZEt { 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; }
#xAixwUItmPFATy0IWI1aHEVhCBgl1Olb { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.375rem;left:71rem;display:block; }
#goDnScDV9J6kmxMHsLM8GT3QiwcdIwtB { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.375rem;left:68.4375rem;display:block; }
#Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:66.25rem; }
#Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#e2rzGV8H8XFulWG4ixSP7mqi3THl4nEO { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:57.1875rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G4N666TMDsWrrdCod9UVPe0SDZNOBnoA { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.375rem;left:63.4375rem;display:block; }
#l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.6875rem;left:61.1875rem; }
#l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#JMFkHgNAASL9zdv2dTbtJr0vic5QpQ2J { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.375rem;left:58.4375rem;display:block; }
#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container { background-color: transparent; background-image: none; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container > .video-iframe-container { display: none; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row > .video-iframe-container { display: none; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .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); }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container { border-width: 0; border-radius: 0; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#T3tEw51cuMSUPFiBbT9heLha1WmT0y6q { color:#5b5d64;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.3125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#DECFalcTVnM8bgBQWeQ1TcoZHnNm0mQE { 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:1.5rem;width:10.6875rem;top:1.28125rem;left:2.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C { display:block; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZbOhbNGisiJlUm3q7GPJtce5CzGqcQr { width:9.0625rem;height:2.125rem;top:2.0625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSBDB8u5PW6F1sL4HVQSVgHsXtdsLQm { display:block; }
 }@media only screen and (max-width: 763px) { #vW2t4QqZd8EkVaxE7O2El8NCrJ0n6XdX { top:1.5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfJs74llpTVG36Q7LI1TzPVrmJeMZDOb { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naWi2cUZtxFLTgUaIdEwWJK4TNo1q7kn { width:5.3125rem;height:2.125rem;top:2.125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrN1TR4idkUBEtpwyQU9opHcZPwRDQGm { display:block; }
 }@media only screen and (max-width: 763px) { #Wo692gyqS1ClqwLgg04b6mpDMHuePHJE { width:5.875rem;height:2.125rem;top:2.125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apz2t8BVCAMkuhQKl6KRhWlmqPUGToG4 { display:block; }
 }@media only screen and (max-width: 763px) { #eb3X6htKaWgcKmBiER7CJGtQXQS8MfJv { width:6.875rem;height:2.125rem;top:2.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8Ta7zcZl1hfZqCTF3pa9JezxuKiu7X { display:block; }
 }@media only screen and (max-width: 763px) { #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { top:13.875rem;left:0rem;width:23.625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { top:18.875rem;left:0rem;width:12.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { top:9.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGlc3H3WI4393F8kyhBFgmcdPbTDrr5 { top:23.875rem;left:0rem;width:5.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { display:block; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { top:35.9375rem;left:0rem;width:11.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { top:37.875rem;left:0rem;width:11.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { width:47.75rem;height:22.6875rem;top:9.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { top:34.5625rem;left:0rem;width:11.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLS7rR3rXv24pspAwM51N8swrUgADuiT { top:61rem;left:10.1875rem;width:37.5625rem;height:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNrnEpSIq0JA6JE9KThKsTO73VTeflwB { top:56rem;left:0rem;width:47.625rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4KM50U1iEKbSKyh8cJTTE3xN4x2Eta { top:6rem;left:0rem;width:20.0625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpuqTmiZ8kSRbCZh0NRXxQomTb1akZ9 { top:50.75rem;left:0rem;width:46.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkymLFTBroK05OZyhh2kqJiARRnqRlqt { display:block; }
 }@media only screen and (max-width: 763px) { #KwNr5OO98eTNUkSr03WchbWVaPiAEAv6 { top:35.9375rem;left:8.8125rem;width:17.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipsf09rKEEcF4OhhopB9M6w0OLTZs0m { top:34.5625rem;left:8.8125rem;width:17.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD8mUsxqnmvPfQOT8qaNg3vfBgbT90x { top:37.875rem;left:8.8125rem;width:17.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPS2QaJPeuiFpIZAobuvIDL3yyahgT8 { top:37.875rem;left:27.6875rem;width:12.375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvNupl0xbtn84kbe4wZeB0U0cm2lms9 { top:34.6875rem;left:27.625rem;width:12.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2iCn4azmL5Nf2popg24ycfB3ZgZZEQ4 { top:35.9375rem;left:27.6875rem;width:12.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q10WuXlOPy3uvNR1i7SUOgDV1s2orMo6 { top:37.875rem;left:37.8125rem;width:9.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcxCJGZkQnmEPka4IX78Glb9IlDOpIVS { top:34.5625rem;left:37.75rem;width:9.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3rch6PR23NsABQd5FFN51xRPBaMIkxW { top:35.9375rem;left:37.75rem;width:10rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0BbEq3Ep9H47UTcDU5eAHEoCAe7TyDi { top:58.5rem;left:11.3125rem;width:24.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQ5m7TRxW0rkvVm1vM7rTHzuflUbtE0 { top:81.625rem;left:0rem;width:47.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEBnuCNzP3Xb3agip672cTdGXQm4CXE { top:86.625rem;left:10.1875rem;width:37.5625rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrw3wJNsy1FfXciJAfrlEbZSQ7VhJGxO { top:84.125rem;left:11.3125rem;width:26.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrTAEyCgDFuDweTsSTl9ESK5gqnPSTt { top:58.5rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLZuXLfgdWTu3UTJSDcmuc9IeTQ2Bpf9 { top:84.125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXVfJatsc0k9IAF9e5zgb5KGfAPG01J { top:97.8125rem;left:0rem;width:47.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGa2QwEl8idaVTxwBM7EUtG98t09FgD7 { top:102.8125rem;left:10.1875rem;width:37.5625rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmwzd02OTOwWNRoQVAyxxXQI9n4ms3Nx { top:100.3125rem;left:11.3125rem;width:26.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrV5QEZghuDK27D7dt9TZamKMyJ0yO17 { top:100.3125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpG7OuIxU0pTKdHdcZomMRHahmlmaxT { top:43.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsIrEAkQTUThaZLQyJq2Ptr7WXx9vnQ { top:42.1875rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKKW9dnI08wVVafE4HypbLEAxeG7hQ8 { top:45.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEedpasff8iTdh0MWN9x3S70tHxdunrL { display:block; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdqVVxdhQI2IxOX6e7ubdpGA0iv9fbUB { top:15.0625rem;left:0rem;width:12.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkV022xbZNWdNdKJlzyDTan9bz7VLk9 { top:15rem;left:23.875rem;width:17.4375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19xDqgREF8itOU3Ba33mfTJfZJXJufL { top:6.1875rem;left:0rem;width:40.625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5ssCTRoXdeMVrDKLl8ogShTbiESzaC { top:17.8125rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvMeDzZMyCtNTRcC9opuqphGzhJLcDMk { top:17.8125rem;left:20.1875rem;width:27.5625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XInXOCrrn9CbQFnSR2IWfkBnDuAdDTWk { top:14.0625rem;left:20.0625rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1pafFBxsOhBkb4TUAu4ObBnBsRTVkn { top:21.3125rem;left:0rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZHy4Unp1ZphrFsMhgS4IOy893S7gxg { display:block; }
 }@media only screen and (max-width: 763px) { #deXyEUsVif8dPJ2DipWHabyH38M6fsta { top:21.3125rem;left:36.4375rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UihHVM6S4p8Sh0msIcsGKlaF5Q9pNvt6 { display:block; }
 }@media only screen and (max-width: 763px) { #K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 { display:block; }#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz0wbyKFrgPRGBLqE7JdoOkA9zuxovZI { top:15.0625rem;left:0rem;width:12.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4PiEJipbc7B7MDiOEdT6kCm2NNvVyIN { top:15rem;left:23.875rem;width:17.4375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PppM9BTvaZGiGkkwn0RonXhHcyJEXzat { top:6.1875rem;left:0rem;width:40.625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEE48xbQPn8p1ZOZqk6FCyQeafZiBpu6 { top:17.8125rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGruiIDKzJlegm1UQFt9aHItCIMCCCn { top:17.8125rem;left:20.1875rem;width:27.5625rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHUDR11l48z6gyepXqNdyP4E4RTZH6Qi { top:14.0625rem;left:20.0625rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvShL6nayOWE7FutuZndLyOBrlwyAx4 { top:21.3125rem;left:0rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQ1q89R5LhHTC8IC7Ct1ZsvgK5aIR4J { display:block; }
 }@media only screen and (max-width: 763px) { #lTkToDxttRkhlTcNbhkay6J5ndHhDvkX { top:21.3125rem;left:36.4375rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCd5Vk1Z23qqRM9nxbMfddcPvO9n6vlZ { display:block; }
 }@media only screen and (max-width: 763px) { #XJPSTWsTMWHbOQal57PcDRZAu58ivSRe { display:block; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-regular-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-textarea { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-checkbox-label { width:13.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV  { width:14.75rem;height:auto;top:3.1875rem;left:30.5rem; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .radio-container { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV {display:block;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV { width:14.75rem;height:auto;top:3.1875rem;left:30.5rem; }
 }@media only screen and (max-width: 763px) { #S5VsDBoKXV2vBdtPd9G1eq1kmmGAyEdU #ObfhevBB2k6IpTiPgnSdxOUDTRBTI7MO {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #H9ppkzSkwxylhuPtrGvdnG2O7ECSJ9B9 {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bAHX95x5aTbSrgs0Ai5s0q1hEzJtbQKt { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yfB4nZDexTrdiu4FHERcM1HEVcla4aAh {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #lOMKqquAmdp7QciNmNCiIoeDB9AHy46N {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LcUJasCEnuDtIiZwTrC89LbN5QvLg2T9 {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #pXlCUOy0lVOgGOT6FGT0pZl0t2L7fohu {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #JT8NfoA7fK6vOAXDK3OZPn9UMacuLBhQ {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yvPJT9CVELgDAigvuT5LH7dt7bxFRHkq { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #uKrsucR3U65WxIkiaDrb7n5AdSoDGvfd {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6atK2eyQnRs0H7BPQcyL74G0GMZy92O {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #epZKBqQoBVyEFa7nz416ghE0nIpxGC37 { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #MTtz93WLIe6Py5kRGyBazy9lVEICr8iy {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LrQyC82N4cfXGI5VD0CvtmDITPS4ZplO {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #T4TevuUE7pVF4o7TJOQiLTlOsG5EaB6g { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #s1bASIOGHsTAZLUDAxiWh7hzSkBbaXd1 {  }
 }@media only screen and (max-width: 763px) { #hxpTOgiz04AHrxXIvtqCap5xFlhpQdwr { display:block; }
 }@media only screen and (max-width: 763px) { #xNDbCy3rINCx0ksm1zUcm2BnnNOTD7aK { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bCr7D59M5Xg1EPMPyecrOLMUm25WX7Vb {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #HcEvFAB99ydPhP35CxTxVu0fTT1zGZCd {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #cd0gghxoe77fnzuTvVxk4icpibFhMd6Q {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #tNaAHNFLT6fqc3tbK50T0kzWwAMVwf3x {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6Pewm36TOb5cfCkrEpm7QWURHzqxTmu {  }
 }@media only screen and (max-width: 763px) { #ATXJNOmcZ0hVW5isAu8UpKPiMxKlZH3L { top:20.625rem;left:0rem;width:17.125rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehSv3kTc0Xe5h0WHpBFwSCXCMMTLX94l { top:9rem;left:0rem;width:20.375rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76LHzrrF8fOKcHBdXkxM0Zo6Ilq7AcK { top:18.375rem;left:0rem;width:16.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH { display:block; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUaSabI2EvVohQwUZ3Tcuvwmrq5fd7hB { top:20.25rem;left:0rem;width:13.75rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaZ1xS96XmTIbd7QyGNT2i2x0lKurgP { top:20.1875rem;left:13.875rem;width:16.3125rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6CvxgGToMFLas9ZGCoAsR16xwd8p4D { top:20.25rem;left:30.3125rem;width:17.4375rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlSs6vQM2QoiaOngFeVeUiFwVzJFFe1F { top:6rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKa3ia5aRtSKlnFsBUokHPO0xhJnT6T { top:17.6875rem;left:0rem;width:11.5625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaBBdz1sbV0pacwfxys0Ufo47lW8v9rg { top:17.6875rem;left:13.875rem;width:10.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KER7SqUXvikNVVFapb92e3BvUoPRE2OP { top:17.6875rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gC1gFX56CypaOL2rfKSvdiW5dg7ZHd { top:12.625rem;left:0rem;width:4.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5RfFT7uOGN4Km1iPyb9hOQMiQ2mquLC { top:12.25rem;left:13.875rem;width:4.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ehTCoeqXzWWDBvQwTyxfhiu9hh6WFK { top:12.0625rem;left:33.875rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { display:block; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { top:9.75rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { top:5.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPPfhS4WIqLqghWpMn9mpieTixupv6ib { display:block; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLsQe9SEDKSc1N7BblG2xQMJQBThEICT { top:5.125rem;left:0rem;width:28.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTA2qeT6VMhiR45KGby3w69dVVtDck3 { top:11.9375rem;left:16.3125rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfDkUl2v1F9i4ZobEbpIhGAZ2LD6ALFz { top:12.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHovtTRB3znw8WdCUdUWBdSy6wz8LtvM { top:14.75rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDDbR5GOUcNSpmlOZoikNh7riSqB4P8 { top:17.25rem;left:0rem;width:6.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgrPHPXprB5Vl1DBVtlZgvRGsiQmyOXV { top:19.75rem;left:0rem;width:12.125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNHQHlRrXv1dWN0npohZRe5i1EHAAxds { top:24.75rem;left:0rem;width:11rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8wGkS4PgvUk6CHGnycArW2RZFevqHou { top:8.125rem;left:0rem;width:45.625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD6kVh4qzOAahfMpuJsZId4q70fH2uhq { top:12.25rem;left:21.375rem;width:16.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiTrHmErMA0fkzdburg3TcfTvmeEKZRR { top:14.75rem;left:21.375rem;width:20.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3vryVfQPqhULf5EPuuNuyVFu12dBwD { top:17.25rem;left:21.375rem;width:16.5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXsaRJ8NkatdntpTTt3eLUoJWgiZaST { top:19.75rem;left:21.375rem;width:23.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZQXdCWmGfqMCQEwXxo1h9QH7HTMdDF { top:22.25rem;left:21.375rem;width:15.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uNhXgIvambzR249q9xe7Ko7x6TKTz0 { top:24.75rem;left:21.375rem;width:23.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMsTHQqhfU2aexvMkWeTiGKCU85tDT6K { top:22.25rem;left:0rem;width:10.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 { display:block; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTIavOJBL04CsOhvF0cocR6bdo4E9sT1 { top:2.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfxQRTgOcF8qxuAlqSLGd2AeRbrnvzgB { top:4.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIetrqWP90qk50i9Fowiu7KWrc9UC3Lz { top:6.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiDf4CS54bTXlEhmoy3WG923d2O0ddr { top:2.9375rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmn98qkhZLzkOPL6Di3vQ2D01BDIXklc { top:4.875rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQgHUdLIMuRor0PNhGn6ulRfEvXmKxb { top:6.75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8wx3TmSuz8bVdwqae5VqpDgTCwZZEt { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xAixwUItmPFATy0IWI1aHEVhCBgl1Olb { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goDnScDV9J6kmxMHsLM8GT3QiwcdIwtB { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy { top:5.75rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #e2rzGV8H8XFulWG4ixSP7mqi3THl4nEO { top:3.5625rem;left:32.4375rem;width:15.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4N666TMDsWrrdCod9UVPe0SDZNOBnoA { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 { top:5.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #JMFkHgNAASL9zdv2dTbtJr0vic5QpQ2J { top:5.375rem;left:44.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAt7zgpyERh0MeyExm9OTHDhcKTg30dT { display:block; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3tEw51cuMSUPFiBbT9heLha1WmT0y6q { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DECFalcTVnM8bgBQWeQ1TcoZHnNm0mQE { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { background-color: transparent; background-image: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container > .video-iframe-container { display: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row > .video-iframe-container { display: none; }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .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); }#U0uWxa28hlBb7AyPkTnrygf2yRsS5i3C > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZbOhbNGisiJlUm3q7GPJtce5CzGqcQr { width:12.5rem;height:2.1875rem;top:14.0625rem;left:3.75rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GnSBDB8u5PW6F1sL4HVQSVgHsXtdsLQm { display:block; }
 }@media only screen and (max-width: 763px) { #vW2t4QqZd8EkVaxE7O2El8NCrJ0n6XdX { width:3.125rem;height:3.125rem;top:20.2875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfJs74llpTVG36Q7LI1TzPVrmJeMZDOb { width:12.5625rem;height:2.6875rem;top:1.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naWi2cUZtxFLTgUaIdEwWJK4TNo1q7kn { width:5.3125rem;height:2.125rem;top:2.125rem;left:7.3125rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UrN1TR4idkUBEtpwyQU9opHcZPwRDQGm { display:block; }
 }@media only screen and (max-width: 763px) { #Wo692gyqS1ClqwLgg04b6mpDMHuePHJE { width:5.875rem;height:2.125rem;top:2.125rem;left:7.0625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #apz2t8BVCAMkuhQKl6KRhWlmqPUGToG4 { display:block; }
 }@media only screen and (max-width: 763px) { #eb3X6htKaWgcKmBiER7CJGtQXQS8MfJv { width:6.875rem;height:2.125rem;top:2.125rem;left:6.5625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ve8Ta7zcZl1hfZqCTF3pa9JezxuKiu7X { display:block; }
 }@media only screen and (max-width: 763px) { #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { background-color:#0071ce;background-image:none;display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { background-color: transparent; background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .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); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { width:12.3125rem;height:2.1308625rem;top:6.5rem;left:3.875rem;font-size:1.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { top:10.75rem;left:3.3125rem;width:13.416rem;height:2.5410125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { width:13.625rem;height:1.0996125rem;top:4.25rem;left:3.1875rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOGlc3H3WI4393F8kyhBFgmcdPbTDrr5 { width:5.5rem;height:6.5rem;top:14.5400375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { display:block; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { width:20rem;height:197rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { width:15.5625rem;height:1.4619125rem;top:43.5625rem;left:2.21875rem;font-size:1.125rem;color:#0071ce;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;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { width:15.5625rem;height:1.3056625rem;top:45.3984375rem;left:2.28125rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { width:15.6875rem;height:35.9023625rem;top:5.0625rem;left:2.21875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { width:15.5625rem;height:5rem;top:42.51171875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLS7rR3rXv24pspAwM51N8swrUgADuiT { width:11.4375rem;height:29.3945rem;top:99.4140625rem;left:4.3125rem;font-size:0.875rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xNrnEpSIq0JA6JE9KThKsTO73VTeflwB { width:14.1875rem;height:47.375rem;top:82.4765625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4KM50U1iEKbSKyh8cJTTE3xN4x2Eta { width:12.3125rem;height:1.71875rem;top:2.75rem;left:2.21875rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpuqTmiZ8kSRbCZh0NRXxQomTb1akZ9 { top:76.9755859375rem;left:2.21875rem;width:15.5625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkymLFTBroK05OZyhh2kqJiARRnqRlqt { display:block; }
 }@media only screen and (max-width: 763px) { #KwNr5OO98eTNUkSr03WchbWVaPiAEAv6 { width:15.5625rem;height:1.4619125rem;top:49.625rem;left:2.1875rem;font-size:1.125rem;color:#0071ce;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; }
 }@media only screen and (max-width: 763px) { #kipsf09rKEEcF4OhhopB9M6w0OLTZs0m { width:15.5625rem;height:5rem;top:48.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD8mUsxqnmvPfQOT8qaNg3vfBgbT90x { width:15.5625rem;height:1.3056625rem;top:51.4375rem;left:2.375rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #TdPS2QaJPeuiFpIZAobuvIDL3yyahgT8 { width:12.375rem;height:1.3056625rem;top:57.5625rem;left:3.8125rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #CAvNupl0xbtn84kbe4wZeB0U0cm2lms9 { width:15.5625rem;height:5rem;top:54.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2iCn4azmL5Nf2popg24ycfB3ZgZZEQ4 { width:12.375rem;height:1.4619125rem;top:55.75rem;left:3.8125rem;font-size:1.125rem;color:#0071ce;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; }
 }@media only screen and (max-width: 763px) { #q10WuXlOPy3uvNR1i7SUOgDV1s2orMo6 { width:9.9375rem;height:1.3056625rem;top:63.625rem;left:5.0625rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #pcxCJGZkQnmEPka4IX78Glb9IlDOpIVS { width:15.5625rem;height:5rem;top:60.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3rch6PR23NsABQd5FFN51xRPBaMIkxW { width:10rem;height:1.4619125rem;top:61.875rem;left:5rem;font-size:1.125rem;color:#0071ce;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; }
 }@media only screen and (max-width: 763px) { #o0BbEq3Ep9H47UTcDU5eAHEoCAe7TyDi { width:9.375rem;height:2.4375rem;top:96.3515625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQ5m7TRxW0rkvVm1vM7rTHzuflUbtE0 { width:14.1875rem;height:30.5625rem;top:131.2890625rem;left:2.84375rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #vpEBnuCNzP3Xb3agip672cTdGXQm4CXE { width:11.4375rem;height:12.597625rem;top:148.2265625rem;left:4.28125rem;font-size:0.875rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rrw3wJNsy1FfXciJAfrlEbZSQ7VhJGxO { width:9.5625rem;height:2.4375rem;top:145.1015625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrTAEyCgDFuDweTsSTl9ESK5gqnPSTt { width:11.4375rem;height:11.4375rem;top:83.8076171875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLZuXLfgdWTu3UTJSDcmuc9IeTQ2Bpf9 { width:11.4375rem;height:11.4375rem;top:132.6015625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXVfJatsc0k9IAF9e5zgb5KGfAPG01J { width:14.1875rem;height:30.5625rem;top:163.2890625rem;left:2.84375rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #XGa2QwEl8idaVTxwBM7EUtG98t09FgD7 { width:11.4375rem;height:12.597625rem;top:180.2265625rem;left:4.28125rem;font-size:0.875rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Kmwzd02OTOwWNRoQVAyxxXQI9n4ms3Nx { width:8.5rem;height:2.4375rem;top:177.1181640625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrV5QEZghuDK27D7dt9TZamKMyJ0yO17 { width:11.4375rem;height:11.4375rem;top:164.6015625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpG7OuIxU0pTKdHdcZomMRHahmlmaxT { width:12.6875rem;height:1.4619125rem;top:68rem;left:3.65625rem;font-size:1.125rem;color:#0071ce;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;display:block; }
 }@media only screen and (max-width: 763px) { #cVsIrEAkQTUThaZLQyJq2Ptr7WXx9vnQ { width:15.5625rem;height:8.0625rem;top:66.875rem;left:2.1875rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #fsKKW9dnI08wVVafE4HypbLEAxeG7hQ8 { width:13.6875rem;height:3.91699375rem;top:70rem;left:3.1875rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #lEedpasff8iTdh0MWN9x3S70tHxdunrL { background-color:#f2f2f2;background-image:none;display:block; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { background-color: transparent; background-image: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container > .video-iframe-container { display: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row > .video-iframe-container { display: none; }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .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); }#lEedpasff8iTdh0MWN9x3S70tHxdunrL > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdqVVxdhQI2IxOX6e7ubdpGA0iv9fbUB { width:10.875rem;height:1.23730625rem;top:11.5625rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #enkV022xbZNWdNdKJlzyDTan9bz7VLk9 { width:14.875rem;height:1.23730625rem;top:26.125rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y19xDqgREF8itOU3Ba33mfTJfZJXJufL { width:15.4375rem;height:6.046875rem;top:3rem;left:2.28125rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5ssCTRoXdeMVrDKLl8ogShTbiESzaC { width:17rem;height:2.8857375rem;top:14.02734375rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QvMeDzZMyCtNTRcC9opuqphGzhJLcDMk { width:16rem;height:5.77148125rem;top:28.6875rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XInXOCrrn9CbQFnSR2IWfkBnDuAdDTWk { width:14.0625rem;height:0.0625rem;top:23.5751953125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1pafFBxsOhBkb4TUAu4ObBnBsRTVkn { top:18.1611328125rem;left:4.34375rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZHy4Unp1ZphrFsMhgS4IOy893S7gxg { display:block; }
 }@media only screen and (max-width: 763px) { #deXyEUsVif8dPJ2DipWHabyH38M6fsta { top:35.7705078125rem;left:4.1875rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UihHVM6S4p8Sh0msIcsGKlaF5Q9pNvt6 { display:block; }
 }@media only screen and (max-width: 763px) { #K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 { background-color:#f2f2f2;background-image:none;display:none; }#K4WuTEgXEzLSKPm3nhqMk2Ecxcw6urL2 > .row .container { width:20rem;height:41.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vz0wbyKFrgPRGBLqE7JdoOkA9zuxovZI { width:10.875rem;height:1.23730625rem;top:11rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d4PiEJipbc7B7MDiOEdT6kCm2NNvVyIN { width:14.875rem;height:1.23730625rem;top:25.625rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PppM9BTvaZGiGkkwn0RonXhHcyJEXzat { width:15.25rem;height:6.046875rem;top:2.9375rem;left:2.375rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEE48xbQPn8p1ZOZqk6FCyQeafZiBpu6 { width:16.375rem;height:3.09375rem;top:13.40234375rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SAGruiIDKzJlegm1UQFt9aHItCIMCCCn { width:16rem;height:6.1875rem;top:27.9375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xHUDR11l48z6gyepXqNdyP4E4RTZH6Qi { width:14.0625rem;height:0.0625rem;top:23.0751953125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvShL6nayOWE7FutuZndLyOBrlwyAx4 { top:17.7080078125rem;left:4.34375rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQ1q89R5LhHTC8IC7Ct1ZsvgK5aIR4J { display:block; }
 }@media only screen and (max-width: 763px) { #lTkToDxttRkhlTcNbhkay6J5ndHhDvkX { top:35.5rem;left:4.375rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCd5Vk1Z23qqRM9nxbMfddcPvO9n6vlZ { display:block; }
 }@media only screen and (max-width: 763px) { #XJPSTWsTMWHbOQal57PcDRZAu58ivSRe { background-color:#0071ce;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; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { background-color: transparent; background-image: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container > .video-iframe-container { display: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container { display: none; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .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); }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { border-width: 0; border-radius: 0; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJPSTWsTMWHbOQal57PcDRZAu58ivSRe > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;line-height:1;height:2.1875rem; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container:first-of-type{padding-top:0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-container:last-of-type{padding-bottom:0;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV  { width:17.5rem;height:auto;top:13.0625rem;left:0rem; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV .widget-info-text { font-size:0.875rem;overflow:hidden;height:auto; }
#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV {display:block;}#pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV { width:17.5rem;height:auto;top:13.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S5VsDBoKXV2vBdtPd9G1eq1kmmGAyEdU #ObfhevBB2k6IpTiPgnSdxOUDTRBTI7MO {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #H9ppkzSkwxylhuPtrGvdnG2O7ECSJ9B9 {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bAHX95x5aTbSrgs0Ai5s0q1hEzJtbQKt { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yfB4nZDexTrdiu4FHERcM1HEVcla4aAh {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #lOMKqquAmdp7QciNmNCiIoeDB9AHy46N {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LcUJasCEnuDtIiZwTrC89LbN5QvLg2T9 { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #pXlCUOy0lVOgGOT6FGT0pZl0t2L7fohu {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #JT8NfoA7fK6vOAXDK3OZPn9UMacuLBhQ {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #yvPJT9CVELgDAigvuT5LH7dt7bxFRHkq { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #uKrsucR3U65WxIkiaDrb7n5AdSoDGvfd {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6atK2eyQnRs0H7BPQcyL74G0GMZy92O {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #epZKBqQoBVyEFa7nz416ghE0nIpxGC37 { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #MTtz93WLIe6Py5kRGyBazy9lVEICr8iy {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #LrQyC82N4cfXGI5VD0CvtmDITPS4ZplO {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #T4TevuUE7pVF4o7TJOQiLTlOsG5EaB6g { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #s1bASIOGHsTAZLUDAxiWh7hzSkBbaXd1 {  }
 }@media only screen and (max-width: 763px) { #hxpTOgiz04AHrxXIvtqCap5xFlhpQdwr { display:block; }
 }@media only screen and (max-width: 763px) { #xNDbCy3rINCx0ksm1zUcm2BnnNOTD7aK { display:block; }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #bCr7D59M5Xg1EPMPyecrOLMUm25WX7Vb {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #HcEvFAB99ydPhP35CxTxVu0fTT1zGZCd {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #cd0gghxoe77fnzuTvVxk4icpibFhMd6Q {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #tNaAHNFLT6fqc3tbK50T0kzWwAMVwf3x {  }
 }@media only screen and (max-width: 763px) { #pAFwKobq5W0l0Cl1MBp27D4GHeZShXrV #A6Pewm36TOb5cfCkrEpm7QWURHzqxTmu {  }
 }@media only screen and (max-width: 763px) { #ATXJNOmcZ0hVW5isAu8UpKPiMxKlZH3L { width:15.1875rem;height:3.1494125rem;top:7.875rem;left:2.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ehSv3kTc0Xe5h0WHpBFwSCXCMMTLX94l { width:19.3125rem;height:3.298825rem;top:2.5625rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p76LHzrrF8fOKcHBdXkxM0Zo6Ilq7AcK { width:15.625rem;height:0.0625rem;top:6.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH { background-color:#ffffff;background-image:none;display:block; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { background-color: transparent; background-image: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container > .video-iframe-container { display: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row > .video-iframe-container { display: none; }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .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); }#qXpa7Gfdpwd1i5fbVzdB8QySrzmXgTtH > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUaSabI2EvVohQwUZ3Tcuvwmrq5fd7hB { width:11.4375rem;height:3.41015625rem;top:9.0625rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fnaZ1xS96XmTIbd7QyGNT2i2x0lKurgP { width:10.5625rem;height:6.8203125rem;top:16.875rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zP6CvxgGToMFLas9ZGCoAsR16xwd8p4D { width:11.8125rem;height:5.68359375rem;top:29.6875rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlSs6vQM2QoiaOngFeVeUiFwVzJFFe1F { width:15.375rem;height:1.51171875rem;top:2.73828125rem;left:2.25rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTKa3ia5aRtSKlnFsBUokHPO0xhJnT6T { width:11.5rem;height:1.5rem;top:7rem;left:7.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PaBBdz1sbV0pacwfxys0Ufo47lW8v9rg { width:10.9375rem;height:1.6494125rem;top:14.625rem;left:7.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KER7SqUXvikNVVFapb92e3BvUoPRE2OP { width:7.9375rem;height:3.298825rem;top:25.7421875rem;left:7.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6gC1gFX56CypaOL2rfKSvdiW5dg7ZHd { width:3.4375rem;height:2.5625rem;top:7rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5RfFT7uOGN4Km1iPyb9hOQMiQ2mquLC { width:3.25rem;height:2.9375rem;top:14.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ehTCoeqXzWWDBvQwTyxfhiu9hh6WFK { width:3.0625rem;height:3.125rem;top:25.9296875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { display:block; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { height:10.5625rem;width:18.75rem;top:6.849609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { width:17.0625rem;height:2.75rem;top:2.625rem;left:1.46875rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BPPfhS4WIqLqghWpMn9mpieTixupv6ib { display:block; }#BPPfhS4WIqLqghWpMn9mpieTixupv6ib > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLsQe9SEDKSc1N7BblG2xQMJQBThEICT { width:15.3125rem;height:2.75rem;top:2.6875rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aGTA2qeT6VMhiR45KGby3w69dVVtDck3 { width:0.0625rem;height:13.75rem;top:11.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfDkUl2v1F9i4ZobEbpIhGAZ2LD6ALFz { width:5.6875rem;height:0.9375rem;top:11rem;left:7.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHovtTRB3znw8WdCUdUWBdSy6wz8LtvM { width:5.6875rem;height:0.9375rem;top:13.3125rem;left:7.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoDDbR5GOUcNSpmlOZoikNh7riSqB4P8 { width:6.875rem;height:0.9375rem;top:15.75rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgrPHPXprB5Vl1DBVtlZgvRGsiQmyOXV { width:12.125rem;height:0.9375rem;top:18.0625rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNHQHlRrXv1dWN0npohZRe5i1EHAAxds { width:11rem;height:0.9375rem;top:22.5625rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8wGkS4PgvUk6CHGnycArW2RZFevqHou { width:18.125rem;height:2.3359375rem;top:6.6875rem;left:0.9375rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD6kVh4qzOAahfMpuJsZId4q70fH2uhq { width:16.6875rem;height:0.9375rem;top:24.9375rem;left:1.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiTrHmErMA0fkzdburg3TcfTvmeEKZRR { width:18.9375rem;height:0.9375rem;top:27.4375rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pf3vryVfQPqhULf5EPuuNuyVFu12dBwD { width:16.5rem;height:0.9375rem;top:29.875rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSXsaRJ8NkatdntpTTt3eLUoJWgiZaST { width:13.1875rem;height:1.875rem;top:32.3125rem;left:3.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiZQXdCWmGfqMCQEwXxo1h9QH7HTMdDF { width:15.25rem;height:0.9375rem;top:35.6875rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5uNhXgIvambzR249q9xe7Ko7x6TKTz0 { width:12.0625rem;height:1.875rem;top:38.0625rem;left:3.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMsTHQqhfU2aexvMkWeTiGKCU85tDT6K { width:10.25rem;height:0.9375rem;top:20.3125rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 { display:block; }#A3ziRvTCyPQvLm22Ef6x2AJd28xn8108 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTIavOJBL04CsOhvF0cocR6bdo4E9sT1 { width:2.1875rem;height:2.1875rem;top:2rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfxQRTgOcF8qxuAlqSLGd2AeRbrnvzgB { width:2.1875rem;height:2.1875rem;top:5.8125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIetrqWP90qk50i9Fowiu7KWrc9UC3Lz { width:2.1875rem;height:2.1875rem;top:9.4375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiDf4CS54bTXlEhmoy3WG923d2O0ddr { width:16.0625rem;height:0.7558625rem;top:4.625rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmn98qkhZLzkOPL6Di3vQ2D01BDIXklc { width:12.75rem;height:0.7558625rem;top:8.125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITQgHUdLIMuRor0PNhGn6ulRfEvXmKxb { width:14.75rem;height:0.7558625rem;top:11.875rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8wx3TmSuz8bVdwqae5VqpDgTCwZZEt { top:14.3125rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:#ffffff;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) { #xAixwUItmPFATy0IWI1aHEVhCBgl1Olb { width:2rem;height:2rem;top:18.0625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goDnScDV9J6kmxMHsLM8GT3QiwcdIwtB { width:2rem;height:2rem;top:18.0625rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy { display:flex;width:1.375rem;height:1.375rem;top:18.375rem;left:10.6875rem;font-size:0.9375rem; }
#Bkqzaitc1Sc0srVbewcWkd6rTPWR4dqy > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #e2rzGV8H8XFulWG4ixSP7mqi3THl4nEO { width:16.5rem;height:1.0559875rem;top:15.9375rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #G4N666TMDsWrrdCod9UVPe0SDZNOBnoA { width:1.875rem;height:1.875rem;top:18.125rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 { display:flex;width:1.4375rem;height:1.4375rem;top:18.375rem;left:5.8125rem;font-size:1rem; }
#l3sXqtrA8HGOrXsBgTRBceZw0LCWbQV7 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JMFkHgNAASL9zdv2dTbtJr0vic5QpQ2J { width:1.875rem;height:1.875rem;top:18.125rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAt7zgpyERh0MeyExm9OTHDhcKTg30dT { display:block; }#eAt7zgpyERh0MeyExm9OTHDhcKTg30dT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3tEw51cuMSUPFiBbT9heLha1WmT0y6q { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DECFalcTVnM8bgBQWeQ1TcoZHnNm0mQE { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }