.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27187e;background-image:none;position:relative;display:block; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container { background-color: transparent; background-image: none; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container > .video-iframe-container { display: none; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row > .video-iframe-container { display: none; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .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); }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container { border-width: 0; border-radius: 0; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row > .video-iframe-container {  }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container { font-size:0.875rem;font-family:"open sans";height:3.6875rem;width:75rem;position:relative;display:block; }#NOZl216TTTuqNxDEAboZqlk2mDobNIXB { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:0.84375rem;left:13.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container { background-color: transparent; background-image: none; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container > .video-iframe-container { display: none; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row > .video-iframe-container { display: none; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .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); }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container { border-width: 0; border-radius: 0; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row > .video-iframe-container {  }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container { font-size:0.875rem;font-family:"open sans";height:23.4375rem;width:75rem;position:relative;display:block; }#XbTDAduBhqy0cnIpzTCeOny9GlxLwnbR { color:#000000;display:block;width:70.9375rem;position:absolute;font-family:"roboto condensed";font-size:4.0625rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:2.9375rem;left:2.0625rem;height:13.3125rem;text-align:center;text-align-last:center;display:block; }
#Isp7eOh7yzg03MEKn77v9hlpdGlXSJHZ { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1.1;letter-spacing:0;top:17.75rem;left:10rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM { position:relative;display:block; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM { background-color: transparent; background-image: none; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row .container > .video-iframe-container { display: none; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row > .video-iframe-container { display: none; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .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); }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM { border-width: 0; border-radius: 0; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row .container > .video-iframe-container {  }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .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:"open sans";height:56.1875rem;width:75rem;position:relative;display:block; }#zvgsavzKHrMkxZ6zFTbVhEIGF7t8ec8o { position:absolute;display:block;z-index:100000;background-color:#27187e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;height:30.6875rem;width:32.25rem;top:2.9375rem;left:0.90625rem;display:block; }
#TbQ6f9gIi5Uz5iB9ikcixcSr8iGbNbby { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-form-header {  }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;width:27rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:27rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:27rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:27rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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:#ef2d56;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:2.5rem;font-weight:bold;color:#ffffff;width:27rem;height:7.8125rem;font-family:oswald;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.56);box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]:-moz-placeholder { color:#7c7d80;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]::-moz-placeholder { color:#7c7d80;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]:-ms-input-placeholder { color:#7c7d80;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]::-webkit-input-placeholder { color:#7c7d80;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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";line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:25.75rem;overflow:hidden;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container:first-of-type{padding-top:0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container:last-of-type{padding-bottom:0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:27rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:2.28125rem;top:10.6875rem;z-index:100007;position:absolute; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27rem;display:block;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg {display:block;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:27rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:2.28125rem;top:10.6875rem;z-index:100007;position:absolute; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #TCmTHe2ZETC169TxLX3t6Xc1sToQzhFE { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #pMilbFNQAi5mJJMfiZ54pxclEyOhXRho { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #QZS6JG1TB710nCWIi59tyJssHh2rmV7e { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #r82OiMcRq4dHXEbhT3FASs4dfW2Snuh5 { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #I2oCQhwVr6tMZQRQNu7Ggns4LeRdlFNU { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #Z9CbKF5Wrr5CUl1PGeoHC67XSTnHthL9 { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #EDJTsiBQXKSLbq7KZ5o1BRbqbTu48H5X { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #cyxTyg0bcwUXZ1pAxVKOs7QakWz7RJdE { position:relative;z-index:2; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #AoRitmNufH0a7zXLwA8DgE9eo7AG0cWG { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #gpQvE0QVlGyQWtAeh2adMHd1K0SIAsh9 { position:relative; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #LPFJ4veAZKVEtXtTiiTV5JkTlfVyaJfd { position:relative; }
#GaimPSNWEv9ud8WHXHlDwblc6dKLcE7C { color:#000000;display:block;width:35rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:100016;line-height:1.4;letter-spacing:0;top:6.4375rem;left:38.375rem;height:4.375rem;display:block; }
#TaiI99UJ394ZzDWi1SCTpW0tNinJw24o { box-sizing:content-box;color:#ff8600;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:100015;top:6.75rem;left:35.25rem;display:block; }
#eZ9AReQQTH820elDr4GQMkevi4fUu7WJ { box-sizing:content-box;color:#ff8600;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:100017;top:25.25rem;left:35.25rem;display:block; }
#I6aVH71247GsielbGy6KgHfmxvZka06t { box-sizing:content-box;color:#ff8600;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:100018;top:19rem;left:35.125rem;display:block; }
#ODK8AKPtte31WzNZbB1c5Uev1TzvRtQ5 { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:2.90625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#oTTJr8uPAsmNyLH1KmCMhOBlA9UR4zlW { box-sizing:content-box;color:#ff8600;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:100020;top:12.625rem;left:35.125rem;display:block; }
#P09RvZBqI5Z13zPwEBn1Z9NgHovIJdBn { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:35.25rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#R00eIWJAbg0iAil40EMI6n9aP5eHXTEn { box-sizing:content-box;color:#ff8600;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:100018;top:30.5625rem;left:35.25rem;display:block; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:1.29rem;padding-right:1.173125rem;padding-bottom:1.29rem;padding-left:1.173125rem;display:block;align-items:center;width:7.039375rem;min-width:7.039375rem;height:6.910625rem;position:relative;font-family:"open sans";font-size:5.1575rem;font-weight:700;line-height:110.57px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.806875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.384375rem;height:2.730625rem;position:relative;font-family:"open sans";font-size:1.934375rem;font-weight:400;line-height:43.69px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:41.5625rem;height:13.028125rem;padding-top:1.6125rem;padding-right:1.678125rem;padding-bottom:1.6125rem;padding-left:1.678125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.4375rem;left:13.8203125rem;z-index:100022; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #xRORPCWkSddPFfhDd1HacH148MfX8GTq { display:flex;position:relative;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #RJsJkdRhae7t9RGazIDy8IwnvKxg2kTO { width:auto; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #lh55xklXPFpbh6roGOGfJRxREfFTwtkH {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #TlQTbqznPrKpDG2OAUfz6cca2a05e0Lw { display:flex;position:relative;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #N1mz4zcdpJOuTdMo6t777mrofX1nT6Ep {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #Sztv37VPBqvKvuCy8V3xFAK52cTJOdAB {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #p8A9FevpToJnJlZtivXL1M6Q5N72JkSc { display:flex;position:relative;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #f3Ap2rf03FK61uNJaC0dxx8LgJ2CsOoi {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #BdVT4gAPmOUbMuy5FQD1ll8WEI3N2I1f {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #bTURQLx8WKAIaLZPqDb0y78wZoNTI1TZ { display:flex;position:relative;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #P0iGHbJKSQRlEda9h0Arv7o9qE0xs39m {  }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #MLXQdR0pmxmTPeZRQlEFlQGCrortzUQq {  }
#QHog6cvgVa5BQh7EG5LkrN5szLugZrXO { color:#000000;display:block;width:35rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:100017;line-height:1.4;letter-spacing:0;top:12rem;left:38.1875rem;height:4.375rem;display:block; }
#tRoncHv08VXqmL49g392gbG1twrWgL1g { color:#000000;display:block;width:35rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:100018;line-height:1.4;letter-spacing:0;top:17.3125rem;left:38.1875rem;height:6.5625rem;display:block; }
#nDloOC0cpD3PtUn5vz5xMVANQwKCUdM2 { color:#000000;display:block;width:35rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:100019;line-height:1.4;letter-spacing:0;top:24.625rem;left:38.3125rem;height:4.375rem;display:block; }
#BhRqucvJL0x9WDEzR4O2HPTqTyqlwqXT { color:#000000;display:block;width:35rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:100019;line-height:1.4;letter-spacing:0;top:30.8125rem;left:38.3125rem;height:4.375rem;display:block; }
#mTumJEwky1RC1g9CrovOhyzMik52yozg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27187e;background-image:none;position:relative;display:block; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container { background-color: transparent; background-image: none; }#mTumJEwky1RC1g9CrovOhyzMik52yozg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container > .video-iframe-container { display: none; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row > .video-iframe-container { display: none; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .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); }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container { border-width: 0; border-radius: 0; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row > .video-iframe-container {  }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container { font-size:0.875rem;font-family:"open sans";height:35.875rem;width:75rem;position:relative;display:block; }#TNfVT3KMop6uaW2r9BLonphBtUHMU2x0 { position:absolute;display:block;z-index:100000;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:30.9375rem;width:55.1875rem;top:2.21875rem;left:9.65625rem;display:block; }
#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container { background-color: transparent; background-image: none; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container > .video-iframe-container { display: none; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row > .video-iframe-container { display: none; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .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); }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container { border-width: 0; border-radius: 0; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row > .video-iframe-container {  }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container { font-size:0.875rem;font-family:"open sans";height:29.75rem;width:75rem;position:relative;display:block; }#XaBN6wH6mlcdRBTkCT2cc6znTzDFoJZx { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:12.71875rem;left:24.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zPxJpbZJBB2k1FwNaLlqTaOXaocUqBvU { color:#090a0c;display:block;width:12.75rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.0732421875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U28ATiwyuvOyVJdAO9zTb6Ntg617RnfH { position:absolute;display:block;z-index:100020;border-top:0.125rem solid #27187e;border-left:0.125rem solid #27187e;border-right:0.125rem solid #27187e;border-bottom:0.125rem solid #27187e;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 1rem #27187e ;height:16.0625rem;width:16.0625rem;top:10rem;left:4.2919921875rem;overflow:hidden;display:block; }
#DxOkzoIFcJ1Um8DBPd4IoK5SU2b3TDiK { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.9794921875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#t3xkLhUltuuVMdLx8eK5SiVy43ecsAs7 { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:55.1875rem;left:21.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { background-color: transparent; background-image: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container > .video-iframe-container { display: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row > .video-iframe-container { display: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .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); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { border-width: 0; border-radius: 0; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row > .video-iframe-container {  }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { font-size:0.875rem;font-family:"open sans";height:5rem;width:75rem;position:relative;display:block; }#e6Kbvui1wloIrV56yCSOHmBqyuOW0Ovg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:31.250001907349rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auBCaryA0spieGzOSIhcvuiJMsCLGSzl { display:block; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOZl216TTTuqNxDEAboZqlk2mDobNIXB { top:0.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE { display:block; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbTDAduBhqy0cnIpzTCeOny9GlxLwnbR { top:2.9375rem;left:0rem;width:47.75rem;height:13.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isp7eOh7yzg03MEKn77v9hlpdGlXSJHZ { top:17.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM { display:block; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgsavzKHrMkxZ6zFTbVhEIGF7t8ec8o { top:2.9375rem;left:0rem;width:32.25rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQ6f9gIi5Uz5iB9ikcixcSr8iGbNbby { top:7.9375rem;left:0rem;width:26.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-regular-label { width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-textarea { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-button { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-checkbox-label { width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg  { width:27rem;height:auto;top:10.6875rem;left:0rem; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .radio-container { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg {display:block;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg { width:27rem;height:auto;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #TCmTHe2ZETC169TxLX3t6Xc1sToQzhFE {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #pMilbFNQAi5mJJMfiZ54pxclEyOhXRho {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #QZS6JG1TB710nCWIi59tyJssHh2rmV7e {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #r82OiMcRq4dHXEbhT3FASs4dfW2Snuh5 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #I2oCQhwVr6tMZQRQNu7Ggns4LeRdlFNU {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #Z9CbKF5Wrr5CUl1PGeoHC67XSTnHthL9 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #EDJTsiBQXKSLbq7KZ5o1BRbqbTu48H5X {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #cyxTyg0bcwUXZ1pAxVKOs7QakWz7RJdE {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #AoRitmNufH0a7zXLwA8DgE9eo7AG0cWG {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #gpQvE0QVlGyQWtAeh2adMHd1K0SIAsh9 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #LPFJ4veAZKVEtXtTiiTV5JkTlfVyaJfd {  }
 }@media only screen and (max-width: 763px) { #GaimPSNWEv9ud8WHXHlDwblc6dKLcE7C { top:6.4375rem;left:12.75rem;width:35rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaiI99UJ394ZzDWi1SCTpW0tNinJw24o { top:6.75rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9AReQQTH820elDr4GQMkevi4fUu7WJ { top:25.25rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aVH71247GsielbGy6KgHfmxvZka06t { top:19rem;left:21.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODK8AKPtte31WzNZbB1c5Uev1TzvRtQ5 { top:4.1875rem;left:0rem;width:28.25rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTJr8uPAsmNyLH1KmCMhOBlA9UR4zlW { top:12.625rem;left:21.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09RvZBqI5Z13zPwEBn1Z9NgHovIJdBn { top:2.9375rem;left:9.9375rem;width:37.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R00eIWJAbg0iAil40EMI6n9aP5eHXTEn { top:30.5625rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp { display:flex;width:18rem;height:5.0625rem;top:9.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #xRORPCWkSddPFfhDd1HacH148MfX8GTq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #RJsJkdRhae7t9RGazIDy8IwnvKxg2kTO {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #lh55xklXPFpbh6roGOGfJRxREfFTwtkH {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #TlQTbqznPrKpDG2OAUfz6cca2a05e0Lw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #N1mz4zcdpJOuTdMo6t777mrofX1nT6Ep {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #Sztv37VPBqvKvuCy8V3xFAK52cTJOdAB {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #p8A9FevpToJnJlZtivXL1M6Q5N72JkSc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #f3Ap2rf03FK61uNJaC0dxx8LgJ2CsOoi {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #BdVT4gAPmOUbMuy5FQD1ll8WEI3N2I1f {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #bTURQLx8WKAIaLZPqDb0y78wZoNTI1TZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #P0iGHbJKSQRlEda9h0Arv7o9qE0xs39m {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #MLXQdR0pmxmTPeZRQlEFlQGCrortzUQq {  }
 }@media only screen and (max-width: 763px) { #QHog6cvgVa5BQh7EG5LkrN5szLugZrXO { top:12rem;left:12.75rem;width:35rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoncHv08VXqmL49g392gbG1twrWgL1g { top:17.3125rem;left:12.75rem;width:35rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDloOC0cpD3PtUn5vz5xMVANQwKCUdM2 { top:24.625rem;left:12.75rem;width:35rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhRqucvJL0x9WDEzR4O2HPTqTyqlwqXT { top:30.8125rem;left:12.75rem;width:35rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTumJEwky1RC1g9CrovOhyzMik52yozg { display:block; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNfVT3KMop6uaW2r9BLonphBtUHMU2x0 { top:2.1875rem;left:0rem;width:47.25rem;height:26.487825594564rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 { display:block; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaBN6wH6mlcdRBTkCT2cc6znTzDFoJZx { width:47.75rem;height:10.875rem;top:12.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPxJpbZJBB2k1FwNaLlqTaOXaocUqBvU { width:12.75rem;height:1.125rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U28ATiwyuvOyVJdAO9zTb6Ntg617RnfH { top:10rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOkzoIFcJ1Um8DBPd4IoK5SU2b3TDiK { top:7.5625rem;left:0rem;width:20.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xkLhUltuuVMdLx8eK5SiVy43ecsAs7 { width:18.9375rem;height:;top:20.1875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN { display:block; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6Kbvui1wloIrV56yCSOHmBqyuOW0Ovg { top:1.8125rem;left:17.625001907349rem;width:12.5rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auBCaryA0spieGzOSIhcvuiJMsCLGSzl { display:block; }#auBCaryA0spieGzOSIhcvuiJMsCLGSzl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOZl216TTTuqNxDEAboZqlk2mDobNIXB { width:19.4375rem;height:1.1875rem;top:0.96875rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE { display:block; }#BpanWspsw2o4T5WmCLNtyVplPoJ3NpuE > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbTDAduBhqy0cnIpzTCeOny9GlxLwnbR { width:18.625rem;height:10.3125rem;top:2.5rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isp7eOh7yzg03MEKn77v9hlpdGlXSJHZ { width:20rem;height:1.5625rem;top:13.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM { display:block; }#dyZP4RH8hpnxRTnPDpZlbOKuSMilwmVM > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgsavzKHrMkxZ6zFTbVhEIGF7t8ec8o { width:20rem;height:24.0625rem;top:0.642578125rem;left:0rem;z-index:99999;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TbQ6f9gIi5Uz5iB9ikcixcSr8iGbNbby { width:18.625rem;height:2rem;top:3.7060546875rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-form-header {  }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-regular-label { height:auto;display:none;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-text {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-select {padding-top: 0; padding-bottom: 0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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:#e6233e;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.75rem;font-weight:bold;color:#ffffff;width:17.5rem;height:5.8125rem;font-family:oswald;overflow:hidden; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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";line-height:1.3;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .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; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container:first-of-type{padding-top:0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-container:last-of-type{padding-bottom:0;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:0rem;top:5.7060546875rem;z-index:100001; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg {display:block;}#zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:0rem;top:5.7060546875rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #TCmTHe2ZETC169TxLX3t6Xc1sToQzhFE {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #pMilbFNQAi5mJJMfiZ54pxclEyOhXRho {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #QZS6JG1TB710nCWIi59tyJssHh2rmV7e {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #r82OiMcRq4dHXEbhT3FASs4dfW2Snuh5 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #I2oCQhwVr6tMZQRQNu7Ggns4LeRdlFNU {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #Z9CbKF5Wrr5CUl1PGeoHC67XSTnHthL9 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #EDJTsiBQXKSLbq7KZ5o1BRbqbTu48H5X {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #cyxTyg0bcwUXZ1pAxVKOs7QakWz7RJdE {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #AoRitmNufH0a7zXLwA8DgE9eo7AG0cWG {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #gpQvE0QVlGyQWtAeh2adMHd1K0SIAsh9 {  }
 }@media only screen and (max-width: 763px) { #zc8dNQSQr6TZrEElbr9Mkeou1dGZZ0Sg #LPFJ4veAZKVEtXtTiiTV5JkTlfVyaJfd {  }
 }@media only screen and (max-width: 763px) { #GaimPSNWEv9ud8WHXHlDwblc6dKLcE7C { width:19.125rem;height:4.3125rem;top:40.5625rem;left:0.4375rem;font-size:1.125rem;z-index:100015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaiI99UJ394ZzDWi1SCTpW0tNinJw24o { width:3.125rem;height:3.125rem;top:53.8125rem;left:8.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9AReQQTH820elDr4GQMkevi4fUu7WJ { width:3.125rem;height:3.125rem;top:37.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aVH71247GsielbGy6KgHfmxvZka06t { width:3.125rem;height:3.125rem;top:45.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODK8AKPtte31WzNZbB1c5Uev1TzvRtQ5 { width:20rem;height:1.375rem;top:1.3916015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTJr8uPAsmNyLH1KmCMhOBlA9UR4zlW { width:3.125rem;height:3.125rem;top:70.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09RvZBqI5Z13zPwEBn1Z9NgHovIJdBn { width:18.625rem;height:4rem;top:32.6875rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R00eIWJAbg0iAil40EMI6n9aP5eHXTEn { width:3.125rem;height:3.125rem;top:62.6875rem;left:8.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-number { padding-top:0.474375rem;padding-right:0.418125rem;padding-bottom:0.474375rem;padding-left:0.418125rem;width:2.5075rem;min-width:2.5075rem;height:2.549375rem;font-size:1.8975rem;line-height:40.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.343125rem;height:1.008125rem;font-size:0.71125rem;line-height:16.13px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp { display:flex;width:17.375rem;height:4.8025rem;top:25.7275390625rem;left:0rem;padding-top:1.08875rem;padding-right:1.12375rem;padding-bottom:1.08875rem;padding-left:1.12375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #xRORPCWkSddPFfhDd1HacH148MfX8GTq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #RJsJkdRhae7t9RGazIDy8IwnvKxg2kTO {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #lh55xklXPFpbh6roGOGfJRxREfFTwtkH {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #TlQTbqznPrKpDG2OAUfz6cca2a05e0Lw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #N1mz4zcdpJOuTdMo6t777mrofX1nT6Ep {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #Sztv37VPBqvKvuCy8V3xFAK52cTJOdAB {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #p8A9FevpToJnJlZtivXL1M6Q5N72JkSc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #f3Ap2rf03FK61uNJaC0dxx8LgJ2CsOoi {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #BdVT4gAPmOUbMuy5FQD1ll8WEI3N2I1f {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #bTURQLx8WKAIaLZPqDb0y78wZoNTI1TZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #P0iGHbJKSQRlEda9h0Arv7o9qE0xs39m {  }
 }@media only screen and (max-width: 763px) { #VQ0DMBtrDf6XCvnu7TeCppWT5H9qRWPp #MLXQdR0pmxmTPeZRQlEFlQGCrortzUQq {  }
 }@media only screen and (max-width: 763px) { #QHog6cvgVa5BQh7EG5LkrN5szLugZrXO { width:19.125rem;height:4.3125rem;top:48.875rem;left:0.4375rem;font-size:1.125rem;z-index:100015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRoncHv08VXqmL49g392gbG1twrWgL1g { width:19.125rem;height:4.3125rem;top:56.8125rem;left:0.4375rem;font-size:1.125rem;z-index:100015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDloOC0cpD3PtUn5vz5xMVANQwKCUdM2 { width:19.125rem;height:4.3125rem;top:65.8125rem;left:0.4375rem;font-size:1.125rem;z-index:100015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhRqucvJL0x9WDEzR4O2HPTqTyqlwqXT { width:19.125rem;height:2.875rem;top:74rem;left:0.4375rem;font-size:1.125rem;z-index:100015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTumJEwky1RC1g9CrovOhyzMik52yozg { display:none; }#mTumJEwky1RC1g9CrovOhyzMik52yozg > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNfVT3KMop6uaW2r9BLonphBtUHMU2x0 { height:11.220125786164rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 { display:block; }#fA81Oq2OcxWlweNt0csuNG8tRHPJZ6O3 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaBN6wH6mlcdRBTkCT2cc6znTzDFoJZx { width:20rem;height:0;top:101.4375rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPxJpbZJBB2k1FwNaLlqTaOXaocUqBvU { width:20rem;height:1.25rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U28ATiwyuvOyVJdAO9zTb6Ntg617RnfH { width:13.4375rem;height:13.4375rem;top:5.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOkzoIFcJ1Um8DBPd4IoK5SU2b3TDiK { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3xkLhUltuuVMdLx8eK5SiVy43ecsAs7 { width:18.9375rem;height:;top:20.1875rem;left:0.53125rem;text-align:justify;text-align-last:initial;color:#000000;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/1ngeCrWR/matthew-henry-49707.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN.adaptive-delivery-prevent-bg, #XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN.lazyload, #XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN.lazyloading { background-image: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { background-color: transparent; background-image: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container > .video-iframe-container { display: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row > .video-iframe-container { display: none; }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .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); }#XaMF71KC4Fs18TJcPUvy4T0F49LeBRGN > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6Kbvui1wloIrV56yCSOHmBqyuOW0Ovg { width:12.5rem;height:1.375rem;top:1.34375rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }