.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 > .video-iframe-container {  }#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:3.99956875rem;width:8.8748125rem;top:0.96788197755812rem;left:1.8587245941162rem;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/ad2fc999-1df1-44a9-bee3-1db0be196b1b/14110296321.jpg");background-position:top left !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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container {  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { font-size:0.875rem;font-family:"open sans";height:55.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { color:#ffffff;display:block;width:71.624375rem;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.4366316795349rem;left:1.6872844696045rem;height:3.506075rem;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:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.124375rem;width:29.124375rem;top:12.402343273163rem;left:7.7463111877444rem;overflow:hidden;display:block; }
#lHXhtq6LeXyUH2SULuNKTv34XwmhX0L8 { color:#ffffff;display:block;width:67rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:5.5605473518372rem;left:3.999568939209rem;height:3.9375rem;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; }
#UUxCcNGKIEQQ6FdoHvBFKxpXn1TQlqSH { color:#ff0005;display:block;width:27.7485rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:20.483941555023rem;left:37.370876312256rem;height:11.71875rem;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; }
#J0Z9NWXJ0iI8bnLn5kaTa758yHnMFc4r { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.686625rem;width:59.561625rem;top:11.185981273651rem;left:7.0594635009762rem;display:block; }
#hDQezgXA6dnKl79osGBdzTl0pmZ6qQK1 { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:"open sans";font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43rem;height:4.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:46.873916149139rem;left:15.999351501465rem;display:block; }
#tzCPa0eCmbo5VTNdgf5CSnFBTfsu8fmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L { position:relative;display:block; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L { background-color: transparent; background-image: none; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row .container > .video-iframe-container { display: none; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row > .video-iframe-container { display: none; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .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); }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L { border-width: 0; border-radius: 0; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row .container > .video-iframe-container {  }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .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:66.375rem;width:75rem;position:relative;display:block; }#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-form-header {  }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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) ; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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) ; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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) ; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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:#ff0005;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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-container:first-of-type{padding-top:0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-container:last-of-type{padding-bottom:0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8  { 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.874rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.8125rem;top:8.0989570617675rem;z-index:100013;position:absolute; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.875rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 {display:block;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 { 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.874rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.8125rem;top:8.0989570617675rem;z-index:100013;position:absolute; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #PRZipkKWNqNhZUXLpStHMnmDxZ3oepTO { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #W6vUBCpU58bzOHfc0LlVIudLbAUsZWq3 { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #zRzxU2ayFrFDqIspScGGLLgesE21zBig { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SAQU0uqTDOvlsFJG0tbhlMaHxEylnsAG { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pHP2LneXM8NUWcW3kQaTDl36ELWm1ENH { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #v0FOnFsQLUwXe0Ew3T3LXobVFUA214rm { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RTWQ5p5nuZZVx5DXquKbto2BXfeMvp3W { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Q9WXn8iWImO8fti9L4tlC8ptG3vdynWp { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SFgFI5yzLvTDl276Vyr3sGtoaGiTRwzx { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #c2uo4rByFCJubVKgTTREdp3Ji1WrCJfX { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #NeaUuFs9yJ2brINbWtnck1JFAJS62WPq { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Dx3B8g6WXqnZtRrwGRr2GPt0syaxPQXH { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #El3JAq5by1bTHG9ATiCxXyTgnkOlc9oy { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #xSoodSv6Ve65zf6WfFHIKpdHrICCrvQm { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #wwgUOn9QP60NAtVKsLWNKW3mgXmhddb8 { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RQ91M3mrIGL2VnRbK3GeDTWvuNpUhtyC { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Wg2VvBc1vp6Va6PAC26HZOQAauZ50hdy { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #UMgdBHMPSDec0cXSxgK6WdcxF42M0tNr { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #rfsNLiIPlkQbMLVoCC7cGuv57HRaNDTZ { position:relative;display:block;z-index:100000; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Z1VKz7EaIMkIqCdcEMdxEfOlPFr6UkJW { position:relative;display:block;z-index:100000; }
#XyBaKmX0htfJaQx9qcXq5zB5NcX4glLq { position:relative;display:block; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #BPZU2Pg3Eyp33OLih4InIEz56OXwKVa2 { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #lnRm7ZpBzmcMvdfg55t2y0xcBAy90gk9 { position:relative;z-index:2; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #T0qtfDA2XICnwtc2tyNIqSklcicV05W1 { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #IpHoaAbuJGoWv28oq1QvW8gU7gZVBSkJ { position:relative;display:block;z-index:100000; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #hfuqaapRXLhaXTFr7CSms1PL0mzMeX39 { position:relative;display:block;z-index:100000; }
#smSJ2bmno25dSvE1aCC2loseOpBD9bMJ { position:relative;display:block; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Rx2AGqiKXWJ9fS59h7HMMTBQumPW4pEO { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #skAyhA2cNPO4au3tM8O2fGsmUGWRtyZI { position:relative;z-index:2; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pcw5vqNx8i0yvtGsJEIl1xT5EiWyaAIM { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #kgOi7mRlTtKeH3yXQkMo2XNnPALR5zbv { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #mf1JMb5EevU1GHIRHrnsnRigZ1K3FZFK { position:relative;z-index:2; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KCEHHUmqgFzcdWMgBDdCpxOTnOIZ4R5l { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KPpz1iKIkWEE2xKdzzpmJKKlCr0DVsAl { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #XLfTPWqEegcq4mOwnHNHCFJcBTy5m97g { position:relative;z-index:2; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #ivJDTQiNHraRGysxJLillGkv6HERNNi0 { position:relative; }
#fqmaxHmRiVxQpNnRFaHL84vpbLrgEhh3 { position:relative;display:block; }
#HVukISwTSeDlgG4ynm3ekZyAnLE5N6GT { position:relative;display:block; }
#fmhTw7AcI7nB2WhvkFZ8xiTliq1NaCkU { position:relative;display:block; }
#hQSRQst7278Nnw5VeL60SfAPK7W6OHh4 { position:relative;display:block; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #LNgRCZikLR4814FUQxaLK8eii43cFQv4 { position:relative; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #AXi77XmRW39Q28XsAdOn9iOIJAlpSgC7 { position:relative; }
#ww8y8eftPdBfuN9MJJeMvasLSXaa1oqC { color:#000000;display:block;width:56.186rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:2.2656278610229rem;left:9.4064674377444rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;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 > .video-iframe-container {  }#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:16.0625rem;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:10.875rem;left:10.25rem;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:10.875rem;left:36.5rem;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:10.875rem;left:25.3125rem;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:10.8125rem;left:53.5625rem;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:10.875rem;left:14rem;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:10.875rem;left:28.4375rem;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:10.875rem;left:39.625rem;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:10.875rem;left:57.25rem;height:3.65625rem;color:#565656;display:block; }
#zKya4fHr4DCcNNiSK5w2giDZOdipzuOD { color:#000000;display:block;width:52.374125rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:0.81271743774412rem;left:10.610897064209rem;height:8.9323125rem;text-align:justify;text-align-last:initial;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.8125rem;height:3.9714866775354rem;top:0.9375rem;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) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:47.75rem;height:3.5rem;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:29.0625rem;height:29.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHXhtq6LeXyUH2SULuNKTv34XwmhX0L8 { width:47.75rem;height:3.875rem;top:5.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxCcNGKIEQQ6FdoHvBFKxpXn1TQlqSH { width:27.6875rem;height:11.6875rem;top:20.4375rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Z9NWXJ0iI8bnLn5kaTa758yHnMFc4r { width:47.75rem;height:32.625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQezgXA6dnKl79osGBdzTl0pmZ6qQK1 { width:43rem;height:4.4375rem;top:46.8125rem;left:2.3743515014649rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzCPa0eCmbo5VTNdgf5CSnFBTfsu8fmg { display:block; }
 }@media only screen and (max-width: 763px) { #SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L { display:block; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 {display:block;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #PRZipkKWNqNhZUXLpStHMnmDxZ3oepTO {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #W6vUBCpU58bzOHfc0LlVIudLbAUsZWq3 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #zRzxU2ayFrFDqIspScGGLLgesE21zBig {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SAQU0uqTDOvlsFJG0tbhlMaHxEylnsAG {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pHP2LneXM8NUWcW3kQaTDl36ELWm1ENH {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #v0FOnFsQLUwXe0Ew3T3LXobVFUA214rm {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RTWQ5p5nuZZVx5DXquKbto2BXfeMvp3W {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Q9WXn8iWImO8fti9L4tlC8ptG3vdynWp {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SFgFI5yzLvTDl276Vyr3sGtoaGiTRwzx {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #c2uo4rByFCJubVKgTTREdp3Ji1WrCJfX {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #NeaUuFs9yJ2brINbWtnck1JFAJS62WPq {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Dx3B8g6WXqnZtRrwGRr2GPt0syaxPQXH {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #El3JAq5by1bTHG9ATiCxXyTgnkOlc9oy {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #xSoodSv6Ve65zf6WfFHIKpdHrICCrvQm {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #wwgUOn9QP60NAtVKsLWNKW3mgXmhddb8 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RQ91M3mrIGL2VnRbK3GeDTWvuNpUhtyC {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Wg2VvBc1vp6Va6PAC26HZOQAauZ50hdy {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #UMgdBHMPSDec0cXSxgK6WdcxF42M0tNr {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #rfsNLiIPlkQbMLVoCC7cGuv57HRaNDTZ {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Z1VKz7EaIMkIqCdcEMdxEfOlPFr6UkJW {  }
 }@media only screen and (max-width: 763px) { #XyBaKmX0htfJaQx9qcXq5zB5NcX4glLq { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #BPZU2Pg3Eyp33OLih4InIEz56OXwKVa2 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #lnRm7ZpBzmcMvdfg55t2y0xcBAy90gk9 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #T0qtfDA2XICnwtc2tyNIqSklcicV05W1 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #IpHoaAbuJGoWv28oq1QvW8gU7gZVBSkJ {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #hfuqaapRXLhaXTFr7CSms1PL0mzMeX39 {  }
 }@media only screen and (max-width: 763px) { #smSJ2bmno25dSvE1aCC2loseOpBD9bMJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Rx2AGqiKXWJ9fS59h7HMMTBQumPW4pEO {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #skAyhA2cNPO4au3tM8O2fGsmUGWRtyZI {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pcw5vqNx8i0yvtGsJEIl1xT5EiWyaAIM {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #kgOi7mRlTtKeH3yXQkMo2XNnPALR5zbv {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #mf1JMb5EevU1GHIRHrnsnRigZ1K3FZFK {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KCEHHUmqgFzcdWMgBDdCpxOTnOIZ4R5l {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KPpz1iKIkWEE2xKdzzpmJKKlCr0DVsAl {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #XLfTPWqEegcq4mOwnHNHCFJcBTy5m97g {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #ivJDTQiNHraRGysxJLillGkv6HERNNi0 {  }
 }@media only screen and (max-width: 763px) { #fqmaxHmRiVxQpNnRFaHL84vpbLrgEhh3 { display:block; }
 }@media only screen and (max-width: 763px) { #HVukISwTSeDlgG4ynm3ekZyAnLE5N6GT { display:block; }
 }@media only screen and (max-width: 763px) { #fmhTw7AcI7nB2WhvkFZ8xiTliq1NaCkU { display:block; }
 }@media only screen and (max-width: 763px) { #hQSRQst7278Nnw5VeL60SfAPK7W6OHh4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #LNgRCZikLR4814FUQxaLK8eii43cFQv4 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #AXi77XmRW39Q28XsAdOn9iOIJAlpSgC7 {  }
 }@media only screen and (max-width: 763px) { #ww8y8eftPdBfuN9MJJeMvasLSXaa1oqC { width:47.75rem;height:4.4375rem;top:2.25rem;left:0rem;font-size:1.3125rem;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 > .video-iframe-container {  }#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:10.8125rem;left:39.9375rem;font-size:2.1875rem;display:none; }
 }@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.625rem;top:10.875rem;left:30.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKya4fHr4DCcNNiSK5w2giDZOdipzuOD { width:47.75rem;height:8.9375rem;top:0.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@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/ad2fc999-1df1-44a9-bee3-1db0be196b1b/14110296321.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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container {  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:19.25rem;height:3.8997375rem;top:0.8349609375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;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) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:17.6248125rem;height:17.6248125rem;top:11.426867246628rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHXhtq6LeXyUH2SULuNKTv34XwmhX0L8 { width:20rem;height:2.847225rem;top:5.6868493556976rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;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) { #UUxCcNGKIEQQ6FdoHvBFKxpXn1TQlqSH { width:19.249125rem;height:6.8739375rem;top:29.909942388534rem;left:0.37434893846512rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J0Z9NWXJ0iI8bnLn5kaTa758yHnMFc4r { width:20rem;height:28.375rem;top:10.302735090256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQezgXA6dnKl79osGBdzTl0pmZ6qQK1 { width:18.9995625rem;height:3.06206875rem;top:40.176867961884rem;left:0.50021702051162rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzCPa0eCmbo5VTNdgf5CSnFBTfsu8fmg { display:block; }
 }@media only screen and (max-width: 763px) { #SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L { display:block; }#SNC9cfksXsUUFqP2SEzQzpcCy9bFpf3L > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8  { width:17.5rem;height:auto;top:8.6230430603025rem;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; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 {display:block;}#ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 { width:17.5rem;height:auto;top:8.6230430603025rem;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) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #PRZipkKWNqNhZUXLpStHMnmDxZ3oepTO {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #W6vUBCpU58bzOHfc0LlVIudLbAUsZWq3 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #zRzxU2ayFrFDqIspScGGLLgesE21zBig {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SAQU0uqTDOvlsFJG0tbhlMaHxEylnsAG {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pHP2LneXM8NUWcW3kQaTDl36ELWm1ENH {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #v0FOnFsQLUwXe0Ew3T3LXobVFUA214rm {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RTWQ5p5nuZZVx5DXquKbto2BXfeMvp3W {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Q9WXn8iWImO8fti9L4tlC8ptG3vdynWp {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #SFgFI5yzLvTDl276Vyr3sGtoaGiTRwzx {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #c2uo4rByFCJubVKgTTREdp3Ji1WrCJfX {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #NeaUuFs9yJ2brINbWtnck1JFAJS62WPq {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Dx3B8g6WXqnZtRrwGRr2GPt0syaxPQXH {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #El3JAq5by1bTHG9ATiCxXyTgnkOlc9oy {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #xSoodSv6Ve65zf6WfFHIKpdHrICCrvQm {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #wwgUOn9QP60NAtVKsLWNKW3mgXmhddb8 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #RQ91M3mrIGL2VnRbK3GeDTWvuNpUhtyC {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Wg2VvBc1vp6Va6PAC26HZOQAauZ50hdy {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #UMgdBHMPSDec0cXSxgK6WdcxF42M0tNr {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #rfsNLiIPlkQbMLVoCC7cGuv57HRaNDTZ {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Z1VKz7EaIMkIqCdcEMdxEfOlPFr6UkJW {  }
 }@media only screen and (max-width: 763px) { #XyBaKmX0htfJaQx9qcXq5zB5NcX4glLq { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #BPZU2Pg3Eyp33OLih4InIEz56OXwKVa2 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #lnRm7ZpBzmcMvdfg55t2y0xcBAy90gk9 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #T0qtfDA2XICnwtc2tyNIqSklcicV05W1 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #IpHoaAbuJGoWv28oq1QvW8gU7gZVBSkJ {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #hfuqaapRXLhaXTFr7CSms1PL0mzMeX39 {  }
 }@media only screen and (max-width: 763px) { #smSJ2bmno25dSvE1aCC2loseOpBD9bMJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #Rx2AGqiKXWJ9fS59h7HMMTBQumPW4pEO {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #skAyhA2cNPO4au3tM8O2fGsmUGWRtyZI {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #pcw5vqNx8i0yvtGsJEIl1xT5EiWyaAIM {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #kgOi7mRlTtKeH3yXQkMo2XNnPALR5zbv {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #mf1JMb5EevU1GHIRHrnsnRigZ1K3FZFK {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KCEHHUmqgFzcdWMgBDdCpxOTnOIZ4R5l {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #KPpz1iKIkWEE2xKdzzpmJKKlCr0DVsAl {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #XLfTPWqEegcq4mOwnHNHCFJcBTy5m97g {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #ivJDTQiNHraRGysxJLillGkv6HERNNi0 {  }
 }@media only screen and (max-width: 763px) { #fqmaxHmRiVxQpNnRFaHL84vpbLrgEhh3 { display:block; }
 }@media only screen and (max-width: 763px) { #HVukISwTSeDlgG4ynm3ekZyAnLE5N6GT { display:block; }
 }@media only screen and (max-width: 763px) { #fmhTw7AcI7nB2WhvkFZ8xiTliq1NaCkU { display:block; }
 }@media only screen and (max-width: 763px) { #hQSRQst7278Nnw5VeL60SfAPK7W6OHh4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #LNgRCZikLR4814FUQxaLK8eii43cFQv4 {  }
 }@media only screen and (max-width: 763px) { #ZAc37QlzclDXm59qxzvRUZcNwG24imJ8 #AXi77XmRW39Q28XsAdOn9iOIJAlpSgC7 {  }
 }@media only screen and (max-width: 763px) { #ww8y8eftPdBfuN9MJJeMvasLSXaa1oqC { width:20rem;height:6.3020625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;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 > .video-iframe-container {  }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { width:20rem;height:44.6875rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { width:3.18685rem;height:3.18685rem;top:32.694229125976rem;left:2.1864150166511rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdHenU7wVLuePcF8Sk94pczotkhQCdC { width:3.125rem;height:3.125rem;top:35.999134063721rem;left:2.2178819775581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { width:3.125rem;height:3.125rem;top:39.375rem;left:2.2178819775581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { width:3.125rem;height:3.125rem;top:10.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { top:27.061634063721rem;left:2.1864150166511rem;width:10.186625rem;height:4.6875rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { top:32.694229125976rem;left:5.3743491768837rem;width:12.374125rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { top:39.375rem;left:5.3743491768837rem;width:6.6873125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block; }
 }@media only screen and (max-width: 763px) { #e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { top:35.999134063721rem;left:5.3743491768837rem;width:12.374125rem;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:10.875rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKya4fHr4DCcNNiSK5w2giDZOdipzuOD { width:20rem;height:24.140625rem;top:1.4366300106049rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }