.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f8f9fa;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D { position:relative;display:block; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D { background-color: transparent; background-image: none; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row .container > .video-iframe-container { display: none; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row > .video-iframe-container { display: none; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .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); }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D { border-width: 0; border-radius: 0; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .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:4.9375rem;width:75rem;position:relative;display:block; }#DV1cmqPXoKLJS3L7ERKTp1k7pQ5PAWxx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.37475rem;width:33.75rem;top:4.9365234375rem;left:41.25rem;overflow:hidden;display:block; }
#m3EARRc91a8uCCFqxpzhJXTD6KH49Pxm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:7.875rem;top:1.71875rem;left:2.46826171875rem;overflow:hidden;display:block; }
#qre4sSgqPFfXKtICaTukHg6BFFnoWP5o { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:214.125rem;width:0.1867675rem;top:0rem;left:74.875rem;display:block; }
#H5W9o4MkUTXoviHWZJ4JGpq7tGpN9sA1 { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:214.125rem;width:0.185546875rem;top:0rem;left:0rem;display:block; }
#cXTtwar6ow25r8QwJe9R7a2EMqQEDBUQ { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:75rem;top:4.75rem;left:0rem;display:block; }
#X93p3BQeEItUc7wKazHw4fOBKxaGOTAU { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:75rem;top:4.75rem;left:0rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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.875rem;width:75rem;position:relative;display:block; }#ykwrcsw7gDzeTkwHvvakDL5HEbzt0WTI { color:#000000;display:block;width:34.8108125rem;position:absolute;font-family:"ibm plex sans";font-size:2rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.500244140625rem;left:2.5rem;height:15.6601625rem;font-style:normal;display:block; }
#TptDcCrf23ZmAT6R0QimXTf23agrdpNN { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1867675rem;width:75rem;top:20.18798828125rem;left:0rem;display:block; }
#wTi8aKMW6n3Qb3rx1qJylMhBNlUDv8kA { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:69.25rem;width:0.1875rem;top:0rem;left:41.124755859375rem;display:block; }
#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy { position:relative;display:block; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy { background-color: transparent; background-image: none; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row .container > .video-iframe-container { display: none; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row > .video-iframe-container { display: none; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .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); }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy { border-width: 0; border-radius: 0; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .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:36.25rem;width:75rem;position:relative;display:block; }#ro0gqrO5SM09hXli7Gsf2akRKIvls5hn { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"ibm plex sans";font-size:3.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:2.5625rem;height:8.612rem;font-style:normal;display:block; }
#wbpq8yNFiHAl0AxGf6ADB4JazKrfRuJK { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.25rem;left:45.0625rem;height:26.40625rem;font-style:normal;display:block; }
#vyVgew82AdzCtbZSV8BBTEEUTykltE3y { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.12425rem;top:10.499267578125rem;left:0rem;overflow:hidden;display:block; }
#KKgUy8otTqEFOn6JIB7FmRbwVtriWIu7 { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:75rem;top:34.079345703125rem;left:0rem;display:block; }
#IpvXSMtFSi69nSn5vQdsrKuOwJRwuMEa { position:absolute;display:block;z-index:100000;background-color:#f4f4f4;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;height:12.875rem;width:33.75rem;top:34.37548828125rem;left:41.25rem;display:block; }
#QL2T6Ti7SBkGxQdenPlRNdKPcG6FaIvI { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1867675rem;width:75rem;top:11.0625rem;left:0rem;display:none; }
#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ { position:relative;display:block; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ { background-color: transparent; background-image: none; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row .container > .video-iframe-container { display: none; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row > .video-iframe-container { display: none; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .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); }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ { border-width: 0; border-radius: 0; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#w6hWHayWah8ZkbW39FxkTfZHIfVqwhrw { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"ibm plex sans";font-size:3.3125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:0rem;left:2.5rem;height:8.612rem;font-style:normal;display:block; }
#PoBNbDf8vU22AXhscR2I1T6hliI1Bick { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1867675rem;width:75rem;top:11.0625rem;left:0rem;display:block; }
#pii4BvtPtnWdlJOlrJfnZTT4MMAf3216 { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:13.37646484375rem;left:2.5rem;height:25.3125rem;font-style:normal;display:block; }
#iCUcmJC2XQMNbpwDVDQJBBuXWqRwZvuS { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:75rem;top:44.499rem;left:0rem;display:block; }
#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO { position:relative;display:block; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO { background-color: transparent; background-image: none; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row .container > .video-iframe-container { display: none; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row > .video-iframe-container { display: none; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .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); }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO { border-width: 0; border-radius: 0; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .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:53.625rem;width:75rem;position:relative;display:block; }#CgP0DahLNeDKlAJrTR8JpT9IXqVTnqMh { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:53.25rem;width:0.125rem;top:0.00086784362792969rem;left:23.738716125488rem;display:block; }
#lFix4zzky7qJ1geUr74ByDgbSTgyexem { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.125rem;width:75rem;top:39.096354484558rem;left:0rem;display:block; }
#f8ZTxUUm8zDgZ9FzuuquDhIbp6I7BIux { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"ibm plex sans";font-size:3.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.080078125rem;left:2.5rem;height:4.3059875rem;font-style:normal;display:block; }
#wtvWAwWX4wgsmiSdwTc0X7fpHb3send4 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.876953125rem;left:2.5rem;height:6.09375rem;font-style:normal;display:block; }
#n1gyVZr8bPTSTV9OI08lGq2slLLGoTbf { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:4.9404296875rem;left:23.75rem;display:block; }
#DX1OclXS04tDS3LlvvrNi6GF9wl59KQO { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:9.9404296875rem;left:23.75rem;display:block; }
#zSU4CztFR1Bs10yT4bzV7wPp3TJyrxR0 { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:14.8779296875rem;left:23.75rem;display:block; }
#Ho26EldITwGqhE0wpvfq9kfLmTfo0Wg9 { position:absolute;display:block;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:19.94140625rem;left:23.75rem;display:block; }
#lTBf5CtsHINHmru1uLUHkoqokJztNHKm { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.421875rem;left:28.375rem;height:1.7871125rem;font-style:normal;display:block; }
#Xc5WCV1GLSanhLDClMXiZhXsmLcdG7QO { box-sizing:content-box;color:#ff5454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.875rem;left:24.625rem;display:block; }
#RE1EtJVWUuJSdIh44O5mqwr21lmbC1Ss { box-sizing:content-box;color:#ff8900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.064453125rem;left:24.625rem;display:block; }
#ahJJilETgtOgo8P3fkMWvbDKcZbmShvv { box-sizing:content-box;color:#2d2d2d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.939453125rem;left:24.625rem;display:block; }
#eMye3kTuJFKSLslnXNe67EfeReCv9APJ { box-sizing:content-box;color:#ffc800;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.939453125rem;left:24.625rem;display:block; }
#LVLoFD9fneifOsFRHXZ4iNvUTQX3wsqF { box-sizing:content-box;color:#40e1d7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.939453125rem;left:24.625rem;display:block; }
#P9JVQUXBGUnfn6TsEUPwDGQITOsC24BT { position:absolute;display:block;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:19.94140625rem;left:23.75rem;display:none; }
#ByCI818ImHCRJMXKEssmPcFAzTyRZHf4 { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:24.69140625rem;left:23.75rem;display:block; }
#rzWEMJn7h0kP1kIdABSmCZ1rVv9Z1Qix { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:29.37890625rem;left:23.75rem;display:block; }
#GhS9Io2UuurzniJT1RQDQJTPfL4twdfo { position:absolute;display:block;z-index:100009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:34.25390625rem;left:23.75rem;display:block; }
#KKeMMHQesLdvmDbByGl5s4hkALntiPzE { position:absolute;display:block;z-index:100010;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.185546875rem;width:51.25rem;top:39.06640625rem;left:23.75rem;display:block; }
#RzeO25runVopSQ9b2wACZRRKQV6WhwDa { box-sizing:content-box;color:#ff5454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:25.626953125rem;left:24.625rem;display:block; }
#Xwa1gyTUhWyvKEbdw9a4ITUBHHRTucGx { box-sizing:content-box;color:#ff8900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:30.251953125rem;left:24.625rem;display:block; }
#qHd1TigvnuQigzqUzxATdTfiI5t8ZPLt { box-sizing:content-box;color:#2d2d2d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:35.064453125rem;left:24.625rem;display:block; }
#HxUPL7D1f44ctre3ZmrF25g4DJmIuIBc { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.572265625rem;left:28.375rem;height:1.7871125rem;font-style:normal;display:block; }
#uoyMulnv7g3gIRBLXtbIU4fzH8zszf7t { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:11.608073234558rem;left:28.375001192093rem;height:1.7871125rem;font-style:normal;display:block; }
#bmHfZxxgRVKzJEzltCzMQBkFbfRZB8Oh { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:16.486328125rem;left:28.375rem;height:1.7871125rem;font-style:normal;display:block; }
#Wss36FXZA1WIgspMHd9JJ7kOXNH4XNPL { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.486328125rem;left:28.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#Je8O59KgV1DsRTKe03gzrwEscyhIuLRJ { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:28.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#lrWCqiDEiE51vOr20T3MXZmwl6XZCJ8c { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:30.875rem;left:28.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#OXDQI0WJK10sSDVq7aT9m80h3wRNh0QV { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:35.75rem;left:28.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#y61mVXdgLweeH62lJ8ITTQ7duT7GdNQp { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:6.814453125rem;left:52.406251192093rem;display:block; }
#hk5LHAwVK0pN3rBblObSVwBiU6cnbOQT { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.189453125rem;left:62.06250500679rem;display:block; }
#WnoyqVayH5EiCB36xy2lWrJQhuzoMAoy { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:16.189453125rem;left:45.687501192093rem;display:block; }
#F8AwxllaQ8i1pO7ClkXqKhVDD69nqipr { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:21.189454078674rem;left:59.500001192093rem;display:block; }
#KleDOMrMSsN6PVNDlzmJ6uBEhgCJrBca { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:25.499998092651rem;left:55.958333253861rem;display:block; }
#nV2draAhbPflaFOyHDTlG17nJe1tz4XM { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:30.501955986023rem;left:55.958333253861rem;display:block; }
#akp0TW8seIUzFWWOoQV35KCId4rp54CV { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:35.314453125rem;left:67.395833253863rem;display:block; }
#cTyoWOu6i42pMOapGe3099VtDG3g1tkx { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:40.189453125rem;left:71.062505006788rem;display:block; }
#A8dvwyDL21MVwVEUGcnbK6oPekOuAZg4 { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.001953125rem;left:50.875001192093rem;display:block; }
#UtCQA2AprFizXVsqn9PfWEp7moEAkQJW { box-sizing:content-box;color:#1d1d1b;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.189453125rem;left:53.333333253861rem;display:block; }
#H7GUbUz82ePRkAyIpKCQuJMMmfEM9LrS { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:35.75rem;left:28.5625rem;height:1.7871125rem;font-style:normal;display:none; }
#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 { position:relative;z-index:auto;display:block; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 { background-color: transparent; background-image: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container > .video-iframe-container { display: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row > .video-iframe-container { display: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .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); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 { border-width: 0; border-radius: 0; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#TN0QT9nSiyWfLrr2CBSs8MKp2uTUUDCq { color:#000000;display:block;width:49.8730625rem;position:absolute;font-family:"ibm plex sans";font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.9036445617676rem;left:2.5000002384186rem;height:2.69986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hk53cZ48bW4i404tzSUaLKhvuGc7ZbJG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:13.25rem;left:24.5rem;overflow:hidden;display:none; }
#BvwGEQpt6tHfrTwRH1GNtPqS7fBddnWF { color:#000000;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:7.440185546875rem;left:2.5rem;height:11.76040625rem;font-style:normal;display:block; }
#v2IKZm5sbuAbqyIrKD994Wmq5SeddF5n { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:3.3095703125rem;left:21.5rem;display:block; }
#gTE0sRVsiuu73c5myxnRVIfzZvdrVECs { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1875rem;width:75rem;top:22.685546875rem;left:0rem;display:block; }
#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 { position:relative;display:block; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 { background-color: transparent; background-image: none; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row .container > .video-iframe-container { display: none; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row > .video-iframe-container { display: none; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .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); }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 { border-width: 0; border-radius: 0; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .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:35.6875rem;width:75rem;position:relative;display:block; }#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-form-header {  }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-regular-label { height:auto;display:block;font-family:"ibm plex sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:1.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"ibm plex sans"; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"ibm plex sans"; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .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:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"ibm plex sans";font-size:0.875rem;overflow:hidden; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:23.375rem;height:3.4375rem;font-family:"ibm plex sans";overflow:hidden; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans";font-size:0.875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans";font-size:0.875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans";font-size:0.875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans";font-size:0.875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .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:"ibm plex sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .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; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .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:"ibm plex sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container:first-of-type{padding-top:0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container:last-of-type{padding-bottom:0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:7.31201171875rem;left:47.529296875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-info-text { display:block;height:auto;font-family:"ibm plex sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg {display:block;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:7.31201171875rem;left:47.529296875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #s8eqgPObPUgpsUlar8JEJfTVutl0RyIe { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #GXcqu5hTMC9b4CxK1E8JenJ7ZTT9fFN4 { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #tnB2ZZOG3lPh2eVEknKmuN456gx5ssE0 { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #pTSTTFPqnnEiM1kg4AoFwodVu7rtUXON { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #gQSrzgGlIxXNeFbtT1DkJUow2sbasuyZ { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #rhT0xaZ8yWMxeUPT71yGwrHbNo9pEK64 { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #qa9lpH6qhzo6fPU9ZnL0hy0B7mHuzWGt { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #SXl6w74mNaEqHyolTGQHg6ExM5Frq8fX { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #IN7wGtTlzUoQfHP3TqOH51malZaom836 { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #FTd1PEsAlAEcJh8ZakyrzgozTpPTnwyp { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #r43uSPKIM1Fl7fWQ5hsV5UOr57ETktqo { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #TqoMdsOI2bZJIN5N0eALgoqPn9V9gbb6 { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #AEolfqalxqFVgMG6FsKXco8XVzC15XEO { position:relative; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #QexUDaFpzKPXqukCFpvh9L4hO0gQb9kO { position:relative; }
#nLBkg2EI6xg9fkVxgA0RAAVhXBmDmevD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.8125rem;width:45.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VaGUw2NTZTy3PK8FzV0fQfPlxTPIx1Wd { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:29.8125rem;width:0.1875rem;top:0rem;left:45.936767578125rem;display:block; }
#uk9u07RaoTvSssR9im4Rgt4O9USXmg8U { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:2.1875rem;left:48.78125rem;height:1.7122375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSNvOTaCbMec8HR8NHc7pf3WNl4rVGHV { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:4.18701171875rem;left:48.780517578125rem;height:2.59895625rem;font-style:normal;display:block; }
#ild8X1rRPbxLpMsTerqJAv7U8dn3KXuQ { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1875rem;width:75rem;top:29.764404296875rem;left:0rem;display:block; }
#vDZ1TqDWopDl5OQw5nb1OKikTH2hWQ2G { color:#000000;display:block;width:30.2478125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:31.8427734375rem;left:2.3115234375rem;height:1.29948125rem;display:block; }
#GrzBSNTZxpbe9TBKR9DKeeL4prnmqUTq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68676875rem;width:2.68676875rem;top:30.9375rem;left:55.1875rem;overflow:hidden;display:block; }
#tF6qamra1ER6MbbJSHqmOWyNm73te8sv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68676875rem;width:2.749025rem;top:31rem;left:59.5rem;overflow:hidden;display:block; }
#CreLnWiVuCdDlKw3TpkgieUh3qmkexiJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5620125rem;width:3.686525rem;top:30.5rem;left:63.8125rem;overflow:hidden;display:block; }
#azHDXNUgGBhBlgxRWapwgObG29OsX62u { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.56225625rem;width:3.81225625rem;top:31rem;left:68.4375rem;overflow:hidden;display:block; }
#W1kpNsf57VmzH8nmzqedAo03u9vQTcav { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1867675rem;width:75rem;top:35.01611328125rem;left:0rem;display:block; }
#TBLOFczwIRyr1Ac51TmuuSfdWoXW4rRi { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.1875rem;width:75rem;top:29.764404296875rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D { display:block; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV1cmqPXoKLJS3L7ERKTp1k7pQ5PAWxx { top:4.875rem;left:14rem;width:33.75rem;height:20.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EARRc91a8uCCFqxpzhJXTD6KH49Pxm { top:1.6875rem;left:0rem;width:7.875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qre4sSgqPFfXKtICaTukHg6BFFnoWP5o { top:0rem;left:47.5625rem;width:0.1875rem;height:214.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5W9o4MkUTXoviHWZJ4JGpq7tGpN9sA1 { top:0rem;left:0rem;width:0.1875rem;height:214.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTtwar6ow25r8QwJe9R7a2EMqQEDBUQ { top:4.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X93p3BQeEItUc7wKazHw4fOBKxaGOTAU { top:4.75rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykwrcsw7gDzeTkwHvvakDL5HEbzt0WTI { top:1.5rem;left:0rem;width:34.75rem;height:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptDcCrf23ZmAT6R0QimXTf23agrdpNN { top:20.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTi8aKMW6n3Qb3rx1qJylMhBNlUDv8kA { top:0rem;left:27.499755859375rem;width:0.1875rem;height:69.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy { display:block; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro0gqrO5SM09hXli7Gsf2akRKIvls5hn { top:0rem;left:0rem;width:31.25rem;height:8.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpq8yNFiHAl0AxGf6ADB4JazKrfRuJK { top:1.25rem;left:21.8125rem;width:25.9375rem;height:30.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyVgew82AdzCtbZSV8BBTEEUTykltE3y { top:10.4375rem;left:0rem;width:41.0625rem;height:23.714338255409rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKgUy8otTqEFOn6JIB7FmRbwVtriWIu7 { top:34.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvXSMtFSi69nSn5vQdsrKuOwJRwuMEa { top:34.375rem;left:14rem;width:33.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL2T6Ti7SBkGxQdenPlRNdKPcG6FaIvI { top:11.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ { display:block; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6hWHayWah8ZkbW39FxkTfZHIfVqwhrw { top:0rem;left:0rem;width:31.25rem;height:8.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBNbDf8vU22AXhscR2I1T6hliI1Bick { top:11.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pii4BvtPtnWdlJOlrJfnZTT4MMAf3216 { top:13.375rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCUcmJC2XQMNbpwDVDQJBBuXWqRwZvuS { top:44.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO { display:block; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgP0DahLNeDKlAJrTR8JpT9IXqVTnqMh { top:0rem;left:10.113716125488rem;width:0.125rem;height:53.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFix4zzky7qJ1geUr74ByDgbSTgyexem { top:39.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ZTxUUm8zDgZ9FzuuquDhIbp6I7BIux { top:2.0625rem;left:0rem;width:19.625rem;height:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtvWAwWX4wgsmiSdwTc0X7fpHb3send4 { top:8.875rem;left:0rem;width:17.8125rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1gyVZr8bPTSTV9OI08lGq2slLLGoTbf { top:4.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1OclXS04tDS3LlvvrNi6GF9wl59KQO { top:9.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSU4CztFR1Bs10yT4bzV7wPp3TJyrxR0 { top:14.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho26EldITwGqhE0wpvfq9kfLmTfo0Wg9 { top:19.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTBf5CtsHINHmru1uLUHkoqokJztNHKm { top:1.375rem;left:1.1250002980233rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5WCV1GLSanhLDClMXiZhXsmLcdG7QO { top:0.875rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1EtJVWUuJSdIh44O5mqwr21lmbC1Ss { top:6.0625rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahJJilETgtOgo8P3fkMWvbDKcZbmShvv { top:10.9375rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMye3kTuJFKSLslnXNe67EfeReCv9APJ { top:15.9375rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVLoFD9fneifOsFRHXZ4iNvUTQX3wsqF { top:20.9375rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JVQUXBGUnfn6TsEUPwDGQITOsC24BT { top:19.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByCI818ImHCRJMXKEssmPcFAzTyRZHf4 { top:24.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzWEMJn7h0kP1kIdABSmCZ1rVv9Z1Qix { top:29.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhS9Io2UuurzniJT1RQDQJTPfL4twdfo { top:34.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKeMMHQesLdvmDbByGl5s4hkALntiPzE { top:39.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeO25runVopSQ9b2wACZRRKQV6WhwDa { top:25.625rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwa1gyTUhWyvKEbdw9a4ITUBHHRTucGx { top:30.25rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHd1TigvnuQigzqUzxATdTfiI5t8ZPLt { top:35.0625rem;left:11rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxUPL7D1f44ctre3ZmrF25g4DJmIuIBc { top:6.5625rem;left:1.1250002980233rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyMulnv7g3gIRBLXtbIU4fzH8zszf7t { top:11.5625rem;left:9.25rem;width:38.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmHfZxxgRVKzJEzltCzMQBkFbfRZB8Oh { top:16.4375rem;left:0rem;width:37.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wss36FXZA1WIgspMHd9JJ7kOXNH4XNPL { top:21.4375rem;left:0rem;width:35.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je8O59KgV1DsRTKe03gzrwEscyhIuLRJ { top:26.0625rem;left:14.25rem;width:33.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrWCqiDEiE51vOr20T3MXZmwl6XZCJ8c { top:30.875rem;left:14.25rem;width:33.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXDQI0WJK10sSDVq7aT9m80h3wRNh0QV { top:35.75rem;left:4.8125rem;width:42.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y61mVXdgLweeH62lJ8ITTQ7duT7GdNQp { top:6.8125rem;left:38.781251192093rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk5LHAwVK0pN3rBblObSVwBiU6cnbOQT { top:11.1875rem;left:45.125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnoyqVayH5EiCB36xy2lWrJQhuzoMAoy { top:16.1875rem;left:32.062501192093rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AwxllaQ8i1pO7ClkXqKhVDD69nqipr { top:21.1875rem;left:45.125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleDOMrMSsN6PVNDlzmJ6uBEhgCJrBca { top:25.4375rem;left:42.333333253861rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2draAhbPflaFOyHDTlG17nJe1tz4XM { top:30.5rem;left:42.333333253861rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp0TW8seIUzFWWOoQV35KCId4rp54CV { top:35.3125rem;left:45.125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyoWOu6i42pMOapGe3099VtDG3g1tkx { top:40.1875rem;left:45.125rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dvwyDL21MVwVEUGcnbK6oPekOuAZg4 { top:1rem;left:37.250001192093rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtCQA2AprFizXVsqn9PfWEp7moEAkQJW { top:11.1875rem;left:39.708333253861rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7GUbUz82ePRkAyIpKCQuJMMmfEM9LrS { top:39.375rem;left:0rem;width:13.375rem;height:1.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 { display:block; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN0QT9nSiyWfLrr2CBSs8MKp2uTUUDCq { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk53cZ48bW4i404tzSUaLKhvuGc7ZbJG { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwGEQpt6tHfrTwRH1GNtPqS7fBddnWF { top:7.4375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2IKZm5sbuAbqyIrKD994Wmq5SeddF5n { top:3.25rem;left:7.875rem;width:2.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTE0sRVsiuu73c5myxnRVIfzZvdrVECs { top:22.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 { display:block; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg  { width:23.375rem;height:auto;top:7.25rem;left:21.875rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg {display:block;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg { width:23.375rem;height:auto;top:7.25rem;left:21.875rem; }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #s8eqgPObPUgpsUlar8JEJfTVutl0RyIe {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #GXcqu5hTMC9b4CxK1E8JenJ7ZTT9fFN4 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #tnB2ZZOG3lPh2eVEknKmuN456gx5ssE0 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #pTSTTFPqnnEiM1kg4AoFwodVu7rtUXON {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #gQSrzgGlIxXNeFbtT1DkJUow2sbasuyZ {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #rhT0xaZ8yWMxeUPT71yGwrHbNo9pEK64 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #qa9lpH6qhzo6fPU9ZnL0hy0B7mHuzWGt {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #SXl6w74mNaEqHyolTGQHg6ExM5Frq8fX {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #IN7wGtTlzUoQfHP3TqOH51malZaom836 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #FTd1PEsAlAEcJh8ZakyrzgozTpPTnwyp {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #r43uSPKIM1Fl7fWQ5hsV5UOr57ETktqo {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #TqoMdsOI2bZJIN5N0eALgoqPn9V9gbb6 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #AEolfqalxqFVgMG6FsKXco8XVzC15XEO {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #QexUDaFpzKPXqukCFpvh9L4hO0gQb9kO {  }
 }@media only screen and (max-width: 763px) { #nLBkg2EI6xg9fkVxgA0RAAVhXBmDmevD { top:0rem;left:0rem;width:45.875rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaGUw2NTZTy3PK8FzV0fQfPlxTPIx1Wd { top:0rem;left:32.311767578125rem;width:0.1875rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9u07RaoTvSssR9im4Rgt4O9USXmg8U { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSNvOTaCbMec8HR8NHc7pf3WNl4rVGHV { top:4.125rem;left:23rem;width:24.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ild8X1rRPbxLpMsTerqJAv7U8dn3KXuQ { top:29.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZ1TqDWopDl5OQw5nb1OKikTH2hWQ2G { top:31.8125rem;left:0rem;width:30.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrzBSNTZxpbe9TBKR9DKeeL4prnmqUTq { top:30.9375rem;left:41.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6qamra1ER6MbbJSHqmOWyNm73te8sv { top:31rem;left:45.0625rem;width:2.6875rem;height:2.6266370861032rem;display:block; }
 }@media only screen and (max-width: 763px) { #CreLnWiVuCdDlKw3TpkgieUh3qmkexiJ { top:30.5rem;left:44.125rem;width:3.625rem;height:3.5025655088464rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHDXNUgGBhBlgxRWapwgObG29OsX62u { top:31rem;left:44rem;width:3.75rem;height:2.5204131903515rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kpNsf57VmzH8nmzqedAo03u9vQTcav { top:35rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLOFczwIRyr1Ac51TmuuSfdWoXW4rRi { top:29.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D { display:block; }#J12kS2FMTOltC3DyHEkm1ea7wCTX3D2D > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV1cmqPXoKLJS3L7ERKTp1k7pQ5PAWxx { width:20rem;height:12.07275rem;top:4.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EARRc91a8uCCFqxpzhJXTD6KH49Pxm { width:8.25rem;height:1.25rem;top:1.3720703125rem;left:5.8740234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qre4sSgqPFfXKtICaTukHg6BFFnoWP5o { width:0.1875rem;height:191.1875rem;top:209.75073125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5W9o4MkUTXoviHWZJ4JGpq7tGpN9sA1 { width:0.125rem;height:191.125rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXTtwar6ow25r8QwJe9R7a2EMqQEDBUQ { width:20rem;height:0.0625rem;top:4.373779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X93p3BQeEItUc7wKazHw4fOBKxaGOTAU { width:20rem;height:0.124511875rem;top:16.58447265625rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykwrcsw7gDzeTkwHvvakDL5HEbzt0WTI { width:17.375rem;height:6.88671875rem;top:0.810546875rem;left:0.843505859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptDcCrf23ZmAT6R0QimXTf23agrdpNN { width:20rem;height:0.0625rem;top:8.592529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTi8aKMW6n3Qb3rx1qJylMhBNlUDv8kA { width:4.8125rem;height:0.5rem;top:1.25rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy { display:block; }#AUGAy6ktoQoknOnVi3S6l43ahBHdFhKy > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro0gqrO5SM09hXli7Gsf2akRKIvls5hn { width:13.31175rem;height:3.57465rem;top:1.125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpq8yNFiHAl0AxGf6ADB4JazKrfRuJK { width:18.18725rem;height:12.57356875rem;top:5.3125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyVgew82AdzCtbZSV8BBTEEUTykltE3y { width:20rem;height:11.5503125rem;top:18.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKgUy8otTqEFOn6JIB7FmRbwVtriWIu7 { width:20rem;height:0.124511875rem;top:18.8427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvXSMtFSi69nSn5vQdsrKuOwJRwuMEa { width:20rem;height:12.875rem;top:59.706074375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL2T6Ti7SBkGxQdenPlRNdKPcG6FaIvI { width:20rem;height:0.124511875rem;top:30.43675rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ { display:block; }#wO0maK6Xe9gWIIcx0mROnncaQC1VtFIJ > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6hWHayWah8ZkbW39FxkTfZHIfVqwhrw { width:13.62425rem;height:3.57465rem;top:1.124267578125rem;left:0.811767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBNbDf8vU22AXhscR2I1T6hliI1Bick { width:20rem;height:0.0625rem;top:5.531005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pii4BvtPtnWdlJOlrJfnZTT4MMAf3216 { width:18.1875rem;height:13.60678125rem;top:6.593017578125rem;left:0.811767578125rem;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iCUcmJC2XQMNbpwDVDQJBBuXWqRwZvuS { width:20rem;height:0.124511875rem;top:23.00048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO { display:block; }#QQiyi9fQSRLrgIC9fZHGfisBXJl5M4vO > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgP0DahLNeDKlAJrTR8JpT9IXqVTnqMh { width:0.0625rem;height:37.25rem;top:7.78076171875rem;left:2.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFix4zzky7qJ1geUr74ByDgbSTgyexem { width:20rem;height:0.0625rem;top:7.78076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ZTxUUm8zDgZ9FzuuquDhIbp6I7BIux { width:13.81225rem;height:1.787325rem;top:1.25rem;left:1.06201171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtvWAwWX4wgsmiSdwTc0X7fpHb3send4 { width:17.8125rem;height:2.3372375rem;top:3.95263671875rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1gyVZr8bPTSTV9OI08lGq2slLLGoTbf { width:20rem;height:0.0625rem;top:11.248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1OclXS04tDS3LlvvrNi6GF9wl59KQO { width:20rem;height:0.0625rem;top:14.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSU4CztFR1Bs10yT4bzV7wPp3TJyrxR0 { width:20rem;height:0.0625rem;top:18.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho26EldITwGqhE0wpvfq9kfLmTfo0Wg9 { width:20rem;height:0.0625rem;top:21.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTBf5CtsHINHmru1uLUHkoqokJztNHKm { width:8.875rem;height:1.94965rem;top:8.5400390625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5WCV1GLSanhLDClMXiZhXsmLcdG7QO { width:1.875rem;height:1.875rem;top:8.8583984375rem;left:0.1240234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1EtJVWUuJSdIh44O5mqwr21lmbC1Ss { width:1.875rem;height:1.875rem;top:12.218017578125rem;left:0.12451171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahJJilETgtOgo8P3fkMWvbDKcZbmShvv { width:1.875rem;height:1.875rem;top:15.654296875rem;left:0.186767578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMye3kTuJFKSLslnXNe67EfeReCv9APJ { width:1.875rem;height:1.875rem;top:19.217529296875rem;left:0.203857421875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVLoFD9fneifOsFRHXZ4iNvUTQX3wsqF { width:1.875rem;height:1.875rem;top:22.374267578125rem;left:0.186767578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JVQUXBGUnfn6TsEUPwDGQITOsC24BT { width:20rem;height:0.0625rem;top:25.1220703125rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #ByCI818ImHCRJMXKEssmPcFAzTyRZHf4 { width:20rem;height:0.0625rem;top:28.57763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzWEMJn7h0kP1kIdABSmCZ1rVv9Z1Qix { width:20rem;height:0.0625rem;top:31.77685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhS9Io2UuurzniJT1RQDQJTPfL4twdfo { width:20rem;height:0.0625rem;top:35.03857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKeMMHQesLdvmDbByGl5s4hkALntiPzE { width:20rem;height:0.0625rem;top:45.030599594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeO25runVopSQ9b2wACZRRKQV6WhwDa { width:1.875rem;height:1.875rem;top:25.96826171875rem;left:0.1884765625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwa1gyTUhWyvKEbdw9a4ITUBHHRTucGx { width:1.875rem;height:1.875rem;top:29.33935546875rem;left:0.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHd1TigvnuQigzqUzxATdTfiI5t8ZPLt { width:1.875rem;height:1.875rem;top:32.60107421875rem;left:0.1884765625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxUPL7D1f44ctre3ZmrF25g4DJmIuIBc { width:7.3125rem;height:1.94965rem;top:12.0869140625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyMulnv7g3gIRBLXtbIU4fzH8zszf7t { width:11.6875rem;height:1.94965rem;top:15.61865234375rem;left:2.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmHfZxxgRVKzJEzltCzMQBkFbfRZB8Oh { width:11.5rem;height:0.9746125rem;top:19.1669921875rem;left:2.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wss36FXZA1WIgspMHd9JJ7kOXNH4XNPL { width:12.875rem;height:1.94965rem;top:22.51123046875rem;left:2.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je8O59KgV1DsRTKe03gzrwEscyhIuLRJ { width:12.5rem;height:0.9746125rem;top:25.91796875rem;left:2.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrWCqiDEiE51vOr20T3MXZmwl6XZCJ8c { width:10.4375rem;height:1.94965rem;top:29.2890625rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXDQI0WJK10sSDVq7aT9m80h3wRNh0QV { width:13.375rem;height:1.94921875rem;top:32.43896484375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y61mVXdgLweeH62lJ8ITTQ7duT7GdNQp { width:2.0625rem;height:2.0625rem;top:12.123698711395rem;left:10.125000298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk5LHAwVK0pN3rBblObSVwBiU6cnbOQT { width:2.0625rem;height:2.0625rem;top:15.56055355072rem;left:12.500000298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnoyqVayH5EiCB36xy2lWrJQhuzoMAoy { width:2.0625rem;height:2.0625rem;top:19.123048186302rem;left:12.500000298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AwxllaQ8i1pO7ClkXqKhVDD69nqipr { width:2.0625rem;height:2.0625rem;top:22.279298305511rem;left:14.873698532581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleDOMrMSsN6PVNDlzmJ6uBEhgCJrBca { width:2.0625rem;height:2.0625rem;top:25.373699188233rem;left:14.312500298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2draAhbPflaFOyHDTlG17nJe1tz4XM { width:2.0625rem;height:2.0625rem;top:29.244792938233rem;left:13.687500298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp0TW8seIUzFWWOoQV35KCId4rp54CV { width:2.0625rem;height:2.0625rem;top:32.506511688233rem;left:16.906251251698rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTyoWOu6i42pMOapGe3099VtDG3g1tkx { width:2.0625rem;height:2.0625rem;top:36.311849594116rem;left:16.187501251698rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dvwyDL21MVwVEUGcnbK6oPekOuAZg4 { width:2.0625rem;height:2.0625rem;top:8.3888890743256rem;left:11.187499761581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtCQA2AprFizXVsqn9PfWEp7moEAkQJW { width:2.625rem;height:2.625rem;top:39.942708969116rem;left:2.9375000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7GUbUz82ePRkAyIpKCQuJMMmfEM9LrS { width:13.375rem;height:1.94921875rem;top:36.368490219116rem;left:3.3125002980233rem;font-size:0.75rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container { background-color: transparent; background-image: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container > .video-iframe-container { display: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row > .video-iframe-container { display: none; }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .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); }#N5xtaEEihg7pvZh3B79p6ZaXlx97KqF4 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN0QT9nSiyWfLrr2CBSs8MKp2uTUUDCq { width:17.56225rem;height:1.7122375rem;top:1.593017578125rem;left:1.217041015625rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:99999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hk53cZ48bW4i404tzSUaLKhvuGc7ZbJG { width:2.5rem;height:2.5rem;top:25.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvwGEQpt6tHfrTwRH1GNtPqS7fBddnWF { width:17.8125rem;height:18.32291875rem;top:4.75634765625rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2IKZm5sbuAbqyIrKD994Wmq5SeddF5n { width:2.0625rem;height:2.1875rem;top:1.3203125rem;left:13.56201171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTE0sRVsiuu73c5myxnRVIfzZvdrVECs { width:20rem;height:0.0625rem;top:24.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 { display:block; }#Kl0X8SLMP2WUxnT6lT83HHhGvLXMPmf2 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.375rem;line-height:1; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container:first-of-type{padding-top:0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .widget-container:last-of-type{padding-bottom:0;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg  { width:15.9375rem;height:auto;top:21.748046875rem;left:0rem; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg {display:block;}#d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg { width:15.9375rem;height:auto;top:21.748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #s8eqgPObPUgpsUlar8JEJfTVutl0RyIe {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #GXcqu5hTMC9b4CxK1E8JenJ7ZTT9fFN4 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #tnB2ZZOG3lPh2eVEknKmuN456gx5ssE0 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #pTSTTFPqnnEiM1kg4AoFwodVu7rtUXON {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #gQSrzgGlIxXNeFbtT1DkJUow2sbasuyZ {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #rhT0xaZ8yWMxeUPT71yGwrHbNo9pEK64 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #qa9lpH6qhzo6fPU9ZnL0hy0B7mHuzWGt {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #SXl6w74mNaEqHyolTGQHg6ExM5Frq8fX {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #IN7wGtTlzUoQfHP3TqOH51malZaom836 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #FTd1PEsAlAEcJh8ZakyrzgozTpPTnwyp {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #r43uSPKIM1Fl7fWQ5hsV5UOr57ETktqo {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #TqoMdsOI2bZJIN5N0eALgoqPn9V9gbb6 {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #AEolfqalxqFVgMG6FsKXco8XVzC15XEO {  }
 }@media only screen and (max-width: 763px) { #d8tTVCG4k4F3geXBnymZA9BMTf8uzQTg #QexUDaFpzKPXqukCFpvh9L4hO0gQb9kO {  }
 }@media only screen and (max-width: 763px) { #nLBkg2EI6xg9fkVxgA0RAAVhXBmDmevD { width:20rem;height:12.995625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaGUw2NTZTy3PK8FzV0fQfPlxTPIx1Wd { width:0.1875rem;height:29.8125rem;top:55.3554609375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk9u07RaoTvSssR9im4Rgt4O9USXmg8U { width:15.9375rem;height:3.29948125rem;top:13.6865234375rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:99999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uSNvOTaCbMec8HR8NHc7pf3WNl4rVGHV { width:18.4375rem;height:3.4121125rem;top:17.436767578125rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ild8X1rRPbxLpMsTerqJAv7U8dn3KXuQ { width:20rem;height:0.0625rem;top:41.439697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZ1TqDWopDl5OQw5nb1OKikTH2hWQ2G { width:19.0625rem;height:0.89323125rem;top:46.25rem;left:0.46875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrzBSNTZxpbe9TBKR9DKeeL4prnmqUTq { width:2.125rem;height:2.125rem;top:42.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6qamra1ER6MbbJSHqmOWyNm73te8sv { width:2.125rem;height:2.0625rem;top:42.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CreLnWiVuCdDlKw3TpkgieUh3qmkexiJ { width:2.5625rem;height:2.375rem;top:42.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHDXNUgGBhBlgxRWapwgObG29OsX62u { width:3.375rem;height:2.1875rem;top:42.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kpNsf57VmzH8nmzqedAo03u9vQTcav { width:20rem;height:0.124511875rem;top:48.43505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLOFczwIRyr1Ac51TmuuSfdWoXW4rRi { width:20rem;height:0.0625rem;top:12.88818359375rem;left:0rem;z-index:100005;display:block; }
 }