.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container { background-color: transparent; background-image: none; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container > .video-iframe-container { display: none; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row > .video-iframe-container { display: none; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .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); }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container { border-width: 0; border-radius: 0; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row > .video-iframe-container {  }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#sH7KktqJT4xwCTC0Zb3eCNcrd95DxgM2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:38.6875rem;top:0rem;left:10.65625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ea8c24b-3320-4f53-9d15-1e2b6a37dca6/to_osteo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;overflow:visible;position:relative;display:block; }#ITgyfLDFT5GJzZrQ0sCaRST2pzwFSGrl { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:14.125rem;top:1.447265625rem;left:10.216796875rem;overflow:hidden;display:block; }
#UqeqQ005pe6dkfVfURFTEI8TxlIEt33f { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:14.1875rem;top:1.353515625rem;left:31.654296875rem;overflow:hidden;display:block; }
#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq > .row .container { border-width: 0; border-radius: 0; }#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq > .row > .video-iframe-container {  }#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:none; }#eqtDoXImpgdN6MnJM7lhL0GkTRKMZi6z { background-color:#1f6ac7;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.25rem;left:4.15625rem;display:block; }
#sDyvrwWbqUZb2pi9gA3hEf72u9Czk8TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vwgG3TiRTh2qrDvTVPeHAPuvokrFTuXS { background-color:#1f6ac7;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.34375rem;left:24.21875rem;display:block; }
#Q4sE6L04kPyL2pnDnTo8ZUWdnyzDrL9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQk3QZ4ryE4u7bHFpetsKTpGN7NI8NTT { background-color:#1f6ac7;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.34375rem;left:44.78125rem;display:block; }
#iKoKqyId7ihEt6uFy62CMdIdDIfa2V43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW > .row .container { border-width: 0; border-radius: 0; }#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW > .row > .video-iframe-container {  }#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:none; }#Eo5OGoXoRcTeRKqmXHqlBuVnTrkxDTKm { color:#1f4384;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.5625rem;height:30.859375rem;display:block; }
#NaCCtz6TebJKpUgn3at6bAuET3taoCaZ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.5rem;top:19.875rem;left:47.9375rem;overflow:hidden;display:block; }
#cqL0gtuAGIBQnfXeqMwHcs3gzgc2TaCh { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:9.5rem;top:4.25rem;left:31.125rem;overflow:hidden;display:block; }
#Qn9PG9e9qe69WZ7HrDwScAiOxKKVlgb9 { color:#1f4384;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.25rem;left:39.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#XP75g3hDuONRhxC4ZQLv2rklpUsr4yb3 { color:#1f4384;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.75rem;left:41.625rem;height:5.5234375rem;text-align:right;text-align-last:right;display:block; }
#oK0MTphAV728grpU9Cq6ZnxKTPpeBiBq { color:#1f4384;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:21.8125rem;left:31.125rem;height:5.5234375rem;display:block; }
#Z5MWmIgp2PU4dolzvvQVm7rM4g4AC5JE { color:#1f4384;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:31.125rem;height:1.4619125rem;font-style:normal;display:block; }
#abhMKrJqGC2iJRH4LwqvAwaSBl8iqp1f { position:absolute;display:block;z-index:100021;background-color:#1f6ac7;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:0.375rem;width:18.375rem;top:15.375rem;left:35.625rem;display:block; }
#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO > .row .container { border-width: 0; border-radius: 0; }#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO > .row > .video-iframe-container {  }#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#qH93c05qFQrmkorfHGdkGscBuKT6ph1t { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.296875rem;left:20.84375rem;height:2.03125rem;font-style:normal;display:block; }
#uVuR9uITGrDe94NamtlgClQKJFM44O48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#uVuR9uITGrDe94NamtlgClQKJFM44O48 > .row .container { border-width: 0; border-radius: 0; }#uVuR9uITGrDe94NamtlgClQKJFM44O48 > .row > .video-iframe-container {  }#uVuR9uITGrDe94NamtlgClQKJFM44O48 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:none; }#bQeGubAlcsqL9wtE2JnJJ6awR2OXoyxG { color:#222222;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.125rem;height:1.29980625rem;font-style:normal;display:block; }
#Oy3wBg442tIUPe9rqeTbtdADo6OmaOVk { color:#222222;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100018;line-height:1;letter-spacing:0;top:11.625rem;left:2.0625rem;height:4.5rem;font-style:normal;display:block; }
#Z7BPskFq1IBIOkm2Bukuap9v62dOIq3H { color:#222222;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100019;line-height:1;letter-spacing:0;top:16.5625rem;left:2.125rem;height:2.75rem;font-style:normal;display:block; }
#IKi9tsrOkDNkf7AmzTSTq20OFJ4RzoOm { position:absolute;display:block;z-index:100020;background-color:#1f6ac7;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:0.375rem;width:8.0625rem;top:23.625rem;left:2.125rem;display:block; }
#zrAHo0vdNxxzmQxRRH3bCc4igJ9hbIN7 { color:#222222;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100019;line-height:1;letter-spacing:0;top:26.4375rem;left:2.125rem;height:2.25rem;font-style:normal;display:block; }
#SppivmLvIoaXR0LwXs1afWLWSO1lpdBh { color:#222222;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:25.125rem;left:2.125rem;height:1.29980625rem;font-style:normal;display:block; }
#oGoEJHTV93CAzIHOELcPQfqvMGdNg4rR { color:#222222;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100020;line-height:1;letter-spacing:0;top:29.1875rem;left:2.125rem;height:1.375rem;font-style:normal;display:block; }
#tLKzye9WHPuSGci0UWAi1tcFnDqFXrQz { color:#222222;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.125rem;height:1.29980625rem;font-style:normal;display:block; }
#OtoE4d9Fxv6afXzULGsSVTdtkeTnpVpS { color:#222222;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100019;line-height:1;letter-spacing:0;top:3.0625rem;left:2.09375rem;height:2.25rem;font-style:normal;display:block; }
#ItyidRWIOgHFV4M3Jmb2sTsZgKNMZ8r8 { color:#222222;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100020;line-height:1;letter-spacing:0;top:5.875rem;left:2.125rem;height:1.375rem;font-style:normal;display:block; }
#TOKFwViEbN1BLOoMvduZdXeqOZnaAmT4 { position:absolute;display:block;z-index:100021;background-color:#1f6ac7;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:0.375rem;width:8.0625rem;top:9rem;left:2.125rem;display:block; }
#M33lok0bnVZXzPFESUhxNPdlZ08Nf591 { color:#222222;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2.125rem;height:1.29980625rem;font-style:normal;display:block; }
#WxMOkz0SVzQ5s2gF1FLNLy4zXOEhUylJ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(31,106,199,0.5) ;height:22.5rem;width:40rem;top:33.4375rem;left:10.5625rem;display:block; }
#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk > .row .container { border-width: 0; border-radius: 0; }#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk > .row > .video-iframe-container {  }#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#WS28zdSiEGtcCu4kUhyIbM7sBtRTREJH { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.296875rem;left:15.75rem;height:2.03125rem;font-style:normal;display:block; }
#U4phJabttatV5vs7kNoteWCX4G5TyyzZ { position:relative;display:none; }#U4phJabttatV5vs7kNoteWCX4G5TyyzZ { border-width: 0; border-radius: 0; }#U4phJabttatV5vs7kNoteWCX4G5TyyzZ > .row .container > .video-iframe-container {  }#U4phJabttatV5vs7kNoteWCX4G5TyyzZ > .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:74.6875rem;width:60rem;position:relative;display:none; }#ZcZS58lOAAgnmtydz3r2UFa6i61A949K { position:absolute;display:block;z-index:100021;background-color:#1f6ac7;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:0.375rem;width:8.0625rem;top:1.75rem;left:2.5rem;display:block; }
#Sa2gJGrC9tTWn4WgDStvZikUOfh8zt2B { color:#222222;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#dtQZ5OLdAuuSbDdacT5GvwI10RZPNWPk { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:5.8369140625rem;left:2.5rem;height:1.7871125rem;display:block; }
#UwBOhVixeNZn4KET6SxSMazcQ4g0KawU { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.9365234375rem;left:2.5rem;height:1.7871125rem;display:block; }
#nsb1w32FxIAmea8Zvvg7swbTHsxK1MOC { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:10.25rem;left:11.125rem;height:6.49903125rem;display:block; }
#uhhdNkKhUL8y3FAITWIoaTcWQO23MTtB { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.5rem;height:1.7871125rem;display:block; }
#pfy7gJv9xilTEEmmRATu5EkspBEsMCcP { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:20.375rem;left:11.3125rem;height:1.29980625rem;display:block; }
#ZJeSG9lMFHSpy2wIervhtrSTVhLlA2gv { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:25.3125rem;left:11.3125rem;height:1.29980625rem;display:block; }
#BwxZcSpTK1et0CMJuyCO2kh1k3QRaQrF { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:30.224609375rem;left:11.3125rem;height:1.29980625rem;display:block; }
#LvQ6a5NnS6J0l9JJPIlZDp7hTSEJ3bKF { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:36rem;left:11.3125rem;height:1.29980625rem;display:block; }
#nNlHmZhknCMZuaF9CUvsEW6VEsCgGpCI { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:41.75rem;left:11.3125rem;height:1.29980625rem;display:block; }
#JKkBuOP9laVVvoCceiEJWqlEGMgwEZXp { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:47.3125rem;left:11.3125rem;height:1.29980625rem;display:block; }
#uTFGmpEQc1bwArbh9z2gwcx2MCAt3viF { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:1.7871125rem;display:block; }
#UuqCTGFnXMM4q2aDpvybEPge2U2yrCrR { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:27.79296875rem;left:2.5rem;height:1.7871125rem;display:block; }
#AZAPM7ufgswpo2uHvm0hyIv5WHCzfc1W { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:33rem;left:2.5rem;height:1.7871125rem;display:block; }
#ATAGPwVwI1QgSyUffXXSUXmWBwTLii82 { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:39rem;left:2.5rem;height:1.7871125rem;display:block; }
#B78VzVnsnGUe7wBBKU474f293ZMXZTqe { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:44.3125rem;left:2.5rem;height:1.7871125rem;display:block; }
#uWI55FSvfZwo53G9wQpXUwC2MRcdtblq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;opacity:1;top:10.25rem;left:9.25rem; }
#PpiohkoDi4Scc9U5AyTHxUZq5fHvIA2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100031;opacity:1;top:14.125rem;left:9.25rem; }
#QBlk123DTFi5JeslNTFgvZrfGoK2zcbh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;opacity:1;top:20.3125rem;left:9.25rem; }
#G8HUFDCwDTm3s28Jb8X0w0dbQncFGi6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;opacity:1;top:25.2744140625rem;left:9.25rem; }
#IvcQe7p8gcqb7a7UJT5El0HbmtM04soU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;opacity:1;top:30.1865234375rem;left:9.25rem; }
#NUqZsmqktBNnxIIPXaxC9koaNGJmks7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;opacity:1;top:35.9619140625rem;left:9.25rem; }
#hpMFygFcdAGeeaio4zi6xqFAx57cKdHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100036;opacity:1;top:41.7119140625rem;left:9.25rem; }
#m6dIVH53auqZTkPZdsdhDg3u4BQsHWko { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100037;opacity:1;top:47.2744140625rem;left:9.25rem; }
#bOdnip6NI7rkHGha3l8z2OqZ5sh6NtcS { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:50.3125rem;left:2.5rem;height:1.7871125rem;display:block; }
#CfMhPTOpuKT4ni9c5J9aI4JnBVnhkppJ { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:53.9375rem;left:2.5rem;height:1.7871125rem;display:block; }
#TJhqGeOSgNGIFQE4OMDwDPBSe4JN8wT1 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.6;letter-spacing:0;top:57rem;left:11.3125rem;height:7.9980625rem;display:block; }
#rEziKsEKJN3ln2u1TafXrnRxlwo8SdBh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100038;opacity:1;top:57.0625rem;left:9.25rem; }
#oMb1wHbwMr3EHAFNkJRxsvHCvOTcGumU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;opacity:1;top:58.6875rem;left:9.25rem; }
#MVIQEJqQoe3LLwHKGSZAV4E87xxHlQ8k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;opacity:1;top:60.3115234375rem;left:9.25rem; }
#BHz25nahfJlow7zCFTiv0lPo3FILhM8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;opacity:1;top:61.8740234375rem;left:9.25rem; }
#IJFQvzFCWsBSaTgVVBGgDqcUR1mg1bLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100042;opacity:1;top:63.4365234375rem;left:9.25rem; }
#vwdutyEdH3gA1xQfZCrX06fKxrOpxBqf { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:67.25rem;left:1.71875rem;height:6.49903125rem;display:block; }
#KK9TlANHid716VZP89Lm4gshK7MFhPnh { position:absolute;display:block;z-index:100022;background-color:#1f6ac7;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:0.375rem;width:8.0625rem;top:66.375rem;left:1.71875rem;display:block; }
#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 > .row .container { border-width: 0; border-radius: 0; }#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 > .row > .video-iframe-container {  }#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#BNHeiWCRDBCLSKm9UWrFxZSAiD9h41x4 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.296875rem;left:20.84375rem;height:2.03125rem;font-style:normal;display:block; }
#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 > .row .container { border-width: 0; border-radius: 0; }#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 > .row > .video-iframe-container {  }#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:60rem;position:relative;display:none; }#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-form-header { font-size:1.25rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;color:#1f6ac7;width:55.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.8; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5rem;box-sizing:border-box;height:2.75rem;color:#1f6ac7;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5rem;box-sizing:border-box;height:3.125rem;color:#1f6ac7;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1f6ac7, rgba(0,0,0,0.69));background-image: -moz-linear-gradient(45deg, #1f6ac7, rgba(0,0,0,0.69));background-image: -ms-linear-gradient(45deg, #1f6ac7, rgba(0,0,0,0.69));background-image: -o-linear-gradient(45deg, #1f6ac7, rgba(0,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6ac7', endColorstr='#af000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6ac7', endColorstr='#af000000' );";background-image: linear-gradient(45deg, #1f6ac7, rgba(0,0,0,0.69));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:16.9375rem;margin-bottom:0.25rem;margin-left:16.9375rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#ffffff;width:21.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]:-moz-placeholder { color:#1f6ac7;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]::-moz-placeholder { color:#1f6ac7;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]:-ms-input-placeholder { color:#1f6ac7;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]::-webkit-input-placeholder { color:#1f6ac7;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:54.3125rem;overflow:hidden;font-style:normal;float:none; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .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; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.875rem;vertical-align:middle;font-family:"nunito sans";font-size:1.25rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2;float:none; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-container:first-of-type{padding-top:0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-container:last-of-type{padding-bottom:0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.5rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0rem 0.9375rem 0.9375rem rgba(31,106,199,0.2) ;left:0.9375rem;top:2rem;z-index:100000;position:absolute;font-size:1.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.5rem;display:block;vertical-align:top; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.25rem;line-height:1.3;font-weight:300;color:rgba(0,0,0,0.48);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 {display:block;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.5rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0rem 0.9375rem 0.9375rem rgba(31,106,199,0.2) ;left:0.9375rem;top:2rem;z-index:100000;position:absolute;font-size:1.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pacaxKFKMvxX8XG4yTSbwAsyWGFqRamS { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #vzdDAx1U5gkZGeuQNX53mPUw7k1DmHcN { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #xStcCKdooP19sUVHWsDu9P2H45qT071a { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK .container-column{width:33%;;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #OJ8X2QNTC8Ts2voW5mvbUZ46Dmr1CfRT { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #QADgFudMFPzWBsLNRpUv9gCgHpRSABQS { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #mix4GFpaF1Tc42IuPc5F1SkhF6xdtZvo { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ephkU9RGBsWQ2og4QTTD787er2mNuAf4 { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dNl1SHXPFTqwuK0kiJ4fRv23uyTurTla { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wL7JUwXMNOwlOL1J1vwDCTcFsBfPxIn5 { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #qT66C0avb6wwSLc3fWzoSS28siZBEwN6 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #D5D1tbXZNvsATMPDk6J0OGNHODEGI9s7 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #XCiWrDlPkgz6Gd7FPrJmpG7qlGAP4LTS { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #KoFEk8q55Hf49I4wwoABZKXaAIRm7mNW { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #g0OC4nn6NhEisfEDev3xvbuyVVK0hulT { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #A5LunLtg0xk2D2zKHru6aiaTEaWaP3L2 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #GgLQ10eBCuf3RLkTJTcPHHDZvDtP4ka5 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti .container-column{width:100%;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pP9KZIrQZHIknXiTHSEWPANf9wyJ1cIz { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ixHFp8dLcNtiq607eoxA4ZBcRB861Pbc { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wLEMv2MRfC0s7yeQEC2WGSn3XsdmglXc { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #WAF29KKc4uE913T7CBa7lO1OEt6yXG1w { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BLRkHPJIFoR62CyTNSP4yg8Zmk5il70a { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw .container-column{width:50%;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #UbUShaPqBXbNDJzQyPuuOb6hVtaZRNb5 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #q42xysuC9T2n8N1cFwONiuKP3gdTMmBw { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #FXmCWap8tDs4PikAken4AaotIeV9tIvR { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #y5RMcTVSCdC5TCet2QmJeFcaoIEb6nH7 { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #NQblZot88DTOoLLtdqFDpW9JyJmaHrgP { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx .container-column{width:50%;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #rTTGUGRawMUXKE8IAJ4TIpCscBKZiDGC { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BC9WGbDMJNu9632tpoRdGdXAglJegqBo { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #MHCEP8H8hDEqo0mRKuzLoc9AKd6A0ezm { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dLTlPTqZ7IQdztiVbrgLnhSWToEA1EkO { position:relative;z-index:2; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #PeDslzsml7ucozxLGPudKkupITvSpuk7 { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #IWxdAvNfFblTbCJ94E75fKRaMn5yVgWP { position:relative;display:block;z-index:100000; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dk9aGnQM6q84arSFLf6145TZ1yTZatsc { position:relative;display:block;z-index:100000; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #slzi2oTH6xZquipucVLr0SfebhVMdXBR { position:relative; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #tPM5eVWIkHN6LzwVeS9TfhTNzvd3qsQd { position:relative; }
#sAaG6QJnzVF3Od7Tk8GqJyaGBNHMFW15 { background-color:#1f6ac7;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:65.8125rem;left:19.34375rem;display:block; }
#AbbouV9BVT1RW68hJakTysXCE4cdRKkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 > .row .container { border-width: 0; border-radius: 0; }#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 > .row > .video-iframe-container {  }#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#cuMwJ8yrU6CXgASMm3CtWqPRAoz3OThh { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.296875rem;left:23rem;height:2.03125rem;font-style:normal;display:block; }
#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV > .row .container { border-width: 0; border-radius: 0; }#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV > .row > .video-iframe-container {  }#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:none; }#Do8n51pycQvDHOUAWCHCQeQFNs7ap15F { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:18.1875rem;top:2.1875rem;left:20.90625rem;overflow:hidden;display:block; }
#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl > .row .container { border-width: 0; border-radius: 0; }#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl > .row > .video-iframe-container {  }#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#zKsy828GwurDJTcFPcdbCbqxuSWetwuQ { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:23.1875rem;height:2.03125rem;font-style:normal;display:block; }
#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW > .row .container { border-width: 0; border-radius: 0; }#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW > .row > .video-iframe-container {  }#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:none; }#JBneiMso2bUfZ2tUTvuOaULvaX5qg9L2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:12.375rem;top:2.46875rem;left:46.3125rem;overflow:hidden;display:block; }
#knua6QB8qOHPOG6LiUBor974FVeH9Jn0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:13.75rem;top:1.875rem;left:15.625rem;overflow:hidden;display:block; }
#AbJOe8CCMUUQWX6ZT2lX4ndHThP9ohJh { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:12.375rem;top:0.875rem;left:31.3125rem;overflow:hidden;display:block; }
#E6VEIJ1RIX4Z7kLthbe8meFWFoXiCAv5 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:8.625rem;top:0.875rem;left:3.1875rem;overflow:hidden;display:block; }
#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:none; }#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ > .row .container { border-width: 0; border-radius: 0; }#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ > .row > .video-iframe-container {  }#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:none; }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;z-index:auto;display:none; }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM > .row .container { border-width: 0; border-radius: 0; }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM > .row > .video-iframe-container {  }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:none; }#QcNfSrcLAgl2ITp2qR4goLMDIQCzaDZA { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:15.5rem;top:1.90625rem;left:11.34375rem;overflow:hidden;display:block; }
#irvQuiMgb8VuaHPAzNOahC3lc6ubFcrh { color:rgba(0,0,0,0.73);display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:1.90625rem;left:28.46875rem;height:9.597675rem;text-align:center;text-align-last:center;display:block; }
#gFBancNXPTOnKO7ndQXsfEdV5tbNARVK { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:11.5029296875rem;left:18.46875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:block; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container { background-color: transparent; background-image: none; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container > .video-iframe-container { display: none; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row > .video-iframe-container { display: none; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .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); }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container { border-width: 0; border-radius: 0; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row > .video-iframe-container {  }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#myJdLXXolyhzVE0F9GQrKq9xARwZad8v { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:12.65625rem;height:2.03125rem;font-style:normal;display:block; }
#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container { background-color: transparent; background-image: none; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container > .video-iframe-container { display: none; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row > .video-iframe-container { display: none; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .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); }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container { border-width: 0; border-radius: 0; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row > .video-iframe-container {  }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:60rem;position:relative;display:block; }#iMxxCoELHElUGBaSezN5kIeJ8MIZP0x3 { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7060546875rem;left:0.65625rem;height:50.67183125rem;text-align:left;text-align-last:left;display:block; }
#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f6ac7;background-image:none;position:relative;display:block; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container { background-color: transparent; background-image: none; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container > .video-iframe-container { display: none; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row > .video-iframe-container { display: none; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .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); }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container { border-width: 0; border-radius: 0; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row > .video-iframe-container {  }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 { display:block; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH7KktqJT4xwCTC0Zb3eCNcrd95DxgM2 { top:0rem;left:4.53125rem;width:38.6875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITgyfLDFT5GJzZrQ0sCaRST2pzwFSGrl { top:1.4375rem;left:4.091796875rem;width:14.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqeqQ005pe6dkfVfURFTEI8TxlIEt33f { top:1.3125rem;left:25.529296875rem;width:14.1875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq { display:block; }#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqtDoXImpgdN6MnJM7lhL0GkTRKMZi6z { width:11.5625rem;height:2.5rem;top:1.25rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDyvrwWbqUZb2pi9gA3hEf72u9Czk8TJ { display:block; }
 }@media only screen and (max-width: 763px) { #vwgG3TiRTh2qrDvTVPeHAPuvokrFTuXS { width:11.5625rem;height:2.5rem;top:1.3125rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sE6L04kPyL2pnDnTo8ZUWdnyzDrL9k { display:block; }
 }@media only screen and (max-width: 763px) { #xQk3QZ4ryE4u7bHFpetsKTpGN7NI8NTT { width:11.5625rem;height:2.5rem;top:1.3125rem;left:34.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKoKqyId7ihEt6uFy62CMdIdDIfa2V43 { display:block; }
 }@media only screen and (max-width: 763px) { #GFbMAyVicEKw7C5HlnK8te9UyOs34xZW { display:block; }#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo5OGoXoRcTeRKqmXHqlBuVnTrkxDTKm { top:1.875rem;left:0rem;width:26.875rem;height:30.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaCCtz6TebJKpUgn3at6bAuET3taoCaZ { top:19.875rem;left:38.25rem;width:9.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqL0gtuAGIBQnfXeqMwHcs3gzgc2TaCh { top:4.25rem;left:23.875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9PG9e9qe69WZ7HrDwScAiOxKKVlgb9 { top:4.25rem;left:28.4375rem;width:19.125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP75g3hDuONRhxC4ZQLv2rklpUsr4yb3 { top:6.75rem;left:30.625rem;width:17.125rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK0MTphAV728grpU9Cq6ZnxKTPpeBiBq { top:21.8125rem;left:23.875rem;width:16.8125rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MWmIgp2PU4dolzvvQVm7rM4g4AC5JE { top:18.0625rem;left:21.125rem;width:26.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abhMKrJqGC2iJRH4LwqvAwaSBl8iqp1f { width:18.375rem;height:0.375rem;top:15.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO { display:block; }#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qH93c05qFQrmkorfHGdkGscBuKT6ph1t { top:0.25rem;left:14.71875rem;width:18.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVuR9uITGrDe94NamtlgClQKJFM44O48 { display:block; }#uVuR9uITGrDe94NamtlgClQKJFM44O48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQeGubAlcsqL9wtE2JnJJ6awR2OXoyxG { width:47.75rem;height:1.25rem;top:10.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3wBg442tIUPe9rqeTbtdADo6OmaOVk { width:47.75rem;height:4.5rem;top:11.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BPskFq1IBIOkm2Bukuap9v62dOIq3H { width:23.875rem;height:2.75rem;top:16.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKi9tsrOkDNkf7AmzTSTq20OFJ4RzoOm { width:8.0625rem;height:0.375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAHo0vdNxxzmQxRRH3bCc4igJ9hbIN7 { width:47.75rem;height:2.25rem;top:26.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SppivmLvIoaXR0LwXs1afWLWSO1lpdBh { width:47.75rem;height:1.25rem;top:25.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGoEJHTV93CAzIHOELcPQfqvMGdNg4rR { width:27.25rem;height:1.375rem;top:29.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKzye9WHPuSGci0UWAi1tcFnDqFXrQz { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtoE4d9Fxv6afXzULGsSVTdtkeTnpVpS { width:47.75rem;height:2.25rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItyidRWIOgHFV4M3Jmb2sTsZgKNMZ8r8 { width:23.875rem;height:1.375rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKFwViEbN1BLOoMvduZdXeqOZnaAmT4 { width:8.0625rem;height:0.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33lok0bnVZXzPFESUhxNPdlZ08Nf591 { width:47.75rem;height:1.25rem;top:20.4375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxMOkz0SVzQ5s2gF1FLNLy4zXOEhUylJ { top:33.4375rem;left:4.4375rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTU8uEIxKive3kEoE4XewVE9vd0qXaQk { display:block; }#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS28zdSiEGtcCu4kUhyIbM7sBtRTREJH { top:0.25rem;left:9.625rem;width:28.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4phJabttatV5vs7kNoteWCX4G5TyyzZ { display:block; }#U4phJabttatV5vs7kNoteWCX4G5TyyzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcZS58lOAAgnmtydz3r2UFa6i61A949K { width:8.0625rem;height:0.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2gJGrC9tTWn4WgDStvZikUOfh8zt2B { width:47.75rem;height:1.25rem;top:2.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQZ5OLdAuuSbDdacT5GvwI10RZPNWPk { top:5.8125rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwBOhVixeNZn4KET6SxSMazcQ4g0KawU { top:7.875rem;left:0rem;width:44rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsb1w32FxIAmea8Zvvg7swbTHsxK1MOC { top:10.25rem;left:5rem;width:35.25rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhdNkKhUL8y3FAITWIoaTcWQO23MTtB { top:18.25rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy7gJv9xilTEEmmRATu5EkspBEsMCcP { top:20.375rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJeSG9lMFHSpy2wIervhtrSTVhLlA2gv { top:25.3125rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxZcSpTK1et0CMJuyCO2kh1k3QRaQrF { top:30.1875rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQ6a5NnS6J0l9JJPIlZDp7hTSEJ3bKF { top:36rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNlHmZhknCMZuaF9CUvsEW6VEsCgGpCI { top:41.75rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKkBuOP9laVVvoCceiEJWqlEGMgwEZXp { top:47.3125rem;left:5.1875rem;width:35.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFGmpEQc1bwArbh9z2gwcx2MCAt3viF { top:23rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqCTGFnXMM4q2aDpvybEPge2U2yrCrR { top:27.75rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAPM7ufgswpo2uHvm0hyIv5WHCzfc1W { top:33rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAGPwVwI1QgSyUffXXSUXmWBwTLii82 { top:39rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B78VzVnsnGUe7wBBKU474f293ZMXZTqe { top:44.3125rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWI55FSvfZwo53G9wQpXUwC2MRcdtblq { top:10.25rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpiohkoDi4Scc9U5AyTHxUZq5fHvIA2w { top:14.125rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlk123DTFi5JeslNTFgvZrfGoK2zcbh { top:20.3125rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HUFDCwDTm3s28Jb8X0w0dbQncFGi6K { top:25.25rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvcQe7p8gcqb7a7UJT5El0HbmtM04soU { top:30.125rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUqZsmqktBNnxIIPXaxC9koaNGJmks7D { top:35.9375rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpMFygFcdAGeeaio4zi6xqFAx57cKdHs { top:41.6875rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6dIVH53auqZTkPZdsdhDg3u4BQsHWko { top:47.25rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdnip6NI7rkHGha3l8z2OqZ5sh6NtcS { top:50.3125rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMhPTOpuKT4ni9c5J9aI4JnBVnhkppJ { top:53.9375rem;left:0rem;width:44.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJhqGeOSgNGIFQE4OMDwDPBSe4JN8wT1 { top:57rem;left:5.1875rem;width:35.25rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEziKsEKJN3ln2u1TafXrnRxlwo8SdBh { top:57.0625rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMb1wHbwMr3EHAFNkJRxsvHCvOTcGumU { top:58.6875rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVIQEJqQoe3LLwHKGSZAV4E87xxHlQ8k { top:60.25rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHz25nahfJlow7zCFTiv0lPo3FILhM8T { top:61.8125rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFQvzFCWsBSaTgVVBGgDqcUR1mg1bLA { top:63.375rem;left:3.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdutyEdH3gA1xQfZCrX06fKxrOpxBqf { top:67.25rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK9TlANHid716VZP89Lm4gshK7MFhPnh { width:8.0625rem;height:0.375rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 { display:block; }#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNHeiWCRDBCLSKm9UWrFxZSAiD9h41x4 { top:0.25rem;left:14.71875rem;width:18.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSfRutkw5eVgefxCgeFLlZdwTeIROC0 { display:block; }#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-regular-label { width:45.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-textarea { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:13.75rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-checkbox-label { width:43.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5  { width:45.125rem;height:auto;top:2rem;left:0rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .radio-container { width:45.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 {display:block;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 { width:45.125rem;height:auto;top:2rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pacaxKFKMvxX8XG4yTSbwAsyWGFqRamS {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #vzdDAx1U5gkZGeuQNX53mPUw7k1DmHcN {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #xStcCKdooP19sUVHWsDu9P2H45qT071a {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #OJ8X2QNTC8Ts2voW5mvbUZ46Dmr1CfRT {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #QADgFudMFPzWBsLNRpUv9gCgHpRSABQS { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #mix4GFpaF1Tc42IuPc5F1SkhF6xdtZvo {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ephkU9RGBsWQ2og4QTTD787er2mNuAf4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dNl1SHXPFTqwuK0kiJ4fRv23uyTurTla {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wL7JUwXMNOwlOL1J1vwDCTcFsBfPxIn5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #qT66C0avb6wwSLc3fWzoSS28siZBEwN6 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #D5D1tbXZNvsATMPDk6J0OGNHODEGI9s7 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #XCiWrDlPkgz6Gd7FPrJmpG7qlGAP4LTS {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #KoFEk8q55Hf49I4wwoABZKXaAIRm7mNW {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #g0OC4nn6NhEisfEDev3xvbuyVVK0hulT {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #A5LunLtg0xk2D2zKHru6aiaTEaWaP3L2 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #GgLQ10eBCuf3RLkTJTcPHHDZvDtP4ka5 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pP9KZIrQZHIknXiTHSEWPANf9wyJ1cIz {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ixHFp8dLcNtiq607eoxA4ZBcRB861Pbc { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wLEMv2MRfC0s7yeQEC2WGSn3XsdmglXc {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #WAF29KKc4uE913T7CBa7lO1OEt6yXG1w { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BLRkHPJIFoR62CyTNSP4yg8Zmk5il70a {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #UbUShaPqBXbNDJzQyPuuOb6hVtaZRNb5 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #q42xysuC9T2n8N1cFwONiuKP3gdTMmBw { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #FXmCWap8tDs4PikAken4AaotIeV9tIvR {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #y5RMcTVSCdC5TCet2QmJeFcaoIEb6nH7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #NQblZot88DTOoLLtdqFDpW9JyJmaHrgP {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #rTTGUGRawMUXKE8IAJ4TIpCscBKZiDGC {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BC9WGbDMJNu9632tpoRdGdXAglJegqBo { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #MHCEP8H8hDEqo0mRKuzLoc9AKd6A0ezm {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dLTlPTqZ7IQdztiVbrgLnhSWToEA1EkO { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #PeDslzsml7ucozxLGPudKkupITvSpuk7 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #IWxdAvNfFblTbCJ94E75fKRaMn5yVgWP {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dk9aGnQM6q84arSFLf6145TZ1yTZatsc {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #slzi2oTH6xZquipucVLr0SfebhVMdXBR {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #tPM5eVWIkHN6LzwVeS9TfhTNzvd3qsQd {  }
 }@media only screen and (max-width: 763px) { #sAaG6QJnzVF3Od7Tk8GqJyaGBNHMFW15 { width:21.625rem;height:3.125rem;top:65.8125rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbbouV9BVT1RW68hJakTysXCE4cdRKkE { display:block; }
 }@media only screen and (max-width: 763px) { #sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 { display:block; }#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuMwJ8yrU6CXgASMm3CtWqPRAoz3OThh { top:0.25rem;left:16.875rem;width:14rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV { display:block; }#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do8n51pycQvDHOUAWCHCQeQFNs7ap15F { top:2.1875rem;left:14.78125rem;width:18.1875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl { display:block; }#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKsy828GwurDJTcFPcdbCbqxuSWetwuQ { top:0rem;left:17.0625rem;width:13.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW { display:block; }#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBneiMso2bUfZ2tUTvuOaULvaX5qg9L2 { top:2.4375rem;left:35.375rem;width:12.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knua6QB8qOHPOG6LiUBor974FVeH9Jn0 { top:1.875rem;left:10.125rem;width:13.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJOe8CCMUUQWX6ZT2lX4ndHThP9ohJh { top:0.875rem;left:23.4375rem;width:12.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VEIJ1RIX4Z7kLthbe8meFWFoXiCAv5 { top:0.875rem;left:1.65625rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ { display:block; }#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM { display:block; }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcNfSrcLAgl2ITp2qR4goLMDIQCzaDZA { width:15.5rem;height:7.125rem;top:1.875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irvQuiMgb8VuaHPAzNOahC3lc6ubFcrh { top:1.875rem;left:22.0625rem;width:25.6875rem;height:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFBancNXPTOnKO7ndQXsfEdV5tbNARVK { top:11.5rem;left:12.34375rem;width:23.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB { display:block; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myJdLXXolyhzVE0F9GQrKq9xARwZad8v { top:0rem;left:6.53125rem;width:34.6875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 { display:block; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMxxCoELHElUGBaSezN5kIeJ8MIZP0x3 { top:1.6875rem;left:0rem;width:47.75rem;height:60.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS { display:block; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 { display:block; }#No3VVhF0nFrFCdwk5ggMBqcG5VGN6z43 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH7KktqJT4xwCTC0Zb3eCNcrd95DxgM2 { width:20rem;height:2.5874867444327rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ea8c24b-3320-4f53-9d15-1e2b6a37dca6/to_osteo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITgyfLDFT5GJzZrQ0sCaRST2pzwFSGrl { width:19.5rem;height:11.75rem;top:0.6064453125rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UqeqQ005pe6dkfVfURFTEI8TxlIEt33f { width:5.75rem;height:3.375rem;top:10.3271484375rem;left:10.583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq { display:none; }#Q6B9ITux5kdyOZq4a6OO0TW4Xr9U1pZq > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eqtDoXImpgdN6MnJM7lhL0GkTRKMZi6z { width:11.5625rem;height:1.875rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDyvrwWbqUZb2pi9gA3hEf72u9Czk8TJ { display:block; }
 }@media only screen and (max-width: 763px) { #vwgG3TiRTh2qrDvTVPeHAPuvokrFTuXS { width:11.5625rem;height:1.875rem;top:4.0625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sE6L04kPyL2pnDnTo8ZUWdnyzDrL9k { display:block; }
 }@media only screen and (max-width: 763px) { #xQk3QZ4ryE4u7bHFpetsKTpGN7NI8NTT { width:11.5625rem;height:1.875rem;top:6.875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKoKqyId7ihEt6uFy62CMdIdDIfa2V43 { display:block; }
 }@media only screen and (max-width: 763px) { #GFbMAyVicEKw7C5HlnK8te9UyOs34xZW { display:none; }#GFbMAyVicEKw7C5HlnK8te9UyOs34xZW > .row .container { width:20rem;height:45.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eo5OGoXoRcTeRKqmXHqlBuVnTrkxDTKm { width:20rem;height:22.734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaCCtz6TebJKpUgn3at6bAuET3taoCaZ { width:6.25rem;height:6.125rem;top:36.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqL0gtuAGIBQnfXeqMwHcs3gzgc2TaCh { width:6.25rem;height:6.25rem;top:26.203125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9PG9e9qe69WZ7HrDwScAiOxKKVlgb9 { width:17.375rem;height:0.9746125rem;top:33.515625rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP75g3hDuONRhxC4ZQLv2rklpUsr4yb3 { width:12.375rem;height:3.8984375rem;top:27.37890625rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK0MTphAV728grpU9Cq6ZnxKTPpeBiBq { width:12.1875rem;height:3.8984375rem;top:37.5rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MWmIgp2PU4dolzvvQVm7rM4g4AC5JE { width:19.5625rem;height:1.0556625rem;top:43.1875rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abhMKrJqGC2iJRH4LwqvAwaSBl8iqp1f { width:18.375rem;height:0.0625rem;top:35.7509765625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO { display:none; }#W6ZLzn65gnB1CMKkKt61PZG9pcpDbgtO > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qH93c05qFQrmkorfHGdkGscBuKT6ph1t { width:18.3125rem;height:1.21875rem;top:0.390625rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVuR9uITGrDe94NamtlgClQKJFM44O48 { display:none; }#uVuR9uITGrDe94NamtlgClQKJFM44O48 > .row .container { width:20rem;height:33.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bQeGubAlcsqL9wtE2JnJJ6awR2OXoyxG { width:13.1875rem;height:0.9746125rem;top:0.6875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3wBg442tIUPe9rqeTbtdADo6OmaOVk { width:19.625rem;height:2.8125rem;top:7.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BPskFq1IBIOkm2Bukuap9v62dOIq3H { width:20rem;height:1.75rem;top:10.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKi9tsrOkDNkf7AmzTSTq20OFJ4RzoOm { width:5.5rem;height:0.125rem;top:5.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAHo0vdNxxzmQxRRH3bCc4igJ9hbIN7 { width:20rem;height:0.9375rem;top:16.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SppivmLvIoaXR0LwXs1afWLWSO1lpdBh { width:20rem;height:0;top:16.7373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGoEJHTV93CAzIHOELcPQfqvMGdNg4rR { width:20rem;height:0.875rem;top:18rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKzye9WHPuSGci0UWAi1tcFnDqFXrQz { width:20rem;height:0;top:7.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtoE4d9Fxv6afXzULGsSVTdtkeTnpVpS { width:20rem;height:0.9375rem;top:2.2373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ItyidRWIOgHFV4M3Jmb2sTsZgKNMZ8r8 { width:20rem;height:0.875rem;top:3.7998046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKFwViEbN1BLOoMvduZdXeqOZnaAmT4 { width:5.5rem;height:0.125rem;top:14.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33lok0bnVZXzPFESUhxNPdlZ08Nf591 { width:20rem;height:0.73046875rem;top:13.11328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxMOkz0SVzQ5s2gF1FLNLy4zXOEhUylJ { height:11.25rem;width:20rem;top:20.798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTU8uEIxKive3kEoE4XewVE9vd0qXaQk { display:none; }#MTU8uEIxKive3kEoE4XewVE9vd0qXaQk > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WS28zdSiEGtcCu4kUhyIbM7sBtRTREJH { width:18.3125rem;height:1.21875rem;top:0.390625rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4phJabttatV5vs7kNoteWCX4G5TyyzZ { display:none; }#U4phJabttatV5vs7kNoteWCX4G5TyyzZ > .row .container { width:20rem;height:68.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZcZS58lOAAgnmtydz3r2UFa6i61A949K { width:8.0625rem;height:0.375rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2gJGrC9tTWn4WgDStvZikUOfh8zt2B { width:20rem;height:auto;top:2.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtQZ5OLdAuuSbDdacT5GvwI10RZPNWPk { width:20rem;height:2.4375rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwBOhVixeNZn4KET6SxSMazcQ4g0KawU { width:20rem;height:2.4375rem;top:5.984375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsb1w32FxIAmea8Zvvg7swbTHsxK1MOC { width:20rem;height:5.84766875rem;top:9.05859375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uhhdNkKhUL8y3FAITWIoaTcWQO23MTtB { width:20rem;height:2.4375rem;top:15.857421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy7gJv9xilTEEmmRATu5EkspBEsMCcP { width:20rem;height:0.9746125rem;top:18.806640625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJeSG9lMFHSpy2wIervhtrSTVhLlA2gv { width:20rem;height:0.9746125rem;top:23.7431640625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxZcSpTK1et0CMJuyCO2kh1k3QRaQrF { width:20rem;height:0.9746125rem;top:28.453125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQ6a5NnS6J0l9JJPIlZDp7hTSEJ3bKF { width:20rem;height:0.9746125rem;top:33.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNlHmZhknCMZuaF9CUvsEW6VEsCgGpCI { width:20rem;height:0.9746125rem;top:38.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKkBuOP9laVVvoCceiEJWqlEGMgwEZXp { width:20rem;height:0.9746125rem;top:43.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFGmpEQc1bwArbh9z2gwcx2MCAt3viF { width:20rem;height:2.4375rem;top:20.6064453125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqCTGFnXMM4q2aDpvybEPge2U2yrCrR { width:20rem;height:2.4375rem;top:25.4677734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAPM7ufgswpo2uHvm0hyIv5WHCzfc1W { width:20rem;height:2.4375rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAGPwVwI1QgSyUffXXSUXmWBwTLii82 { width:20rem;height:2.4375rem;top:35.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B78VzVnsnGUe7wBBKU474f293ZMXZTqe { width:20rem;height:2.4375rem;top:40.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWI55FSvfZwo53G9wQpXUwC2MRcdtblq { width:1.375rem;height:1.375rem;top:14.30956875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpiohkoDi4Scc9U5AyTHxUZq5fHvIA2w { width:1.375rem;height:1.375rem;top:16.93456875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBlk123DTFi5JeslNTFgvZrfGoK2zcbh { width:1.375rem;height:1.375rem;top:33.4326rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8HUFDCwDTm3s28Jb8X0w0dbQncFGi6K { width:1.375rem;height:1.375rem;top:43.431625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvcQe7p8gcqb7a7UJT5El0HbmtM04soU { width:1.375rem;height:1.375rem;top:56.5165875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUqZsmqktBNnxIIPXaxC9koaNGJmks7D { width:1.375rem;height:1.375rem;top:66.5156125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpMFygFcdAGeeaio4zi6xqFAx57cKdHs { width:1.375rem;height:1.375rem;top:79.600575rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6dIVH53auqZTkPZdsdhDg3u4BQsHWko { width:1.375rem;height:1.375rem;top:89.5996rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOdnip6NI7rkHGha3l8z2OqZ5sh6NtcS { width:20rem;height:1.21875rem;top:46.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMhPTOpuKT4ni9c5J9aI4JnBVnhkppJ { width:20rem;height:1.21875rem;top:48.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJhqGeOSgNGIFQE4OMDwDPBSe4JN8wT1 { width:20rem;height:7.1953125rem;top:50.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEziKsEKJN3ln2u1TafXrnRxlwo8SdBh { width:1.375rem;height:1.375rem;top:103.93554375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMb1wHbwMr3EHAFNkJRxsvHCvOTcGumU { width:1.375rem;height:1.375rem;top:106.56054375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVIQEJqQoe3LLwHKGSZAV4E87xxHlQ8k { width:1.375rem;height:1.375rem;top:109.18554375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHz25nahfJlow7zCFTiv0lPo3FILhM8T { width:1.375rem;height:1.375rem;top:111.81054375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJFQvzFCWsBSaTgVVBGgDqcUR1mg1bLA { width:1.375rem;height:1.375rem;top:114.43554375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwdutyEdH3gA1xQfZCrX06fKxrOpxBqf { width:20rem;height:7.3896375rem;top:60.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK9TlANHid716VZP89Lm4gshK7MFhPnh { width:8.0625rem;height:0.375rem;top:58.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 { display:none; }#gh4yezBxQeaU4yTZZVvwlsCJrWQzbId8 > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BNHeiWCRDBCLSKm9UWrFxZSAiD9h41x4 { width:18.3125rem;height:1.21875rem;top:0.390625rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STSfRutkw5eVgefxCgeFLlZdwTeIROC0 { display:none; }#STSfRutkw5eVgefxCgeFLlZdwTeIROC0 > .row .container { width:20rem;height:63.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5  { width:17.375rem;height:auto;top:1.625rem;left:0rem; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 .widget-info-text { font-size:0.0625rem;overflow:hidden;height:auto;text-align:center;text-align-last:center;line-height:1.1; }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 {display:block;}#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 { width:17.375rem;height:auto;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pacaxKFKMvxX8XG4yTSbwAsyWGFqRamS {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #vzdDAx1U5gkZGeuQNX53mPUw7k1DmHcN {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #xStcCKdooP19sUVHWsDu9P2H45qT071a {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ZFkpfArbPf9rSDGDaciz0PTGJfcw0EGK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #OJ8X2QNTC8Ts2voW5mvbUZ46Dmr1CfRT {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #QADgFudMFPzWBsLNRpUv9gCgHpRSABQS { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #mix4GFpaF1Tc42IuPc5F1SkhF6xdtZvo {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ephkU9RGBsWQ2og4QTTD787er2mNuAf4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dNl1SHXPFTqwuK0kiJ4fRv23uyTurTla {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wL7JUwXMNOwlOL1J1vwDCTcFsBfPxIn5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #qT66C0avb6wwSLc3fWzoSS28siZBEwN6 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #D5D1tbXZNvsATMPDk6J0OGNHODEGI9s7 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #XCiWrDlPkgz6Gd7FPrJmpG7qlGAP4LTS {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #KoFEk8q55Hf49I4wwoABZKXaAIRm7mNW {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #g0OC4nn6NhEisfEDev3xvbuyVVK0hulT {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #A5LunLtg0xk2D2zKHru6aiaTEaWaP3L2 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #GgLQ10eBCuf3RLkTJTcPHHDZvDtP4ka5 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #zxS0ebcdOmqWpi163gf0HswSRVKgwXti .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #pP9KZIrQZHIknXiTHSEWPANf9wyJ1cIz {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #ixHFp8dLcNtiq607eoxA4ZBcRB861Pbc { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #wLEMv2MRfC0s7yeQEC2WGSn3XsdmglXc {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #WAF29KKc4uE913T7CBa7lO1OEt6yXG1w { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BLRkHPJIFoR62CyTNSP4yg8Zmk5il70a {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #TSbMietRywkzS5K7FVS3mp9UMND7zRZw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #UbUShaPqBXbNDJzQyPuuOb6hVtaZRNb5 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #q42xysuC9T2n8N1cFwONiuKP3gdTMmBw { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #FXmCWap8tDs4PikAken4AaotIeV9tIvR {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #y5RMcTVSCdC5TCet2QmJeFcaoIEb6nH7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #NQblZot88DTOoLLtdqFDpW9JyJmaHrgP {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx {  }
#Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #o0V7eWrAUb7CTqtFgBI8vlNM7s82sqnx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #rTTGUGRawMUXKE8IAJ4TIpCscBKZiDGC {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #BC9WGbDMJNu9632tpoRdGdXAglJegqBo { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #MHCEP8H8hDEqo0mRKuzLoc9AKd6A0ezm {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dLTlPTqZ7IQdztiVbrgLnhSWToEA1EkO { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #PeDslzsml7ucozxLGPudKkupITvSpuk7 {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #IWxdAvNfFblTbCJ94E75fKRaMn5yVgWP {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #dk9aGnQM6q84arSFLf6145TZ1yTZatsc {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #slzi2oTH6xZquipucVLr0SfebhVMdXBR {  }
 }@media only screen and (max-width: 763px) { #Ux0MbxB5U2LGuzewCHP95AibvaeXSJc5 #tPM5eVWIkHN6LzwVeS9TfhTNzvd3qsQd {  }
 }@media only screen and (max-width: 763px) { #sAaG6QJnzVF3Od7Tk8GqJyaGBNHMFW15 { width:17.125rem;height:2rem;top:60.4873046875rem;left:1.5rem;font-size:0.6875rem;background-color:rgba(31,106,199,0.51);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AbbouV9BVT1RW68hJakTysXCE4cdRKkE { display:block; }
 }@media only screen and (max-width: 763px) { #sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 { display:none; }#sOb3RZ0WbWsDQSBzgRyZ9cX0MvH6qxe1 > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cuMwJ8yrU6CXgASMm3CtWqPRAoz3OThh { width:18.5rem;height:1.21875rem;top:0.390625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV { display:none; }#CSl50ePxT38pBxJzz4OWr9J4e0Ks1osV > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Do8n51pycQvDHOUAWCHCQeQFNs7ap15F { width:10.5625rem;height:4.875rem;top:0.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl { display:none; }#mqzVmsngWz28N4oJD2HRpCE8w85Pvwtl > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zKsy828GwurDJTcFPcdbCbqxuSWetwuQ { width:18.5rem;height:1.21875rem;top:0.390625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW { display:none; }#x8Uk3LH7sKNEPKWyFAcTkDoHmkLR7oTW > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBneiMso2bUfZ2tUTvuOaULvaX5qg9L2 { width:7.8125rem;height:3.3125rem;top:7.15625rem;left:10.130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knua6QB8qOHPOG6LiUBor974FVeH9Jn0 { width:8.4375rem;height:3.9375rem;top:0.8125rem;left:9.818359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJOe8CCMUUQWX6ZT2lX4ndHThP9ohJh { width:5.875rem;height:4.0625rem;top:6.78125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VEIJ1RIX4Z7kLthbe8meFWFoXiCAv5 { width:5.375rem;height:5.375rem;top:0.09375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ { display:none; }#R1tN1Gm8TumswffrwmyTbtRnfh95PhNJ > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#tw9UfLLupC74Hk4XyEekKDa6Qf8WbrZM > .row .container { width:20rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QcNfSrcLAgl2ITp2qR4goLMDIQCzaDZA { width:11.8125rem;height:5.4375rem;top:1.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irvQuiMgb8VuaHPAzNOahC3lc6ubFcrh { width:20rem;height:7.1953125rem;top:7.46875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFBancNXPTOnKO7ndQXsfEdV5tbNARVK { width:20rem;height:2.798825rem;top:14.6640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB { display:block; }#C56LBHSgVFXiCE86Z6UlOWEPUGvvb6hB > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myJdLXXolyhzVE0F9GQrKq9xARwZad8v { width:14rem;height:2.4375rem;top:0.3203125rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 { display:block; }#SeDx2THSdGSiIG2vN0tnph0kUn39KTN8 > .row .container { width:20rem;height:111.15625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMxxCoELHElUGBaSezN5kIeJ8MIZP0x3 { width:20rem;height:109.90716875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS { display:block; }#KiKxTQeCHVXpwMAf7fIPzeTTl2ZxuqKS > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }