.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container { background-color: transparent; background-image: none; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container > .video-iframe-container { display: none; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row > .video-iframe-container { display: none; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .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); }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container { border-width: 0; border-radius: 0; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#S1ChZ5ULOAWHUKQieH41XFm9sgNxF8Ud { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:10rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#fkIhb3amRIRIIT0ZSgHiS5Ilq2i3NAhI { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:62.498699188233rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BtbsKgWuHFKD5w36ewQt3ZNBpHe2JXZ4 { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:3.5625rem;left:62.498699188233rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#va6s6rS74VMtJdmECooMfi0F39prcHIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/becba7c1-d39e-4fbc-9c95-c79da73fe2d2/c6151d4e218348418f5927cd214c4e51_PREOSoftwareAGHeaderimage_GebrauchteSoftwareverkaufen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#va6s6rS74VMtJdmECooMfi0F39prcHIa.adaptive-delivery-prevent-bg, #va6s6rS74VMtJdmECooMfi0F39prcHIa.lazyload, #va6s6rS74VMtJdmECooMfi0F39prcHIa.lazyloading { background-image: none; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container { background-color: transparent; background-image: none; }#va6s6rS74VMtJdmECooMfi0F39prcHIa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container > .video-iframe-container { display: none; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row > .video-iframe-container { display: none; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .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); }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container { border-width: 0; border-radius: 0; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#HoeKTykL6q2HqgTNEahnxKtq78rNvfNI { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:20.375rem;left:61.90625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#mqvqK2JSw9fIyoIi3entNfyc4T2stkNw { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:19.25rem;left:61.90625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#S9IXCTQTvlya6SAtW0ZVT4nIF8MNc6kO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:10rem;top:17.8125rem;left:-0.591796875rem;overflow:hidden;display:none; }
#QOEyroQe1NwEuoTfy5N9RFPiiF5dIT9S { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"fakt slab pro";font-size:3rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container { background-color: transparent; background-image: none; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container > .video-iframe-container { display: none; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row > .video-iframe-container { display: none; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .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); }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container { border-width: 0; border-radius: 0; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { position:relative;display:block; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { background-color: transparent; background-image: none; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row .container > .video-iframe-container { display: none; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row > .video-iframe-container { display: none; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .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); }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { border-width: 0; border-radius: 0; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .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.375rem;width:75rem;position:relative;display:block; }#C7zyyr73hJplvTPKOtCJ42QeXAT4hhoe { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:24.4375rem;left:27.1875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMyMSGNxfBZ8vgeZUZI5LkQLq7BhGMtO { color:#2d2e30;display:block;width:23.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KpoNXK40usNFFscM26ms6VsE1bnxWuWp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:21.0625rem;left:0rem;overflow:hidden;display:block; }
#LU4Ezm6TxKhPwQiDEx2DqKuog8WfMxCC { color:#9d8554;display:block;width:75rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.52587890625E-5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCE8xv4pXXp43x7EFEsmvDQgm6lDnBvJ { background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fakt pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:10.46875rem;left:0rem;display:block; }
#HPRNLSvzOBD4w2h314R1fp5ZyQ6K0PG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#De0K8T9dZ7899LB7kivbbpeTUCTd1q3t { color:#2d2e30;display:block;width:23.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:33.6875rem;left:0rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uo9rMnJXTnUdlA88KSTIU4kqJvBIaxwT { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:33.8125rem;left:27.1875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNwXuDE78u9uJdriyUttx0Hwmwaph5C3 { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:24.375rem;left:54.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hBET16cO5HurowQE50srPD1Q5mpJZwt8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:21.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#pcTM0afxxF7TTuyF8B75fXEDsAaKCXGH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:21.0625rem;left:54.375rem;overflow:hidden;display:block; }
#PhOPqcvsveLQDCyLx0TzbXtsKP1BCJ7N { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:30.0625rem;left:0rem;overflow:hidden;display:block; }
#uXyAbiB7TT6ulIcZJd1rWrc2HhZA7htp { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:30.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container { background-color: transparent; background-image: none; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container > .video-iframe-container { display: none; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row > .video-iframe-container { display: none; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .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); }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container { border-width: 0; border-radius: 0; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { position:relative;display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-top:0.0625rem solid #bdbdbd;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { position:relative;display:block; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { background-color: transparent; background-image: none; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row .container > .video-iframe-container { display: none; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row > .video-iframe-container { display: none; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .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); }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { border-width: 0; border-radius: 0; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .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:28.3125rem;width:75rem;position:relative;display:block; }#GrDRizfvqT7SQVb0pgSeCxC4xEp5Ktqk { color:#2d2e30;display:block;width:62.6875rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#or1QCzro3iopuhKGi6sqwETPisnPsaHH { color:#9d8554;display:block;width:75rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0WJHwPHDcacQqV2BsoDupmOyrAHTrgF { background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fakt pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:21.125rem;left:0rem;display:block; }
#NnTwkhNL5H1egtVQH5F2VZ4QVRQBaKWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wgut44IA2NGDASHTucRdiVzadMxsGbga { position:relative;display:block; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga { background-color: transparent; background-image: none; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row .container > .video-iframe-container { display: none; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row > .video-iframe-container { display: none; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .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); }#Wgut44IA2NGDASHTucRdiVzadMxsGbga { border-width: 0; border-radius: 0; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row .container { border-top:0.0625rem solid #bdbdbd;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { position:relative;display:block; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { background-color: transparent; background-image: none; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row .container > .video-iframe-container { display: none; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row > .video-iframe-container { display: none; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .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); }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { border-width: 0; border-radius: 0; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#JEdEz5UC6JD7wexhkU9iLDLT5skzoROT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.5rem;top:0rem;left:24.9375rem;overflow:hidden;display:block; }
#zZTdeM1inRt0fNByG0a2v0TMNEFFm0CC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.3125rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#RaeIsyNKzWyVKei4as5Ww7v0L9FlX7O6 { color:#2d2e30;display:block;width:17.5rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:2rem;left:30.25rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6gl8CCeRNUEn8pagd9WaIQbTSNtIV3A { color:#9d8554;display:block;width:17.5rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0rem;left:30.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCWuqHDWuh4t0SwX2K25h7VMUz1atDyR { color:#9d8554;display:block;width:20.5625rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:0rem;left:54.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KbvpKSIvCNhAnlUZEg7xu3ogQGMkpxac { color:#2d2e30;display:block;width:20.5rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:2rem;left:54.5625rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#deJDNWJzNUApE7McXAiz6MwTV8thkqTb { color:#9d8554;display:block;width:17.5rem;position:absolute;font-family:"fakt slab pro";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:0rem;left:4.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5CZgZ8FMh3BFq1cXs3dbdNdfoh14sf9 { color:#2d2e30;display:block;width:17.5rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:2rem;left:4.5rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cVqgdA8CiFrZ5JzeooRO9fma6ZBON8h4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:1.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { position:relative;display:block; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { background-color: transparent; background-image: none; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row .container > .video-iframe-container { display: none; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row > .video-iframe-container { display: none; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .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); }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { border-width: 0; border-radius: 0; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row .container { border-top:0.0625rem solid #bdbdbd;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#AKvDwqINfy6kcyuO7LrgEmd7IPT7JC56 { color:#2d2e30;display:block;width:62.6875rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKmXz7Dn1WKpqTrOd0D6feBNzQxTgDZl { color:#9d8554;display:block;width:61.5rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { position:relative;display:block; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { background-color: transparent; background-image: none; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row .container > .video-iframe-container { display: none; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row > .video-iframe-container { display: none; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .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); }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { border-width: 0; border-radius: 0; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row .container { border-top:0.0625rem solid #bdbdbd;border-left:0;border-right:0;border-bottom:0.0625rem solid #bdbdbd;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#DUSh2WmgZPCtxmxmVmTDSl8sJnZWLDdb { color:#2d2e30;display:block;width:62.6875rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:19.4970875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fNn34BLiP013KEL0AIsxX3zoWDrF5GF1 { color:#9d8554;display:block;width:61.5rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA { position:relative;display:block; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA { background-color: transparent; background-image: none; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row .container > .video-iframe-container { display: none; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row > .video-iframe-container { display: none; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .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); }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA { border-width: 0; border-radius: 0; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .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:57.8125rem;width:75rem;position:relative;display:block; }#vrOHeeOZSVZ9ShJPPsOSO8bXe6QtCHJv { color:#9d8554;display:block;width:61.5rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#un0ERLM5lG2UIZdofqg1Mlu7QIs5wNVf { color:#2d2e30;display:block;width:62.6875rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m1i6QQ0x25gZHpdQANEkg4UwRdOT5e3t { background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fakt pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:18.60000038147rem;left:0rem;display:block; }
#A0QXsdvgv8w2abmz8P29m1aMZGQyvUa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#coSesxXBrtffFyU5sALpKhDcmPdZbTmk { color:#2d2e30;display:block;width:49.5625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o27lPsEuOgNsdvNe9ZnbplnxkXFvJGD3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.375rem;width:20.625rem;top:27.0625rem;left:54.490382708036rem;overflow:hidden;display:block; }
#JdHrSzORpynveg1vFsJ9E4BXEfCzFFXw { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt slab pro";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:41.1875rem;left:54.374998092651rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsyzxDbbbWKN4Ff3eZKDXDw3DwQxRwWu { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:44rem;left:54.374998092651rem;height:9.16113125rem;display:block; }
#nEU3hxqoGk538AqD3wmDbbs14sL1yR0R { color:#2d2e30;display:block;width:20.625rem;position:absolute;font-family:"fakt pro";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:54.1875rem;left:54.375rem;height:3rem;display:block; }
#KWLVGN1GmeG1uuCVD8FruDbduocsOnur { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:54.4375rem;left:56.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PS50s3dBUhs4xL2lIKJlpUEzcUn1IRXC { color:#006f84;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:56rem;left:56.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container { background-color: transparent; background-image: none; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container > .video-iframe-container { display: none; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row > .video-iframe-container { display: none; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .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); }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container { border-width: 0; border-radius: 0; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-form-header {  }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-regular-label { height:auto;display:block;font-family:"fakt pro";font-size:0.875rem;font-weight:700;color:#000000;width:52.3125rem;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;font-style:normal; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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 #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:52.3125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"fakt pro"; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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 #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:52.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"fakt pro"; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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:52.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"fakt pro";font-size:0.875rem;overflow:hidden; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#9d8554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:52.3125rem;height:3.25rem;font-family:"fakt pro";overflow:hidden;font-style:normal; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI [class*="-text"]:-moz-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI [class*="-text"]::-moz-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI [class*="-text"]:-ms-input-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI [class*="-text"]::-webkit-input-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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:"fakt pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:50.9375rem;overflow:hidden;font-style:normal; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .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:"fakt pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-container:first-of-type{padding-top:0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-container:last-of-type{padding-bottom:0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100025;position:absolute;top:13.174987792969rem;left:10.125rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.3125rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-info-text { display:block;height:auto;font-family:"fakt slab pro";font-size:1.25rem;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; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI {display:block;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100025;position:absolute;top:13.174987792969rem;left:10.125rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #w6cLJP2adaVTmtMrAi9FTXZTMILEK63U { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CFdcqrEq0C7ls3aHRKeqGQJqnsspTFIX { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #us1C6Hk2Tk1Pni3UihrE3pHcbT1tFdhv { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sXEuDWCXW0IOLprlgAuTrCusEVW4gCWS { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ZKEZHWfzvEhbuloWCbkyKRDWADy4iAtK { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sQyUADA1EMOmzZNTbAcXcTQEFdgxQyLx { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CPNmb9celrbm9gqru0Qo9bZ4bdurUpKt { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ThEHR2hJTGJapaes49CytOg435teDATR { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Jik0fqiJmtdK2zSXmXs9TusMp84CN25y { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #nZNigSwuV0loet5Tg4WXwfJl4lyCRo8w { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #icy8XOwiPcdCBcJnzaDzoZSJ6JuwDOXN { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #f97EGWqgfMrKHO4ffdANkEoffvVll8ph { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #PB5l1hb4CHBfHLQmLASlB2uMI2NtfRMD { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #vyTw7Holuc2NlZ7KRgWncBdWtvtB8pvp { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Pg7Tr2Pv82w0JmQHfxHqppORHMTMTNRz { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #eKPm3X7tUM80yQfnQtqoVd1GJVidDLBq { position:relative; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #SziVGWAHqKE2v8Fnc9q83TmuJlzlds5O { position:relative; }
#maWceMP6yJNsbQ5tUTvLerZEG4NHimVx { color:#9d8554;display:block;width:52.75rem;position:absolute;font-family:"fakt slab pro";font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:11.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#olGs8ZOXpJgrH2hC7bXzfobl1aZOz02t { color:#2d2e30;display:block;width:52.6875rem;position:absolute;font-family:"fakt pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:42.8125rem;left:11.125rem;height:2.9238375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-form-header {  }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-regular-label { height:auto;display:block;font-family:"fakt pro";font-size:0.875rem;font-weight:700;color:#000000;width:52.3125rem;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;font-style:normal; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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 #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:52.3125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"fakt pro"; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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 #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:52.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"fakt pro"; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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:52.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"fakt pro";font-size:0.875rem;overflow:hidden; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#9d8554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:52.3125rem;height:3.25rem;font-family:"fakt pro";overflow:hidden;font-style:normal; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 [class*="-text"]:-moz-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 [class*="-text"]::-moz-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 [class*="-text"]:-ms-input-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 [class*="-text"]::-webkit-input-placeholder { color:#a7a6a6;font-family:"fakt pro";font-size:1rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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:"fakt pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:50.9375rem;overflow:hidden;font-style:normal; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .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:"fakt pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-container:first-of-type{padding-top:0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-container:last-of-type{padding-bottom:0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100025;position:absolute;top:13.1748046875rem;left:10.125rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.3125rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-info-text { display:block;height:auto;font-family:"fakt slab pro";font-size:1.25rem;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; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 {display:block;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100025;position:absolute;top:13.1748046875rem;left:10.125rem;display:none; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xXn2azpBRBOiHQhbvEH7oCVxuw5Vt3Jt { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #d0CELXAaUXorZi7qqRf6tV2udhFeAJtA { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #urLf6LgCSsAodUlgyNRM3u4By9EoeqqI { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #K3AtDn3siQbPimfZHRHXhFZ2X8k8mvuZ { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #zvZvIL9ehHg4G47OLoNAfVo4HDZxndim { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Nd7tHZS2Tk5TFuzqO07OvKNPCm4LwVpB { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xDLi0KdcMTfdXpiC8iCuM62bvR2MNHNL { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #BygOaNIxUQDJqeMIfySD7Ln9ptHA0osQ { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #HFr1aryiA2pfK9EV31bhbrA5l02X9SkA { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #gKwBf9pT3w4LdCQQpF3mwWqVFJeqbfqV { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #TJi5gNHymArAPVl78Qb0ClRcFlTDONM5 { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #qaVnz1pJHrl0WlQnRdMs0ykFQFKIPCd4 { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Vk4HGdoy6tNFidpap0gBtPoU2vCPBB8r { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #PtC7OgLUg3NKKUuO9OySbSy04vPKlkfI { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #elXOcBLsPITt6EZRdNUNfyBB632E56mS { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #THSysAKT9TZqo5k785m77JszehB1fXEs { position:relative; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #T9Cl5MqdcT2w1hcx6Ec2c0XvbEaIpAPi { position:relative; }
#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container { background-color: transparent; background-image: none; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container > .video-iframe-container { display: none; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row > .video-iframe-container { display: none; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .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); }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container { border-width: 0; border-radius: 0; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#IhWGovFe87yWPfI7fGPMyfGpMTXMET8F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fakt pro";font-size:0.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:0.975rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv { display:block; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ChZ5ULOAWHUKQieH41XFm9sgNxF8Ud { width:10rem;height:4.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIhb3amRIRIIT0ZSgHiS5Ilq2i3NAhI { top:4.6875rem;left:35.25rem;width:12.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtbsKgWuHFKD5w36ewQt3ZNBpHe2JXZ4 { top:3.5625rem;left:35.25rem;width:12.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6s6rS74VMtJdmECooMfi0F39prcHIa { display:block; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoeKTykL6q2HqgTNEahnxKtq78rNvfNI { top:21rem;left:35.25rem;width:12.5rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqvqK2JSw9fIyoIi3entNfyc4T2stkNw { top:19.875rem;left:35.25rem;width:12.5rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9IXCTQTvlya6SAtW0ZVT4nIF8MNc6kO { width:10rem;height:4.125rem;top:18.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOEyroQe1NwEuoTfy5N9RFPiiF5dIT9S { top:11.5rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB { display:block; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { display:block; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7zyyr73hJplvTPKOtCJ42QeXAT4hhoe { top:24.4375rem;left:11.125rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyMSGNxfBZ8vgeZUZI5LkQLq7BhGMtO { top:24.4375rem;left:0rem;width:23.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoNXK40usNFFscM26ms6VsE1bnxWuWp { top:21.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU4Ezm6TxKhPwQiDEx2DqKuog8WfMxCC { top:0rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCE8xv4pXXp43x7EFEsmvDQgm6lDnBvJ { width:25rem;height:3.375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRNLSvzOBD4w2h314R1fp5ZyQ6K0PG5 { display:block; }
 }@media only screen and (max-width: 763px) { #De0K8T9dZ7899LB7kivbbpeTUCTd1q3t { top:33.6875rem;left:0rem;width:23.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9rMnJXTnUdlA88KSTIU4kqJvBIaxwT { top:33.8125rem;left:11.125rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwXuDE78u9uJdriyUttx0Hwmwaph5C3 { top:24.375rem;left:27rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBET16cO5HurowQE50srPD1Q5mpJZwt8 { top:21.0625rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTM0afxxF7TTuyF8B75fXEDsAaKCXGH { top:21.0625rem;left:31.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhOPqcvsveLQDCyLx0TzbXtsKP1BCJ7N { top:30.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXyAbiB7TT6ulIcZJd1rWrc2HhZA7htp { top:30.1875rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt { display:block; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { display:block; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDRizfvqT7SQVb0pgSeCxC4xEp5Ktqk { top:0rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or1QCzro3iopuhKGi6sqwETPisnPsaHH { top:12.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WJHwPHDcacQqV2BsoDupmOyrAHTrgF { width:25rem;height:3.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTwkhNL5H1egtVQH5F2VZ4QVRQBaKWa { display:block; }
 }@media only screen and (max-width: 763px) { #Wgut44IA2NGDASHTucRdiVzadMxsGbga { display:block; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { display:block; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEdEz5UC6JD7wexhkU9iLDLT5skzoROT { top:0rem;left:12.9375rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZTdeM1inRt0fNByG0a2v0TMNEFFm0CC { top:0rem;left:31.75rem;width:2.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaeIsyNKzWyVKei4as5Ww7v0L9FlX7O6 { top:2rem;left:14.25rem;width:17.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gl8CCeRNUEn8pagd9WaIQbTSNtIV3A { top:0rem;left:14.25rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCWuqHDWuh4t0SwX2K25h7VMUz1atDyR { top:0rem;left:27.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbvpKSIvCNhAnlUZEg7xu3ogQGMkpxac { top:2rem;left:27.125rem;width:20.5rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deJDNWJzNUApE7McXAiz6MwTV8thkqTb { top:0rem;left:0rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CZgZ8FMh3BFq1cXs3dbdNdfoh14sf9 { top:2rem;left:0rem;width:17.5rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqgdA8CiFrZ5JzeooRO9fma6ZBON8h4 { top:0rem;left:0rem;width:1.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { display:block; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKvDwqINfy6kcyuO7LrgEmd7IPT7JC56 { top:11.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmXz7Dn1WKpqTrOd0D6feBNzQxTgDZl { top:3.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { display:block; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUSh2WmgZPCtxmxmVmTDSl8sJnZWLDdb { top:11.5625rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNn34BLiP013KEL0AIsxX3zoWDrF5GF1 { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA { display:block; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrOHeeOZSVZ9ShJPPsOSO8bXe6QtCHJv { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un0ERLM5lG2UIZdofqg1Mlu7QIs5wNVf { top:11.5rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1i6QQ0x25gZHpdQANEkg4UwRdOT5e3t { width:25rem;height:3.375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QXsdvgv8w2abmz8P29m1aMZGQyvUa1 { display:block; }
 }@media only screen and (max-width: 763px) { #coSesxXBrtffFyU5sALpKhDcmPdZbTmk { top:27.0625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27lPsEuOgNsdvNe9ZnbplnxkXFvJGD3 { top:27.0625rem;left:27.125rem;width:20.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHrSzORpynveg1vFsJ9E4BXEfCzFFXw { top:41.1875rem;left:27.125rem;width:20.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsyzxDbbbWKN4Ff3eZKDXDw3DwQxRwWu { top:44rem;left:27.125rem;width:20.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEU3hxqoGk538AqD3wmDbbs14sL1yR0R { top:54.1875rem;left:27.125rem;width:20.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWLVGN1GmeG1uuCVD8FruDbduocsOnur { top:54.4375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS50s3dBUhs4xL2lIKJlpUEzcUn1IRXC { top:56rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf { display:block; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI  { width:45.25rem;height:auto;top:13.125rem;left:0rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI {display:block;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI { width:45.25rem;height:auto;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #w6cLJP2adaVTmtMrAi9FTXZTMILEK63U {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CFdcqrEq0C7ls3aHRKeqGQJqnsspTFIX {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #us1C6Hk2Tk1Pni3UihrE3pHcbT1tFdhv {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sXEuDWCXW0IOLprlgAuTrCusEVW4gCWS {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ZKEZHWfzvEhbuloWCbkyKRDWADy4iAtK {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sQyUADA1EMOmzZNTbAcXcTQEFdgxQyLx {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CPNmb9celrbm9gqru0Qo9bZ4bdurUpKt {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ThEHR2hJTGJapaes49CytOg435teDATR {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Jik0fqiJmtdK2zSXmXs9TusMp84CN25y {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #nZNigSwuV0loet5Tg4WXwfJl4lyCRo8w {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #icy8XOwiPcdCBcJnzaDzoZSJ6JuwDOXN {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #f97EGWqgfMrKHO4ffdANkEoffvVll8ph {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #PB5l1hb4CHBfHLQmLASlB2uMI2NtfRMD {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #vyTw7Holuc2NlZ7KRgWncBdWtvtB8pvp {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Pg7Tr2Pv82w0JmQHfxHqppORHMTMTNRz {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #eKPm3X7tUM80yQfnQtqoVd1GJVidDLBq {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #SziVGWAHqKE2v8Fnc9q83TmuJlzlds5O {  }
 }@media only screen and (max-width: 763px) { #maWceMP6yJNsbQ5tUTvLerZEG4NHimVx { top:4.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olGs8ZOXpJgrH2hC7bXzfobl1aZOz02t { top:42.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7  { width:45.25rem;height:auto;top:13.125rem;left:0rem; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 {display:block;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 { width:45.25rem;height:auto;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xXn2azpBRBOiHQhbvEH7oCVxuw5Vt3Jt {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #d0CELXAaUXorZi7qqRf6tV2udhFeAJtA {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #urLf6LgCSsAodUlgyNRM3u4By9EoeqqI {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #K3AtDn3siQbPimfZHRHXhFZ2X8k8mvuZ {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #zvZvIL9ehHg4G47OLoNAfVo4HDZxndim {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Nd7tHZS2Tk5TFuzqO07OvKNPCm4LwVpB {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xDLi0KdcMTfdXpiC8iCuM62bvR2MNHNL {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #BygOaNIxUQDJqeMIfySD7Ln9ptHA0osQ {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #HFr1aryiA2pfK9EV31bhbrA5l02X9SkA {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #gKwBf9pT3w4LdCQQpF3mwWqVFJeqbfqV {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #TJi5gNHymArAPVl78Qb0ClRcFlTDONM5 {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #qaVnz1pJHrl0WlQnRdMs0ykFQFKIPCd4 {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Vk4HGdoy6tNFidpap0gBtPoU2vCPBB8r {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #PtC7OgLUg3NKKUuO9OySbSy04vPKlkfI {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #elXOcBLsPITt6EZRdNUNfyBB632E56mS {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #THSysAKT9TZqo5k785m77JszehB1fXEs {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #T9Cl5MqdcT2w1hcx6Ec2c0XvbEaIpAPi {  }
 }@media only screen and (max-width: 763px) { #gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf { display:block; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhWGovFe87yWPfI7fGPMyfGpMTXMET8F { top:1.3125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv { position:relative;z-index:auto;display:block; }#MDTklyVFiJMxhSoUwhsqLo3aerEMgnIv > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ChZ5ULOAWHUKQieH41XFm9sgNxF8Ud { width:8.375rem;height:3.4375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIhb3amRIRIIT0ZSgHiS5Ilq2i3NAhI { width:20rem;height:1.1375rem;top:8.325rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtbsKgWuHFKD5w36ewQt3ZNBpHe2JXZ4 { width:20rem;height:1.1375rem;top:5.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va6s6rS74VMtJdmECooMfi0F39prcHIa { display:block; }#va6s6rS74VMtJdmECooMfi0F39prcHIa > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoeKTykL6q2HqgTNEahnxKtq78rNvfNI { width:20rem;height:0;top:38.278321875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #mqvqK2JSw9fIyoIi3entNfyc4T2stkNw { width:20rem;height:0;top:35.903321875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #S9IXCTQTvlya6SAtW0ZVT4nIF8MNc6kO { width:8.9375rem;height:3.68671875rem;top:30.966796875rem;left:5.5rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #QOEyroQe1NwEuoTfy5N9RFPiiF5dIT9S { width:18.875rem;height:5.2rem;top:1.25rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB { display:block; }#wNFfLT0ZxDPbBirbwdh6pzLfeSfEeQtB > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { display:block; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc { border-width: 0; border-radius: 0; }#zAlblXGIvfyxWtSeuCzGdL1k2gCtOlwc > .row .container { width:20rem;height:63.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bdbdbd;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7zyyr73hJplvTPKOtCJ42QeXAT4hhoe { width:13.875rem;height:3.9rem;top:39.725rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyMSGNxfBZ8vgeZUZI5LkQLq7BhGMtO { width:13.875rem;height:3.9rem;top:20.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoNXK40usNFFscM26ms6VsE1bnxWuWp { width:2.5rem;height:2.5rem;top:16.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU4Ezm6TxKhPwQiDEx2DqKuog8WfMxCC { width:17.5rem;height:9.75rem;top:1.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCE8xv4pXXp43x7EFEsmvDQgm6lDnBvJ { width:18.9375rem;height:3.375rem;top:12.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRNLSvzOBD4w2h314R1fp5ZyQ6K0PG5 { display:block; }
 }@media only screen and (max-width: 763px) { #De0K8T9dZ7899LB7kivbbpeTUCTd1q3t { width:13.875rem;height:5.2rem;top:29.525rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9rMnJXTnUdlA88KSTIU4kqJvBIaxwT { width:13.875rem;height:3.9rem;top:48.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwXuDE78u9uJdriyUttx0Hwmwaph5C3 { width:13.875rem;height:5.2rem;top:57.525rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBET16cO5HurowQE50srPD1Q5mpJZwt8 { width:2.5rem;height:2.5rem;top:35.975rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTM0afxxF7TTuyF8B75fXEDsAaKCXGH { width:2.5rem;height:2.5rem;top:53.775rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhOPqcvsveLQDCyLx0TzbXtsKP1BCJ7N { width:2.5rem;height:2.5rem;top:25.775rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXyAbiB7TT6ulIcZJd1rWrc2HhZA7htp { width:2.5rem;height:2.5rem;top:44.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt { display:block; }#OgKFN410k3r4FVPzoQ1L2vmdA5sLpFdt > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { display:block; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI { border-width: 0; border-radius: 0; }#xyKay0xkTcWWOEnXLGfHNuMUeGL3OLcI > .row .container { width:20rem;height:42.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bdbdbd;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDRizfvqT7SQVb0pgSeCxC4xEp5Ktqk { width:17.5rem;height:23.3965rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or1QCzro3iopuhKGi6sqwETPisnPsaHH { width:17.5rem;height:8.125rem;top:25.9rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WJHwPHDcacQqV2BsoDupmOyrAHTrgF { width:18.9375rem;height:3.4375rem;top:35.275rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTwkhNL5H1egtVQH5F2VZ4QVRQBaKWa { display:block; }
 }@media only screen and (max-width: 763px) { #Wgut44IA2NGDASHTucRdiVzadMxsGbga { display:block; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga { border-width: 0; border-radius: 0; }#Wgut44IA2NGDASHTucRdiVzadMxsGbga > .row .container { width:20rem;height:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { display:block; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 { border-width: 0; border-radius: 0; }#xBCDrzyV8TTNoC2vbiP6B6JzzwpSoyE3 > .row .container { width:20rem;height:46.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #bdbdbd;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEdEz5UC6JD7wexhkU9iLDLT5skzoROT { width:2.3125rem;height:2.25rem;top:15.95rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZTdeM1inRt0fNByG0a2v0TMNEFFm0CC { width:2.25rem;height:2.1875rem;top:29.1rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaeIsyNKzWyVKei4as5Ww7v0L9FlX7O6 { width:13.875rem;height:3.9rem;top:23.95rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gl8CCeRNUEn8pagd9WaIQbTSNtIV3A { width:14rem;height:3.25rem;top:19.45rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCWuqHDWuh4t0SwX2K25h7VMUz1atDyR { width:14rem;height:3.25rem;top:32.5375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbvpKSIvCNhAnlUZEg7xu3ogQGMkpxac { width:13.9375rem;height:7.7988125rem;top:37.0375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deJDNWJzNUApE7McXAiz6MwTV8thkqTb { width:13.9375rem;height:3.25rem;top:5rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CZgZ8FMh3BFq1cXs3dbdNdfoh14sf9 { width:13.875rem;height:5.2rem;top:9.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqgdA8CiFrZ5JzeooRO9fma6ZBON8h4 { width:1.6875rem;height:2.5rem;top:1.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { display:block; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb { border-width: 0; border-radius: 0; }#KwyaXFTZmKRG2lyuXmvKnE4y7zlr0JSb > .row .container { width:20rem;height:29.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKvDwqINfy6kcyuO7LrgEmd7IPT7JC56 { width:17.5rem;height:15.597625rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmXz7Dn1WKpqTrOd0D6feBNzQxTgDZl { width:17.5rem;height:6.5rem;top:1.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { display:block; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s { border-width: 0; border-radius: 0; }#xnObaO8gPtnWnowDTka5b4Dtfk0ynz1s > .row .container { width:20rem;height:67.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUSh2WmgZPCtxmxmVmTDSl8sJnZWLDdb { width:17.5rem;height:50.69235rem;top:10.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNn34BLiP013KEL0AIsxX3zoWDrF5GF1 { width:17.5rem;height:8.125rem;top:1.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA { display:block; }#oRpvRElmysvpS0Ri72lhCzv4dxHTDPnA > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrOHeeOZSVZ9ShJPPsOSO8bXe6QtCHJv { width:17.5rem;height:6.5rem;top:1.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un0ERLM5lG2UIZdofqg1Mlu7QIs5wNVf { width:17.5rem;height:18.19725rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1i6QQ0x25gZHpdQANEkg4UwRdOT5e3t { width:18.9375rem;height:3.375rem;top:28.45rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QXsdvgv8w2abmz8P29m1aMZGQyvUa1 { display:block; }
 }@media only screen and (max-width: 763px) { #coSesxXBrtffFyU5sALpKhDcmPdZbTmk { width:17.5rem;height:18.19725rem;top:33.075rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27lPsEuOgNsdvNe9ZnbplnxkXFvJGD3 { width:17.5rem;height:11.5rem;top:52.525rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHrSzORpynveg1vFsJ9E4BXEfCzFFXw { width:17.5rem;height:1.95rem;top:65.275rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsyzxDbbbWKN4Ff3eZKDXDw3DwQxRwWu { width:17.5rem;height:10.3984375rem;top:68.475rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEU3hxqoGk538AqD3wmDbbs14sL1yR0R { width:1.6875rem;height:3rem;top:79.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWLVGN1GmeG1uuCVD8FruDbduocsOnur { width:12.5rem;height:1.1375rem;top:80.0625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS50s3dBUhs4xL2lIKJlpUEzcUn1IRXC { width:12.5rem;height:1.1375rem;top:81.612499237062rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf { display:block; }#lVU7JgzoXqrmt0tGcp6hM2OntdMRF8wf > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI  { width:17.5rem;height:auto;top:11rem;left:0rem; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI {display:block;}#q1d1qIl6TN6FEiANTcezfNepDSkiMpGI { width:17.5rem;height:auto;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #w6cLJP2adaVTmtMrAi9FTXZTMILEK63U {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CFdcqrEq0C7ls3aHRKeqGQJqnsspTFIX {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #us1C6Hk2Tk1Pni3UihrE3pHcbT1tFdhv {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sXEuDWCXW0IOLprlgAuTrCusEVW4gCWS {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ZKEZHWfzvEhbuloWCbkyKRDWADy4iAtK {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #sQyUADA1EMOmzZNTbAcXcTQEFdgxQyLx {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #CPNmb9celrbm9gqru0Qo9bZ4bdurUpKt {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #ThEHR2hJTGJapaes49CytOg435teDATR {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Jik0fqiJmtdK2zSXmXs9TusMp84CN25y {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #nZNigSwuV0loet5Tg4WXwfJl4lyCRo8w {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #icy8XOwiPcdCBcJnzaDzoZSJ6JuwDOXN {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #f97EGWqgfMrKHO4ffdANkEoffvVll8ph {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #PB5l1hb4CHBfHLQmLASlB2uMI2NtfRMD {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #vyTw7Holuc2NlZ7KRgWncBdWtvtB8pvp {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #Pg7Tr2Pv82w0JmQHfxHqppORHMTMTNRz {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #eKPm3X7tUM80yQfnQtqoVd1GJVidDLBq {  }
 }@media only screen and (max-width: 763px) { #q1d1qIl6TN6FEiANTcezfNepDSkiMpGI #SziVGWAHqKE2v8Fnc9q83TmuJlzlds5O {  }
 }@media only screen and (max-width: 763px) { #maWceMP6yJNsbQ5tUTvLerZEG4NHimVx { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olGs8ZOXpJgrH2hC7bXzfobl1aZOz02t { width:20rem;height:5.91015625rem;top:40.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7  { width:17.5rem;height:auto;top:11.625rem;left:0rem;z-index:100027; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 {display:block;}#BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 { width:17.5rem;height:auto;top:11.625rem;left:0rem;z-index:100027; }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xXn2azpBRBOiHQhbvEH7oCVxuw5Vt3Jt {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #d0CELXAaUXorZi7qqRf6tV2udhFeAJtA {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #urLf6LgCSsAodUlgyNRM3u4By9EoeqqI {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #K3AtDn3siQbPimfZHRHXhFZ2X8k8mvuZ {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #zvZvIL9ehHg4G47OLoNAfVo4HDZxndim {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Nd7tHZS2Tk5TFuzqO07OvKNPCm4LwVpB {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #xDLi0KdcMTfdXpiC8iCuM62bvR2MNHNL {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #BygOaNIxUQDJqeMIfySD7Ln9ptHA0osQ {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #HFr1aryiA2pfK9EV31bhbrA5l02X9SkA {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #gKwBf9pT3w4LdCQQpF3mwWqVFJeqbfqV {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #TJi5gNHymArAPVl78Qb0ClRcFlTDONM5 {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #qaVnz1pJHrl0WlQnRdMs0ykFQFKIPCd4 {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #Vk4HGdoy6tNFidpap0gBtPoU2vCPBB8r {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #PtC7OgLUg3NKKUuO9OySbSy04vPKlkfI {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #elXOcBLsPITt6EZRdNUNfyBB632E56mS {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #THSysAKT9TZqo5k785m77JszehB1fXEs {  }
 }@media only screen and (max-width: 763px) { #BLGL221JU7L4VigOfAwRRQlQ2dIR5bT7 #T9Cl5MqdcT2w1hcx6Ec2c0XvbEaIpAPi {  }
 }@media only screen and (max-width: 763px) { #gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf { position:relative;z-index:auto;display:block; }#gR7GC5LwTS6Ny2LQ7TaTpJdrZH5eqdDf > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhWGovFe87yWPfI7fGPMyfGpMTXMET8F { width:12.5rem;height:0.975rem;top:1.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }