.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebafd141-3224-4396-9f09-2f66df72699a/medicare1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { background-color: transparent; background-image: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { border-width: 0; border-radius: 0; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container {  }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { font-size:14px;font-family:arial;height:127px;width:960px;position:relative;display:block; }#Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:241px;top:31.9921875px;left:0px;overflow:hidden;display:block; }
#d8nw1vvTRouirfnRyixN6QATp3RmIIwd { color:#09a6d7;display:block;width:259px;position:absolute;font-family:roboto;font-size:32px;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:44.296875px;left:701.015625px;height:38.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { 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 { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container {  }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:654px;width:960px;position:relative;display:block; }#CvyTMt5ZSRTCRBtHkOfsxXXToU7ZKZmO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:192.988px;width:565.996px;top:191.9921875px;left:196.97265625px;overflow:hidden;display:block; }
#LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { color:#333333;display:block;width:508.984px;position:absolute;font-family:roboto;font-size:36px;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:416.97265625px;left:225.5078125px;height:43.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { background-color: transparent; background-image: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container > .video-iframe-container { display: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container { display: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .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); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { border-width: 0; border-radius: 0; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container {  }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { font-size:14px;font-family:arial;height:206px;width:960px;position:relative;display:block; }#vQSeD28lxngmH4T124FET4iP1w682uZy { color:#1b5c89;display:block;width:213.984px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:70px;left:0px;height:66px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ17utDo1WrZVGuxD3XUsPcPXhtCTN82 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:220px;top:61.23046875px;left:258.57421875px;overflow:hidden;display:block; }
#yaXXPk2wNdZu3431JJ2RuM9lNJsHMozV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:132.988px;width:132.988px;top:36.50390625px;left:514.58984375px;overflow:hidden;display:block; }
#r9D3coMzLZ03Bzu7s3wz4T07dFElcKaH { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:136.992px;width:243.984px;top:34.47265625px;left:704.609375px;overflow:hidden;display:block; }
#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b5c89;background-image:none;position:relative;display:block; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container { background-color: transparent; background-image: none; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container > .video-iframe-container { display: none; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row > .video-iframe-container { display: none; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .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); }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container { border-width: 0; border-radius: 0; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row > .video-iframe-container {  }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container { font-size:14px;font-family:arial;height:211px;width:960px;position:relative;display:block; }#B5WpXU0hZCIQwqq2hVgOA3bIyUa52oeZ { color:#ffffff;display:block;width:807px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:69.4921875px;left:76.484375px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { background-color: transparent; background-image: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container > .video-iframe-container { display: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container { display: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .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); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { border-width: 0; border-radius: 0; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container {  }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { font-size:14px;font-family:arial;height:1839px;width:960px;position:relative;display:block; }#SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { color:#1b5c89;display:block;width:433px;position:absolute;font-family:roboto;font-size:36px;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:113px;left:0px;height:79.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { color:#333333;display:block;width:386px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:217px;left:0px;height:166.523px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vORazB4zQfEhRlLORh697pC2ip1mXPKZ { position:absolute;display:block;z-index:15036;background-color:#0099d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:572px;width:359px;top:113px;left:600.00006103516px;display:block; }
#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { color:#ffffff;display:block;width:262px;position:absolute;font-family:roboto;font-size:17px;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:516.7578125px;left:648.45703125px;height:121.922px;font-style:normal;text-align:left;text-align-last:left;display:block; }#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok li:before{  }
#hK6aAnlNzJFKGpmqIWHPJvubwXmV1Wyq { color:#1b5c89;display:block;width:433px;position:absolute;font-family:roboto;font-size:32px;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:432.00001525879px;left:0px;height:70.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztnl9ZZtWI0FB6R7Zre6GFPsfzgq86Wy { color:#333333;display:block;width:447px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:533.77082824707px;left:0px;height:428.2024px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x61aWKuZnr1MGd7eSLVEbpTpMCRk3VVk { color:#1b5c89;display:block;width:433px;position:absolute;font-family:roboto;font-size:32px;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:1052px;left:0px;height:105.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTwfziXlBXNdPpSPp4IEiddu0SRDa58c { color:#333333;display:block;width:491px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:1193px;left:0px;height:500.742px;font-style:normal;text-align:left;text-align-last:left;display:block; }#FTwfziXlBXNdPpSPp4IEiddu0SRDa58c li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#FTwfziXlBXNdPpSPp4IEiddu0SRDa58c li:before{  }
#Dz8T8s8PT3Q2cfzNQTHMiAkkAVB27spd { color:#ffffff;display:block;width:342px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:154px;left:608.50006103516px;height:28.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuODbcPFI05NGKlB0oIZvWXLcsBwMFsB { color:#ffffff;display:block;width:275.996px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:192.16796875px;left:641.484375px;height:79.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-form-header {  }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:285px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:285px;box-sizing:border-box;height:43px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:285px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:285px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-button { background-color:#99d839;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#f2f9ff;width:285px;height:45px;font-family:roboto;overflow:hidden;line-height:1; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH [class*="-text"]:-moz-placeholder { color:#858787;font-family:lato;font-size:16px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH [class*="-text"]::-moz-placeholder { color:#858787;font-family:lato;font-size:16px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH [class*="-text"]:-ms-input-placeholder { color:#858787;font-family:lato;font-size:16px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH [class*="-text"]::-webkit-input-placeholder { color:#858787;font-family:lato;font-size:16px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .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:lato;line-height:1.3;font-size:10px;font-weight:400;color:#e4e7e9;vertical-align:top;width:266px;overflow:hidden;font-style:normal;float:none; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-container:first-of-type{padding-top:0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-container:last-of-type{padding-bottom:0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15045;position:absolute;top:290.71875px;left:616.96875px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:285px;display:block;vertical-align:top; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH {display:block;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15045;position:absolute;top:290.71875px;left:616.96875px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #Pr4yGKJi4QqydIipGwtFQIlsEPPZ5p3T { position:relative; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #bhHTMsEBZoNyky39lmIrgLpvhhw4e4Qa { position:relative;display:none; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #taJNtB54DoLbzEg1usWi04uqhC1Rbe4D { position:relative; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #hyAPHJyWTl4TXlIaPR5TEo5kvmcNK4M6 { position:relative; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #gC9t0iZn3TpvT8DIasxEqBTXwbo9hEkw { position:relative;display:none; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #PT4F4001uFKVl0NCoKUM9LlDzshQTVuv { position:relative; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #rFEoKBv6Cq6i0USkTX6bJCuiUUtBdoa5 { position:relative; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #OLBeb3wsO9RXEw5fW1ylFG6hhvAHCxX7 { position:relative; }
#ydyx87wtrZpK6X69EQadT0co4epqgkCT { position:absolute;display:block;z-index:15037;background-color:#888888;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.98828px;width:358.984px;top:746.7578125px;left:601.015625px;display:block; }
#KZ0DLUUZqRkr50JTkraCUmHEDr2WaQKr { color:#333333;display:block;width:275.977px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:832px;left:641px;height:39.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTU2eWrBxSa6OLQ7rhQPv2JBmnxge7ah { color:#333333;display:block;width:341.992px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:794px;left:608px;height:28.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kE7Ilz4DQ7zdCp0a9yHvek1PbIeTTghE { color:#333333;display:block;width:261.992px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:883px;left:650px;height:20.3906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbTfvDCD1CxXX5qEGJx1170F9klaQmZh { position:absolute;display:block;z-index:15038;background-color:#888888;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.96875px;width:358.965px;top:955.7421875px;left:600px;display:block; }
#VbLTO3bAL2uZhCTisSNy56HsovWh7c2L { color:#333333;display:block;width:275.977px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:997.16796875px;left:644.484375px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAhRtBxEQKEmqL3w6QKCzQf69V14JFDJ { background-color:#99d839;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:241.992px;height:48.9844px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1091.26953125px;left:658.45703125px;display:block; }
#TIU75HI2qXbl0EFiEnDR9dt5OC0mw8mq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b5c89;background-image:none;position:relative;display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { background-color: transparent; background-image: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { border-width: 0; border-radius: 0; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container {  }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { font-size:14px;font-family:arial;height:156px;width:960px;position:relative;display:block; }#I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { color:#111111;display:block;width:828.984px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:50.72265625px;left:65.5078125px;height:22.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZbUbuynUEeU9IML71cIUoBfslu0efvr { color:#111111;display:block;width:365.996px;position:absolute;font-family:roboto;font-size:12px;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:129.8828125px;left:296.97265625px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { top:31px;left:0px;width:241px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #d8nw1vvTRouirfnRyixN6QATp3RmIIwd { width:259px;height:38px;top:44px;left:505px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvyTMt5ZSRTCRBtHkOfsxXXToU7ZKZmO { top:191px;left:98.97265625px;width:565px;height:192.64839327486px;display:block; }
 }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:508px;height:43px;top:416px;left:127.5078125px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { display:block; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQSeD28lxngmH4T124FET4iP1w682uZy { width:213px;height:65px;top:70px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fZ17utDo1WrZVGuxD3XUsPcPXhtCTN82 { top:61px;left:160.57421875px;width:220px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #yaXXPk2wNdZu3431JJ2RuM9lNJsHMozV { top:36px;left:416.58984375px;width:132px;height:132px;display:block; }
 }@media only screen and (max-width: 763px) { #r9D3coMzLZ03Bzu7s3wz4T07dFElcKaH { top:34px;left:520px;width:243px;height:136.43950422979px;display:block; }
 }@media only screen and (max-width: 763px) { #o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT { display:block; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5WpXU0hZCIQwqq2hVgOA3bIyUa52oeZ { width:764px;height:71px;top:69px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { display:block; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { width:433px;height:79px;top:113px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { width:386px;height:166px;top:217px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vORazB4zQfEhRlLORh697pC2ip1mXPKZ { top:113px;left:405px;width:359px;height:572px;display:block; }
 }@media only screen and (max-width: 763px) { #qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { width:262px;height:121px;top:516px;left:502px;font-size:17px;display:block; }#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok li:before{  }
 }@media only screen and (max-width: 763px) { #hK6aAnlNzJFKGpmqIWHPJvubwXmV1Wyq { width:433px;height:70px;top:432px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ztnl9ZZtWI0FB6R7Zre6GFPsfzgq86Wy { width:447px;height:451px;top:533px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #x61aWKuZnr1MGd7eSLVEbpTpMCRk3VVk { width:433px;height:105px;top:1052px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FTwfziXlBXNdPpSPp4IEiddu0SRDa58c { width:491px;height:;top:1193px;left:0px;font-size:17px;display:block; }#FTwfziXlBXNdPpSPp4IEiddu0SRDa58c li:before{  }
 }@media only screen and (max-width: 763px) { #Dz8T8s8PT3Q2cfzNQTHMiAkkAVB27spd { width:342px;height:28px;top:154px;left:422px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iuODbcPFI05NGKlB0oIZvWXLcsBwMFsB { width:275px;height:79px;top:192px;left:489px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-regular-label { width:285px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-textarea { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-button { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-checkbox-label { width:266px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH  { width:285px;height:auto;top:290px;left:439px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .radio-container { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH {display:block;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH { width:285px;height:auto;top:290px;left:439px; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #Pr4yGKJi4QqydIipGwtFQIlsEPPZ5p3T {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #bhHTMsEBZoNyky39lmIrgLpvhhw4e4Qa { display:none; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #taJNtB54DoLbzEg1usWi04uqhC1Rbe4D {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #hyAPHJyWTl4TXlIaPR5TEo5kvmcNK4M6 {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #gC9t0iZn3TpvT8DIasxEqBTXwbo9hEkw { display:none; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #PT4F4001uFKVl0NCoKUM9LlDzshQTVuv {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #rFEoKBv6Cq6i0USkTX6bJCuiUUtBdoa5 {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #OLBeb3wsO9RXEw5fW1ylFG6hhvAHCxX7 {  }
 }@media only screen and (max-width: 763px) { #ydyx87wtrZpK6X69EQadT0co4epqgkCT { top:746px;left:405px;width:358px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #KZ0DLUUZqRkr50JTkraCUmHEDr2WaQKr { width:275px;height:39px;top:832px;left:489px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #uTU2eWrBxSa6OLQ7rhQPv2JBmnxge7ah { width:341px;height:28px;top:794px;left:423px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kE7Ilz4DQ7zdCp0a9yHvek1PbIeTTghE { width:261px;height:20px;top:883px;left:503px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hbTfvDCD1CxXX5qEGJx1170F9klaQmZh { top:955px;left:406px;width:358px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #VbLTO3bAL2uZhCTisSNy56HsovWh7c2L { width:275px;height:71px;top:997px;left:489px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QAhRtBxEQKEmqL3w6QKCzQf69V14JFDJ { width:241px;height:48px;top:1091px;left:522px;display:block; }
 }@media only screen and (max-width: 763px) { #TIU75HI2qXbl0EFiEnDR9dt5OC0mw8mq { display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:764px;height:22px;top:50px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:365px;height:17px;top:129px;left:198.97265625px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:320px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { width:241px;height:63.004182850314px;top:20px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #d8nw1vvTRouirfnRyixN6QATp3RmIIwd { width:259px;height:0;top:103.00418285031px;left:30px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:320px;height:851px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvyTMt5ZSRTCRBtHkOfsxXXToU7ZKZmO { width:320px;height:109.1091040156px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:320px;height:0;top:149.1091040156px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { display:block; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { width:320px;height:1508px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQSeD28lxngmH4T124FET4iP1w682uZy { width:213px;height:0;top:20px;left:53px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fZ17utDo1WrZVGuxD3XUsPcPXhtCTN82 { width:220px;height:49.995836060804px;top:106px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #yaXXPk2wNdZu3431JJ2RuM9lNJsHMozV { width:132px;height:132px;top:175.9958360608px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #r9D3coMzLZ03Bzu7s3wz4T07dFElcKaH { width:243px;height:136.42945798714px;top:327.9958360608px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT { display:block; }#o4fKw7WNE6eg30ExLnvnUw1dkL6QiCgT > .row .container { width:320px;height:1508px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5WpXU0hZCIQwqq2hVgOA3bIyUa52oeZ { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { display:block; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { width:320px;height:2482px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { width:320px;height:0;top:119.1719px;left:0px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vORazB4zQfEhRlLORh697pC2ip1mXPKZ { width:320px;height:572px;top:844.2113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { width:262px;height:0;top:1247.9691125px;left:48.4453125px;text-align:left;text-align-last:left;font-size:17px;display:block; }#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok li:before{  }
 }@media only screen and (max-width: 763px) { #hK6aAnlNzJFKGpmqIWHPJvubwXmV1Wyq { width:320px;height:0;top:305.6719px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ztnl9ZZtWI0FB6R7Zre6GFPsfzgq86Wy { width:320px;height:0;top:396.0313px;left:0px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #x61aWKuZnr1MGd7eSLVEbpTpMCRk3VVk { width:320px;height:0;top:1628.9456px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FTwfziXlBXNdPpSPp4IEiddu0SRDa58c { width:320px;height:0;top:1914.4846px;left:0px;text-align:left;text-align-last:left;font-size:17px;display:block; }#FTwfziXlBXNdPpSPp4IEiddu0SRDa58c li:before{  }
 }@media only screen and (max-width: 763px) { #Dz8T8s8PT3Q2cfzNQTHMiAkkAVB27spd { width:320px;height:0;top:885.2034875px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iuODbcPFI05NGKlB0oIZvWXLcsBwMFsB { width:275px;height:0;top:923.383175px;left:41.484375px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH  { width:280px;height:auto;top:290px;left:0px; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH {display:block;}#R12ADFzrwrzRU51uwNouvQyh56ZGzUEH { width:280px;height:auto;top:1021.9378625px;left:0px; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #Pr4yGKJi4QqydIipGwtFQIlsEPPZ5p3T {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #bhHTMsEBZoNyky39lmIrgLpvhhw4e4Qa { display:none; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #taJNtB54DoLbzEg1usWi04uqhC1Rbe4D {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #hyAPHJyWTl4TXlIaPR5TEo5kvmcNK4M6 {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #gC9t0iZn3TpvT8DIasxEqBTXwbo9hEkw { display:none; }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #PT4F4001uFKVl0NCoKUM9LlDzshQTVuv {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #rFEoKBv6Cq6i0USkTX6bJCuiUUtBdoa5 {  }
 }@media only screen and (max-width: 763px) { #R12ADFzrwrzRU51uwNouvQyh56ZGzUEH #OLBeb3wsO9RXEw5fW1ylFG6hhvAHCxX7 {  }
 }@media only screen and (max-width: 763px) { #ydyx87wtrZpK6X69EQadT0co4epqgkCT { width:320px;height:2px;top:1436.2113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KZ0DLUUZqRkr50JTkraCUmHEDr2WaQKr { width:275px;height:0;top:1506.9925px;left:22px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uTU2eWrBxSa6OLQ7rhQPv2JBmnxge7ah { width:320px;height:0;top:1458.2113px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kE7Ilz4DQ7zdCp0a9yHvek1PbIeTTghE { width:261px;height:0;top:1566.5784px;left:29px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hbTfvDCD1CxXX5qEGJx1170F9klaQmZh { width:320px;height:2px;top:1606.9456px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbLTO3bAL2uZhCTisSNy56HsovWh7c2L { width:275px;height:0;top:1754.4846px;left:22px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QAhRtBxEQKEmqL3w6QKCzQf69V14JFDJ { width:241px;height:48px;top:1846.4846px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #TIU75HI2qXbl0EFiEnDR9dt5OC0mw8mq { display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:320px;height:491px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:298px;height:181.5px;top:119px;left:11px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:320px;height:18px;top:389px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }