.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e2cd;background-image:url("https://images.assets-landingi.com/soZ9eH71/canada_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#X3vkUWe9Q4ZetG3XRTXPQTG2G0dpEQn8 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100020;line-height:1.5;letter-spacing:0;top:19.25rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#bSm2v4ibWlNDun18tKXL3pysu45exMi8 { color:#000000;display:block;width:31rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:7.3437504768369rem;left:0rem;height:13.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-form-header {  }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.125rem;font-weight:bold;color:#000000;width:24.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:24.375rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#c53e46;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: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.25rem;font-weight:bold;color:#ffffff;width:24.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23rem;overflow:hidden;font-style:normal; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .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; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:"open sans";font-size:1.125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container:first-of-type{padding-top:0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container:last-of-type{padding-bottom:0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0.0625rem solid #eaa8ac;border-left:0.0625rem solid #eaa8ac;border-right:0.0625rem solid #eaa8ac;border-bottom:0.0625rem solid #eaa8ac;z-index:100001;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:7.34375rem;left:33.000001907349rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP {display:block;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0.0625rem solid #eaa8ac;border-left:0.0625rem solid #eaa8ac;border-right:0.0625rem solid #eaa8ac;border-bottom:0.0625rem solid #eaa8ac;z-index:100001;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:7.34375rem;left:33.000001907349rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #ahoKc9RVRHGAfqPcSHJgS3OvMyrqTNMW { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XpoViOeFS9oM4waeKaIJDfGatkJvZygS { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #VEN4S45zKU0vgyrRCT92LyFWsHH1z9yG { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #iU2v1t1w1bL5ziX8FWdkNDO3Lf7rg8bT { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qHDqAIXP8Vtco14GvQERFLy6TAsxzBOy { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #I5zT15pVcO2iqlDi2XQ1If0w3n1hZKTG { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #DfEl8FZvNu5mxsTHUdqLmIT82FoV2F8T { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qxLqVTEDNGN8kLiUFAoNM92U6dL5WDUr { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #SCNHiNqETpwEDptmDOw2XC1Qmv0d3dVs { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #bW68QPcWxJqlAWM9kUfBHrOCF4GS3sVp { position:relative; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XkAc42TVHp8aUtLiDRnVBKm8zXgCcANc { position:relative; }
#WOZgDsbMuZnDN0sDZcfe7LZ8TIDWVHkC { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.875rem;width:5.875rem;top:25.849609375rem;left:0rem;overflow:hidden;display:block; }
#kmHIzCcAUWuGV9TOLx7RVn4P7Ix0TfNO { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.875rem;width:5.875rem;top:25.849609375rem;left:7.625rem;overflow:hidden;display:block; }
#hZywuC21DvHTMzwniJZOHT3LrZoFnZdi { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:6.1875rem;top:25.693359375rem;left:15.375rem;overflow:hidden;display:block; }
#QPkL4pLgNZeq4doZUVAZfhNWAS51fFfL { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:13.9375rem;top:0.875rem;left:23.03125rem;overflow:hidden;display:block; }
#q9e081QQwgMXtWSzFSMliZlbfdpEiD7B { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:13.9375rem;top:0.875rem;left:23.03125rem;overflow:hidden;display:none; }
#iBQLS0A2rCJQw16yDza2IaTcx2uw57Xs { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.875rem;width:5.875rem;top:33.000002622604rem;left:0rem;overflow:hidden;display:block; }
#DonI4FwNNILHuJbM4ur9smybfi3SaqP6 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.875rem;width:5.875rem;top:33.000002622604rem;left:7.625rem;overflow:hidden;display:block; }
#fd7EWUpJ7iDQ0vJx5qnXJHlGoXFii1RI { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:6.1875rem;top:32.843751907349rem;left:15.375rem;overflow:hidden;display:block; }
#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T { position:relative;display:block; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T { background-color: transparent; background-image: none; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row .container > .video-iframe-container { display: none; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row > .video-iframe-container { display: none; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .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); }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T { border-width: 0; border-radius: 0; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .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:38.6875rem;width:60rem;position:relative;display:block; }#PO5PFU9MgrlNCt0p4CzmNcapnRNAtTQl { position:absolute;display:block;z-index:100003;background-color:#fcf2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(197,62,70,0.51);border-left:0.0625rem solid rgba(197,62,70,0.51);border-right:0.0625rem solid rgba(197,62,70,0.51);border-bottom:0.0625rem solid rgba(197,62,70,0.51);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.75rem;width:56.375rem;top:2.919921875rem;left:1.8125rem;display:block; }
#rvAMRIdl31afAFW8xhFecr8xwGaZvgX8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:4.05712890625rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#uyx14iByDw327VBgMACJakuTyaTTAUvS { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:9.0750000476837rem;left:3.8125rem;overflow:hidden;display:block; }
#cuaNFNQB8XvQyKu6qNZxwBWuqkid1fri { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:9.7812528610231rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rcWT9hy4q2iFlu6KtC3JPPO1gLFoxh1v { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:14.35498046875rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#sB3TCqGxlBthdUZfu7HgcH19xr7ZHqEt { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:18.71875rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GLp4VDyA1Wzlf00mioZL82cgV43T36kT { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:23.125rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nAsn4Dgy4MbLkTMTWEsXn6qTyF5GJS9A { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:27.5419921875rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#xTT3sv7TMMaZKsBn0k8omvVryvRcMVlW { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:32.1953125rem;left:8.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cTRyPwTRUxKzdvxzuGTPkqoqq8OrMnQ8 { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:13.47998046875rem;left:3.8125rem;overflow:hidden;display:block; }
#PFCMaoCGEeayr8ddtgtiQkLRPctLP9Gc { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:17.84375rem;left:3.8125rem;overflow:hidden;display:block; }
#LtesR6hdeg1ixVkMFUpp0B5ZqKCTJTfn { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:22.25rem;left:3.8125rem;overflow:hidden;display:block; }
#NEfmlGiO1q8c7OWTSRIGJDvMXSePmyGR { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:26.6669921875rem;left:3.8125rem;overflow:hidden;display:block; }
#cTxkRXBJ29bfMh5wKRkVsnJR5BSSvLd5 { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid rgba(255,132,94,0.49);border-left:0.0625rem solid rgba(255,132,94,0.49);border-right:0.0625rem solid rgba(255,132,94,0.49);border-bottom:0.0625rem solid rgba(255,132,94,0.49);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:3.25rem;width:3.25rem;top:31.3203125rem;left:3.8125rem;overflow:hidden;display:block; }
#vQg8VlqgDITWCvOwJXJ8ltoXbMXpOdqO { position:absolute;display:block;z-index:100001;background-color:rgba(255,250,250,0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(197,62,70,0.51);border-left:0.0625rem solid rgba(197,62,70,0.51);border-right:0.0625rem solid rgba(197,62,70,0.51);border-bottom:0.0625rem solid rgba(197,62,70,0.51);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:28.875rem;width:56.375rem;top:6.794921875rem;left:1.8125rem;display:block; }
#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { position:relative;display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { background-color: transparent; background-image: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .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); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { border-width: 0; border-radius: 0; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { color:#000000;display:block;width:49.375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.3125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQAEyTK1fTKKTOdd2o9sZTWm5Thz5AAy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:7.16796875rem;left:1.3125rem;overflow:hidden;display:block; }
#I6KDvqbhI4hqLwND2Vml8bUuweQfDsiw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:7.16796875rem;left:11.4375rem;overflow:hidden;display:block; }
#xCbypzMu1S5xqkdPEIU2NLUXJRmMOWIK { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:7.16796875rem;left:21.4375rem;overflow:hidden;display:block; }
#MQT1PIQbChSETymKKTEhzvyk02w3LgJN { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:7.16796875rem;left:31.5625rem;overflow:hidden;display:block; }
#lVwbvgzxQva3hz8TxlDBzpTzOq7GPHTJ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:7.16796875rem;left:50.875rem;overflow:hidden;display:block; }
#m09x36s8PxPFVRvz3KXqEleTG5zUHUTl { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:16.54296875rem;left:5.125rem;overflow:hidden;display:block; }
#XvnhQ3g0S4hGpsQphoGRtc5T9bQefur6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:16.54296875rem;left:15.75rem;overflow:hidden;display:block; }
#TLN6ZbgqGx2NTlktpaqnLe5X0wUQai4b { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.875rem;top:16.542709350586rem;left:26.0625rem;overflow:hidden;display:block; }
#Q1U8T3bGqJxIdc1c7dBIcFw7QUoJ4Wps { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:16.54296875rem;left:36.5625rem;overflow:hidden;display:block; }
#q9oDlOkBv0tctlZOuBRT75XNF76rmQsJ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.9375rem;top:16.54296875rem;left:46.625rem;overflow:hidden;display:block; }
#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:100000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
#JTIwwn6wb8E1Id05UBRkBe9A5NZQetIo { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:7.875rem;top:7.16796875rem;left:41.1875rem;overflow:hidden;display:block; }
#AoG2y1tplewAlBy1lP24t3w932Nf7xWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container { background-color: transparent; background-image: none; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container > .video-iframe-container { display: none; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row > .video-iframe-container { display: none; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .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); }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container { border-width: 0; border-radius: 0; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:60rem;position:relative;display:block; }#dSsVlqVDflkS0iglL9pt3uT2XQIqNEPG { position:absolute;display:block;z-index:99997;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:46.8125rem;top:7.6291673183444rem;left:11.5625rem;display:block; }
#LGCgrl97anQ4GOaFzclOqCBPBpHh9bWU { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:12.455078125rem;left:17.375rem;height:4.5rem;font-style:normal;display:block; }
#wUT4bbx9UBNIRDZDQEpee288Zua9qVL9 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:7.62890625rem;left:16.9375rem;height:3.15rem;font-style:normal;display:block; }
#O3Ku9NMOg3ET0VW9C6vETNc7CFBazMLD { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:27.3095703125rem;left:6.8125rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ikFXcwivVUO02l9xn2lLLBqS0P4RpgiB { position:absolute;display:block;z-index:99998;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:60rem;top:5.048828125rem;left:0rem;display:block; }
#QVFfWm1uzd1JgFWbOTM1HEC59RaSxwzt { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.84765625rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPatZpkEeBodkkGSiryPECeXWz4h2A6Q { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:42.875rem;left:17.9375rem;height:4.5rem;font-style:normal;display:block; }
#Dgz8U2VHogM6IlaaCClRLMP0zLv1aiGl { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #9e1d1d;border-left:0.0625rem solid #9e1d1d;border-right:0.0625rem solid #9e1d1d;border-bottom:0.0625rem solid #9e1d1d;height:7.125rem;width:39.8125rem;top:11.892578125rem;left:16.9375rem;display:block; }
#oupXD0Bb7SML7uNJinmyasIBHMN8pcg0 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #10a056;border-left:0.0625rem solid #10a056;border-right:0.0625rem solid #10a056;border-bottom:0.0625rem solid #10a056;height:6.6875rem;width:40.0625rem;top:42rem;left:17.0625rem;display:block; }
#yGsa4WTtDILs90HwBJVEaDLTdKPOKydT { position:absolute;display:block;z-index:100002;border-top:0.125rem solid #9e1d1d;border-left:0.125rem solid #9e1d1d;border-right:0.125rem solid #9e1d1d;border-bottom:0.125rem solid #9e1d1d;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;height:9.8125rem;width:10.1875rem;top:8.767578125rem;left:5.3125rem;overflow:hidden;display:block; }
#olFrr3PQ4Mv867ttV0cPvBtJXLQvzzpD { position:absolute;display:block;z-index:100003;border-top:0.125rem solid #003c71;border-left:0.125rem solid #003c71;border-right:0.125rem solid #003c71;border-bottom:0.125rem solid #003c71;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;height:10.125rem;width:9.75rem;top:24.3662109375rem;left:45.4375rem;overflow:hidden;display:block; }
#XfQtACWdS34ks5IssxcTNTGkaaSd9gTR { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:22.1611328125rem;left:21.0625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g4mG5lz0hsREse4zFgIin4asHvfxNmOT { color:#000000;display:block;width:21.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:37.0908203125rem;left:16.9375rem;height:3.15rem;font-style:normal;display:block; }
#gEFQIAac3RTJv0gQTE89oEHXdVTgLhnq { position:absolute;display:block;z-index:100016;border-top:0.125rem solid #0ca253;border-left:0.125rem solid #0ca253;border-right:0.125rem solid #0ca253;border-bottom:0.125rem solid #0ca253;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;height:9.375rem;width:9.375rem;top:39.6875rem;left:5.75rem;overflow:hidden;display:block; }
#VnEJrlTbweRcE4Z0f2NIzqANiW4QxJfm { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:16.9375rem;top:4.6884765625rem;left:0.5rem;overflow:hidden;display:block; }
#WUV5Zd8JgFfyGSzoXByKz5KPCJGpKPIR { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.0625rem solid #204386;border-left:0.0625rem solid #204386;border-right:0.0625rem solid #204386;border-bottom:0.0625rem solid #204386;height:6.0625rem;width:39.8125rem;top:26.4658203125rem;left:4.875rem;display:block; }
#ShzM3iRW9J71EJKTOdi0779ghW1Xomzx { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:16.3125rem;top:20.7783203125rem;left:43.6875rem;overflow:hidden;display:block; }
#W8SAvmfFWWRIGZeWCoy4fEN6eQbNiT9l { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:17.4375rem;top:35.306640625rem;left:0rem;overflow:hidden;display:block; }
#XChiFksncT0Of8CNKBF6ATwFD7fRdI6Q { position:absolute;display:block;z-index:99994;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:60rem;top:35.875rem;left:0rem;display:block; }
#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO { position:relative;display:block; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO { background-color: transparent; background-image: none; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row .container > .video-iframe-container { display: none; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row > .video-iframe-container { display: none; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .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); }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO { border-width: 0; border-radius: 0; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .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:26.9375rem;width:60rem;position:relative;display:block; }#bGLaxAPtCzn7OOHrGgEAbDedqsoO11GI { color:#000000;display:block;width:49.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.59765625rem;left:5.3125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXaxfzyz2uTkR0taPWQUsgO1DqOWHPtH { color:#2d3e6d;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.7158203125rem;left:4.1875rem;height:4.225rem;display:block; }
#XnbZP0BnmDvQ2f05omZcs8hi7iQVxZZo { color:#2d3e6d;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.7158203125rem;left:25.375rem;height:4.225rem;display:block; }
#unE726xk7wV0D54pfoPmUReULwfIkSVh { color:#2d3e6d;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.7158203125rem;left:42.5rem;height:4.225rem;text-align:right;text-align-last:right;display:block; }
#WsXoyB7xgAyK3bFBM5GXwEimIDABBh8E { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:20.490234375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMFuDOpTGw3xWN6B5wmAtk7IbTsryXJQ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:20.490234375rem;left:22.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToTnl5TSKlvExdQ7FndT2VOmaUVppGQe { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:20.490234375rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IleId4rzPMhA2DRHPHQGXAiTWZNzh4dw { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:8.041015625rem;left:5.3125rem;overflow:hidden;display:block; }
#bJ6EmACoHlKUkcewrKyJdDm8PTFJgmiJ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:8.103515625rem;left:26.5rem;overflow:hidden;display:block; }
#tsIehHaeOehu08cRgx0Z4AdeE4lD6DJF { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:8.103515625rem;left:47.75rem;overflow:hidden;display:block; }
#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW { position:relative;display:block; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW { background-color: transparent; background-image: none; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row .container > .video-iframe-container { display: none; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row > .video-iframe-container { display: none; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .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); }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW { border-width: 0; border-radius: 0; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#HUVT3CRKHBT5Up1pJ6qLNOisTNBXtvGe { position:absolute;display:block;z-index:100000;background-color:rgba(12,113,195,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-form-header {  }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.125rem;font-weight:bold;color:#000000;width:34.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.625rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#c53e46;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: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.25rem;font-weight:700;color:#ffffff;width:34.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;line-height:1.4;font-style:normal; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:33.25rem;overflow:hidden;font-style:normal; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .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; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:"open sans";font-size:1.125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-container:first-of-type{padding-top:0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-container:last-of-type{padding-bottom:0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.625rem;height:auto;border-top:0.0625rem solid #eaa8ac;border-left:0.0625rem solid #eaa8ac;border-right:0.0625rem solid #eaa8ac;border-bottom:0.0625rem solid #eaa8ac;z-index:100002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:8.1585922241213rem;left:10.25rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.625rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t {display:block;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.625rem;height:auto;border-top:0.0625rem solid #eaa8ac;border-left:0.0625rem solid #eaa8ac;border-right:0.0625rem solid #eaa8ac;border-bottom:0.0625rem solid #eaa8ac;z-index:100002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:8.1585922241213rem;left:10.25rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #OGPZevCKegyp1w4Ds7Jz6GhmuucQ5Edg { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #iduPMcdwHIFxkGxCbULIquJ3fHBQ2zVI { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #zayOATeCd7iozd8QfdiZrVqRTrFnNSJ1 { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #CHuQzpOIGLtu5N8xfOm6qEoAvSpSF8dv { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #lIp2gudgPHeR0fM2DZtfXGcFCgWEMa9L { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #VHATEpWJSKNIVFSysg8HNqTZW08Jkf17 { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #tEoWTxm5ZU7hBxGcrtQouGEJq14N8xDu { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #q9No2u0eupGXe0TOzRVTuHH5eqnTplxm { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #RAAS9iGETPWAFwGoTTdN5p8FxayVV56v { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #hpCMf8yQM8t4nayHKnTasV9GZBxwly1U { position:relative; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #nz1vp53K3Q0aNWMM6k2L0KD8JNrvm14R { position:relative; }
#ymNJ7O8sZnJ0x0lv4OXProNqyBVNIoSQ { color:#000000;display:block;width:49.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9718761444092rem;left:4.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3vkUWe9Q4ZetG3XRTXPQTG2G0dpEQn8 { width:29.1875rem;height:4.5rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSm2v4ibWlNDun18tKXL3pysu45exMi8 { width:31rem;height:9.875rem;top:7.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-regular-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-textarea { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-button { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-checkbox-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP  { width:25.6875rem;height:auto;top:4.75rem;left:19.5625rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .radio-container { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP {display:block;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP { width:25.6875rem;height:auto;top:4.75rem;left:19.5625rem; }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #ahoKc9RVRHGAfqPcSHJgS3OvMyrqTNMW {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XpoViOeFS9oM4waeKaIJDfGatkJvZygS {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #VEN4S45zKU0vgyrRCT92LyFWsHH1z9yG {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #iU2v1t1w1bL5ziX8FWdkNDO3Lf7rg8bT {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qHDqAIXP8Vtco14GvQERFLy6TAsxzBOy {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #I5zT15pVcO2iqlDi2XQ1If0w3n1hZKTG {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #DfEl8FZvNu5mxsTHUdqLmIT82FoV2F8T {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qxLqVTEDNGN8kLiUFAoNM92U6dL5WDUr {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #SCNHiNqETpwEDptmDOw2XC1Qmv0d3dVs {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #bW68QPcWxJqlAWM9kUfBHrOCF4GS3sVp {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XkAc42TVHp8aUtLiDRnVBKm8zXgCcANc {  }
 }@media only screen and (max-width: 763px) { #WOZgDsbMuZnDN0sDZcfe7LZ8TIDWVHkC { width:5.875rem;height:5.875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHIzCcAUWuGV9TOLx7RVn4P7Ix0TfNO { width:5.875rem;height:5.875rem;top:25.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZywuC21DvHTMzwniJZOHT3LrZoFnZdi { width:6.1875rem;height:6.1875rem;top:25.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPkL4pLgNZeq4doZUVAZfhNWAS51fFfL { width:13.9375rem;height:3.8125rem;top:0.875rem;left:16.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9e081QQwgMXtWSzFSMliZlbfdpEiD7B { width:13.9375rem;height:3.8125rem;top:0.875rem;left:16.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBQLS0A2rCJQw16yDza2IaTcx2uw57Xs { width:5.875rem;height:5.875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DonI4FwNNILHuJbM4ur9smybfi3SaqP6 { width:5.875rem;height:5.875rem;top:33rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7EWUpJ7iDQ0vJx5qnXJHlGoXFii1RI { width:6.1875rem;height:6.1875rem;top:32.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNE5B6zM11LuhMfavFiydSK6pFPy7e9T { display:block; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO5PFU9MgrlNCt0p4CzmNcapnRNAtTQl { width:47.625rem;height:4.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAMRIdl31afAFW8xhFecr8xwGaZvgX8 { width:47.75rem;height:2.5625rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx14iByDw327VBgMACJakuTyaTTAUvS { width:3.25rem;height:3.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuaNFNQB8XvQyKu6qNZxwBWuqkid1fri { width:47.75rem;height:1.625rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWT9hy4q2iFlu6KtC3JPPO1gLFoxh1v { width:47.75rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB3TCqGxlBthdUZfu7HgcH19xr7ZHqEt { width:47.75rem;height:1.625rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLp4VDyA1Wzlf00mioZL82cgV43T36kT { width:47.75rem;height:1.625rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAsn4Dgy4MbLkTMTWEsXn6qTyF5GJS9A { width:47.75rem;height:1.625rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTT3sv7TMMaZKsBn0k8omvVryvRcMVlW { width:47.75rem;height:1.625rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRyPwTRUxKzdvxzuGTPkqoqq8OrMnQ8 { width:3.25rem;height:3.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFCMaoCGEeayr8ddtgtiQkLRPctLP9Gc { width:3.25rem;height:3.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtesR6hdeg1ixVkMFUpp0B5ZqKCTJTfn { width:3.25rem;height:3.25rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEfmlGiO1q8c7OWTSRIGJDvMXSePmyGR { width:3.25rem;height:3.25rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxkRXBJ29bfMh5wKRkVsnJR5BSSvLd5 { width:3.25rem;height:3.25rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQg8VlqgDITWCvOwJXJ8ltoXbMXpOdqO { width:47.625rem;height:28.875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { top:2.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQAEyTK1fTKKTOdd2o9sZTWm5Thz5AAy { width:7.9375rem;height:7.875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6KDvqbhI4hqLwND2Vml8bUuweQfDsiw { width:7.9375rem;height:7.875rem;top:7.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbypzMu1S5xqkdPEIU2NLUXJRmMOWIK { width:7.9375rem;height:7.875rem;top:7.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQT1PIQbChSETymKKTEhzvyk02w3LgJN { width:7.9375rem;height:7.875rem;top:7.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVwbvgzxQva3hz8TxlDBzpTzOq7GPHTJ { width:7.9375rem;height:7.875rem;top:7.125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09x36s8PxPFVRvz3KXqEleTG5zUHUTl { width:7.9375rem;height:7.875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvnhQ3g0S4hGpsQphoGRtc5T9bQefur6 { width:7.9375rem;height:7.875rem;top:16.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLN6ZbgqGx2NTlktpaqnLe5X0wUQai4b { width:7.875rem;height:7.875rem;top:16.5rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1U8T3bGqJxIdc1c7dBIcFw7QUoJ4Wps { width:7.9375rem;height:7.875rem;top:16.5rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9oDlOkBv0tctlZOuBRT75XNF76rmQsJ { width:7.9375rem;height:7.875rem;top:16.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:0rem;left:0rem;width:47.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIwwn6wb8E1Id05UBRkBe9A5NZQetIo { width:7.875rem;height:7.875rem;top:7.125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoG2y1tplewAlBy1lP24t3w932Nf7xWD { display:block; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSsVlqVDflkS0iglL9pt3uT2XQIqNEPG { width:46.8125rem;height:10.125rem;top:7.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGCgrl97anQ4GOaFzclOqCBPBpHh9bWU { width:39.0625rem;height:6rem;top:12.4375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT4bbx9UBNIRDZDQEpee288Zua9qVL9 { width:24.125rem;height:3.125rem;top:7.625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Ku9NMOg3ET0VW9C6vETNc7CFBazMLD { width:37.4375rem;height:4.5rem;top:27.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikFXcwivVUO02l9xn2lLLBqS0P4RpgiB { width:47.75rem;height:16.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFfWm1uzd1JgFWbOTM1HEC59RaSxwzt { width:47.75rem;height:2.5625rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPatZpkEeBodkkGSiryPECeXWz4h2A6Q { width:37.9375rem;height:4.5rem;top:42.875rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgz8U2VHogM6IlaaCClRLMP0zLv1aiGl { width:39.8125rem;height:7.125rem;top:11.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupXD0Bb7SML7uNJinmyasIBHMN8pcg0 { width:40.0625rem;height:6.6875rem;top:42rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsa4WTtDILs90HwBJVEaDLTdKPOKydT { width:10.1875rem;height:9.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFrr3PQ4Mv867ttV0cPvBtJXLQvzzpD { width:9.75rem;height:10.125rem;top:24.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfQtACWdS34ks5IssxcTNTGkaaSd9gTR { width:23.8125rem;height:3.125rem;top:22.125rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mG5lz0hsREse4zFgIin4asHvfxNmOT { width:21.625rem;height:3.125rem;top:37.0625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEFQIAac3RTJv0gQTE89oEHXdVTgLhnq { width:9.375rem;height:9.375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnEJrlTbweRcE4Z0f2NIzqANiW4QxJfm { width:16.9375rem;height:16.9375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUV5Zd8JgFfyGSzoXByKz5KPCJGpKPIR { width:39.8125rem;height:6.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzM3iRW9J71EJKTOdi0779ghW1Xomzx { width:16.3125rem;height:16.3125rem;top:20.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8SAvmfFWWRIGZeWCoy4fEN6eQbNiT9l { width:17.4375rem;height:17.4375rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChiFksncT0Of8CNKBF6ATwFD7fRdI6Q { width:47.75rem;height:16.0625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO { display:block; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGLaxAPtCzn7OOHrGgEAbDedqsoO11GI { top:2.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXaxfzyz2uTkR0taPWQUsgO1DqOWHPtH { width:7.5rem;height:4.1875rem;top:15.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnbZP0BnmDvQ2f05omZcs8hi7iQVxZZo { width:10.375rem;height:4.1875rem;top:15.6875rem;left:19.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unE726xk7wV0D54pfoPmUReULwfIkSVh { width:17.5rem;height:4.1875rem;top:15.6875rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsXoyB7xgAyK3bFBM5GXwEimIDABBh8E { width:15.875rem;height:3.25rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMFuDOpTGw3xWN6B5wmAtk7IbTsryXJQ { width:15.75rem;height:3.25rem;top:20.4375rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTnl5TSKlvExdQ7FndT2VOmaUVppGQe { width:12.75rem;height:1.625rem;top:20.4375rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IleId4rzPMhA2DRHPHQGXAiTWZNzh4dw { width:7rem;height:7rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6EmACoHlKUkcewrKyJdDm8PTFJgmiJ { width:7rem;height:7rem;top:8.0625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsIehHaeOehu08cRgx0Z4AdeE4lD6DJF { width:7rem;height:7rem;top:8.0625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW { display:block; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUVT3CRKHBT5Up1pJ6qLNOisTNBXtvGe { width:47.75rem;height:17.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t  { width:34.625rem;height:auto;top:10.1875rem;left:4.1187477111816rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t {display:block;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t { width:34.625rem;height:auto;top:10.1875rem;left:4.1187477111816rem; }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #OGPZevCKegyp1w4Ds7Jz6GhmuucQ5Edg {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #iduPMcdwHIFxkGxCbULIquJ3fHBQ2zVI {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #zayOATeCd7iozd8QfdiZrVqRTrFnNSJ1 {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #CHuQzpOIGLtu5N8xfOm6qEoAvSpSF8dv {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #lIp2gudgPHeR0fM2DZtfXGcFCgWEMa9L {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #VHATEpWJSKNIVFSysg8HNqTZW08Jkf17 {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #tEoWTxm5ZU7hBxGcrtQouGEJq14N8xDu {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #q9No2u0eupGXe0TOzRVTuHH5eqnTplxm {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #RAAS9iGETPWAFwGoTTdN5p8FxayVV56v {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #hpCMf8yQM8t4nayHKnTasV9GZBxwly1U {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #nz1vp53K3Q0aNWMM6k2L0KD8JNrvm14R {  }
 }@media only screen and (max-width: 763px) { #ymNJ7O8sZnJ0x0lv4OXProNqyBVNIoSQ { top:1.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color:#fcf2f2;background-image:url("https://images.assets-landingi.com/soZ9eH71/canada_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3vkUWe9Q4ZetG3XRTXPQTG2G0dpEQn8 { width:20rem;height:3rem;top:10.3369140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSm2v4ibWlNDun18tKXL3pysu45exMi8 { width:20rem;height:5.85rem;top:3.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container:first-of-type{padding-top:0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .widget-container:last-of-type{padding-bottom:0;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP  { width:17.375rem;height:auto;top:21.6494140625rem;left:0rem; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP {display:block;}#bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP { width:17.375rem;height:auto;top:21.6494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #ahoKc9RVRHGAfqPcSHJgS3OvMyrqTNMW {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XpoViOeFS9oM4waeKaIJDfGatkJvZygS {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #VEN4S45zKU0vgyrRCT92LyFWsHH1z9yG {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #iU2v1t1w1bL5ziX8FWdkNDO3Lf7rg8bT {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qHDqAIXP8Vtco14GvQERFLy6TAsxzBOy {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #I5zT15pVcO2iqlDi2XQ1If0w3n1hZKTG {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #DfEl8FZvNu5mxsTHUdqLmIT82FoV2F8T {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #qxLqVTEDNGN8kLiUFAoNM92U6dL5WDUr {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #SCNHiNqETpwEDptmDOw2XC1Qmv0d3dVs {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #bW68QPcWxJqlAWM9kUfBHrOCF4GS3sVp {  }
 }@media only screen and (max-width: 763px) { #bvXRNHBXekK4zZTQo5nlZZQscnf2cFmP #XkAc42TVHp8aUtLiDRnVBKm8zXgCcANc {  }
 }@media only screen and (max-width: 763px) { #WOZgDsbMuZnDN0sDZcfe7LZ8TIDWVHkC { width:5.875rem;height:5.875rem;top:14.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHIzCcAUWuGV9TOLx7RVn4P7Ix0TfNO { width:5.875rem;height:5.875rem;top:14.3369140625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZywuC21DvHTMzwniJZOHT3LrZoFnZdi { width:6.1875rem;height:6.1875rem;top:14.1806640625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPkL4pLgNZeq4doZUVAZfhNWAS51fFfL { width:13.9375rem;height:3.8125rem;top:1.25rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9e081QQwgMXtWSzFSMliZlbfdpEiD7B { width:7.5rem;height:2rem;top:0.5625rem;left:6.25rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #iBQLS0A2rCJQw16yDza2IaTcx2uw57Xs { width:5.875rem;height:5.875rem;top:47.844793863526rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DonI4FwNNILHuJbM4ur9smybfi3SaqP6 { width:5.875rem;height:5.875rem;top:54.969793863526rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7EWUpJ7iDQ0vJx5qnXJHlGoXFii1RI { width:6.1875rem;height:6.1875rem;top:62.094793863526rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNE5B6zM11LuhMfavFiydSK6pFPy7e9T { display:block; }#kNE5B6zM11LuhMfavFiydSK6pFPy7e9T > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO5PFU9MgrlNCt0p4CzmNcapnRNAtTQl { width:20rem;height:4.6875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAMRIdl31afAFW8xhFecr8xwGaZvgX8 { width:19.0625rem;height:3.25rem;top:4.212890625rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx14iByDw327VBgMACJakuTyaTTAUvS { width:2.5rem;height:2.5rem;top:9.673828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuaNFNQB8XvQyKu6qNZxwBWuqkid1fri { width:15.625rem;height:3rem;top:9.580078125rem;left:3.96875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rcWT9hy4q2iFlu6KtC3JPPO1gLFoxh1v { width:15.9375rem;height:3rem;top:13.625rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sB3TCqGxlBthdUZfu7HgcH19xr7ZHqEt { width:15.375rem;height:3rem;top:17.859375rem;left:4.09375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GLp4VDyA1Wzlf00mioZL82cgV43T36kT { width:16rem;height:3rem;top:22.318359375rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nAsn4Dgy4MbLkTMTWEsXn6qTyF5GJS9A { width:15.875rem;height:3rem;top:26.80908203125rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xTT3sv7TMMaZKsBn0k8omvVryvRcMVlW { width:14.9375rem;height:3rem;top:30.85302734375rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cTRyPwTRUxKzdvxzuGTPkqoqq8OrMnQ8 { width:2.5rem;height:2.5rem;top:13.8125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFCMaoCGEeayr8ddtgtiQkLRPctLP9Gc { width:2.5rem;height:2.5rem;top:18.046875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtesR6hdeg1ixVkMFUpp0B5ZqKCTJTfn { width:2.5rem;height:2.5rem;top:22.505859375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEfmlGiO1q8c7OWTSRIGJDvMXSePmyGR { width:2.5rem;height:2.5rem;top:26.99658203125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxkRXBJ29bfMh5wKRkVsnJR5BSSvLd5 { width:2.5rem;height:2.5rem;top:31.04052734375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQg8VlqgDITWCvOwJXJ8ltoXbMXpOdqO { width:19.875rem;height:28.4375rem;top:7.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { width:20rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQAEyTK1fTKKTOdd2o9sZTWm5Thz5AAy { width:7.9375rem;height:7.875rem;top:7.7998046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6KDvqbhI4hqLwND2Vml8bUuweQfDsiw { width:7.9375rem;height:7.875rem;top:7.7998046875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbypzMu1S5xqkdPEIU2NLUXJRmMOWIK { width:7.9375rem;height:7.875rem;top:17.1748046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQT1PIQbChSETymKKTEhzvyk02w3LgJN { width:7.9375rem;height:7.875rem;top:17.1748046875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVwbvgzxQva3hz8TxlDBzpTzOq7GPHTJ { width:7.9375rem;height:7.875rem;top:26.7998046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09x36s8PxPFVRvz3KXqEleTG5zUHUTl { width:7.9375rem;height:7.875rem;top:26.7998046875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvnhQ3g0S4hGpsQphoGRtc5T9bQefur6 { width:7.9375rem;height:7.875rem;top:36.5498046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLN6ZbgqGx2NTlktpaqnLe5X0wUQai4b { width:7.9375rem;height:7.875rem;top:36.5498046875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1U8T3bGqJxIdc1c7dBIcFw7QUoJ4Wps { width:7.9375rem;height:7.875rem;top:45.8623046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9oDlOkBv0tctlZOuBRT75XNF76rmQsJ { width:7.9375rem;height:7.875rem;top:45.8623046875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:20rem;height:58.3125rem;top:6.52490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIwwn6wb8E1Id05UBRkBe9A5NZQetIo { width:7.875rem;height:7.875rem;top:54.58740234375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoG2y1tplewAlBy1lP24t3w932Nf7xWD { display:block; }#AoG2y1tplewAlBy1lP24t3w932Nf7xWD > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSsVlqVDflkS0iglL9pt3uT2XQIqNEPG { width:20rem;height:31.125rem;top:69.01025390625rem;left:0rem;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LGCgrl97anQ4GOaFzclOqCBPBpHh9bWU { width:18.8125rem;height:13.5rem;top:23.552087783814rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT4bbx9UBNIRDZDQEpee288Zua9qVL9 { width:17.875rem;height:4.725rem;top:17.44873046875rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3Ku9NMOg3ET0VW9C6vETNc7CFBazMLD { width:18.8125rem;height:10.125rem;top:57.187501907349rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikFXcwivVUO02l9xn2lLLBqS0P4RpgiB { width:20rem;height:34.3125rem;top:5.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFfWm1uzd1JgFWbOTM1HEC59RaSxwzt { width:20rem;height:2.7625rem;top:1.248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPatZpkEeBodkkGSiryPECeXWz4h2A6Q { width:19.375rem;height:11.9rem;top:87.167192459106rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Dgz8U2VHogM6IlaaCClRLMP0zLv1aiGl { width:19.875rem;height:15.25rem;top:22.57373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupXD0Bb7SML7uNJinmyasIBHMN8pcg0 { width:19.4375rem;height:11.9375rem;top:86.57080078125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsa4WTtDILs90HwBJVEaDLTdKPOKydT { width:9.375rem;height:9.375rem;top:6.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFrr3PQ4Mv867ttV0cPvBtJXLQvzzpD { width:9.375rem;height:9.75rem;top:41.51025390625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfQtACWdS34ks5IssxcTNTGkaaSd9gTR { width:20rem;height:4.725rem;top:52.01025390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4mG5lz0hsREse4zFgIin4asHvfxNmOT { width:20rem;height:3.15rem;top:82.754692077638rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEFQIAac3RTJv0gQTE89oEHXdVTgLhnq { width:9.375rem;height:9.375rem;top:70.758331298825rem;left:5.1875003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnEJrlTbweRcE4Z0f2NIzqANiW4QxJfm { width:12.1875rem;height:12.1875rem;top:5.32373046875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUV5Zd8JgFfyGSzoXByKz5KPCJGpKPIR { width:19.875rem;height:10.6875rem;top:56.82080078125rem;left:0rem;border-top:0.0625rem solid #204386;border-left:0.0625rem solid #204386;border-right:0.0625rem solid #204386;border-bottom:0.0625rem solid #204386;display:block; }
 }@media only screen and (max-width: 763px) { #ShzM3iRW9J71EJKTOdi0779ghW1Xomzx { width:12.1875rem;height:12.1875rem;top:40.41650390625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8SAvmfFWWRIGZeWCoy4fEN6eQbNiT9l { width:12.1875rem;height:12.1875rem;top:69.44775390625rem;left:2.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #XChiFksncT0Of8CNKBF6ATwFD7fRdI6Q { width:20rem;height:16.0625rem;top:101.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO { display:block; }#hQ6U1AgW4nMgZf73u8KKaRZV1haIBxZO > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGLaxAPtCzn7OOHrGgEAbDedqsoO11GI { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXaxfzyz2uTkR0taPWQUsgO1DqOWHPtH { width:9.5rem;height:2.6rem;top:12.38720703125rem;left:5.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnbZP0BnmDvQ2f05omZcs8hi7iQVxZZo { width:12.6875rem;height:2.4375rem;top:26.7373046875rem;left:4.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unE726xk7wV0D54pfoPmUReULwfIkSVh { width:20rem;height:2.4375rem;top:40.83740234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsXoyB7xgAyK3bFBM5GXwEimIDABBh8E { width:19rem;height:1.4625rem;top:14.98681640625rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMFuDOpTGw3xWN6B5wmAtk7IbTsryXJQ { width:19.25rem;height:1.4625rem;top:29.52490234375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToTnl5TSKlvExdQ7FndT2VOmaUVppGQe { width:19.25rem;height:1.4625rem;top:43.89990234375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IleId4rzPMhA2DRHPHQGXAiTWZNzh4dw { width:7rem;height:7rem;top:4.59326171875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6EmACoHlKUkcewrKyJdDm8PTFJgmiJ { width:7rem;height:7rem;top:18.9248046875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsIehHaeOehu08cRgx0Z4AdeE4lD6DJF { width:7rem;height:7rem;top:33.08740234375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW { display:block; }#Rxqe0bKWpNxLJsvtBudz28uwAwntCFbW > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUVT3CRKHBT5Up1pJ6qLNOisTNBXtvGe { width:20rem;height:17.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-text {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-select {padding-top: 0; padding-bottom: 0;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t  { width:17.375rem;height:auto;top:7.048828125rem;left:0rem; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t {display:block;}#qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t { width:17.375rem;height:auto;top:7.048828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #OGPZevCKegyp1w4Ds7Jz6GhmuucQ5Edg {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #iduPMcdwHIFxkGxCbULIquJ3fHBQ2zVI {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #zayOATeCd7iozd8QfdiZrVqRTrFnNSJ1 {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #CHuQzpOIGLtu5N8xfOm6qEoAvSpSF8dv {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #lIp2gudgPHeR0fM2DZtfXGcFCgWEMa9L {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #VHATEpWJSKNIVFSysg8HNqTZW08Jkf17 {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #tEoWTxm5ZU7hBxGcrtQouGEJq14N8xDu {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #q9No2u0eupGXe0TOzRVTuHH5eqnTplxm {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #RAAS9iGETPWAFwGoTTdN5p8FxayVV56v {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #hpCMf8yQM8t4nayHKnTasV9GZBxwly1U {  }
 }@media only screen and (max-width: 763px) { #qEdFEIESqWn3OHRv7iKt1MObKlpoHT3t #nz1vp53K3Q0aNWMM6k2L0KD8JNrvm14R {  }
 }@media only screen and (max-width: 763px) { #ymNJ7O8sZnJ0x0lv4OXProNqyBVNIoSQ { width:16.6875rem;height:3.575rem;top:2.0966796875rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }