.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/811444e7-af28-40ba-8dee-a163dde3701a/BlogNewsletterBanners8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FH1LMliJ/Landing_Page_Banners_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR.adaptive-delivery-prevent-bg, #HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR.lazyload, #HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR.lazyloading { background-image: none; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container { background-color: transparent; background-image: none; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,217,0.81); }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container > .video-iframe-container { display: none; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,153,217,0.81); }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row > .video-iframe-container { display: none; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .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); }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container { border-width: 0; border-radius: 0; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container { font-size:14px;font-family:arial;height:1020px;width:960px;position:relative;display:block; }#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-form-header {  }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:300;color:rgba(34,34,34,0.6);width:398px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fdfdfd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(51,51,51,0.1);border-left:1px solid rgba(51,51,51,0.1);border-right:1px solid rgba(51,51,51,0.1);border-bottom:1px solid rgba(51,51,51,0.1);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:398px;box-sizing:border-box;height:50px;color:#1a1a1a;font-size:14px;overflow:hidden;font-family:roboto;font-weight:400;font-style:normal;vertical-align:top; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fdfdfd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(51,51,51,0.1);border-left:1px solid rgba(51,51,51,0.1);border-right:1px solid rgba(51,51,51,0.1);border-bottom:1px solid rgba(51,51,51,0.1);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:398px;box-sizing:border-box;height:80px;color:#1a1a1a;font-size:14px;overflow:hidden;font-family:roboto;font-weight:400;font-style:normal;vertical-align:top; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:398px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2fb5f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:27px;font-weight:700;color:#f2f9ff;width:398px;height:56px;font-family:roboto;overflow:hidden;font-style:normal; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW [class*="-text"]:-moz-placeholder { color:#525252;font-family:roboto;font-size:13px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW [class*="-text"]::-moz-placeholder { color:#525252;font-family:roboto;font-size:13px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW [class*="-text"]:-ms-input-placeholder { color:#525252;font-family:roboto;font-size:13px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW [class*="-text"]::-webkit-input-placeholder { color:#525252;font-family:roboto;font-size:13px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .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:12px;font-weight:300;color:rgba(34,34,34,0.7);vertical-align:top;width:382px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-container:first-of-type{padding-top:0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-container:last-of-type{padding-bottom:0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:474.97918701172px;left:511.47918701172px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:398px;display:block;vertical-align:top; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW {display:block;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:474.97918701172px;left:511.47918701172px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #TgraigPkAOXh3nGTdHKx26IpLfATF3OT { position:relative; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #pTbUOhV8qdeFs6hoDHHDOw7lV4O2IMtN { position:relative;display:none; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #axmzGsLzbhNoKDhb9a8NNkvK5zTBT5HL { position:relative; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #zwqJDARnDgqSofQz2PZDgaAdQwsOfchB { position:relative; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #IKT8xlwgkBa7UhMf2cdTPPK2zvbg0mqf { position:relative; }
#OphlxIHqAHZpmORQMaUGpkgvBTGEqbbF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:675px;width:477px;top:90.954864501953px;left:17.465270996094px;overflow:hidden;display:block; }
#LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { color:#ffffff;display:block;width:397px;position:absolute;font-family:roboto;font-size:60px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:270.97918701172px;left:531.97918701172px;height:132px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { color:#ffffff;display:block;width:427px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:430.9921875px;left:531.984375px;height:24px;font-style:normal;display:block; }
#vbQa5ucGl3kwlZihDbt8hqylEprqSPEh { color:#ffffff;display:block;width:427px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:221.97917175293px;left:532.97918701172px;height:26.3958px;font-style:normal;display:block; }
#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { background-color: transparent; background-image: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container > .video-iframe-container { display: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row > .video-iframe-container { display: none; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .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); }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { border-width: 0; border-radius: 0; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { font-size:14px;font-family:arial;height:247px;width:960px;position:relative;display:block; }#P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { color:#111111;display:block;width:319px;position:absolute;font-family:roboto;font-size:32px;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:65px;left:0px;height:115.188px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:19px;top:42px;left:395px;overflow:hidden;display:block; }
#OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { color:#111111;display:block;width:218px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:42px;left:423px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { color:#111111;display:block;width:312px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:78px;left:423px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:19px;top:77px;left:395px;overflow:hidden;display:block; }
#PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { color:#111111;display:block;width:312px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:115px;left:423px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lzuftuw47im65gnx5pUUZ95Zk2de659U { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:19px;top:114px;left:395px;overflow:hidden;display:block; }
#t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:19px;top:150px;left:395px;overflow:hidden;display:block; }
#qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { color:#111111;display:block;width:312px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:150px;left:423px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:19px;top:186px;left:395px;overflow:hidden;display:block; }
#zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { color:#111111;display:block;width:312px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:186px;left:423px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container { background-color: transparent; background-image: none; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container > .video-iframe-container { display: none; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row > .video-iframe-container { display: none; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .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); }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container { border-width: 0; border-radius: 0; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container { font-size:14px;font-family:arial;height:801px;width:960px;position:relative;display:block; }#qk8L7mhaFvL8CTND0kQ0A4PKZOpHFJiz { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:43.96875px;left:0px;height:52.0078px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-form-header {  }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:380px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#124466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:380px;height:55px;font-family:"open sans";overflow:hidden; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .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:12px;font-weight:300;color:#000000;vertical-align:top;width:358px;overflow:hidden;font-style:normal;float:none; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-container:first-of-type{padding-top:0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-container:last-of-type{padding-bottom:0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15029;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:198px;left:269.9765625px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:380px;display:block;vertical-align:top; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi {display:block;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15029;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:198px;left:269.9765625px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #tArHcXbTymsN8exQFDNZU1mO2xtSQoTn { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #m1s0E4xfrJLn9Jui8nO7f30O1myIzO4n { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #nIXNVD4M4vPCsMLXiQMqgZkop0pnThtX { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #OMcZzqEz0KISTWGI5IVKh7nh9qLsm8LP { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #LsoFQfH5ISVXHltvMlCvRPuowGtJQ8Te { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ubzG7fbeBEwPQrpBcLnKKT9LDEN7zwxZ { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #arNN10Tiu112WoqWDHB6REPubdX0wZto { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #XI7TdzS7kgUruO1QZhI8nCSwHH0gur9w { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #gvFTbMFKebLalnIPmqXP8WWd6DGKQ0ew { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #lT8QQLaGeGZqsLiF2PyeoqwFce9EC0Qb { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #QkERy6O02NrwW5cn16rh4bsMezanxsZK { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #bygrfiT0s1vxfytsdiGi1clVCNC7XG9i { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #A9lqoxtIL1sQGclGrKTxN19KZsPCrpLG { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #DJN83QABDWFz5VTdyRPPdv9kCzVfTxeL { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ICkgHF6HFrNhra17ZBfZWlbz33s5Cw7c { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #R18QnR7TTDqs4q7WRJifRPwuPnQOZgBJ { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #zbWwEQPQx1EffkWRPfp9T9GOTW0ubFgJ { position:relative;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #b9c7HZNGhhLf84D1Mg6MD9nSligkBLXH { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #eLs0LM0aTsi2XOtHOObPoog0ah9qyXTi { position:relative; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #EPWS4tBKFHeLP3FQlp7TRrPcJvAIwQKn { position:relative; }
#rwVHOyOkIqNK0oX4w1ogZLzICM3I5odI { color:#ffffff;display:block;width:675px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:110.953125px;left:142.5px;height:55.1719px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124466;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { background-color: transparent; background-image: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .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); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { border-width: 0; border-radius: 0; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { font-size:14px;font-family:arial;height:201px;width:960px;position:relative;display:block; }#pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { color:#4f4f4f;display:block;width:267.988px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:32px;left:0px;height:31.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { color:#111111;display:block;width:484px;position:absolute;font-family:roboto;font-size:11px;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:82px;left:0px;height:49.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZbUbuynUEeU9IML71cIUoBfslu0efvr { color:#111111;display:block;width:366px;position:absolute;font-family:roboto;font-size:12px;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:168px;left:297px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:87px;left:758px;display:block; }
#MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:87px;left:835px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR { display:block; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-regular-label { width:398px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text { width:398px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-textarea { width:398px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select { width:398px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-button { width:398px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-checkbox-label { width:382px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW  { width:398px;height:132px;top:474px;left:326px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .radio-container { width:398px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW {display:block;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW { width:398px;height:132px;top:474px;left:326px; }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #TgraigPkAOXh3nGTdHKx26IpLfATF3OT {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #pTbUOhV8qdeFs6hoDHHDOw7lV4O2IMtN { display:none; }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #axmzGsLzbhNoKDhb9a8NNkvK5zTBT5HL {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #zwqJDARnDgqSofQz2PZDgaAdQwsOfchB {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #IKT8xlwgkBa7UhMf2cdTPPK2zvbg0mqf {  }
 }@media only screen and (max-width: 763px) { #OphlxIHqAHZpmORQMaUGpkgvBTGEqbbF { top:90px;left:0px;width:477px;height:675px;display:block; }
 }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:397px;height:132px;top:270px;left:367px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { top:430px;left:337px;width:427px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vbQa5ucGl3kwlZihDbt8hqylEprqSPEh { top:221px;left:337px;width:427px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { width:318px;height:115px;top:65px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { top:42px;left:297px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { width:217px;height:17px;top:42px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { width:311px;height:17px;top:78px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { top:77px;left:297px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { width:311px;height:17px;top:115px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Lzuftuw47im65gnx5pUUZ95Zk2de659U { top:114px;left:297px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { top:150px;left:297px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { width:311px;height:17px;top:150px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { top:186px;left:297px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { width:311px;height:17px;top:186px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP { display:block; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk8L7mhaFvL8CTND0kQ0A4PKZOpHFJiz { top:43px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-regular-label { width:380px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-textarea { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-button { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-checkbox-label { width:361px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi  { width:380px;height:auto;top:198px;left:171.9765625px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .radio-container { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi {display:block;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi { width:380px;height:auto;top:198px;left:171.9765625px; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #tArHcXbTymsN8exQFDNZU1mO2xtSQoTn {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #m1s0E4xfrJLn9Jui8nO7f30O1myIzO4n { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #nIXNVD4M4vPCsMLXiQMqgZkop0pnThtX {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #OMcZzqEz0KISTWGI5IVKh7nh9qLsm8LP {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #LsoFQfH5ISVXHltvMlCvRPuowGtJQ8Te { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ubzG7fbeBEwPQrpBcLnKKT9LDEN7zwxZ {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #arNN10Tiu112WoqWDHB6REPubdX0wZto {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #XI7TdzS7kgUruO1QZhI8nCSwHH0gur9w { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #gvFTbMFKebLalnIPmqXP8WWd6DGKQ0ew {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #lT8QQLaGeGZqsLiF2PyeoqwFce9EC0Qb {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #QkERy6O02NrwW5cn16rh4bsMezanxsZK { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #bygrfiT0s1vxfytsdiGi1clVCNC7XG9i {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #A9lqoxtIL1sQGclGrKTxN19KZsPCrpLG {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #DJN83QABDWFz5VTdyRPPdv9kCzVfTxeL { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ICkgHF6HFrNhra17ZBfZWlbz33s5Cw7c {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #R18QnR7TTDqs4q7WRJifRPwuPnQOZgBJ {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #zbWwEQPQx1EffkWRPfp9T9GOTW0ubFgJ { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #b9c7HZNGhhLf84D1Mg6MD9nSligkBLXH {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #eLs0LM0aTsi2XOtHOObPoog0ah9qyXTi {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #EPWS4tBKFHeLP3FQlp7TRrPcJvAIwQKn {  }
 }@media only screen and (max-width: 763px) { #rwVHOyOkIqNK0oX4w1ogZLzICM3I5odI { width:675px;height:55px;top:110px;left:44.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:267px;height:31px;top:32px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:483px;height:49px;top:82px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:365px;height:17px;top:168px;left:199px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { top:87px;left:660px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { top:87px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR { display:block; }#HOoaWy7GbRGW0xIIoRpTZBMZKtKtTdNR > .row .container { width:320px;height:1258.681018757365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-regular-label { width:220px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-textarea { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-input-button { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .widget-checkbox-label { width:204px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW  { width:220px;height:auto;top:611.47570800781px;left:30.000000953674px; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW .radio-container { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW {display:block;}#Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW { width:220px;height:auto;top:611.47570800781px;left:30.000000953674px; }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #TgraigPkAOXh3nGTdHKx26IpLfATF3OT {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #pTbUOhV8qdeFs6hoDHHDOw7lV4O2IMtN { display:none; }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #axmzGsLzbhNoKDhb9a8NNkvK5zTBT5HL {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #zwqJDARnDgqSofQz2PZDgaAdQwsOfchB {  }
 }@media only screen and (max-width: 763px) { #Bi5dRRV4CV1yBOr9kJ9hT75cXgxpTKVW #IKT8xlwgkBa7UhMf2cdTPPK2zvbg0mqf {  }
 }@media only screen and (max-width: 763px) { #OphlxIHqAHZpmORQMaUGpkgvBTGEqbbF { width:320px;height:452.83018867925px;top:739.47583007812px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:300.99px;height:207.8646px;top:89px;left:9px;text-align:left;text-align-last:left;font-size:63px;display:block; }
 }@media only screen and (max-width: 763px) { #eUJcmVBhW7zHSr7ItSWtgG1EKT8aS4WO { width:297.986px;height:47.9861px;top:316px;left:11px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbQa5ucGl3kwlZihDbt8hqylEprqSPEh { width:320px;height:0;top:1212.3060187574px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG { display:block; }#nvhx9XRf5PqlaTdQ5MOubsEe5norAxnG > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P61cNxK9vPEu7OWGwtwcWeDdKtvVxsHe { width:318.993px;height:115.156px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TCS5N77kPJtet33ia9BG0NbO3GTa3PNt { width:19px;height:19px;top:176px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OUrwTN54fIGJH1TRpThTeSl5Ridn8f40 { width:217.986px;height:16.7882px;top:176.49307250977px;left:51.006947517395px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V1JnMpcKCHPvTQyubfzy20Cbg1gFNxla { width:255.99px;height:16.7882px;top:222.08334350586px;left:51.006947517395px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hW58gkpHQN6mO0Lzh84AAOarr2DGTw8t { width:19px;height:19px;top:221px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PK4wxM7QGT7CkGstKFUsZybzskNkOfUK { width:266.997px;height:16.7882px;top:266.61459350586px;left:51.98611164093px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Lzuftuw47im65gnx5pUUZ95Zk2de659U { width:19px;height:19px;top:265.52084350586px;left:20.989584922791px;display:block; }
 }@media only screen and (max-width: 763px) { #t7RDMSJeyh03aqt6Wh1rZdW8H3LApoyV { width:19px;height:19px;top:308.71530151367px;left:20.989584922791px;display:block; }
 }@media only screen and (max-width: 763px) { #qizBstsmJLM9t8TX1KTztAq5QWFLC3QP { width:225.99px;height:16.7882px;top:309.80905151367px;left:51.006947517395px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xCqkRCqSPxiLD788fUfuLMWD1GcrWlv4 { width:19px;height:19px;top:355.92709350586px;left:20.989584922791px;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDGKzXWqIZOTTSGsAU19xpkAVKDIAl { width:256.997px;height:16.7882px;top:357.02084350586px;left:51.006947517395px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP { display:block; }#zbgI0TbcIgH3JpKO0yFTpeo2XPbt9qaP > .row .container { width:320px;height:826px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk8L7mhaFvL8CTND0kQ0A4PKZOpHFJiz { width:320px;height:124.74px;top:57px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-text {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-select {padding-top: 0; padding-bottom: 0;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi  { width:280px;height:auto;top:276.16848203125px;left:0px; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi {display:block;}#T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi { width:280px;height:auto;top:276.16328203125px;left:0px; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #tArHcXbTymsN8exQFDNZU1mO2xtSQoTn {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #m1s0E4xfrJLn9Jui8nO7f30O1myIzO4n { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #nIXNVD4M4vPCsMLXiQMqgZkop0pnThtX {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #OMcZzqEz0KISTWGI5IVKh7nh9qLsm8LP {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #LsoFQfH5ISVXHltvMlCvRPuowGtJQ8Te { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ubzG7fbeBEwPQrpBcLnKKT9LDEN7zwxZ {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #arNN10Tiu112WoqWDHB6REPubdX0wZto {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #XI7TdzS7kgUruO1QZhI8nCSwHH0gur9w { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #gvFTbMFKebLalnIPmqXP8WWd6DGKQ0ew {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #lT8QQLaGeGZqsLiF2PyeoqwFce9EC0Qb {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #QkERy6O02NrwW5cn16rh4bsMezanxsZK { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #bygrfiT0s1vxfytsdiGi1clVCNC7XG9i {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #A9lqoxtIL1sQGclGrKTxN19KZsPCrpLG {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #DJN83QABDWFz5VTdyRPPdv9kCzVfTxeL { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #ICkgHF6HFrNhra17ZBfZWlbz33s5Cw7c {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #R18QnR7TTDqs4q7WRJifRPwuPnQOZgBJ {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #zbWwEQPQx1EffkWRPfp9T9GOTW0ubFgJ { display:block; }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #b9c7HZNGhhLf84D1Mg6MD9nSligkBLXH {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #eLs0LM0aTsi2XOtHOObPoog0ah9qyXTi {  }
 }@media only screen and (max-width: 763px) { #T8VyPQxZuLniWg7aJ97DMH4mp4XcAtpi #EPWS4tBKFHeLP3FQlp7TRrPcJvAIwQKn {  }
 }@media only screen and (max-width: 763px) { #rwVHOyOkIqNK0oX4w1ogZLzICM3I5odI { width:320px;height:0;top:200.99658203125px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:320px;height:33.5938px;top:62px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:298px;height:82.552px;top:119px;left:11px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:320px;height:17.9861px;top:309px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { width:50px;height:50px;top:239px;left:87px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { width:50px;height:50px;top:239px;left:176px;font-size:35px;display:block; }
 }