.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container { background-color: transparent; background-image: none; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container > .video-iframe-container { display: none; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row > .video-iframe-container { display: none; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .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); }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container { border-width: 0; border-radius: 0; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#KOQXDlhh2VverTkUF0DxZX2TihmvP9Fi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.375rem;top:0.625rem;left:0.66093826293944rem;overflow:hidden;display:block; }
#TQPf5OEVw0yrKMtUy7t8q1SolE7XFbqZ { background-color:#ff8900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.5625rem;left:46.999221801757rem;display:block; }
#FZHrtHsk633EEqxV2x582v25cQATzPyg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLmLReETwrKi4TDD2xhfUq952tolty8v { position:relative;display:block; }#cLmLReETwrKi4TDD2xhfUq952tolty8v { background-color: transparent; background-image: none; }#cLmLReETwrKi4TDD2xhfUq952tolty8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row .container > .video-iframe-container { display: none; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row > .video-iframe-container { display: none; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .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); }#cLmLReETwrKi4TDD2xhfUq952tolty8v { border-width: 0; border-radius: 0; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .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:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4593454-2c9a-465e-8a42-a0cc57a296ee/AsporSeguroMdicoHeaderSitio1920x800_hombreUPSCALE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;overflow:visible;position:relative;display:block; }#qHHAqhF37qTv3khAtTB5N1BsEU8l2Unm { color:#1f64b2;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.875rem;left:1.8125rem;height:6.6rem;font-style:normal;display:block; }
#v9zlPKXHwR6T67rRaTQrKO5udKwBXBOq { color:#257b53;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.9375rem;height:3rem;font-style:normal;display:block; }
#orkFCzLgteGLTKHVMkitxLl4QkZVZO0t { color:#1f64b2;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:13.5rem;left:1.9375rem;height:4.5375rem;font-style:normal;display:block; }
#tJh3zntBvrL1FseOkXXE76RiQzB9hHfz { color:#1f64b2;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.6875rem;left:2rem;height:4.95rem;font-style:normal;display:block; }
#gFK90kzWDZC3gN1mHTTZ4ACVUd1HLuyd { color:#1f64b2;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18rem;left:33rem;height:4.95rem;font-style:normal;display:none; }
#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #123c6a, #2995d9);background-image: -moz-linear-gradient(90deg, #123c6a, #2995d9);background-image: -ms-linear-gradient(90deg, #123c6a, #2995d9);background-image: -o-linear-gradient(90deg, #123c6a, #2995d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );";background-image: linear-gradient(90deg, #123c6a, #2995d9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container { background-color: transparent; background-image: none; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container > .video-iframe-container { display: none; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row > .video-iframe-container { display: none; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .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); }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container { border-width: 0; border-radius: 0; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#PGaD4X1ZvU0L0OT8n6wzSXr5sVLNTAHG { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:12.3125rem;left:9.84375rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z398GR17CTTGvoOZV0hrZUH5bTW7GfPA { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.375rem;left:10.4375rem;height:3.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KS2zL5NamgNJlLFT894OwQUHJSHsTuqx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.8125rem;width:27.9375rem;top:4.5625rem;left:30.6875rem;overflow:hidden;display:none; }
#LV02EIxCeiU6GXagGAlzL4x1lszIh03e { color:#aed9f3;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.1875rem;left:11.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1EuoAGh5canX6Wm0pHb4iDCHFgraW8M { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:12.3125rem;left:9.84375rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ceeffb, #ffffff);background-image: -moz-linear-gradient(270deg, #ceeffb, #ffffff);background-image: -ms-linear-gradient(270deg, #ceeffb, #ffffff);background-image: -o-linear-gradient(270deg, #ceeffb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeffb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeffb', endColorstr='#ffffff' );";background-image: linear-gradient(270deg, #ceeffb, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container { background-color: transparent; background-image: none; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container > .video-iframe-container { display: none; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row > .video-iframe-container { display: none; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .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); }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container { border-width: 0; border-radius: 0; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#CnUnIy5abTu5NXlLmKETMRzLgywHnQgB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.8125rem;width:27.9375rem;top:4.5625rem;left:30.6875rem;overflow:hidden;display:block; }
#fpIBrRhqXtOAh2w5iGTXosvhAF51Tpqm { color:#1f64b2;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.6875rem;left:5.1875rem;height:3.9rem;font-style:normal;display:block; }
#x8CSrWD2cUPz6yf1iwtwFu0EWcmaHpXN { color:#1f64b2;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:14.875rem;left:5.1875rem;height:7.125rem;font-style:normal;display:block; }
#reU64yzTJCndM94uIWda4BPI0den1GJB { color:#1f64b2;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.875rem;left:5.1875rem;height:2.85rem;font-style:normal;display:block; }
#bwUqOVGTalHbRa0HIlIXd71T2s1vimro { color:#1f64b2;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.375rem;left:5.1875rem;height:2.1rem;font-style:normal;display:block; }
#tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 { color:#1f64b2;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.8125rem;left:3.5rem;height:13.2875rem;font-style:normal;display:block; }#tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 li:before{  }
#IRrzE20S0pCfmxnx8zGXTaLxIfmvvUp2 { color:#1f64b2;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:23.8125rem;left:5.1875rem;height:3.9rem;font-style:normal;display:block; }
#kgHwUo8201gwTRPTnXmzLyS2UhLT51AN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.625rem;left:1.0625rem; }
#HDHpUSEER4qC7kOrmiW7IzvhhcBFGUFE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.0625rem;left:0.875rem; }
#RWST3Vi2kW5qZXEmDoJXc5hWketTU84P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:24rem;left:0.875rem; }
#y1TW3q2CuBpfpL7dtK4RusrLBg8BtSV1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.5rem;left:34.5625rem; }
#qofHk8eMgyZUJRwhcxMbiFI85KVuIbva { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.3000001907349rem;left:49.625rem; }
#bLJ2GvFHhhNitURd67ZAJdBkxO3mLtiX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.625rem;left:30.0625rem; }
#vSJtbeC8ovAwcf8vgtpxZUkiUuTW9r3P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.5rem;left:34.5625rem;display:none; }
#eRTCIE4lEkRkmE9Oe8ACMRd7P3TzMxVJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.5rem;left:34.5625rem;display:none; }
#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #123c6a, #2995d9);background-image: -moz-linear-gradient(90deg, #123c6a, #2995d9);background-image: -ms-linear-gradient(90deg, #123c6a, #2995d9);background-image: -o-linear-gradient(90deg, #123c6a, #2995d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );";background-image: linear-gradient(90deg, #123c6a, #2995d9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container { background-color: transparent; background-image: none; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container > .video-iframe-container { display: none; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row > .video-iframe-container { display: none; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .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); }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container { border-width: 0; border-radius: 0; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:60rem;position:relative;display:block; }#GTDPEwdTMskwoxGgPnnyc6J4RWRaRpm2 { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.640625rem;left:3.0625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHoCTQ4SvqvyZ8InpqpK0UbRx3b37Soe { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.25rem;left:12.875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-form-header { font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:1rem;font-weight:400;color:#ffffff;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;font-style:normal;overflow:hidden;line-height:1.2; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:21.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle;box-shadow: none; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle;box-shadow: none; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .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:#ff8900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal;float:none; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .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; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container:first-of-type{padding-top:0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container:last-of-type{padding-bottom:0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14rem;left:12.312501907349rem;font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg {display:block;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14rem;left:12.312501907349rem;font-size:0.875rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qUZzwpDGMnktQ3snT131MnFgcRQth7Sp { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #b4HZyPzDlGVSJ7p4eEZcG7ENpReppkfT { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #rmmiy7q1J8AcavCQdsn4yaZlfsuXv8Rl { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #LBm5GigC2zG0MhzugP63hs9rrmnqVO0D { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #e5ZO0gdvxTFy8qIk91AJmworDSqmngRF { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qAfBAhcdE8l0nEKDOyvxbwAA0KA7Fvol { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #W21vAXvvikhc7VS54OfcKmqlTqOEb1DQ { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #GBr6f4NH8KxLVUpI6JRd55kGAkcPR3hn { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #OLeCPWc7Z8UXfkxvGlTI05JIX6Ftb3FQ { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #urMUxztvnz3WDRAOk2TaJutsmDMf9Vqh { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #uS4zkcM9zAfpxuEeMRV3s9UDaVBhHXXd { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #ZIm7pCobNDk8CxiyIqCrdM4BTPpDnc8p { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #fycbcbuIcBQvUwJ6H6W35knzSRORuRRu { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #tgUKUaVTfEwIBXFfATp5vtuDc7Vtt6OG { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #quCmuakchUzuurTHTkHSPs2B4Teg0Cdn { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #NtJyVhhTZvOnNyLXIXlV7DHg5PzWUikr { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #SGOO2bTZXvU0samvNrlAkSAVXJ8q2WcT { position:relative;display:block; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #hRETgbgBxx7360TvfIq2LQlLRvkErcWJ { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #zxz26XxuD1vx7c7WqDOkTXtTcMlZNe3H { position:relative; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #PFbehPA3IbHTAJquQyv4HkkVm723aTv1 { position:relative; }
#p9FbT0zNEvMxSrJ0IbTrticILazAEm8P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:21.9375rem;top:17.1125rem;left:37.860428171978rem;overflow:hidden;display:block; }
#Q0DqIlN2hkmxbUDFq7vs9Qplw4bgB2Kk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.97500038147rem;left:47.125rem; }
#u6hnesUoXu72sJXvaLMkZxHTEV7lVt9F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.100002288818rem;left:5.3601570129394rem; }
#eUXG9e3209TwdFTrP5O8Ot2MH2fPPRbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.112501144409rem;left:53.578125rem; }
#tCzxt7zkEWknIzacwml01HZPbfTq5gnP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:41.8125rem;left:14.625rem; }
#EfzseLgZlW6e2oRHdyKEyVygBeDsaKmr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:24.975002288818rem;left:2.4234352111816rem; }
#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001c3a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container { background-color: transparent; background-image: none; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container > .video-iframe-container { display: none; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row > .video-iframe-container { display: none; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .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); }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container { border-width: 0; border-radius: 0; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#rGcpMF5ee5NS6RRrBEHuPRQBclv1e8VA { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.875rem;left:8.6875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTTGJOE1sIxTfEqxLkTUTSbCIfR6cdZ0 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.8125rem;left:8.6875rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anUM4bNxMW9tm9CNhW7ihZET5qzecfc7 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6rem;left:39.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTF0kE2ViCga35la3oEDHSHxEgbSIA5U { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:2.625rem;left:39.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOHbp0LgtUS4QMGPNT4Q9ohxb86FMJXU { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:4rem;left:39.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbVyTAPxTn93QGdugCyuyFGyPkKmv7TE { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:39.25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XNRtLLiC5HVPpNPL0SacH32wHvgW8sXJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6rem;left:37.125rem; }
#cMt5G76d9qdbR7IofJo6Kbh0HFzspIOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.8125rem;left:37rem; }
#y2rDWiK9rFlRdBVxb2otAEqyucfP264s { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.375rem;left:36.9375rem; }
#oTWMJIkBFB8dHDNLf6JThZpNkgLcyXtN { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4375rem;left:8.6875rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA { position:relative;z-index:auto;display:none; }#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA { border-width: 0; border-radius: 0; }#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:55.221878051757rem; }
#DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k { position:relative;display:block; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k { background-color: transparent; background-image: none; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container > .video-iframe-container { display: none; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row > .video-iframe-container { display: none; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .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); }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k { border-width: 0; border-radius: 0; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #123c6a, #2995d9);background-image: -moz-linear-gradient(180deg, #123c6a, #2995d9);background-image: -ms-linear-gradient(180deg, #123c6a, #2995d9);background-image: -o-linear-gradient(180deg, #123c6a, #2995d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#123c6a', endColorstr='#2995d9' );";background-image: linear-gradient(180deg, #123c6a, #2995d9);background-size:auto !important;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qeVxTVrNe1TTSwbm9XFO13wC6mwrBNhQ { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.0625rem;left:12.875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR7OFPkn01VczH9EcaPJIrxyZRaLQV7h { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:13.8125rem;left:16.5625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7B1P1SMXxZnv0pKeQZqw9htDVcPlOVi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.125rem;left:9rem; }
#xT3mlgKG5OMCTeTWFtX0rBMKOFSyRVCq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.875rem;left:42.25rem; }
#ryNhOdfGg9cw88PwV84b1glsvt05bIy2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.875rem;left:12.875rem; }
#moryDMzZ50MQqFTeSvx9JOkGLBEREq6E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.8125rem;left:46.375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD { display:block; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOQXDlhh2VverTkUF0DxZX2TihmvP9Fi { top:0.625rem;left:0rem;width:12.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPf5OEVw0yrKMtUy7t8q1SolE7XFbqZ { width:12.0625rem;height:2.625rem;top:0.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHrtHsk633EEqxV2x582v25cQATzPyg { display:block; }
 }@media only screen and (max-width: 763px) { #cLmLReETwrKi4TDD2xhfUq952tolty8v { display:block; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row .container { width:47.75rem;position:relative;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) { #qHHAqhF37qTv3khAtTB5N1BsEU8l2Unm { top:6.875rem;left:0rem;width:22.375rem;height:6.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9zlPKXHwR6T67rRaTQrKO5udKwBXBOq { top:3.9375rem;left:0rem;width:22.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkFCzLgteGLTKHVMkitxLl4QkZVZO0t { top:13.5rem;left:0rem;width:18.4375rem;height:4.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJh3zntBvrL1FseOkXXE76RiQzB9hHfz { top:18.6875rem;left:0rem;width:24.625rem;height:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFK90kzWDZC3gN1mHTTZ4ACVUd1HLuyd { top:15.8125rem;left:0rem;width:17.25rem;height:6.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG { display:block; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGaD4X1ZvU0L0OT8n6wzSXr5sVLNTAHG { top:12.3125rem;left:3.71875rem;width:40.3125rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z398GR17CTTGvoOZV0hrZUH5bTW7GfPA { top:4.375rem;left:4.3125rem;width:39.125rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2zL5NamgNJlLFT894OwQUHJSHsTuqx { top:4.5625rem;left:19.8125rem;width:27.9375rem;height:40.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV02EIxCeiU6GXagGAlzL4x1lszIh03e { top:8.1875rem;left:5.375rem;width:37rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1EuoAGh5canX6Wm0pHb4iDCHFgraW8M { top:11.1875rem;left:0rem;width:11.0625rem;height:12.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFHiTgPA3X6BIGknQUArkpIAz89O9wpb { display:block; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnUnIy5abTu5NXlLmKETMRzLgywHnQgB { top:4.5625rem;left:19.8125rem;width:27.9375rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpIBrRhqXtOAh2w5iGTXosvhAF51Tpqm { top:9.6875rem;left:0rem;width:19.8125rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8CSrWD2cUPz6yf1iwtwFu0EWcmaHpXN { top:14.875rem;left:0rem;width:24.9375rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reU64yzTJCndM94uIWda4BPI0den1GJB { top:4.875rem;left:0rem;width:22.25rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwUqOVGTalHbRa0HIlIXd71T2s1vimro { top:2.375rem;left:0rem;width:22.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 { top:28.8125rem;left:0rem;width:25rem;height:13.25rem;font-size:1.0625rem;display:block; }#tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 li:before{  }
 }@media only screen and (max-width: 763px) { #IRrzE20S0pCfmxnx8zGXTaLxIfmvvUp2 { top:23.8125rem;left:0rem;width:21.0625rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgHwUo8201gwTRPTnXmzLyS2UhLT51AN { top:2.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHpUSEER4qC7kOrmiW7IzvhhcBFGUFE { top:10.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWST3Vi2kW5qZXEmDoJXc5hWketTU84P { top:24rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1TW3q2CuBpfpL7dtK4RusrLBg8BtSV1 { top:11.5rem;left:28.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qofHk8eMgyZUJRwhcxMbiFI85KVuIbva { top:2.25rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJ2GvFHhhNitURd67ZAJdBkxO3mLtiX { top:5.625rem;left:23.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSJtbeC8ovAwcf8vgtpxZUkiUuTW9r3P { top:11.5rem;left:28.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRTCIE4lEkRkmE9Oe8ACMRd7P3TzMxVJ { top:11.5rem;left:28.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 { display:block; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDPEwdTMskwoxGgPnnyc6J4RWRaRpm2 { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHoCTQ4SvqvyZ8InpqpK0UbRx3b37Soe { top:10.25rem;left:6.75rem;width:34.25rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg  { width:29.4375rem;height:auto;top:14rem;left:6.1875019073486rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg {display:block;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg { width:29.4375rem;height:auto;top:14rem;left:6.1875019073486rem; }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qUZzwpDGMnktQ3snT131MnFgcRQth7Sp {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #b4HZyPzDlGVSJ7p4eEZcG7ENpReppkfT {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #rmmiy7q1J8AcavCQdsn4yaZlfsuXv8Rl {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #LBm5GigC2zG0MhzugP63hs9rrmnqVO0D {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #e5ZO0gdvxTFy8qIk91AJmworDSqmngRF {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qAfBAhcdE8l0nEKDOyvxbwAA0KA7Fvol {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #W21vAXvvikhc7VS54OfcKmqlTqOEb1DQ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #GBr6f4NH8KxLVUpI6JRd55kGAkcPR3hn {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #OLeCPWc7Z8UXfkxvGlTI05JIX6Ftb3FQ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #urMUxztvnz3WDRAOk2TaJutsmDMf9Vqh {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #uS4zkcM9zAfpxuEeMRV3s9UDaVBhHXXd {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #ZIm7pCobNDk8CxiyIqCrdM4BTPpDnc8p {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #fycbcbuIcBQvUwJ6H6W35knzSRORuRRu {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #tgUKUaVTfEwIBXFfATp5vtuDc7Vtt6OG {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #quCmuakchUzuurTHTkHSPs2B4Teg0Cdn {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #NtJyVhhTZvOnNyLXIXlV7DHg5PzWUikr {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #SGOO2bTZXvU0samvNrlAkSAVXJ8q2WcT {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #hRETgbgBxx7360TvfIq2LQlLRvkErcWJ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #zxz26XxuD1vx7c7WqDOkTXtTcMlZNe3H {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #PFbehPA3IbHTAJquQyv4HkkVm723aTv1 {  }
 }@media only screen and (max-width: 763px) { #p9FbT0zNEvMxSrJ0IbTrticILazAEm8P { top:17.0625rem;left:25.125rem;width:21.9375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0DqIlN2hkmxbUDFq7vs9Qplw4bgB2Kk { top:8.9375rem;left:41rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hnesUoXu72sJXvaLMkZxHTEV7lVt9F { top:28.0625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXG9e3209TwdFTrP5O8Ot2MH2fPPRbt { top:17.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCzxt7zkEWknIzacwml01HZPbfTq5gnP { top:41.8125rem;left:8.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfzseLgZlW6e2oRHdyKEyVygBeDsaKmr { top:24.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J { display:block; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGcpMF5ee5NS6RRrBEHuPRQBclv1e8VA { top:3.875rem;left:2.5625rem;width:10.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTGJOE1sIxTfEqxLkTUTSbCIfR6cdZ0 { top:7.8125rem;left:2.5625rem;width:12.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anUM4bNxMW9tm9CNhW7ihZET5qzecfc7 { top:6rem;left:33.125rem;width:12.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTF0kE2ViCga35la3oEDHSHxEgbSIA5U { top:2.625rem;left:33.125rem;width:12.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOHbp0LgtUS4QMGPNT4Q9ohxb86FMJXU { top:4rem;left:33.125rem;width:12.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVyTAPxTn93QGdugCyuyFGyPkKmv7TE { top:8.1875rem;left:33.125rem;width:13.75rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNRtLLiC5HVPpNPL0SacH32wHvgW8sXJ { top:6rem;left:31rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMt5G76d9qdbR7IofJo6Kbh0HFzspIOs { top:2.8125rem;left:30.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2rDWiK9rFlRdBVxb2otAEqyucfP264s { top:8.375rem;left:30.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWMJIkBFB8dHDNLf6JThZpNkgLcyXtN { top:6.4375rem;left:2.5625rem;width:11.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA { display:block; }#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq { top:0rem;left:43.375rem;width:3.75rem;height:3.75rem;display:block; }
#DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #QF1QdkwELiKN87iKVihE8m0I1aEWBS6k { display:block; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeVxTVrNe1TTSwbm9XFO13wC6mwrBNhQ { top:10.0625rem;left:6.75rem;width:34.25rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7OFPkn01VczH9EcaPJIrxyZRaLQV7h { top:13.8125rem;left:10.4375rem;width:26.9375rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7B1P1SMXxZnv0pKeQZqw9htDVcPlOVi { top:7.125rem;left:2.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT3mlgKG5OMCTeTWFtX0rBMKOFSyRVCq { top:7.875rem;left:36.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryNhOdfGg9cw88PwV84b1glsvt05bIy2 { top:21.875rem;left:6.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moryDMzZ50MQqFTeSvx9JOkGLBEREq6E { top:18.8125rem;left:40.25rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GFcrkBgRayCJeFJ6GRu5QJuT26Ev7MHD > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOQXDlhh2VverTkUF0DxZX2TihmvP9Fi { width:9.25rem;height:1.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPf5OEVw0yrKMtUy7t8q1SolE7XFbqZ { width:9.0625rem;height:2.625rem;top:0.28125rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHrtHsk633EEqxV2x582v25cQATzPyg { display:block; }
 }@media only screen and (max-width: 763px) { #cLmLReETwrKi4TDD2xhfUq952tolty8v { display:block; }#cLmLReETwrKi4TDD2xhfUq952tolty8v > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12aa21d7-0a0e-4482-bac9-4ea516419870/AsporSeguroMdicoHeaderSitioMOBILE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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(255,255,255,0.72); }#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(255,255,255,0.72); }#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:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHHAqhF37qTv3khAtTB5N1BsEU8l2Unm { width:15.875rem;height:4.65rem;top:8.1875rem;left:1.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9zlPKXHwR6T67rRaTQrKO5udKwBXBOq { width:9.125rem;height:2.4rem;top:5.8125rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkFCzLgteGLTKHVMkitxLl4QkZVZO0t { width:17.125rem;height:2.75rem;top:13rem;left:1.375rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tJh3zntBvrL1FseOkXXE76RiQzB9hHfz { width:17.25rem;height:0;top:15.9375rem;left:0.81249994039537rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFK90kzWDZC3gN1mHTTZ4ACVUd1HLuyd { width:17.25rem;height:6.3rem;top:15.5625rem;left:1.375rem;font-size:1.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG { display:block; }#I73BqxKlB9Fi1apCKSsN1FKF9kcQzNuG > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGaD4X1ZvU0L0OT8n6wzSXr5sVLNTAHG { width:10.875rem;height:0;top:11.375rem;left:1.1874999403954rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #z398GR17CTTGvoOZV0hrZUH5bTW7GfPA { width:14.25rem;height:3.7125rem;top:2.5617189407349rem;left:0.93671876192094rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KS2zL5NamgNJlLFT894OwQUHJSHsTuqx { width:10.8125rem;height:16.1875rem;top:12.65rem;left:9.0997826283594rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LV02EIxCeiU6GXagGAlzL4x1lszIh03e { width:19.0625rem;height:3.65625rem;top:7.0625rem;left:0.93749994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q1EuoAGh5canX6Wm0pHb4iDCHFgraW8M { width:11.0625rem;height:12.75rem;top:11.905468463898rem;left:1.0617187619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QFHiTgPA3X6BIGknQUArkpIAz89O9wpb { display:block; }#QFHiTgPA3X6BIGknQUArkpIAz89O9wpb > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnUnIy5abTu5NXlLmKETMRzLgywHnQgB { width:10.6875rem;height:15.8125rem;top:51.375rem;left:9.3125005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpIBrRhqXtOAh2w5iGTXosvhAF51Tpqm { width:15.5625rem;height:3.15rem;top:16.375rem;left:1.6250000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8CSrWD2cUPz6yf1iwtwFu0EWcmaHpXN { width:19rem;height:7.65rem;top:20.25rem;left:1.6250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reU64yzTJCndM94uIWda4BPI0den1GJB { width:16.8125rem;height:2.55rem;top:8.25rem;left:1.6250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwUqOVGTalHbRa0HIlIXd71T2s1vimro { width:13.25rem;height:1.8rem;top:5.875rem;left:1.6250000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 { width:20rem;height:13.36875rem;top:37.600002288818rem;left:0rem;font-size:1.0625rem;display:block; }#tA1LxXDcRM1QwV0CZr8iQMDr1dJ6w6O6 li:before{  }
 }@media only screen and (max-width: 763px) { #IRrzE20S0pCfmxnx8zGXTaLxIfmvvUp2 { width:16.125rem;height:3.15rem;top:33.387500762939rem;left:1.6875000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgHwUo8201gwTRPTnXmzLyS2UhLT51AN { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:1.7500000596046rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #HDHpUSEER4qC7kOrmiW7IzvhhcBFGUFE { display:flex;width:3.125rem;height:3.125rem;top:12.612501144409rem;left:1.3750000596046rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RWST3Vi2kW5qZXEmDoJXc5hWketTU84P { display:flex;width:3.125rem;height:3.125rem;top:29.825000762939rem;left:1.6250000596046rem; }
 }@media only screen and (max-width: 763px) { #y1TW3q2CuBpfpL7dtK4RusrLBg8BtSV1 { display:flex;width:3.125rem;height:3.125rem;top:12.112501144409rem;left:10.061718523503rem; }
 }@media only screen and (max-width: 763px) { #qofHk8eMgyZUJRwhcxMbiFI85KVuIbva { display:flex;width:5.25rem;height:5.25rem;top:2.4750003814698rem;left:14.750000536442rem; }
 }@media only screen and (max-width: 763px) { #bLJ2GvFHhhNitURd67ZAJdBkxO3mLtiX { display:flex;width:2.375rem;height:2.375rem;top:52.012500762939rem;left:4.8750000596046rem; }
 }@media only screen and (max-width: 763px) { #vSJtbeC8ovAwcf8vgtpxZUkiUuTW9r3P { display:flex;width:3.125rem;height:3.125rem;top:30.3125rem;left:15.362500727177rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #eRTCIE4lEkRkmE9Oe8ACMRd7P3TzMxVJ { display:flex;width:2.1875rem;height:2.1875rem;top:28.174999237061rem;left:12.612499773503rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 { display:block; }#hg0kpTNFm0dpyqMAzqkQDlyR7LcD1ko2 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDPEwdTMskwoxGgPnnyc6J4RWRaRpm2 { width:17.9375rem;height:5.4rem;top:3.38671875rem;left:1.09375rem;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mHoCTQ4SvqvyZ8InpqpK0UbRx3b37Soe { width:20rem;height:1.65rem;top:11.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-regular-label { width:4.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:inline-block;*zoom:1;*display:inline;vertical-align:middle;height:auto;font-size:0.875rem;overflow:hidden; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text { width:12.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle;height:2.5rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-textarea { width:12.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select { width:12.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:5.0625rem;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-input-button { width:12.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-checkbox-label { width:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0;display:flex;align-items:center;justify-content:flex-end; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container:first-of-type{padding-top:0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .widget-container:last-of-type{padding-bottom:0;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg  { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg .radio-container { width:12.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg {display:block;}#ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qUZzwpDGMnktQ3snT131MnFgcRQth7Sp {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #b4HZyPzDlGVSJ7p4eEZcG7ENpReppkfT {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #rmmiy7q1J8AcavCQdsn4yaZlfsuXv8Rl {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #LBm5GigC2zG0MhzugP63hs9rrmnqVO0D {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #e5ZO0gdvxTFy8qIk91AJmworDSqmngRF {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #qAfBAhcdE8l0nEKDOyvxbwAA0KA7Fvol {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #W21vAXvvikhc7VS54OfcKmqlTqOEb1DQ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #GBr6f4NH8KxLVUpI6JRd55kGAkcPR3hn {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #OLeCPWc7Z8UXfkxvGlTI05JIX6Ftb3FQ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #urMUxztvnz3WDRAOk2TaJutsmDMf9Vqh {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #uS4zkcM9zAfpxuEeMRV3s9UDaVBhHXXd {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #ZIm7pCobNDk8CxiyIqCrdM4BTPpDnc8p {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #fycbcbuIcBQvUwJ6H6W35knzSRORuRRu {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #tgUKUaVTfEwIBXFfATp5vtuDc7Vtt6OG {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #quCmuakchUzuurTHTkHSPs2B4Teg0Cdn {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #NtJyVhhTZvOnNyLXIXlV7DHg5PzWUikr {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #SGOO2bTZXvU0samvNrlAkSAVXJ8q2WcT {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #hRETgbgBxx7360TvfIq2LQlLRvkErcWJ {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #zxz26XxuD1vx7c7WqDOkTXtTcMlZNe3H {  }
 }@media only screen and (max-width: 763px) { #ZakFqtCOgasgtmHIJLB6UdTtQTmtnFrg #PFbehPA3IbHTAJquQyv4HkkVm723aTv1 {  }
 }@media only screen and (max-width: 763px) { #p9FbT0zNEvMxSrJ0IbTrticILazAEm8P { width:9.125rem;height:12.5625rem;top:44.72500038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0DqIlN2hkmxbUDFq7vs9Qplw4bgB2Kk { display:flex;width:4.1875rem;height:4.1875rem;top:1.2875003814698rem;left:15.029687464237rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #u6hnesUoXu72sJXvaLMkZxHTEV7lVt9F { display:flex;width:4.875rem;height:4.875rem;top:39.3994140625rem;left:4.0625rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #eUXG9e3209TwdFTrP5O8Ot2MH2fPPRbt { display:flex;width:2.8125rem;height:2.8125rem;top:37.8125rem;left:17.1875rem;z-index:14995; }
 }@media only screen and (max-width: 763px) { #tCzxt7zkEWknIzacwml01HZPbfTq5gnP { display:flex;width:2.25rem;height:2.25rem;top:4.5867195129394rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #EfzseLgZlW6e2oRHdyKEyVygBeDsaKmr { display:flex;width:2.25rem;height:2.25rem;top:34.875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J { display:block; }#JgLqBuXxqVbq2IZyamfBnHmFrrWTPJ0J > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGcpMF5ee5NS6RRrBEHuPRQBclv1e8VA { width:10.875rem;height:1.8rem;top:3rem;left:4.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTTGJOE1sIxTfEqxLkTUTSbCIfR6cdZ0 { width:12.125rem;height:1.2rem;top:6.8125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anUM4bNxMW9tm9CNhW7ihZET5qzecfc7 { width:12.125rem;height:1.125rem;top:18.375rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTF0kE2ViCga35la3oEDHSHxEgbSIA5U { width:12.125rem;height:1.125rem;top:14.049221038818rem;left:3.9375000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOHbp0LgtUS4QMGPNT4Q9ohxb86FMJXU { width:12.125rem;height:1.125rem;top:12.349220275879rem;left:3.9375000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbVyTAPxTn93QGdugCyuyFGyPkKmv7TE { width:13.75rem;height:2.25rem;top:23.1375rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNRtLLiC5HVPpNPL0SacH32wHvgW8sXJ { display:flex;width:1.25rem;height:1.25rem;top:16.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #cMt5G76d9qdbR7IofJo6Kbh0HFzspIOs { display:flex;width:1.5rem;height:1.5rem;top:10.1125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #y2rDWiK9rFlRdBVxb2otAEqyucfP264s { display:flex;width:1.5625rem;height:1.5625rem;top:20.95rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #oTWMJIkBFB8dHDNLf6JThZpNkgLcyXtN { width:11.5625rem;height:1.2rem;top:5.25rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#xfpJR3PZIRC9SdyfwkH0oMthcOCSgKBA > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq { display:flex;width:2.68663125rem;height:2.68663125rem;top:0rem;left:16.729601919651rem; }
#DuM9NqpOoDuMW6ur9pavvywmV2PuM8Zq > img { max-width: 100%;max-height:100%; width:2.68663125rem; height:2.68663125rem; } }@media only screen and (max-width: 763px) { #QF1QdkwELiKN87iKVihE8m0I1aEWBS6k { display:block; }#QF1QdkwELiKN87iKVihE8m0I1aEWBS6k > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeVxTVrNe1TTSwbm9XFO13wC6mwrBNhQ { width:14.625rem;height:1.65rem;top:9.5625rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7OFPkn01VczH9EcaPJIrxyZRaLQV7h { width:12.8125rem;height:4.05rem;top:12.125rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7B1P1SMXxZnv0pKeQZqw9htDVcPlOVi { display:flex;width:4.875rem;height:4.875rem;top:3.9375rem;left:13.6875rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #xT3mlgKG5OMCTeTWFtX0rBMKOFSyRVCq { display:flex;width:2.25rem;height:2.25rem;top:11.1484375rem;left:0.59375rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #ryNhOdfGg9cw88PwV84b1glsvt05bIy2 { display:flex;width:2.25rem;height:2.25rem;top:16.91015625rem;left:14.46875rem; }
 }@media only screen and (max-width: 763px) { #moryDMzZ50MQqFTeSvx9JOkGLBEREq6E { display:flex;width:4.0625rem;height:4.0625rem;top:19.16015625rem;left:2.84375rem;z-index:14997; }
 }