.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-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8258cfda-3f1e-44ce-946e-7edd72f1f0a2/header.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:722px;width:960px;overflow:visible;position:relative;display:block; }#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-form-header {  }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:384px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:60px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:384px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#70b7a1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:384px;height:60px;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:367px;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:first-of-type{padding-top:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:last-of-type{padding-bottom:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:384px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:390px;left:0px; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:384px;display:block;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:384px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:390px;left:0px; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { position:relative;display:none; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD { position:relative;z-index:2; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG { position:relative; }
#z2mBbFIp7LEln3zGPXflBSUTCoA4RJEU { position:absolute;display:block;z-index:15014;background-color:#00acf8;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:40px;width:40px;top:504px;left:920px;display:block; }
#OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { position:absolute;display:block;z-index:15016;background-color:#00acf8;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:40px;width:40px;top:554px;left:920px;display:block; }
#WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { color:#717171;display:block;width:530px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:95px;left:20px;height:65px;font-style:italic;display:block; }
#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:530px;position:absolute;font-family:roboto;font-size:63px;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:179px;left:20px;height:126px;font-style:normal;display:block; }
#v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { position:absolute;display:block;z-index:15022;background-color:#70b7a1;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:345px;top:320px;left:21px;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#4f4f4f;display:block;width:483px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:341px;left:20px;height:27.2969px;font-style:normal;display:block; }
#aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:511.5px;left:927.5px; }
#aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:560.5px;left:925.5px; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:14px;font-family:arial;height:393px;width:960px;position:relative;display:block; }#SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { color:#717171;display:block;width:960px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19px;left:0px;height:32.5px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:54.5px;left:0px;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { position:absolute;display:block;z-index:15026;background-color:#16588e;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:230px;top:154px;left:378px;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:169px;left:0px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwMN0gQ6ZTwoLGpyKk1x9GqEKPG097yQ { color:#717171;display:block;width:960px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:278px;left:0px;height:65px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rd8Ni61TINixlX92mv5nb3deRloRMKxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5ab0def-f09c-4d83-b6c5-57ba3110891e/Medicine_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo.adaptive-delivery-prevent-bg, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyload, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyloading { background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { background-color: transparent; background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .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); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { border-width: 0; border-radius: 0; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { font-size:14px;font-family:arial;height:447px;width:960px;position:relative;display:block; }#MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { color:#ffffff;display:block;width:344px;position:absolute;font-family:roboto;font-size:29px;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:257px;left:7px;height:37.6953px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { color:#ffffff;display:block;width:344px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:15029;line-height:.9;letter-spacing:0;top:302px;left:8px;height:45px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { position:absolute;display:block;z-index:15030;background-color:#ffffff;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:250px;top:360px;left:7px;display:block; }
#CRCHCUMl113hnwrnbsVg1q577sM6P4EA { color:#ffffff;display:block;width:344px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:375px;left:7px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-form-header {  }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-regular-label { display:block;width:302px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:302px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:302px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:302px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:190px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:#70b7a1;background-image:none;overflow:hidden; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO [class*="-text"]:-moz-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO [class*="-text"]::-moz-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO [class*="-text"]:-ms-input-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO [class*="-text"]::-webkit-input-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:498px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.73); }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:136px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:4px;padding-bottom:0;padding-left:4px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-container:first-of-type{padding-top:0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-container:last-of-type{padding-bottom:0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:528px;height:auto;left:385px;top:273px;z-index:15020;position:absolute; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .radio-container { width:312px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:528px;height:auto;left:385px;top:273px;z-index:15020;position:absolute; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #LpOR3rD1QLcmGUzGXlXnK6RIi2kOa3Rd { position:relative; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #VPt1CFKtmveIAssAgrTapdlG1XpVldlQ { position:relative;display:none; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #Lyx0rMuOkGHaDRqA43N4fDb05LskfORi { position:relative; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gstf5MzLTUAIw50tXWE7v1i6ur21vH7O { position:relative; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TGDsKK0bm6r8zI4SHFLhMD3LmMqlWQX2 { position:relative; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TsD4SNosTRD9LLx7dWvrPSLrWGGmnXmm { position:relative; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #dz4LIelUC83vW9C4D7CRcrsFBowTXRae { position:relative;z-index:2; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gJZ4xsezJekLPeHvTnvSfIcoI8gGs1n5 { position:relative; }
#oiOzkTGTqfmTfpQJSafg64va8VFNiswW { position:absolute;display:block;z-index:15019;background-color:#ffffff;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:469px;top:298px;left:454px;display:block; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:14px;font-family:arial;height:719px;width:960px;position:relative;display:block; }#BqbOW36S005xGDW63inxkom2nKNfqc10 { color:#717171;display:block;width:487px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:62.5px;left:473px;height:65px;font-style:italic;display:block; }
#UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { color:#4f4f4f;display:block;width:488px;position:absolute;font-family:roboto;font-size:55px;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:135px;left:472px;height:148.5px;font-style:normal;display:block; }
#rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { position:absolute;display:block;z-index:15032;background-color:#16588e;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:220px;top:306px;left:476px;display:block; }
#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#656565;display:block;width:484px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:335px;left:476px;height:192px;font-style:normal;display:block; }
#Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { position:absolute;display:block;z-index:15024;background-color:#00acf8;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:40px;width:40px;top:75px;left:0px;display:block; }
#BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { position:absolute;display:block;z-index:15026;background-color:#00acf8;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;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:40px;width:40px;top:125px;left:0px;display:block; }
#VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { position:absolute;display:block;z-index:15023;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:689px;width:443px;top:30px;left:0px;overflow:hidden;display:block; }
#xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { position:absolute;display:block;z-index:15034;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:125px;width:367px;top:568px;left:533px;overflow:hidden;display:block; }
#PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:132px;left:6px; }
#PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:82.5px;left:7.5px; }
#GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { background-color: transparent; background-image: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .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); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { border-width: 0; border-radius: 0; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { font-size:14px;font-family:arial;height:792px;width:960px;position:relative;display:block; }#bylZWVSwi6BdgMkd7A3tyekI7NL8hToT { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:47px;font-weight:400;z-index:15029;line-height:.9;letter-spacing:0;top:35.5px;left:0px;height:84.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knnsq3gXrKTExAppOpttSX4dUNtWJezI { position:absolute;display:block;z-index:15030;background-color:#16588e;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:230px;top:140px;left:371px;display:block; }
#REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:364px;width:957px;top:325px;left:1px;display:block; }
#dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { position:absolute;display:block;z-index:15032;background-color:#054b7a;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:100px;width:957px;top:325px;left:2px;display:block; }
#Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { box-sizing:content-box;color:#054b7a;font-size:91px;font-weight:400;line-height:1;height:131px;width:131px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:344px;left:415px;display:block; }
#ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:35px;font-weight:400;z-index:15034;line-height:.9;letter-spacing:0;top:360px;left:0px;height:31.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e30e0c3-c9f2-4fdc-8f79-2641504d598d/014986f05de746108376de29278fa483.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:130px;width:220px;top:509px;left:54px;display:block; }#M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog.adaptive-delivery-prevent-bg, #M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog.lazyload, #M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog.lazyloading { background-image: none; }
#kiqpGesAFa34GQP8GqKKb9ecaQ5mAmkF { background-color:#70b7a1;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:585px;left:700px;display:block; }
#ef2RSsul7u9QZQw0UId56rIh3u4Zc5Br { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { color:#36c4b2;display:block;width:352px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15035;line-height:.9;letter-spacing:0;top:512px;left:325px;height:15.2969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { color:#4f4f4f;display:block;width:380px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15036;line-height:.9;letter-spacing:0;top:539px;left:296px;height:18px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmuEzDTO4UOp79oR6kdJARemxWSU8wln { color:#36c4b2;display:block;width:356px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15037;line-height:.9;letter-spacing:0;top:569px;left:325px;height:15.2969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { color:#4f4f4f;display:block;width:370px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:589px;left:296px;height:67.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogB2m8qMtuToyqQh8qFlRJ6HBRcUliP1 { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:509px;left:297px; }
#e5pLgaLhSFTr7VL5mbpPlEzyqu8BqIru { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:561px;left:291px; }
#v8358S1XQ9aBdxCAq7OHaefVxmSnGIen { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:34px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:728px;left:0px;height:44.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoru9SH3AseePTuqmKS2ifgEmT8IeDft { color:#4f4f4f;display:block;width:949px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:170px;left:0px;height:111.9922px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ChVbhu977bTLBJCWgDIdBirB5R39HofX { background-color:#70b7a1;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:509px;left:700px;display:block; }
#LEv0bX2e8AhskE7HQ9mh8IdxlgK25qTP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#beK5i1M85tdena29y9BG6mneDKRNBedx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { background-color: transparent; background-image: none; }#beK5i1M85tdena29y9BG6mneDKRNBedx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container > .video-iframe-container { display: none; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row > .video-iframe-container { display: none; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .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); }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { border-width: 0; border-radius: 0; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { font-size:14px;font-family:arial;height:478px;width:960px;position:relative;display:block; }#mhNSSJVobQmKexeUlxEAWE4spKXF5seO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60b7a13c-2a35-4224-a118-addad64852b5/servicios_01.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:291px;width:303px;top:0px;left:0px;display:block; }#mhNSSJVobQmKexeUlxEAWE4spKXF5seO.adaptive-delivery-prevent-bg, #mhNSSJVobQmKexeUlxEAWE4spKXF5seO.lazyload, #mhNSSJVobQmKexeUlxEAWE4spKXF5seO.lazyloading { background-image: none; }
#oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { position:absolute;display:block;z-index:15002;background-color:#054b7a;background-image:none;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:152px;width:305px;top:291px;left:1px;display:block; }
#RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { color:#ffffff;display:block;width:261px;position:absolute;font-family:roboto;font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:316px;left:23px;height:39px;text-align:center;text-align-last:center;display:block; }
#cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { color:#ffffff;display:block;width:249px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:361px;left:29px;height:62.3906px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { position:absolute;display:block;z-index:15009;background-color:#054b7a;background-image:none;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:152px;width:305px;top:291px;left:321px;display:block; }
#PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { color:#ffffff;display:block;width:258px;position:absolute;font-family:roboto;font-size:30px;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:316px;left:344px;height:60px;text-align:center;text-align-last:center;display:block; }
#KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { color:#ffffff;display:block;width:250px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:384px;left:348px;height:41.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/021acf2c-6463-4ac5-9246-57ce8ab3e0d4/servicios_02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:291px;width:303px;top:0px;left:321px;display:block; }#zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.adaptive-delivery-prevent-bg, #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.lazyload, #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU.lazyloading { background-image: none; }
#qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/706ec25b-24d2-4457-bf4d-db3f85280796/servicios_03.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:291px;width:303px;top:0px;left:641px;display:block; }#qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.adaptive-delivery-prevent-bg, #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.lazyload, #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp.lazyloading { background-image: none; }
#TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { position:absolute;display:block;z-index:15009;background-color:#054b7a;background-image:none;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:152px;width:305px;top:291px;left:641px;display:block; }
#BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { color:#ffffff;display:block;width:250px;position:absolute;font-family:roboto;font-size:30px;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:304px;left:669px;height:60px;text-align:center;text-align-last:center;display:block; }
#zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { color:#ffffff;display:block;width:250px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:369px;left:668px;height:62.3906px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2da3d5a8-0d0c-4907-a771-e1559db3f8fb/Medicine_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:207px;left:0px;height:32.5px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:55px;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:250px;left:0px;height:110px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h52FVMViyueUobMEMnqtVsTBr4KTNwAP { position:absolute;display:block;z-index:15034;background-color:#ffffff;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:230px;top:379.984375px;left:365px;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:389px;left:0px;height:54.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-form-header {  }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-regular-label { display:block;width:281px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:281px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:281px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:281px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:303px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:#69ceac;background-image:none;overflow:hidden; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC [class*="-text"]:-moz-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC [class*="-text"]::-moz-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC [class*="-text"]:-ms-input-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC [class*="-text"]::-webkit-input-placeholder { font-size:20px;font-family:roboto;color:#abaeb4;text-align:center;text-align-last:center; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:889px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.7); }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:125.5px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:4px;padding-bottom:0;padding-left:4px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-container:first-of-type{padding-top:0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-container:last-of-type{padding-bottom:0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:919px;height:auto;left:1px;top:443px;z-index:15021;position:absolute; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .radio-container { width:291px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:919px;height:auto;left:1px;top:443px;z-index:15021;position:absolute; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ApWQyytVV1KXQHXowad7LCJG4P4lOwIu { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #cTeqnSt4LfJzzAx0TVZiMdOMCsRBBxw4 { position:relative;display:block; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #le3J0gID76lKXNZIMGPrsaIGp4SDQ78D { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ZDHMCl2oMxqdi55hV3cD8qIxaFERxCNq { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #Ky1T1cJJWXF1Fy3FwJIF1hUWVJvpVFEw { position:relative;display:block; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RwT1gRukk2FmolVBpa6yerOtbTcOuhKI { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #UiNJayTM1qTSmTbrFNAz5ku5768ziQ77 { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #U6f9lcZ3XFsmcPiBXyxv8QFfAx8V7RaH { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #hX8XAClTGmx8t9N9On3iS3AMgkF3G0zm { position:relative; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RUS1fThvuwM31vUoLUH7RRHd441rAtiB { position:relative;z-index:2; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #a8MbXP6oefPBpNZU7tQ4uzWp4apbhix9 { position:relative; }
#TNOqOQWTWo1i9Uo65PK6yE7KsTmKOBKM { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:597px;left:0px;height:16.8984px;text-align:center;text-align-last:center;display:block; }
#N1fSsK28uXIN4m5tPfp39C5tmzEMete3 { position:absolute;display:block;z-index:15035;height:30px;width:392px;top:568px;left:273px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:384px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:368px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:384px;height:auto;top:390px;left:0px; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:384px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:384px;height:auto;top:390px;left:0px; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #z2mBbFIp7LEln3zGPXflBSUTCoA4RJEU { width:40px;height:40px;top:504px;left:724px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:40px;height:40px;top:554px;left:724px;display:block; }
 }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:530px;height:65px;top:95px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:530px;height:126px;top:179px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:345px;height:2px;top:320px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:483px;height:27px;top:341px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW { width:25px;height:25px;top:511px;left:739px;display:block; }
#aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:25px;height:25px;top:560px;left:739px;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:764px;height:32px;top:19px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:764px;height:88px;top:54px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:230px;height:2px;top:154px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:764px;height:78px;top:169px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #AwMN0gQ6ZTwoLGpyKk1x9GqEKPG097yQ { width:764px;height:65px;top:278px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:344px;height:37px;top:257px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { width:344px;height:45px;top:302px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { width:250px;height:2px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CRCHCUMl113hnwrnbsVg1q577sM6P4EA { width:344px;height:54px;top:375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-regular-label { width:302px;display:block; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text { width:302px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-textarea { width:302px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select { width:302px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-checkbox-label { width:499px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-radio-label { width:136px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO  { width:528px;height:auto;top:273px;left:196px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .radio-container { width:312px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO {display:inline-block;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO { width:528px;height:auto;top:273px;left:196px; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #LpOR3rD1QLcmGUzGXlXnK6RIi2kOa3Rd {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #VPt1CFKtmveIAssAgrTapdlG1XpVldlQ { display:none; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #Lyx0rMuOkGHaDRqA43N4fDb05LskfORi {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gstf5MzLTUAIw50tXWE7v1i6ur21vH7O {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TGDsKK0bm6r8zI4SHFLhMD3LmMqlWQX2 {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TsD4SNosTRD9LLx7dWvrPSLrWGGmnXmm {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #dz4LIelUC83vW9C4D7CRcrsFBowTXRae {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gJZ4xsezJekLPeHvTnvSfIcoI8gGs1n5 {  }
 }@media only screen and (max-width: 763px) { #oiOzkTGTqfmTfpQJSafg64va8VFNiswW { width:469px;height:60px;top:298px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:487px;height:65px;top:62px;left:277px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:488px;height:148px;top:135px;left:276px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:220px;height:2px;top:306px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:484px;height:192px;top:335px;left:280px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:40px;height:40px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:40px;height:40px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { width:443px;height:689px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { width:367px;height:125px;top:568px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb { width:25px;height:25px;top:132px;left:0px;display:block; }
#PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK { width:25px;height:25px;top:82px;left:0px;display:block; }
#GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bylZWVSwi6BdgMkd7A3tyekI7NL8hToT { width:764px;height:84px;top:35px;left:0px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #knnsq3gXrKTExAppOpttSX4dUNtWJezI { width:230px;height:2px;top:140px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { width:762px;height:364px;top:325px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:764px;height:100px;top:325px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:131px;height:131px;top:344px;left:317px;font-size:91px;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:764px;height:31px;top:360px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog { width:220px;height:130px;top:509px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kiqpGesAFa34GQP8GqKKb9ecaQ5mAmkF { width:216px;height:55px;top:585px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #ef2RSsul7u9QZQw0UId56rIh3u4Zc5Br { display:block; }
 }@media only screen and (max-width: 763px) { #xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { width:352px;height:15px;top:512px;left:227px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { width:380px;height:18px;top:539px;left:198px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EmuEzDTO4UOp79oR6kdJARemxWSU8wln { width:356px;height:15px;top:569px;left:227px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { width:370px;height:67px;top:589px;left:198px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ogB2m8qMtuToyqQh8qFlRJ6HBRcUliP1 { width:20px;height:20px;top:509px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #e5pLgaLhSFTr7VL5mbpPlEzyqu8BqIru { width:28px;height:28px;top:561px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #v8358S1XQ9aBdxCAq7OHaefVxmSnGIen { width:764px;height:44px;top:728px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #zoru9SH3AseePTuqmKS2ifgEmT8IeDft { width:764px;height:111px;top:170px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ChVbhu977bTLBJCWgDIdBirB5R39HofX { width:216px;height:55px;top:509px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #LEv0bX2e8AhskE7HQ9mh8IdxlgK25qTP { display:block; }
 }@media only screen and (max-width: 763px) { #beK5i1M85tdena29y9BG6mneDKRNBedx { display:block; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhNSSJVobQmKexeUlxEAWE4spKXF5seO { width:303px;height:291px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { width:305px;height:152px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { width:261px;height:39px;top:316px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { width:249px;height:62px;top:361px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { width:305px;height:152px;top:291px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { width:258px;height:60px;top:316px;left:250px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { width:250px;height:41px;top:384px;left:254px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { width:303px;height:291px;top:0px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { width:303px;height:291px;top:0px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { width:305px;height:152px;top:291px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { width:250px;height:60px;top:304px;left:508px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { width:250px;height:62px;top:369px;left:508px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:764px;height:32px;top:207px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:764px;height:110px;top:250px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:230px;height:2px;top:379px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:764px;height:54px;top:389px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-regular-label { width:183px;display:block; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text { width:183px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-textarea { width:183px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select { width:183px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-checkbox-label { width:693px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-radio-label { width:76.5px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC  { width:724px;height:auto;top:443px;left:0px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .radio-container { width:193px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC {display:inline-block;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC { width:724px;height:auto;top:443px;left:0px; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ApWQyytVV1KXQHXowad7LCJG4P4lOwIu {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #cTeqnSt4LfJzzAx0TVZiMdOMCsRBBxw4 { display:none; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #le3J0gID76lKXNZIMGPrsaIGp4SDQ78D {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ZDHMCl2oMxqdi55hV3cD8qIxaFERxCNq {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #Ky1T1cJJWXF1Fy3FwJIF1hUWVJvpVFEw {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RwT1gRukk2FmolVBpa6yerOtbTcOuhKI {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #UiNJayTM1qTSmTbrFNAz5ku5768ziQ77 {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #U6f9lcZ3XFsmcPiBXyxv8QFfAx8V7RaH {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #hX8XAClTGmx8t9N9On3iS3AMgkF3G0zm {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RUS1fThvuwM31vUoLUH7RRHd441rAtiB {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #a8MbXP6oefPBpNZU7tQ4uzWp4apbhix9 {  }
 }@media only screen and (max-width: 763px) { #TNOqOQWTWo1i9Uo65PK6yE7KsTmKOBKM { width:764px;height:16px;top:597px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #N1fSsK28uXIN4m5tPfp39C5tmzEMete3 { width:392px;height:30px;top:568px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8258cfda-3f1e-44ce-946e-7edd72f1f0a2/header.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:706px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:280px;height:auto;top:332.1953125px;left:0px; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:280px;height:auto;top:332.1953125px;left:0px; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { display:none; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #fIcPEoPU5QEbdBJGvoQ29b16TU5rl1DK {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #mZcWbkEt9a8uIJU6JDUlqcpiAmvOo7QD {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QZDDC3KGe0ZzAB8hr0nfxMhRHAwOIq5u {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #z2mBbFIp7LEln3zGPXflBSUTCoA4RJEU { width:40px;height:40px;top:640px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:40px;height:40px;top:641px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:281px;height:36.3906px;top:28.984375px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:291px;height:60px;top:73.359375px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:160px;height:1.99219px;top:142.984375px;left:1.2265625px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:293px;height:39px;top:153px;left:0px;text-align:left;text-align-last:left;font-size:15px;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW { width:25px;height:25px;top:648px;left:122px;display:block; }
#aqvPZ1OObhsnrRrBeUaKDxC9P8Vg9uUW > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:25px;height:25px;top:649px;left:172px;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:320px;height:423px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:320px;height:24.6953px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:320px;height:132px;top:56px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:220px;height:2px;top:202px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:320px;height:39px;top:213px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AwMN0gQ6ZTwoLGpyKk1x9GqEKPG097yQ { width:320px;height:123.477px;top:276.6875px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5ab0def-f09c-4d83-b6c5-57ba3110891e/Medicine_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo.adaptive-delivery-prevent-bg, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyload, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyloading { background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { background-color: transparent; background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,172,248,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .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); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:320px;height:523px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:320px;height:23.3984px;top:15px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { width:320px;height:36px;top:41px;left:0px;text-align:left;text-align-last:left;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { width:230px;height:2px;top:92px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #CRCHCUMl113hnwrnbsVg1q577sM6P4EA { width:320px;height:18.1953px;top:100px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-regular-label { width:262px;display:block; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text { width:262px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-text {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-textarea { width:262px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select { width:262px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-select {padding-top: 0; padding-bottom: 0;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-input-button { width:262px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-checkbox-label { width:250px;line-height:1.4;overflow:hidden;height:auto; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .widget-radio-label { width:116px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO  { width:280px;height:auto;top:297.3984375px;left:0px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO .radio-container { width:272px; }
#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO {display:inline-block;}#UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO { width:280px;height:auto;top:297.3984375px;left:0px; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #LpOR3rD1QLcmGUzGXlXnK6RIi2kOa3Rd {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #VPt1CFKtmveIAssAgrTapdlG1XpVldlQ { display:none; }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #Lyx0rMuOkGHaDRqA43N4fDb05LskfORi {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gstf5MzLTUAIw50tXWE7v1i6ur21vH7O {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TGDsKK0bm6r8zI4SHFLhMD3LmMqlWQX2 {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #TsD4SNosTRD9LLx7dWvrPSLrWGGmnXmm {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #dz4LIelUC83vW9C4D7CRcrsFBowTXRae {  }
 }@media only screen and (max-width: 763px) { #UckU5XaHnfpkyHNggV4R8pvA8NQt5ZUO #gJZ4xsezJekLPeHvTnvSfIcoI8gGs1n5 {  }
 }@media only screen and (max-width: 763px) { #oiOzkTGTqfmTfpQJSafg64va8VFNiswW { width:320px;height:60px;top:341px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:320px;height:901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:320px;height:49.3906px;top:17.8046875px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:320px;height:66px;top:77.1875px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:220px;height:2px;top:159px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:320px;height:156.7891px;top:172px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:40px;height:40px;top:352px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:40px;height:40px;top:352px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { width:318px;height:494px;top:404px;left:1.7396963123645px;display:block; }
 }@media only screen and (max-width: 763px) { #xTQwn2ZWWsnAcfXJO4h4kTrfyytBcvDA { width:176px;height:59px;top:344.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb { width:25px;height:25px;top:360px;left:77px;display:block; }
#PNwCL5Prr4Pz9mdl6kNvPhUhtW9y8RJb > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK { width:25px;height:25px;top:360px;left:26px;display:block; }
#GJQxkGk5zlO5URWC37qrRnW8IPPGXwZK > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:320px;height:1293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bylZWVSwi6BdgMkd7A3tyekI7NL8hToT { width:320px;height:120px;top:23px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #knnsq3gXrKTExAppOpttSX4dUNtWJezI { width:230px;height:2px;top:164px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { width:318px;height:683px;top:484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:320px;height:100px;top:484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:131px;height:131px;top:500px;left:95px;font-size:91px;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:320px;height:57.1875px;top:505.40625px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M4iwkWmuqFwZQNGHKWXCfmPSCJ2BMKog { width:220px;height:130px;top:640px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #kiqpGesAFa34GQP8GqKKb9ecaQ5mAmkF { width:216px;height:55px;top:1084px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ef2RSsul7u9QZQw0UId56rIh3u4Zc5Br { display:block; }
 }@media only screen and (max-width: 763px) { #xT1Hmi4gIwQOBeciDDMkdMzXIp7EM8hP { width:320px;height:14.3984px;top:801px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EWwJraxDk7TNZULLtoEQ0VEtIJbEs3 { width:318px;height:18px;top:826px;left:1.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EmuEzDTO4UOp79oR6kdJARemxWSU8wln { width:237px;height:14.3984px;top:855px;left:83px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vdGZba4fmxRWEPiEWfJaCuCu4CKpttSN { width:217px;height:105px;top:899px;left:51.5px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ogB2m8qMtuToyqQh8qFlRJ6HBRcUliP1 { width:20px;height:20px;top:797px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #e5pLgaLhSFTr7VL5mbpPlEzyqu8BqIru { width:28px;height:28px;top:848px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #v8358S1XQ9aBdxCAq7OHaefVxmSnGIen { width:320px;height:83.1875px;top:1185px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zoru9SH3AseePTuqmKS2ifgEmT8IeDft { width:320px;height:273px;top:185px;left:0px;text-align:justify;text-align-last:initial;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ChVbhu977bTLBJCWgDIdBirB5R39HofX { width:216px;height:55px;top:1013px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LEv0bX2e8AhskE7HQ9mh8IdxlgK25qTP { display:block; }
 }@media only screen and (max-width: 763px) { #beK5i1M85tdena29y9BG6mneDKRNBedx { display:block; }#beK5i1M85tdena29y9BG6mneDKRNBedx > .row .container { width:320px;height:1459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhNSSJVobQmKexeUlxEAWE4spKXF5seO { width:303px;height:291px;top:1px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #oI7arBhJ3CpoJd3rozDxn4M7hu1TLeJO { width:305px;height:152px;top:292.984375px;left:6.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #RcTzTzqwUphAp5J2ZHNEfmLy5AfTcNaT { width:305px;height:33.7969px;top:315px;left:6px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cIHykPiFZbPL6nmWyxAnogqtPzmz4Tr8 { width:277px;height:41.5938px;top:368px;left:21.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZgP5pXAaJ6cBXKGdR9FkkxXquLoN3rf { width:305px;height:152px;top:781.9921875px;left:7.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #PCRas1asOpZMDBkLHdwcCrfx70fvpzKU { width:305px;height:52px;top:803px;left:9px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #KLGkMF8T3DTf0eZ74iJT5oVerKEAx5BK { width:279px;height:41.5938px;top:868px;left:20.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFGvVBZZWeD4rZen1nKLc92agsH1LiDU { width:303px;height:291px;top:489px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qHiTtMleUfI9TpJtrhzut7e7WtVsA2Wp { width:303px;height:291px;top:981px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #TlUZboEXOvnHOQs4CiIV5FgIsBmN5DwP { width:305px;height:152px;top:1272.984375px;left:7.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #BmvPce8mCiA8cVAh3PEkrDibQdPIH2A3 { width:305px;height:26px;top:1294px;left:8px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zbcIai3G3za1yXJTri6Ch9f0c1TFv5fJ { width:260px;height:62.3906px;top:1337px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:320px;height:27.2969px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:320px;height:52px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:230px;height:2px;top:120px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:320px;height:67.5938px;top:134px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-regular-label { width:262px;display:block; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text { width:262px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-text {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-textarea { width:262px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select { width:262px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-select {padding-top: 0; padding-bottom: 0;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-input-button { width:262px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-checkbox-label { width:250px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .widget-radio-label { width:116px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC  { width:280px;height:auto;top:450px;left:0px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC .radio-container { width:272px; }
#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC {display:inline-block;}#cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC { width:280px;height:auto;top:450px;left:0px; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ApWQyytVV1KXQHXowad7LCJG4P4lOwIu {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #cTeqnSt4LfJzzAx0TVZiMdOMCsRBBxw4 { display:none; }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #le3J0gID76lKXNZIMGPrsaIGp4SDQ78D {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #ZDHMCl2oMxqdi55hV3cD8qIxaFERxCNq {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #Ky1T1cJJWXF1Fy3FwJIF1hUWVJvpVFEw {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RwT1gRukk2FmolVBpa6yerOtbTcOuhKI {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #UiNJayTM1qTSmTbrFNAz5ku5768ziQ77 {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #U6f9lcZ3XFsmcPiBXyxv8QFfAx8V7RaH {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #hX8XAClTGmx8t9N9On3iS3AMgkF3G0zm {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #RUS1fThvuwM31vUoLUH7RRHd441rAtiB {  }
 }@media only screen and (max-width: 763px) { #cwm5umwC7EQAwGVrMB6KsTsl5xm0ZIIC #a8MbXP6oefPBpNZU7tQ4uzWp4apbhix9 {  }
 }@media only screen and (max-width: 763px) { #TNOqOQWTWo1i9Uo65PK6yE7KsTmKOBKM { width:320px;height:28.5938px;top:747px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #N1fSsK28uXIN4m5tPfp39C5tmzEMete3 { width:231px;height:68px;top:740.796875px;left:44.5px;display:block; }
 }