.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { background-color: transparent; background-image: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .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); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { border-width: 0; border-radius: 0; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#RHVfU73895GC2ptlzOLixEoM5ipzxxva { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:8.875rem;top:1.1875rem;left:2.359375rem;overflow:hidden;display:block; }
#JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:2.1875rem;left:16.171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ae0b5ca-333f-4915-a292-b4f63b27e510/1789640606AJURIA_2_id115368.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.adaptive-delivery-prevent-bg, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyload, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyloading { background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { background-color: transparent; background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,0.67); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,0.67); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .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); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { border-width: 0; border-radius: 0; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { font-size:0.875rem;font-family:"open sans";height:143.125rem;width:75rem;overflow:visible;position:relative;display:block; }#WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { color:#ffffff;display:block;width:34.624125rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:48.002605438233rem;left:27.9375rem;height:5.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:42.846355438233rem;left:10.342014312744rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { color:#ffffff;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:1.6875rem;left:1.6875rem;height:7.012125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-form-header {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:bold;color:#ffffff;width:34.875rem;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;overflow:hidden;line-height:1.1; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;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:34.875rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:34.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:#bf2427;background-image:none;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.125rem;font-weight:bold;color:#f2f9ff;width:34.875rem;height:3.125rem;font-family:"open sans";overflow:hidden; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:33.625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container:first-of-type{padding-top:0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container:last-of-type{padding-bottom:0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { background-color:#6c6d6f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.811851501465rem;top:61.870666027069rem;z-index:100012;position:absolute; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.875rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { background-color:#6c6d6f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.811851501465rem;top:61.870666027069rem;z-index:100012;position:absolute; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Nl800tXGtHJfAnP6U17nSXm7HBcsTJs3 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Vw18nnVpEIKmuhQd4oKkhVcecLH1B5Uf { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Xh4C4hABdlMdeW4yodekv0Ltmgvh9iEI { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #QaqpJKcSLLwd5XO7cDgfTekmz9cE1Usy { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #J6piIpKPhfxy8KQBUorwSOHLOtGcuAuT { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JkMqhIpksPDDC1WOXF9gBtoBSKX9cMyU { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm { position:relative;display:block;z-index:100000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN { position:relative;display:block;z-index:100000; }
#mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn { position:relative;display:block;z-index:100000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC { position:relative;display:block;z-index:100000; }
#u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC { position:relative; }
#WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { position:relative;display:block; }
#wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { position:relative;display:block; }
#H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { position:relative;display:block; }
#C1Zxut328FA44gmomm0pAF4CcrJcy743 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 { position:relative; }
#S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { color:#ffffff;display:block;width:56.186625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:55.857641220093rem;left:9.4045143127444rem;height:3.9388rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:10.838759899139rem;left:21.875003814698rem;overflow:hidden;display:block; }
#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { z-index:;position:relative;display:block; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color: transparent; background-image: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .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); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.5rem;left:10.8125rem;display:block; }
#yXdHenU7wVLuePcF8Sk94pczotkhQCdC { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.5rem;left:37.0625rem;display:block; }
#fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.5rem;left:25.875rem;display:block; }
#NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:14.4375rem;left:54.125rem;display:block; }
#ZzrHz2KeltlVwqeNKevI3OMWAxtUy8BO { color:#000000;display:block;width:57.937rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:3.125rem;left:10.25rem;height:7.1527875rem;text-align:justify;text-align-last:initial;display:block; }
#XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:26.75rem;display:none; }
#POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { z-index:100000;top:14.5rem;left:14.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4370625rem;height:3.18685rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { z-index:100002;top:14.5rem;left:29rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6873125rem;height:3.18685rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { z-index:100001;top:14.5rem;left:40.1875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.374125rem;height:3.18685rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.5rem;left:57.8125rem;height:3.65559375rem;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHVfU73895GC2ptlzOLixEoM5ipzxxva { width:8.875rem;height:4rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { width:39.25rem;height:;top:2.1875rem;left:2.546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { width:34.5625rem;height:5.125rem;top:48rem;left:13.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { width:40.9375rem;height:10.3125rem;top:42.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:47.75rem;height:7rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Nl800tXGtHJfAnP6U17nSXm7HBcsTJs3 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Vw18nnVpEIKmuhQd4oKkhVcecLH1B5Uf {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Xh4C4hABdlMdeW4yodekv0Ltmgvh9iEI {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #QaqpJKcSLLwd5XO7cDgfTekmz9cE1Usy {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #J6piIpKPhfxy8KQBUorwSOHLOtGcuAuT {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JkMqhIpksPDDC1WOXF9gBtoBSKX9cMyU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN {  }
 }@media only screen and (max-width: 763px) { #mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC {  }
 }@media only screen and (max-width: 763px) { #u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC {  }
 }@media only screen and (max-width: 763px) { #WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { display:block; }
 }@media only screen and (max-width: 763px) { #wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { display:block; }
 }@media only screen and (max-width: 763px) { #H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { display:block; }
 }@media only screen and (max-width: 763px) { #C1Zxut328FA44gmomm0pAF4CcrJcy743 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 {  }
 }@media only screen and (max-width: 763px) { #S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { width:47.75rem;height:3.9375rem;top:55.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:31.25rem;height:31.25rem;top:10.8125rem;left:8.2500038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color:#e1e1e1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { width:47.75rem;height:17.5rem;overflow:visible;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdHenU7wVLuePcF8Sk94pczotkhQCdC { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { width:3.125rem;height:3.125rem;top:14.4375rem;left:40.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzrHz2KeltlVwqeNKevI3OMWAxtUy8BO { width:47.75rem;height:8rem;top:3.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { width:17rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block; }
 }@media only screen and (max-width: 763px) { #e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { width:17.1875rem;height:3.5625rem;top:14.5rem;left:30.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); } }@media only screen and (max-width: 763px) { #TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { background-color: transparent; background-image: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .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); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHVfU73895GC2ptlzOLixEoM5ipzxxva { width:5.99935rem;height:2.74956875rem;top:0.42317709326744rem;left:6.9997830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { width:12.625rem;height:0;top:1.7992263585329rem;left:7.3750003576281rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ae0b5ca-333f-4915-a292-b4f63b27e510/1789640606AJURIA_2_id115368.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.adaptive-delivery-prevent-bg, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyload, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyloading { background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { background-color: transparent; background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,0.67); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,0.67); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .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); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { border-width: 0; border-radius: 0; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { width:20rem;height:128.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { width:20rem;height:3rem;top:25.006944179535rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { width:20rem;height:4.7986125rem;top:20.395833995659rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:19.25rem;height:2.69965rem;top:0.8349609375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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;line-height:1.2;overflow:hidden;font-size:0.9375rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-size:1rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { width:17.5rem;height:auto;top:35.743923187256rem;left:0rem;background-color:rgba(108,109,111,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { width:17.5rem;height:auto;top:35.743923187256rem;left:0rem;background-color:rgba(108,109,111,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Nl800tXGtHJfAnP6U17nSXm7HBcsTJs3 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Vw18nnVpEIKmuhQd4oKkhVcecLH1B5Uf {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Xh4C4hABdlMdeW4yodekv0Ltmgvh9iEI {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #QaqpJKcSLLwd5XO7cDgfTekmz9cE1Usy {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #J6piIpKPhfxy8KQBUorwSOHLOtGcuAuT {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JkMqhIpksPDDC1WOXF9gBtoBSKX9cMyU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN {  }
 }@media only screen and (max-width: 763px) { #mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC {  }
 }@media only screen and (max-width: 763px) { #u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC {  }
 }@media only screen and (max-width: 763px) { #WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { display:block; }
 }@media only screen and (max-width: 763px) { #wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { display:block; }
 }@media only screen and (max-width: 763px) { #H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { display:block; }
 }@media only screen and (max-width: 763px) { #C1Zxut328FA44gmomm0pAF4CcrJcy743 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 {  }
 }@media only screen and (max-width: 763px) { #S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { width:20rem;height:4.21875rem;top:30.269096374512rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:17.625rem;height:17.625rem;top:3.5572967529297rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { background-color: transparent; background-image: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .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); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { width:20rem;height:42.1875rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { width:3.1875rem;height:3.1875rem;top:31.1875rem;left:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdHenU7wVLuePcF8Sk94pczotkhQCdC { width:3.125rem;height:3.125rem;top:34.3125rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { width:3.125rem;height:3.125rem;top:37.4375rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { width:3.125rem;height:3.125rem;top:14.4375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzrHz2KeltlVwqeNKevI3OMWAxtUy8BO { width:19.9978125rem;height:22.33073125rem;top:1.8663196563721rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { top:25.8125rem;left:3rem;width:10.1875rem;height:4.6875rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { top:31.1875rem;left:5.375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { top:37.5rem;left:5.4375rem;width:6.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block; }
 }@media only screen and (max-width: 763px) { #e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { top:34.375rem;left:5.4375rem;width:12.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { width:17.1875rem;height:auto;top:14.5rem;left:1.375rem;font-size:1rem;display:none; }
 }