.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,46,53,0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container { background-color: transparent; background-image: none; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container > .video-iframe-container { display: none; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row > .video-iframe-container { display: none; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .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); }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container { border-width: 0; border-radius: 0; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#PEWwSoZn7oiTHxAS0HmTLvpLEVfWygkT { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:2rem;left:7.302734375rem;display:block; }
#fqPpm5cZwQhe7NBRlU9EV6c0pbkAI5tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AOEJgGTcnS8W0TFwfPyUd86x17AK7as2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uNXENhTZeVIXJGWkrJZwhJyr8ls5T6lq { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:2rem;left:13.427734375rem;display:block; }
#bJlLDSTe550VQR8C30nwZ7y0Ts3bArGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpGEK6UbLpsli8SBNsERBVyREotbDdsy { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:2rem;left:26.9375rem;display:block; }
#Xv7tClBZ9QguGXn4lAdXWoQ7htS4UvN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpkPGLeGyG4Mwr8aHAd9S3bGkqQTkwun { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:2rem;left:32.302734375rem;display:block; }
#oDtGIOHUz1ZwWNBBpRsghJhHbUz7f0Oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbq80gflvICTCTXHfXQun8XJlWQDCbDG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:2.0625rem;left:37.302734375rem;display:block; }
#Oh4hpnAfLxXnEu2ZIGOVuGTJRO1TJo8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P98EzTnhikaFLu1NnK6TvhOFFoffqcqT { background-color:#dc4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.8125rem;left:46.59375rem;display:block; }
#aNUyqrlIhF4cexylAIfkamlDTE1pxGaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guzy00UOVTbtIQGtJSs0pXT6edvAbmGV { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5fa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.03125rem;left:18.052734375rem;display:block; }
#WzTmTbFVPMWaZQc9EtBwxzd0V5wF96M8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf { position:relative;display:block; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf { background-color: transparent; background-image: none; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container > .video-iframe-container { display: none; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row > .video-iframe-container { display: none; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .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); }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf { border-width: 0; border-radius: 0; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wOeHLf5UprVaOcSvp3Fg6d051REZT9Dq { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:18.8125rem;left:0.8125rem;height:9.79589375rem;display:block; }
#Hli4kCVfxDNPxwiNLRRfaHq9FJsgrAEy { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:8.8447265625rem;left:0.8125rem;height:5.07421875rem;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; }
#SGS3d9b0LcafGbdQoMfprnVc6EbBNZha { color:#fdf5f5;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8359375rem;left:0.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLLJzNfDWi6r7C3TbfDmO9OMQ2tGnWBl { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#dc4d4d;background-image:none;top:15.37109375rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J3foNvc1MbMeT6kPJwgcvIWZiO7f5uUR { position:absolute;display:block;z-index:15003;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:22.8125rem;width:30.5rem;top:8.6572265625rem;left:29.0478515625rem;overflow:hidden;display:block; }
#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG { position:relative;display:block; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG { background-color: transparent; background-image: none; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container > .video-iframe-container { display: none; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row > .video-iframe-container { display: none; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .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); }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG { border-width: 0; border-radius: 0; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#geMV1awEUAoVllUNDkEKWAzdZa6xPxVW { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:3.1484375rem;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; }
#OPiucDMLO80HmPmRFlqiaxHe1h1qnACO { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:3.4609375rem;left:0rem;height:1rem;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; }
#JiP4dJ5neh86fSGzMltA5HqmWy3EzEDB { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4.9814453125rem;left:0rem;height:1rem;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; }
#Kovfhrm8urxUp4Zv17oI37BWhkz3Tli2 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.6;letter-spacing:0;top:6.5439453125rem;left:0rem;height:0.599609375rem;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; }
#fyhsHqHKOx0ou3cD9thaCgOzVJO4CEAn { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:8.09375rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SpWhqQB95DJRKZhN9uUepWS6U9lI0TOn { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:12.53125rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kXsOilg7EDRldBOtkrNK9ho783h8bTOB { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:9.53125rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#av2pfO9lcOlaV2suu4EKuH0PW7H3VSA4 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:11.0625rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TXEBO1ctyUV2tsAusuTzZnt3BApV2yTE { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.6;letter-spacing:0;top:17.21875rem;left:0rem;height:0.599609375rem;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; }
#vt8wF8uAAMlJBVCa2ToVUhrKUbrABRFq { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:.5;letter-spacing:0;top:14.03125rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WdBD23iABwv2m8xWtPoxT2NaGDJ4KLQT { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:.5;letter-spacing:0;top:15.65625rem;left:0rem;height:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq { position:relative;display:block; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq { background-color: transparent; background-image: none; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container > .video-iframe-container { display: none; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row > .video-iframe-container { display: none; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .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); }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq { border-width: 0; border-radius: 0; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RciJhhsm5ezQEprP3wTpU46mIbMa6QI8 { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.3125rem;left:4.96875rem;height:14.34375rem;text-align:left;text-align-last:left;display:block; }
#pZMKAw3Ky5nC7QOXGfl1cIT5oxoJWLvB { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:0.9375rem;left:4.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps { position:relative;display:block; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps { background-color: transparent; background-image: none; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container > .video-iframe-container { display: none; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row > .video-iframe-container { display: none; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .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); }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps { border-width: 0; border-radius: 0; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dW6fziETOkM6vO1qNgHdBhKsqzzNO2RW { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.875rem;left:5.0625rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vMc75vCXOQX2mnR12MiOBJTV6hdtDmWC { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.1875rem;left:5.125rem;height:14.34375rem;text-align:left;text-align-last:left;display:block; }
#bdfHJPUVCPatKfqczoQmtCXqeQHptXNM { position:absolute;display:block;z-index:15002;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:20.5625rem;width:53.375rem;top:18.375rem;left:4.28125rem;overflow:hidden;display:block; }
#i9SLeqpoeQHxhPnrzDqGPZhqgkbqhrwD { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0rem;height:1.3808625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y { position:relative;display:block; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y { background-color: transparent; background-image: none; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container > .video-iframe-container { display: none; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row > .video-iframe-container { display: none; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .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); }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y { border-width: 0; border-radius: 0; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jm35UqWak2e7tChUt90flDSScZq39dPI { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:5.1875rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wNG7pEmt3OpqTfmXIT7rMi9KTWT7XQ0F { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.8359375rem;left:5.25rem;height:22.3125rem;text-align:left;text-align-last:left;display:block; }
#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE { position:relative;display:block; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE { background-color: transparent; background-image: none; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container > .video-iframe-container { display: none; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row > .video-iframe-container { display: none; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .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); }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE { border-width: 0; border-radius: 0; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WgX1QnK6RJTh3rqs1e9a7IFPbnupACNO { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.75rem;left:5.0625rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E881Sfyq51ckHDElBAqhRnKTmma1iwWR { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.8359375rem;left:5.0625rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU { position:relative;display:block; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU { background-color: transparent; background-image: none; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container > .video-iframe-container { display: none; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row > .video-iframe-container { display: none; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .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); }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU { border-width: 0; border-radius: 0; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HAAopQTqi1mrvq6oEkt3nJmxtfUQSbWm { color:#000000;display:block;width:54.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:5.25rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dV4CmweohERTOIkrzUJxJppRBgZ7BTzT { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.8359375rem;left:5.25rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#DDscVg8HePDz2CXhHFl0WTnscADSCXdM { position:absolute;display:block;z-index:15003;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:25.1875rem;width:25.1875rem;top:14.5625rem;left:5.25rem;overflow:hidden;display:block; }
#vfgpTBVCITm4JwmPbnzClAVgrMrDkTie { position:absolute;display:block;z-index:15004;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:25.1875rem;width:25.1875rem;top:14.65625rem;left:31.625rem;overflow:hidden;display:block; }
#cfnWoldpITAR4k2egHTu3UH55FOMC1xy { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:40.875rem;left:5.3125rem;height:1.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw { position:relative;display:block; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw { background-color: transparent; background-image: none; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container > .video-iframe-container { display: none; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row > .video-iframe-container { display: none; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .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); }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw { border-width: 0; border-radius: 0; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWLsTNJQ2acncQygriRmeLZ6wS9Pchf8 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:5.125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iNvqDG9sGSGZlcOCC1pqe6TVNWoMTUgs { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.1875rem;left:5.125rem;height:14.34375rem;text-align:left;text-align-last:left;display:block; }
#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp { position:relative;display:block; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp { background-color: transparent; background-image: none; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container > .video-iframe-container { display: none; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row > .video-iframe-container { display: none; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .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); }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp { border-width: 0; border-radius: 0; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tFo3qVTlEMzKsWXKdUiR8tS55fWxnrZU { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:5.125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HnRhDMraaAOfyGcDT34tpUmn0vyXukCP { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.1875rem;left:5.125rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#BqrfT03IQCQIcdeN0KoqwdhagT7P6xmS { position:absolute;display:block;z-index:15004;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:25.1875rem;width:25.1875rem;top:13.75rem;left:5.125rem;overflow:hidden;display:block; }
#SiJLr8UTRzoqusI4DM0ToRZp9MvKunsH { position:absolute;display:block;z-index:15005;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:25.1875rem;width:25.1875rem;top:13.75rem;left:30.875rem;overflow:hidden;display:block; }
#GRtxHNBqmy34BVfT6qilUZPTZMbQFxO3 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:40.25rem;left:5.125rem;height:2.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ { position:relative;display:block; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ { background-color: transparent; background-image: none; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container > .video-iframe-container { display: none; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row > .video-iframe-container { display: none; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .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); }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ { border-width: 0; border-radius: 0; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A6WkpeRFFiQSXFwEpOl2a3PH4uhTs8Uq { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.25rem;left:5.0625rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#vbRKEX4e6TZ1rWbAD8PDfUOCIP3lQhu7 { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:0.8515625rem;left:5.0625rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 { position:relative;display:block; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 { background-color: transparent; background-image: none; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container > .video-iframe-container { display: none; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row > .video-iframe-container { display: none; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .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); }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 { border-width: 0; border-radius: 0; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTpTDWSe291ug0u8hzIJnRILTegilfxJ { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.25rem;left:5.0625rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#RWKOLceacrCA3EeeZmCCFukuVUknCzeq { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:0.8515625rem;left:5.0625rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE { position:relative;display:block; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE { background-color: transparent; background-image: none; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container > .video-iframe-container { display: none; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row > .video-iframe-container { display: none; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .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); }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE { border-width: 0; border-radius: 0; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QcwiC72n3OaQvthBHbZHIBO7zzSTorXi { box-sizing:content-box;height:12.25rem;width:51.6875rem;position:absolute;display:block;z-index:15000;background-color:#242e35;background-image:none;top:0.75rem;left:4.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZV1LPCuuU24zsDgoPxUQsPNy7WJDPzvo { 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.8125rem;width:6.8125rem;top:3.59375rem;left:6.53125rem;overflow:hidden;display:block; }
#d3pTHaCuwQmQKOsghfc0DONE9ecOcAQx { color:#fdf5f5;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.84375rem;left:14.40625rem;height:1.4619125rem;font-style:normal;display:block; }
#gmxIr6JTMxkayzHoTk3e5Zo1rs4ds65w { color:#fdf5f5;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.26953125rem;left:14.40625rem;height:3.8994125rem;display:block; }
#AwCgwgsogXVycCqb52tSTTpeLqG6gKGB { color:#fdf5f5;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.40625rem;left:40.84375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 { 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; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container { background-color: transparent; background-image: none; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container > .video-iframe-container { display: none; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row > .video-iframe-container { display: none; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .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); }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container { border-width: 0; border-radius: 0; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#I1ZGw5usuErCV01BX8fKmPTTsmG1nv5a { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.34375rem;left:2.46875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KeiRkzL6B9Ms190FhDtwaDVa4d7Keffg { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.0625rem;left:3rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdOPqCHiX7vKdF7RNVvBPhp0tZwrBUpI { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:9.8427734375rem;left:9.71875rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uUdx6V8ubQw8eQsxAReLriQ8zNfAmU5E { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:39.3125rem;left:32.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hB8fP7aQXCKyEzyvyMP874DQzvoeGQGv { 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:35.5625rem;width:29.25rem;top:1.34375rem;left:29.875rem;overflow:hidden;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-form-header {  }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26.5625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-text {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#dc4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#fdffff;width:26.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .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; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-container:first-of-type{padding-top:0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-container:last-of-type{padding-bottom:0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5rem;left:1.90625rem; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto;font-family:poppins; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd {display:block;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5rem;left:1.90625rem; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #vkcQ5zU3NooWSks7XAeuBZFMntHWgzhs { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wTqUtwckOWSJOQ5BXDKd9fDGwzF3pdVe { position:relative;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gOb4Uyo802qCZXbpPTLfETsT2E0XaNTD { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #pXmPC2bd9tiTnb15Tw4WViNL1ITPPsu0 { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #QzlbdxodamxbzhkNu8STLUcH2ZoC7EaK { position:relative;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VnEA7fpbbG7Kx68lmvDg2erQbG7cKkTX { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gAXPF42tIEOQpTrQs1KQnT8U4mPn1J4e { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eM9f3LRBRFe189gsgmLirBrLITLzOGhB { position:relative;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eWvhNhTtZTguyRDZvhr0biIVGAvnkCR6 { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #BamSzUaHEptPqvwQoZw9WKuzuoF7NA9d { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #D2m4ruJCEOigUHHgcFZfpsexm40bF93p { position:relative;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #ahrCMEOJ2WdXp3QSaLfViLEgJvE5gQFA { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #PT3QT6ascus5TpzxvD5XrmR1guB1nEUd { position:relative;display:block;z-index:15000; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #fSo1TtTwI5C1DipFNry4E0vzLdMJKi1C { position:relative;display:block;z-index:15000; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #iT3gRsidK92EH60ieZ4cQXglpEAIMx4N { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #XWxWGW69aDwgV6QgqrIzv0hTqZDCeTK1 { position:relative;z-index:2; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #stCPJQx6TbLDECvSJZEZAZT9sSzgTMGN { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wVgmfszJBsnispLLmQRJ7HDCMLDIPZ1w { position:relative; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VyDR3Gzromv13h6U9Xdv6d8Q9cNb4p5R { position:relative; }
#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242e35;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; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container { background-color: transparent; background-image: none; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container > .video-iframe-container { display: none; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row > .video-iframe-container { display: none; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .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); }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container { border-width: 0; border-radius: 0; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#Aav4fOPkn5Ng0CkINiifWCWd98GRXmop { color:#333333;display:block;width:2.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
#pKyheD4gclLWwUZKhdA5w8aGutOTI26m { color:#fdffff;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:5.875rem;height:2.5996125rem;font-style:normal;display:block; }
#HbtFmt59yHAlg52VlhloV1AmWDke2s16 { color:#fdffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.642578125rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pbm6g7CsGSToFVHG2OK3wG2m4cFqixDP { position:absolute;display:block;z-index:15015;background-color:#f5f5fa;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:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:block; }
#dnKTzSPrhk20GXmXy6rn5USBMoJsJFoh { color:#f5f5fa;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#nhXRbTl2Foh9mHlFnTClBIagThaUJmOb { color:#fdffff;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#yybeUlEXz5TeyCxIwBu1qfKvQk9e9vmV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.310546875rem;left:34.6875rem; }
#cll6PS2klUAy2fCDuJBEHHLDOlJkgmWe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.310546875rem;left:24.5rem; }
#hFrcJR11VdpuzbiTqAbu9WInyBDqTdfx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#fbXupQEd7E2viSoyP3RLtKVpmTBIu3oN { color:#fdffff;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:24.375rem;height:2.03125rem;font-style:normal;display:block; }
#rByINQEzyr9KuTO2Vt7sFxZUJLtauFZU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.998046875rem;left:24.5rem; }
#q5xFkti1iNvUcbDe9eNwwUHp0stV9NGm { color:#f5f5fa;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.080078125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#TQzGWQLLT4yS31TqMSc6csPSvbrUys7D { background-color:#dc4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.927734375rem;left:0rem;display:block; }
#xKaydP8q0zGdgB4hSeU6kOtUc6n9OpxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmcDdyxNz6BIxm3v7GCmzr2IIEEPoBUS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.09375rem;left:34.6875rem; }
#sBtFiMr8Eug0f6uWg9PmuMJhF440fp5u { color:#f5f5fa;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.09375rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#aKfv6gkUtFe0IK3FxD7Mzy6cBNJGr9bq { color:#fdffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.927734375rem;left:24.5rem;height:1.625rem;font-style:normal;display:block; }
#vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.833984375rem;left:35.40625rem; }
#vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#XwTZOq6kkyX8FEgR5sc045ycbHecJ1va { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.365234375rem;left:38.53125rem; }
#XwTZOq6kkyX8FEgR5sc045ycbHecJ1va > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#fJ7C4lZduU86CEUBLMzdQTMm5QKUInIK { position:absolute;display:block;z-index:15015;background-color:#f5f5fa;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:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL { display:block; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWwSoZn7oiTHxAS0HmTLvpLEVfWygkT { width:6.125rem;height:2.5625rem;top:2rem;left:1.177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqPpm5cZwQhe7NBRlU9EV6c0pbkAI5tk { display:block; }
 }@media only screen and (max-width: 763px) { #AOEJgGTcnS8W0TFwfPyUd86x17AK7as2 { top:0rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXENhTZeVIXJGWkrJZwhJyr8ls5T6lq { width:6.125rem;height:2.5625rem;top:2rem;left:7.302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJlLDSTe550VQR8C30nwZ7y0Ts3bArGc { display:block; }
 }@media only screen and (max-width: 763px) { #KpGEK6UbLpsli8SBNsERBVyREotbDdsy { width:6.125rem;height:2.5625rem;top:2rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7tClBZ9QguGXn4lAdXWoQ7htS4UvN3 { display:block; }
 }@media only screen and (max-width: 763px) { #IpkPGLeGyG4Mwr8aHAd9S3bGkqQTkwun { width:6.125rem;height:2.5625rem;top:2rem;left:26.177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDtGIOHUz1ZwWNBBpRsghJhHbUz7f0Oe { display:block; }
 }@media only screen and (max-width: 763px) { #sbq80gflvICTCTXHfXQun8XJlWQDCbDG { width:6.125rem;height:2.4375rem;top:2.0625rem;left:31.177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4hpnAfLxXnEu2ZIGOVuGTJRO1TJo8H { display:block; }
 }@media only screen and (max-width: 763px) { #P98EzTnhikaFLu1NnK6TvhOFFoffqcqT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNUyqrlIhF4cexylAIfkamlDTE1pxGaB { display:block; }
 }@media only screen and (max-width: 763px) { #guzy00UOVTbtIQGtJSs0pXT6edvAbmGV { width:10.4375rem;height:2.5rem;top:2rem;left:11.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTmTbFVPMWaZQc9EtBwxzd0V5wF96M8 { display:block; }
 }@media only screen and (max-width: 763px) { #bi7QHlUbnxADmsuLaZODVABVdTTHHBWf { display:block; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOeHLf5UprVaOcSvp3Fg6d051REZT9Dq { top:18.8125rem;left:0rem;width:27.4375rem;height:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hli4kCVfxDNPxwiNLRRfaHq9FJsgrAEy { top:8.8125rem;left:0rem;width:24.5625rem;height:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGS3d9b0LcafGbdQoMfprnVc6EbBNZha { top:15.8125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLLJzNfDWi6r7C3TbfDmO9OMQ2tGnWBl { top:15.3125rem;left:0rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3foNvc1MbMeT6kPJwgcvIWZiO7f5uUR { top:8.625rem;left:0rem;width:30.5rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG { display:block; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMV1awEUAoVllUNDkEKWAzdZa6xPxVW { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPiucDMLO80HmPmRFlqiaxHe1h1qnACO { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiP4dJ5neh86fSGzMltA5HqmWy3EzEDB { top:4.9375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kovfhrm8urxUp4Zv17oI37BWhkz3Tli2 { top:6.5rem;left:0rem;width:47.75rem;height:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyhsHqHKOx0ou3cD9thaCgOzVJO4CEAn { top:8.0625rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWhqQB95DJRKZhN9uUepWS6U9lI0TOn { top:12.5rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXsOilg7EDRldBOtkrNK9ho783h8bTOB { top:9.5rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2pfO9lcOlaV2suu4EKuH0PW7H3VSA4 { top:11.0625rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEBO1ctyUV2tsAusuTzZnt3BApV2yTE { top:17.1875rem;left:0rem;width:47.75rem;height:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt8wF8uAAMlJBVCa2ToVUhrKUbrABRFq { top:14rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdBD23iABwv2m8xWtPoxT2NaGDJ4KLQT { top:15.625rem;left:0rem;width:47.75rem;height:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7viRlX9eUthB5bt1gpH9gwTpgynENq { display:block; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RciJhhsm5ezQEprP3wTpU46mIbMa6QI8 { top:3.3125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMKAw3Ky5nC7QOXGfl1cIT5oxoJWLvB { top:0.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0W27SUqAEmTnFWJvVwBT589kWmOKps { display:block; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW6fziETOkM6vO1qNgHdBhKsqzzNO2RW { top:0.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMc75vCXOQX2mnR12MiOBJTV6hdtDmWC { top:3.1875rem;left:0rem;width:47.75rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdfHJPUVCPatKfqczoQmtCXqeQHptXNM { top:18.375rem;left:0rem;width:47.75rem;height:18.395491803279rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9SLeqpoeQHxhPnrzDqGPZhqgkbqhrwD { top:39.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y { display:block; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm35UqWak2e7tChUt90flDSScZq39dPI { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNG7pEmt3OpqTfmXIT7rMi9KTWT7XQ0F { top:3.8125rem;left:0rem;width:47.75rem;height:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE { display:block; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgX1QnK6RJTh3rqs1e9a7IFPbnupACNO { top:0.75rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E881Sfyq51ckHDElBAqhRnKTmma1iwWR { top:3.8125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU { display:block; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAAopQTqi1mrvq6oEkt3nJmxtfUQSbWm { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4CmweohERTOIkrzUJxJppRBgZ7BTzT { top:3.8125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDscVg8HePDz2CXhHFl0WTnscADSCXdM { top:14.5625rem;left:0rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfgpTBVCITm4JwmPbnzClAVgrMrDkTie { top:14.625rem;left:22.5625rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnWoldpITAR4k2egHTu3UH55FOMC1xy { top:40.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw { display:block; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWLsTNJQ2acncQygriRmeLZ6wS9Pchf8 { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvqDG9sGSGZlcOCC1pqe6TVNWoMTUgs { top:3.1875rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp { display:block; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFo3qVTlEMzKsWXKdUiR8tS55fWxnrZU { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRhDMraaAOfyGcDT34tpUmn0vyXukCP { top:3.1875rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrfT03IQCQIcdeN0KoqwdhagT7P6xmS { top:13.75rem;left:0rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiJLr8UTRzoqusI4DM0ToRZp9MvKunsH { top:13.75rem;left:22.5625rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRtxHNBqmy34BVfT6qilUZPTZMbQFxO3 { top:40.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ { display:block; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6WkpeRFFiQSXFwEpOl2a3PH4uhTs8Uq { top:3.25rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRKEX4e6TZ1rWbAD8PDfUOCIP3lQhu7 { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 { display:block; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTpTDWSe291ug0u8hzIJnRILTegilfxJ { top:3.25rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKOLceacrCA3EeeZmCCFukuVUknCzeq { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE { display:block; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcwiC72n3OaQvthBHbZHIBO7zzSTorXi { top:0.75rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1LPCuuU24zsDgoPxUQsPNy7WJDPzvo { top:3.5625rem;left:0.40625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pTHaCuwQmQKOsghfc0DONE9ecOcAQx { top:2.8125rem;left:8.28125rem;width:14.4375rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxIr6JTMxkayzHoTk3e5Zo1rs4ds65w { top:5.25rem;left:8.28125rem;width:38.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCgwgsogXVycCqb52tSTTpeLqG6gKGB { top:10.375rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 { display:block; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ZGw5usuErCV01BX8fKmPTTsmG1nv5a { width:27.9375rem;height:4.5rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeiRkzL6B9Ms190FhDtwaDVa4d7Keffg { width:26.875rem;height:2.5rem;top:5.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdOPqCHiX7vKdF7RNVvBPhp0tZwrBUpI { width:12.0625rem;height:1.375rem;top:9.8125rem;left:3.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUdx6V8ubQw8eQsxAReLriQ8zNfAmU5E { width:27.9375rem;height:2.625rem;top:39.3125rem;left:19.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8fP7aQXCKyEzyvyMP874DQzvoeGQGv { top:1.3125rem;left:18.5rem;width:29.25rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-regular-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-text { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-text {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-textarea { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-button { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd  { width:26.5625rem;height:auto;top:12.5rem;left:0rem; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .radio-container { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd {display:block;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd { width:26.5625rem;height:auto;top:12.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #vkcQ5zU3NooWSks7XAeuBZFMntHWgzhs {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wTqUtwckOWSJOQ5BXDKd9fDGwzF3pdVe { display:none; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gOb4Uyo802qCZXbpPTLfETsT2E0XaNTD {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #pXmPC2bd9tiTnb15Tw4WViNL1ITPPsu0 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #QzlbdxodamxbzhkNu8STLUcH2ZoC7EaK {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VnEA7fpbbG7Kx68lmvDg2erQbG7cKkTX {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gAXPF42tIEOQpTrQs1KQnT8U4mPn1J4e {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eM9f3LRBRFe189gsgmLirBrLITLzOGhB {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eWvhNhTtZTguyRDZvhr0biIVGAvnkCR6 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #BamSzUaHEptPqvwQoZw9WKuzuoF7NA9d {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #D2m4ruJCEOigUHHgcFZfpsexm40bF93p {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #ahrCMEOJ2WdXp3QSaLfViLEgJvE5gQFA {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #PT3QT6ascus5TpzxvD5XrmR1guB1nEUd {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #fSo1TtTwI5C1DipFNry4E0vzLdMJKi1C {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #iT3gRsidK92EH60ieZ4cQXglpEAIMx4N {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #XWxWGW69aDwgV6QgqrIzv0hTqZDCeTK1 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #stCPJQx6TbLDECvSJZEZAZT9sSzgTMGN {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wVgmfszJBsnispLLmQRJ7HDCMLDIPZ1w {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VyDR3Gzromv13h6U9Xdv6d8Q9cNb4p5R {  }
 }@media only screen and (max-width: 763px) { #qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN { display:block; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aav4fOPkn5Ng0CkINiifWCWd98GRXmop { top:1.9375rem;left:0rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKyheD4gclLWwUZKhdA5w8aGutOTI26m { top:2rem;left:0rem;width:9.625rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtFmt59yHAlg52VlhloV1AmWDke2s16 { top:6.625rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbm6g7CsGSToFVHG2OK3wG2m4cFqixDP { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnKTzSPrhk20GXmXy6rn5USBMoJsJFoh { top:8.375rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXRbTl2Foh9mHlFnTClBIagThaUJmOb { top:8.375rem;left:31.03125rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yybeUlEXz5TeyCxIwBu1qfKvQk9e9vmV { top:8.25rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cll6PS2klUAy2fCDuJBEHHLDOlJkgmWe { top:8.25rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFrcJR11VdpuzbiTqAbu9WInyBDqTdfx { top:1.125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbXupQEd7E2viSoyP3RLtKVpmTBIu3oN { top:1.9375rem;left:18.25rem;width:9.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rByINQEzyr9KuTO2Vt7sFxZUJLtauFZU { top:5.9375rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xFkti1iNvUcbDe9eNwwUHp0stV9NGm { top:6.0625rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzGWQLLT4yS31TqMSc6csPSvbrUys7D { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaydP8q0zGdgB4hSeU6kOtUc6n9OpxD { display:block; }
 }@media only screen and (max-width: 763px) { #UmcDdyxNz6BIxm3v7GCmzr2IIEEPoBUS { top:6.0625rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtFiMr8Eug0f6uWg9PmuMJhF440fp5u { top:6.0625rem;left:31.03125rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKfv6gkUtFe0IK3FxD7Mzy6cBNJGr9bq { top:12.875rem;left:18.375rem;width:11rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq { top:12.8125rem;left:29.28125rem;width:1.8125rem;height:1.8125rem;display:block; }
#vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #XwTZOq6kkyX8FEgR5sc045ycbHecJ1va { top:12.3125rem;left:32.40625rem;width:2.75rem;height:2.75rem;display:block; }
#XwTZOq6kkyX8FEgR5sc045ycbHecJ1va > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #fJ7C4lZduU86CEUBLMzdQTMm5QKUInIK { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dbB0LO9dkCL2RbRMF1xGbAQcvlgX0hUL > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWwSoZn7oiTHxAS0HmTLvpLEVfWygkT { width:1.875rem;height:1rem;top:2.625rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fqPpm5cZwQhe7NBRlU9EV6c0pbkAI5tk { display:block; }
 }@media only screen and (max-width: 763px) { #AOEJgGTcnS8W0TFwfPyUd86x17AK7as2 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXENhTZeVIXJGWkrJZwhJyr8ls5T6lq { width:6.125rem;height:2.4375rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJlLDSTe550VQR8C30nwZ7y0Ts3bArGc { display:block; }
 }@media only screen and (max-width: 763px) { #KpGEK6UbLpsli8SBNsERBVyREotbDdsy { width:6.125rem;height:2.4375rem;top:6.8125rem;left:6.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7tClBZ9QguGXn4lAdXWoQ7htS4UvN3 { display:block; }
 }@media only screen and (max-width: 763px) { #IpkPGLeGyG4Mwr8aHAd9S3bGkqQTkwun { width:6.125rem;height:2.4375rem;top:6.8125rem;left:13.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDtGIOHUz1ZwWNBBpRsghJhHbUz7f0Oe { display:block; }
 }@media only screen and (max-width: 763px) { #sbq80gflvICTCTXHfXQun8XJlWQDCbDG { width:6.125rem;height:2.4375rem;top:9.25rem;left:11.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4hpnAfLxXnEu2ZIGOVuGTJRO1TJo8H { display:block; }
 }@media only screen and (max-width: 763px) { #P98EzTnhikaFLu1NnK6TvhOFFoffqcqT { width:11.3125rem;height:2.625rem;top:1.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNUyqrlIhF4cexylAIfkamlDTE1pxGaB { display:block; }
 }@media only screen and (max-width: 763px) { #guzy00UOVTbtIQGtJSs0pXT6edvAbmGV { width:10.4375rem;height:2.5rem;top:9.25rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzTmTbFVPMWaZQc9EtBwxzd0V5wF96M8 { display:block; }
 }@media only screen and (max-width: 763px) { #bi7QHlUbnxADmsuLaZODVABVdTTHHBWf { display:block; }#bi7QHlUbnxADmsuLaZODVABVdTTHHBWf > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOeHLf5UprVaOcSvp3Fg6d051REZT9Dq { width:20rem;height:16.7929625rem;top:37.82421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hli4kCVfxDNPxwiNLRRfaHq9FJsgrAEy { width:20rem;height:5.3125rem;top:12.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SGS3d9b0LcafGbdQoMfprnVc6EbBNZha { width:12.5rem;height:1.3808625rem;top:35.2060546875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLLJzNfDWi6r7C3TbfDmO9OMQ2tGnWBl { width:12.5rem;height:2.3125rem;top:34.740234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3foNvc1MbMeT6kPJwgcvIWZiO7f5uUR { width:20rem;height:14.9375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG { display:block; }#tJhDpG7ZV0rJv8NNc05xfiTuTeXNwPAG > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMV1awEUAoVllUNDkEKWAzdZa6xPxVW { width:20rem;height:3.1484375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPiucDMLO80HmPmRFlqiaxHe1h1qnACO { width:20rem;height:1.75rem;top:3.5859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JiP4dJ5neh86fSGzMltA5HqmWy3EzEDB { width:20rem;height:1.75rem;top:5.921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kovfhrm8urxUp4Zv17oI37BWhkz3Tli2 { width:20rem;height:1.75rem;top:8.3203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fyhsHqHKOx0ou3cD9thaCgOzVJO4CEAn { width:20rem;height:0.875rem;top:10.65625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SpWhqQB95DJRKZhN9uUepWS6U9lI0TOn { width:20rem;height:1.75rem;top:17.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kXsOilg7EDRldBOtkrNK9ho783h8bTOB { width:20rem;height:1.75rem;top:12.21875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #av2pfO9lcOlaV2suu4EKuH0PW7H3VSA4 { width:20rem;height:1.75rem;top:14.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TXEBO1ctyUV2tsAusuTzZnt3BApV2yTE { width:20rem;height:2rem;top:24.03125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vt8wF8uAAMlJBVCa2ToVUhrKUbrABRFq { width:20rem;height:0.875rem;top:19.78125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WdBD23iABwv2m8xWtPoxT2NaGDJ4KLQT { width:20rem;height:1.75rem;top:21.46875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7viRlX9eUthB5bt1gpH9gwTpgynENq { display:block; }#Qi7viRlX9eUthB5bt1gpH9gwTpgynENq > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RciJhhsm5ezQEprP3wTpU46mIbMa6QI8 { width:20rem;height:38.25rem;top:6rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZMKAw3Ky5nC7QOXGfl1cIT5oxoJWLvB { width:20rem;height:4.72265625rem;top:0.5615234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0W27SUqAEmTnFWJvVwBT589kWmOKps { display:block; }#Ze0W27SUqAEmTnFWJvVwBT589kWmOKps > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW6fziETOkM6vO1qNgHdBhKsqzzNO2RW { width:20rem;height:3.1484375rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMc75vCXOQX2mnR12MiOBJTV6hdtDmWC { width:20rem;height:38.25rem;top:4.8359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdfHJPUVCPatKfqczoQmtCXqeQHptXNM { width:19.8125rem;height:7.625rem;top:43.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9SLeqpoeQHxhPnrzDqGPZhqgkbqhrwD { width:20rem;height:1.3808625rem;top:52.1484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y { display:block; }#vHmDrKaFXypwbBQEQMXP2PkQrAJPar1y > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm35UqWak2e7tChUt90flDSScZq39dPI { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNG7pEmt3OpqTfmXIT7rMi9KTWT7XQ0F { width:20rem;height:55.78125rem;top:6.66015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE { display:block; }#UmVvW0eD1tLFQeKm8PEVfvOBTE0HRqdE > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgX1QnK6RJTh3rqs1e9a7IFPbnupACNO { width:20rem;height:1.57421875rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E881Sfyq51ckHDElBAqhRnKTmma1iwWR { width:20rem;height:23.90625rem;top:3.4609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU { display:block; }#d3BTN9qKa4nT4QLAeEFTTuqn6IqLKmXU > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAAopQTqi1mrvq6oEkt3nJmxtfUQSbWm { width:20rem;height:4.72265625rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4CmweohERTOIkrzUJxJppRBgZ7BTzT { width:20rem;height:23.90625rem;top:5.9609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDscVg8HePDz2CXhHFl0WTnscADSCXdM { width:20rem;height:20rem;top:30.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfgpTBVCITm4JwmPbnzClAVgrMrDkTie { width:20rem;height:20rem;top:51.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnWoldpITAR4k2egHTu3UH55FOMC1xy { width:20rem;height:3.59765625rem;top:71.9296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw { display:block; }#iMetCJwx73LPZo6a8TtO3t3XX3TDo1Mw > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWLsTNJQ2acncQygriRmeLZ6wS9Pchf8 { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvqDG9sGSGZlcOCC1pqe6TVNWoMTUgs { width:20rem;height:43.03125rem;top:7.1484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp { display:block; }#UrKRUcVgTTREiKTrGL9HSnyzDyb7fhqp > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFo3qVTlEMzKsWXKdUiR8tS55fWxnrZU { width:20rem;height:3.1484375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRhDMraaAOfyGcDT34tpUmn0vyXukCP { width:20rem;height:27.09375rem;top:5.41015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrfT03IQCQIcdeN0KoqwdhagT7P6xmS { width:20rem;height:20rem;top:33.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiJLr8UTRzoqusI4DM0ToRZp9MvKunsH { width:20rem;height:20rem;top:53.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRtxHNBqmy34BVfT6qilUZPTZMbQFxO3 { width:20rem;height:3.59765625rem;top:74.50390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ { display:block; }#bItULfCBd5OxeGby0Z9q0PQp2ZMTJloQ > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6WkpeRFFiQSXFwEpOl2a3PH4uhTs8Uq { width:20rem;height:23.90625rem;top:6.453125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRKEX4e6TZ1rWbAD8PDfUOCIP3lQhu7 { width:20rem;height:4.72265625rem;top:0.591796875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 { display:block; }#FkdT7PyK29Tdpp7hCKl0P0tVwmRxaIk9 > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTpTDWSe291ug0u8hzIJnRILTegilfxJ { width:20rem;height:19.125rem;top:3.1484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKOLceacrCA3EeeZmCCFukuVUknCzeq { width:20rem;height:3.1484375rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE { display:block; }#mxzRB7uswX61LpNzPxGm0hTOHSzMQ7KE > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcwiC72n3OaQvthBHbZHIBO7zzSTorXi { width:20rem;height:23.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1LPCuuU24zsDgoPxUQsPNy7WJDPzvo { width:6.8125rem;height:6.8125rem;top:2.0859375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pTHaCuwQmQKOsghfc0DONE9ecOcAQx { width:11.0625rem;height:3.4121125rem;top:4.029296875rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmxIr6JTMxkayzHoTk3e5Zo1rs4ds65w { width:17.625rem;height:10.3984375rem;top:10.20703125rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwCgwgsogXVycCqb52tSTTpeLqG6gKGB { width:19.9375rem;height:1.3808625rem;top:21.65625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 { display:block; }#IDmvTsbWi4qmvxkE0ik1bZDgmJfzKMA6 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ZGw5usuErCV01BX8fKmPTTsmG1nv5a { width:20rem;height:4rem;top:1.0341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeiRkzL6B9Ms190FhDtwaDVa4d7Keffg { width:20rem;height:4.78125rem;top:4.0029296875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdOPqCHiX7vKdF7RNVvBPhp0tZwrBUpI { width:12.0625rem;height:1.58105625rem;top:31.888671875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUdx6V8ubQw8eQsxAReLriQ8zNfAmU5E { width:20rem;height:3.9375rem;top:65.244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8fP7aQXCKyEzyvyMP874DQzvoeGQGv { width:17.625rem;height:21.3125rem;top:8.7841796875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-text {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-select {padding-top: 0; padding-bottom: 0;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd  { width:17.5rem;height:auto;top:34.1318359375rem;left:0rem; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd {display:block;}#nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd { width:17.5rem;height:auto;top:34.1318359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #vkcQ5zU3NooWSks7XAeuBZFMntHWgzhs {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wTqUtwckOWSJOQ5BXDKd9fDGwzF3pdVe { display:block; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gOb4Uyo802qCZXbpPTLfETsT2E0XaNTD {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #pXmPC2bd9tiTnb15Tw4WViNL1ITPPsu0 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #QzlbdxodamxbzhkNu8STLUcH2ZoC7EaK {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VnEA7fpbbG7Kx68lmvDg2erQbG7cKkTX {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #gAXPF42tIEOQpTrQs1KQnT8U4mPn1J4e {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eM9f3LRBRFe189gsgmLirBrLITLzOGhB { display:block; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #eWvhNhTtZTguyRDZvhr0biIVGAvnkCR6 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #BamSzUaHEptPqvwQoZw9WKuzuoF7NA9d {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #D2m4ruJCEOigUHHgcFZfpsexm40bF93p { display:block; }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #ahrCMEOJ2WdXp3QSaLfViLEgJvE5gQFA {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #PT3QT6ascus5TpzxvD5XrmR1guB1nEUd {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #fSo1TtTwI5C1DipFNry4E0vzLdMJKi1C {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #iT3gRsidK92EH60ieZ4cQXglpEAIMx4N {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #XWxWGW69aDwgV6QgqrIzv0hTqZDCeTK1 {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #stCPJQx6TbLDECvSJZEZAZT9sSzgTMGN {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #wVgmfszJBsnispLLmQRJ7HDCMLDIPZ1w {  }
 }@media only screen and (max-width: 763px) { #nbiHAXFaeIP5WqMLEHf2KDpPyeTuXBDd #VyDR3Gzromv13h6U9Xdv6d8Q9cNb4p5R {  }
 }@media only screen and (max-width: 763px) { #qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN { display:block; }#qvX0laHDaRrgCG8bQbD5VNyyyw1nezCN > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aav4fOPkn5Ng0CkINiifWCWd98GRXmop { width:2.9375rem;height:1.29980625rem;top:2.03125rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKyheD4gclLWwUZKhdA5w8aGutOTI26m { width:20rem;height:1.8681625rem;top:5.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbtFmt59yHAlg52VlhloV1AmWDke2s16 { width:18.6875rem;height:4.8984375rem;top:8.759765625rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pbm6g7CsGSToFVHG2OK3wG2m4cFqixDP { width:18.75rem;height:0.0625rem;top:30.962890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnKTzSPrhk20GXmXy6rn5USBMoJsJFoh { width:7.3125rem;height:1.3125rem;top:26.017578125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXRbTl2Foh9mHlFnTClBIagThaUJmOb { width:11.375rem;height:1.3125rem;top:21.794921875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yybeUlEXz5TeyCxIwBu1qfKvQk9e9vmV { width:1.5625rem;height:1.5625rem;top:21.6259765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cll6PS2klUAy2fCDuJBEHHLDOlJkgmWe { width:1.5625rem;height:1.5625rem;top:23.9189453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFrcJR11VdpuzbiTqAbu9WInyBDqTdfx { width:4.5rem;height:4.5rem;top:1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbXupQEd7E2viSoyP3RLtKVpmTBIu3oN { width:9.625rem;height:1.8681625rem;top:19.009765625rem;left:5.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rByINQEzyr9KuTO2Vt7sFxZUJLtauFZU { width:1.5625rem;height:1.5625rem;top:27.978515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xFkti1iNvUcbDe9eNwwUHp0stV9NGm { width:7.3125rem;height:1.3125rem;top:24.0009765625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQzGWQLLT4yS31TqMSc6csPSvbrUys7D { width:7.25rem;height:1.625rem;top:14.818359375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaydP8q0zGdgB4hSeU6kOtUc6n9OpxD { display:block; }
 }@media only screen and (max-width: 763px) { #UmcDdyxNz6BIxm3v7GCmzr2IIEEPoBUS { width:1.5625rem;height:1.5625rem;top:25.892578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtFiMr8Eug0f6uWg9PmuMJhF440fp5u { width:7.3125rem;height:1.3125rem;top:28.103515625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aKfv6gkUtFe0IK3FxD7Mzy6cBNJGr9bq { width:11rem;height:1.625rem;top:32.130859375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq { display:flex;width:1.8125rem;height:1.8125rem;top:32.037109375rem;left:9.875rem; }
#vBirhtcDDHsG7l1tiwsMHoptf4kD8Wqq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #XwTZOq6kkyX8FEgR5sc045ycbHecJ1va { display:flex;width:2.75rem;height:2.75rem;top:31.568359375rem;left:12.125rem; }
#XwTZOq6kkyX8FEgR5sc045ycbHecJ1va > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #fJ7C4lZduU86CEUBLMzdQTMm5QKUInIK { width:18.75rem;height:0.0625rem;top:17.939453125rem;left:0.625rem;z-index:15016;display:block; }
 }