.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #ffffff, rgba(183,142,48,0.39));background-image: -moz-linear-gradient(199deg, #ffffff, rgba(183,142,48,0.39));background-image: -ms-linear-gradient(199deg, #ffffff, rgba(183,142,48,0.39));background-image: -o-linear-gradient(199deg, #ffffff, rgba(183,142,48,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#63b78e30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#63b78e30' );";background-image: linear-gradient(199deg, #ffffff, rgba(183,142,48,0.39));background-size:auto !important;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); }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO { position:relative;display:block; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO { background-color: transparent; background-image: none; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row .container > .video-iframe-container { display: none; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row > .video-iframe-container { display: none; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .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); }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO { border-width: 0; border-radius: 0; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.6875rem;width:60rem;position:relative;display:block; }#ytNCw8yg4JSvvRMJELCduIFbo0uQb6Ma { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.5) ;height:11.875rem;width:30.25rem;top:80.125rem;left:14.875rem;overflow:hidden;display:block; }
#DoSAH2B76TQ9z7Ti3dVJ7CeHqgs8OFCa { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.5) ;height:11.875rem;width:30.25rem;top:63.4375rem;left:14.875rem;overflow:hidden;display:block; }
#C68d7o4HxFoCa8xSicrT6WbteTMSsRrn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:12.125rem;display:none; }
#SOyPrBVuz1F4UEVWeLTAbT2rITWUc3Of { position:absolute;display:block;z-index:100015;height:4.25rem;width:7.5625rem;top:35.01953125rem;left:0rem;display:block; }
#M7z1nkiasP8M9vatqF5a9Lv3etCPgv9P { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:17.1875rem;top:1rem;left:41.040948275862rem;overflow:hidden;display:block; }
#LkEtCd9wlSJurk9cuPCO0GyT7ofuBnWT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SaJqaKHcFl7ukGFiiu8E7d4HlZIfTDUA { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.4375rem;width:48.6875rem;top:32.5rem;left:5.65625rem;overflow:hidden;display:block; }
#WtUKRRWvqhhVNqW7zUmgcVIPzlvVty3e { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"ibm plex serif";font-size:3.375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.9375rem;left:20.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pf3rpXKzUGNIw7wxOHkbVnQn3Llk5tRw { color:#ffffff;display:block;width:37rem;position:absolute;font-family:"ibm plex serif";font-size:6.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.78125rem;left:5.875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFtWBEgIS6UKXXrtfXzmICRTmR9BsLE7 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex serif";font-size:3.375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.625rem;left:12.03125rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IkevOqHrB36Dmzc4WwBGEUAJJ7RHhJtL { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"ibm plex serif";font-size:6.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.6875rem;left:25.4375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r06xJ5uVC60D81HVfzET3rShkR0OXXPN { position:relative;display:block; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN { background-color: transparent; background-image: none; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row .container > .video-iframe-container { display: none; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row > .video-iframe-container { display: none; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .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); }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN { border-width: 0; border-radius: 0; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:114.0625rem;width:60rem;position:relative;display:block; }#uHOf2eG1Ifhn1Ji3dT6hwmDEO99T6TP0 { position:absolute;display:block;z-index:100026;background-color:#1d3a8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.375rem;width:47.75rem;top:0rem;left:6.125rem;display:block; }
#lhusS0SSuvX50rF5IWvSreRHmI8mcb8T { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:21.3125rem;top:1.375rem;left:9.5625rem;overflow:hidden;display:block; }
#hmxhBWU8VCsO7mQP0HtGOoeVKmZK2lMh { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"ibm plex sans";font-size:2.8125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.875rem;left:9.5625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLcfOSJniSHwl0aTcvbFMrvJNiVRJTb7 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.75rem;width:35rem;top:10.53125rem;left:12.5rem;overflow:hidden;display:block; }
#Tbsa1a3mqtd0qEtePBxrZ8BQCdODtcfd { color:#2e50a7;display:block;width:4.499025rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:34.375rem;left:9.6875rem;height:4.46875rem;font-style:normal;display:block; }
#lTfB8lqleoMsETe27EKyTciu12odWUQX { color:#2e50a7;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:36.125rem;left:14.25rem;height:8.0434375rem;font-style:normal;display:block; }
#vXZFPTBT03Pd2gS2chgTGdCGtkKbFHVX { box-sizing:content-box;color:#1d3a8f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:46.9375rem;left:14.1875rem;display:block; }
#a1dDUAllgwxLmE75VTMvCNzBvcT4w7qN { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:46.6875rem;left:17rem;height:4.38671875rem;font-style:normal;display:block; }
#Te3HIpMGsqgFofyiZMVxUXRztame1qQx { color:#2e50a7;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:42rem;left:32.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#fmsTEg9Riqb27w1puiopIIyRXL9XD0Zw { box-sizing:content-box;color:#1d3a8f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:52.3125rem;left:14.25rem;display:block; }
#GvmNHzX3XFMfuKGhKrlEVEx4L2sZTEwA { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:52.125rem;left:17rem;height:4.38671875rem;font-style:normal;display:block; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-form-header { font-size:0.75rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;color:#000000;width:36.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.5; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;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:36.375rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;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:36.375rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;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:36.375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-button { background-color:#1d3a8f;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.0625rem;font-weight:700;color:#ffffff;width:36.375rem;height:4.375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]:-moz-placeholder { color:#000000;font-family:"source sans pro";font-size:1.25rem;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]::-moz-placeholder { color:#000000;font-family:"source sans pro";font-size:1.25rem;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"source sans pro";font-size:1.25rem;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"source sans pro";font-size:1.25rem;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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.9375rem;font-weight:300;color:#000000;vertical-align:top;width:35.125rem;overflow:hidden;font-style:normal;float:none; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.3125rem;vertical-align:middle;font-family:"source sans pro";font-size:1.375rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:first-of-type{padding-top:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:last-of-type{padding-bottom:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd  { background-color:rgba(255,255,255,0.49);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.375rem;height:auto;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:10.375rem;top:58.5654296875rem;z-index:100029;position:absolute; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.375rem;display:block;vertical-align:top; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd {display:block;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd { background-color:rgba(255,255,255,0.49);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.375rem;height:auto;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:10.375rem;top:58.5654296875rem;z-index:100029;position:absolute; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 .container-column{width:50%;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OoSMkD15cTZZEwWpL6pFEzKp630XnsVG { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #RTfM6ygfWDVwOGNXHabB5ueEmVBSO6wD { position:relative;z-index:2; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #KwCgcLp2pmer57usgErSgyzag0u6dlLX { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #IKiRTWg7ARVuBbvarIyD7gy5PRm0w9Eq { position:relative;z-index:2; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TpkxpKnuqsceJW4nOT678sN8hKaErDIZ { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JbXlo1p3k0h076glW9NJf2y9hCkiApuT { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #u6NtWF3Uc9SBCopTIZt6LC53FlzQ4wRh { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #DdXGrmFeZWQ9Bi50reVsmVOpHTmd20aw { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eaRV8eKewaTKqwLEccuzeTyZts8v2frf { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QSDdK6NTJL9GglwUM3SCcTkKHzRx762h { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #StUIlcx9nyPybNt5uz2bf5maRxUrWnXG { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #p1TcbkDPuqZohEIlhklGeVsawstoDEsn { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OuVhpCEO1QHk78FPGCuGTR2EWiKcggk0 { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #mUDqb8oiNSg3dtyv9RQKxpTHzASuovi1 { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #UEnse6hwMaugUbhozfR9DN1Oo76vNIl4 { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eiPelPtbQ8IgFWo4BZfSEIyz572rTBux { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #ossBTrigPGv5wSnnZ4f6uiDOr0oPvn0P { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nd2aNHTdZunMBGpa86MxmPuOtaVvrJKu { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JqRQ7EgVyPt5cy7Z2RImr0qzT8nXifyO { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Whu6B8tLUBTJRZWKP8lVZzXdAyZ2MEOh { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Qdqg4L3nhAIFsWgPm8TrxJTX7UGSt7hu { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #fXcd9zw5ZP0GZo4C36MJJGUpHWqRzhrQ { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #avTZBTlJk2lxZiSc0ESKv2K03BZS2HrZ { position:relative; }
#t9AZQF6GgqxKPoP82BZBBfA8V8GZHtwB { position:relative;display:block; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #po7SnXQvVbUls35EwT2fKCUaFk7VOMsV { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TIIkhbrNTCsTsdBK3khfZu02MTpVdTop { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #vNg6rvmkCI69uXBJUSM8EutmnHtuH60n { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #FUUncdZrHVHM0uNel1Zzbzyb0swwCTII { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #So1k4glh5BEebgZZiNqz2iVfbic8TJED { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #y3PZsJ7VewUXBDKkK4dW1gdylfiwMXEO { position:relative; }
#P8bQJAxxICGJdSCgZqaSopG7dZo41172 { position:relative;display:block; }
#O78MIFJTVbvvqIR3IMTOnEos2nMkiTQU { position:relative;display:block; }
#CshU3ULEwHVLD7ueC9RICnxMki823IHV { position:relative;display:block; }
#TQpoeh7xkrLoyum2PrLg8UIi5mr4O5Jo { position:relative;display:block; }
#MqSriUEWpAI1U3HFQEVK4yfrLgPb9sRm { position:relative;display:block; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Rn6zAuzsvX7ucUrLkXmcZe80xbixKf9T { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Sc2rt5D9SlBJ9ZE9QrtTTGqX2vpc3amo { position:relative;z-index:2; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QAQe3z75FTCeRaIMnIlGKPd2hnmvwQwb { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nKJ3k84OdzEDtNsO3g6OXEm3ShlLP2ke { position:relative; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TT86w4KIyI8DLHQDK24srfcUiD3E0yfK { position:relative; }
#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP { position:relative;display:block; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP { background-color: transparent; background-image: none; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row .container > .video-iframe-container { display: none; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row > .video-iframe-container { display: none; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .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); }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP { border-width: 0; border-radius: 0; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#sCwywtwHvf11Tgh3GKl8BZp4OC7u9e7h { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:1.9375rem;left:25.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#depkOtBSwcvWeC8Q0G9uFcal6WSA5A28 { box-sizing:content-box;color:#1d3a8f;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1.5rem;left:33.9375rem;display:block; }
#UuaaT3EdcgIfdBZGRNTE8T23gTsRp05k { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.75rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:8rem;left:10.0625rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { position:relative;display:block; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { background-color: transparent; background-image: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container > .video-iframe-container { display: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row > .video-iframe-container { display: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .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); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { border-width: 0; border-radius: 0; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1d3a8f;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#SkWH63IXJvWat8wnuJmWlo9IUh7qydWk { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:12.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 959px) { #u5RelKLsQH2KKzDVnX6KyatkRocxBSkO { display:block; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row .container { width:47.75rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ytNCw8yg4JSvvRMJELCduIFbo0uQb6Ma { width:30.1875rem;height:11.8125rem;top:69.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DoSAH2B76TQ9z7Ti3dVJ7CeHqgs8OFCa { width:30.1875rem;height:11.8125rem;top:53.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #C68d7o4HxFoCa8xSicrT6WbteTMSsRrn { width:12.5rem;height:11.9375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #SOyPrBVuz1F4UEVWeLTAbT2rITWUc3Of { width:7.5625rem;height:4.25rem;top:19.625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M7z1nkiasP8M9vatqF5a9Lv3etCPgv9P { width:13.625rem;height:2.5625rem;top:1.0625rem;left:32.910984848485rem;display:block; }
 }@media only screen and (max-width: 959px) { #LkEtCd9wlSJurk9cuPCO0GyT7ofuBnWT { width:47.75rem;height:33.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SaJqaKHcFl7ukGFiiu8E7d4HlZIfTDUA { width:37.0625rem;height:20rem;top:29.1875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WtUKRRWvqhhVNqW7zUmgcVIPzlvVty3e { width:26.8125rem;height:4.38720625rem;top:11.25rem;left:14.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pf3rpXKzUGNIw7wxOHkbVnQn3Llk5tRw { width:37rem;height:8.125rem;top:14.0625rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #SFtWBEgIS6UKXXrtfXzmICRTmR9BsLE7 { width:15.3125rem;height:4.38720625rem;top:23.9375rem;left:5.90625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IkevOqHrB36Dmzc4WwBGEUAJJ7RHhJtL { width:27.25rem;height:8.125rem;top:21rem;left:19.3125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #r06xJ5uVC60D81HVfzET3rShkR0OXXPN { display:block; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row .container { width:47.75rem;height:104.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uHOf2eG1Ifhn1Ji3dT6hwmDEO99T6TP0 { top:0rem;left:0rem;width:47.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lhusS0SSuvX50rF5IWvSreRHmI8mcb8T { top:1.375rem;left:3.4375rem;width:21.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 959px) { #hmxhBWU8VCsO7mQP0HtGOoeVKmZK2lMh { top:6.875rem;left:3.4375rem;width:34.8125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LLcfOSJniSHwl0aTcvbFMrvJNiVRJTb7 { top:10.5rem;left:6.375rem;width:35rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tbsa1a3mqtd0qEtePBxrZ8BQCdODtcfd { top:33.8125rem;left:3.0625rem;width:4.4375rem;height:5.28125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lTfB8lqleoMsETe27EKyTciu12odWUQX { top:36.125rem;left:8.125rem;width:36.125rem;height:8.0434375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vXZFPTBT03Pd2gS2chgTGdCGtkKbFHVX { top:46.625rem;left:8.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #a1dDUAllgwxLmE75VTMvCNzBvcT4w7qN { top:46.375rem;left:10.875rem;width:28.9375rem;height:4.38671875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Te3HIpMGsqgFofyiZMVxUXRztame1qQx { top:42.1875rem;left:26.125rem;width:11.0625rem;height:1.76855625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fmsTEg9Riqb27w1puiopIIyRXL9XD0Zw { top:52rem;left:8.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GvmNHzX3XFMfuKGhKrlEVEx4L2sZTEwA { top:51.8125rem;left:10.875rem;width:26.9375rem;height:4.38671875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-regular-label { width:34.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-textarea { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-button { width:34.0625rem;margin-top:0.25rem;margin-right:16.0625rem;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden;height:3.375rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-checkbox-label { width:32.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;color:#000000; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:first-of-type{padding-top:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:last-of-type{padding-bottom:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd  { width:34.0625rem;height:auto;top:58.375rem;left:5.4375rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .radio-container { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd {display:block;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd { width:34.0625rem;height:auto;top:58.375rem;left:5.4375rem; }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 {  }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 .container-column{width:50%;} }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OoSMkD15cTZZEwWpL6pFEzKp630XnsVG {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #RTfM6ygfWDVwOGNXHabB5ueEmVBSO6wD {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #KwCgcLp2pmer57usgErSgyzag0u6dlLX {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #IKiRTWg7ARVuBbvarIyD7gy5PRm0w9Eq {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TpkxpKnuqsceJW4nOT678sN8hKaErDIZ {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JbXlo1p3k0h076glW9NJf2y9hCkiApuT {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #u6NtWF3Uc9SBCopTIZt6LC53FlzQ4wRh {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #DdXGrmFeZWQ9Bi50reVsmVOpHTmd20aw {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eaRV8eKewaTKqwLEccuzeTyZts8v2frf {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QSDdK6NTJL9GglwUM3SCcTkKHzRx762h {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #StUIlcx9nyPybNt5uz2bf5maRxUrWnXG {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #p1TcbkDPuqZohEIlhklGeVsawstoDEsn {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OuVhpCEO1QHk78FPGCuGTR2EWiKcggk0 {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #mUDqb8oiNSg3dtyv9RQKxpTHzASuovi1 {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #UEnse6hwMaugUbhozfR9DN1Oo76vNIl4 {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eiPelPtbQ8IgFWo4BZfSEIyz572rTBux {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #ossBTrigPGv5wSnnZ4f6uiDOr0oPvn0P {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nd2aNHTdZunMBGpa86MxmPuOtaVvrJKu {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JqRQ7EgVyPt5cy7Z2RImr0qzT8nXifyO {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Whu6B8tLUBTJRZWKP8lVZzXdAyZ2MEOh {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Qdqg4L3nhAIFsWgPm8TrxJTX7UGSt7hu {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #fXcd9zw5ZP0GZo4C36MJJGUpHWqRzhrQ {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #avTZBTlJk2lxZiSc0ESKv2K03BZS2HrZ {  }
 }@media only screen and (max-width: 959px) { #t9AZQF6GgqxKPoP82BZBBfA8V8GZHtwB { display:block; }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #po7SnXQvVbUls35EwT2fKCUaFk7VOMsV {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TIIkhbrNTCsTsdBK3khfZu02MTpVdTop {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #vNg6rvmkCI69uXBJUSM8EutmnHtuH60n {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #FUUncdZrHVHM0uNel1Zzbzyb0swwCTII {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #So1k4glh5BEebgZZiNqz2iVfbic8TJED {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #y3PZsJ7VewUXBDKkK4dW1gdylfiwMXEO {  }
 }@media only screen and (max-width: 959px) { #P8bQJAxxICGJdSCgZqaSopG7dZo41172 { display:block; }
 }@media only screen and (max-width: 959px) { #O78MIFJTVbvvqIR3IMTOnEos2nMkiTQU { display:block; }
 }@media only screen and (max-width: 959px) { #CshU3ULEwHVLD7ueC9RICnxMki823IHV { display:block; }
 }@media only screen and (max-width: 959px) { #TQpoeh7xkrLoyum2PrLg8UIi5mr4O5Jo { display:block; }
 }@media only screen and (max-width: 959px) { #MqSriUEWpAI1U3HFQEVK4yfrLgPb9sRm { display:block; }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Rn6zAuzsvX7ucUrLkXmcZe80xbixKf9T {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Sc2rt5D9SlBJ9ZE9QrtTTGqX2vpc3amo {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QAQe3z75FTCeRaIMnIlGKPd2hnmvwQwb {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nKJ3k84OdzEDtNsO3g6OXEm3ShlLP2ke {  }
 }@media only screen and (max-width: 959px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TT86w4KIyI8DLHQDK24srfcUiD3E0yfK {  }
 }@media only screen and (max-width: 959px) { #d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP { display:block; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sCwywtwHvf11Tgh3GKl8BZp4OC7u9e7h { width:14.125rem;height:2.03125rem;top:1.25rem;left:16.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #depkOtBSwcvWeC8Q0G9uFcal6WSA5A28 { width:3.125rem;height:3.125rem;top:0.703125rem;left:27rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UuaaT3EdcgIfdBZGRNTE8T23gTsRp05k { width:39.875rem;height:2.3374rem;top:89.1875rem;left:5.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { display:block; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { background-color: transparent; background-image: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container > .video-iframe-container { display: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row > .video-iframe-container { display: none; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .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); }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container { width:47.75rem;height:7.1875rem;background-color:#1d3a8f;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SkWH63IXJvWat8wnuJmWlo9IUh7qydWk { width:47.7480625rem;height:4.5122rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #u5RelKLsQH2KKzDVnX6KyatkRocxBSkO { display:block; }#u5RelKLsQH2KKzDVnX6KyatkRocxBSkO > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytNCw8yg4JSvvRMJELCduIFbo0uQb6Ma { width:18.125rem;height:7.0625rem;top:39.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSAH2B76TQ9z7Ti3dVJ7CeHqgs8OFCa { width:17.75rem;height:6.9375rem;top:30.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68d7o4HxFoCa8xSicrT6WbteTMSsRrn { top:0rem;left:0rem;width:20rem;height:19.1875rem;z-index:100018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SOyPrBVuz1F4UEVWeLTAbT2rITWUc3Of { width:4.5625rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7z1nkiasP8M9vatqF5a9Lv3etCPgv9P { width:8.125rem;height:1.625rem;top:8.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkEtCd9wlSJurk9cuPCO0GyT7ofuBnWT { width:20rem;height:13.895833333333rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaJqaKHcFl7ukGFiiu8E7d4HlZIfTDUA { width:20rem;height:10.86rem;top:17.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtUKRRWvqhhVNqW7zUmgcVIPzlvVty3e { width:20rem;height:2.4375rem;top:6.349609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3rpXKzUGNIw7wxOHkbVnQn3Llk5tRw { width:20rem;height:3.25rem;top:8.69921875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFtWBEgIS6UKXXrtfXzmICRTmR9BsLE7 { width:15.3125rem;height:2.4375rem;top:11.861328125rem;left:2.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkevOqHrB36Dmzc4WwBGEUAJJ7RHhJtL { width:20rem;height:3.25rem;top:14.2734375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r06xJ5uVC60D81HVfzET3rShkR0OXXPN { display:block; }#r06xJ5uVC60D81HVfzET3rShkR0OXXPN > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHOf2eG1Ifhn1Ji3dT6hwmDEO99T6TP0 { width:20rem;height:14.375rem;top:1.25rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #lhusS0SSuvX50rF5IWvSreRHmI8mcb8T { width:20rem;height:3.7536656891496rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmxhBWU8VCsO7mQP0HtGOoeVKmZK2lMh { width:20rem;height:2.11230625rem;top:8.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLcfOSJniSHwl0aTcvbFMrvJNiVRJTb7 { width:20rem;height:14.142857142857rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbsa1a3mqtd0qEtePBxrZ8BQCdODtcfd { width:4.4375rem;height:2.5996125rem;top:25.8916015625rem;left:0.6875rem;font-size:2rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #lTfB8lqleoMsETe27EKyTciu12odWUQX { width:19rem;height:7.7988125rem;top:28.4912109375rem;left:0.5rem;font-size:1.5rem;z-index:100023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXZFPTBT03Pd2gS2chgTGdCGtkKbFHVX { width:1.875rem;height:1.875rem;top:39.75rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1dDUAllgwxLmE75VTMvCNzBvcT4w7qN { width:14.375rem;height:2.76171875rem;top:39.744140625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3HIpMGsqgFofyiZMVxUXRztame1qQx { width:11.0625rem;height:1.625rem;top:36.4755859375rem;left:4.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmsTEg9Riqb27w1puiopIIyRXL9XD0Zw { width:1.875rem;height:1.875rem;top:43.630859375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvmNHzX3XFMfuKGhKrlEVEx4L2sZTEwA { width:15.25rem;height:2.76171875rem;top:43.755859375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-form-header { font-size:0.75rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.125rem;font-weight:300;color:#000000;width:17.125rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.7; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text { background-color:rgba(251,251,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #2e50a7;border-left:0.125rem solid #2e50a7;border-right:0.125rem solid #2e50a7;border-bottom:0.125rem solid #2e50a7;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.125rem;box-sizing:border-box;height:3.5625rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-textarea { background-color:rgba(251,251,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #2e50a7;border-left:0.125rem solid #2e50a7;border-right:0.125rem solid #2e50a7;border-bottom:0.125rem solid #2e50a7;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.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;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.125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-input-button { background-color:#0e003c;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.4375rem;font-weight:bold;color:#ffffff;width:17.125rem;height:3.75rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);line-height:1; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.0625rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.0625rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1.0625rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1.0625rem; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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:"source serif pro";line-height:1.3;font-size:0.9375rem;font-weight:400;color:#23317e;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal;float:none; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .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; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:"open sans";font-size:1.0625rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:first-of-type{padding-top:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-container:last-of-type{padding-bottom:0;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;font-size:0.75rem;left:0rem;top:47.517578125rem;z-index:100001; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd {display:block;}#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0.1875rem solid #2e50a7;border-left:0.1875rem solid #2e50a7;border-right:0.1875rem solid #2e50a7;border-bottom:0.1875rem solid #2e50a7;font-size:0.75rem;left:0rem;top:47.517578125rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 {  }
#alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #V0BST34RTu1i4lOHUpryC1CBbBzgHLV7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OoSMkD15cTZZEwWpL6pFEzKp630XnsVG {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #RTfM6ygfWDVwOGNXHabB5ueEmVBSO6wD {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #KwCgcLp2pmer57usgErSgyzag0u6dlLX {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #IKiRTWg7ARVuBbvarIyD7gy5PRm0w9Eq {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TpkxpKnuqsceJW4nOT678sN8hKaErDIZ {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JbXlo1p3k0h076glW9NJf2y9hCkiApuT {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #u6NtWF3Uc9SBCopTIZt6LC53FlzQ4wRh {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #DdXGrmFeZWQ9Bi50reVsmVOpHTmd20aw {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eaRV8eKewaTKqwLEccuzeTyZts8v2frf {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QSDdK6NTJL9GglwUM3SCcTkKHzRx762h {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #StUIlcx9nyPybNt5uz2bf5maRxUrWnXG {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #p1TcbkDPuqZohEIlhklGeVsawstoDEsn {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #OuVhpCEO1QHk78FPGCuGTR2EWiKcggk0 {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #mUDqb8oiNSg3dtyv9RQKxpTHzASuovi1 {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #UEnse6hwMaugUbhozfR9DN1Oo76vNIl4 {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #eiPelPtbQ8IgFWo4BZfSEIyz572rTBux {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #ossBTrigPGv5wSnnZ4f6uiDOr0oPvn0P {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nd2aNHTdZunMBGpa86MxmPuOtaVvrJKu {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #JqRQ7EgVyPt5cy7Z2RImr0qzT8nXifyO {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Whu6B8tLUBTJRZWKP8lVZzXdAyZ2MEOh {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Qdqg4L3nhAIFsWgPm8TrxJTX7UGSt7hu {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #fXcd9zw5ZP0GZo4C36MJJGUpHWqRzhrQ {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #avTZBTlJk2lxZiSc0ESKv2K03BZS2HrZ {  }
 }@media only screen and (max-width: 763px) { #t9AZQF6GgqxKPoP82BZBBfA8V8GZHtwB { display:block; }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #po7SnXQvVbUls35EwT2fKCUaFk7VOMsV {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TIIkhbrNTCsTsdBK3khfZu02MTpVdTop {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #vNg6rvmkCI69uXBJUSM8EutmnHtuH60n {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #FUUncdZrHVHM0uNel1Zzbzyb0swwCTII {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #So1k4glh5BEebgZZiNqz2iVfbic8TJED {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #y3PZsJ7VewUXBDKkK4dW1gdylfiwMXEO {  }
 }@media only screen and (max-width: 763px) { #P8bQJAxxICGJdSCgZqaSopG7dZo41172 { display:block; }
 }@media only screen and (max-width: 763px) { #O78MIFJTVbvvqIR3IMTOnEos2nMkiTQU { display:block; }
 }@media only screen and (max-width: 763px) { #CshU3ULEwHVLD7ueC9RICnxMki823IHV { display:block; }
 }@media only screen and (max-width: 763px) { #TQpoeh7xkrLoyum2PrLg8UIi5mr4O5Jo { display:block; }
 }@media only screen and (max-width: 763px) { #MqSriUEWpAI1U3HFQEVK4yfrLgPb9sRm { display:block; }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Rn6zAuzsvX7ucUrLkXmcZe80xbixKf9T {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #Sc2rt5D9SlBJ9ZE9QrtTTGqX2vpc3amo {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #QAQe3z75FTCeRaIMnIlGKPd2hnmvwQwb {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #nKJ3k84OdzEDtNsO3g6OXEm3ShlLP2ke {  }
 }@media only screen and (max-width: 763px) { #alaQX5rB13wyv8UfyXyTVazKZ54d8Gdd #TT86w4KIyI8DLHQDK24srfcUiD3E0yfK {  }
 }@media only screen and (max-width: 763px) { #d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP { display:block; }#d1sTaWGzFxryk9MVy3WGzr3TBlKVKeVP > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCwywtwHvf11Tgh3GKl8BZp4OC7u9e7h { width:12rem;height:2.03125rem;top:1.1875rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #depkOtBSwcvWeC8Q0G9uFcal6WSA5A28 { width:3.125rem;height:3.125rem;top:0.625rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaaT3EdcgIfdBZGRNTE8T23gTsRp05k { width:20rem;height:4.0625rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt { display:block; }#PUs5rUB0tnxeOJ12MciCBGxv1FKPwuVt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkWH63IXJvWat8wnuJmWlo9IUh7qydWk { width:20rem;height:3.89941875rem;top:2.3935546875rem;left:0rem;font-size:1rem;display:block; }
 }