.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/52622537-1e24-4769-8b3a-04f4c990becd/Baner_Osteoporoza.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g.adaptive-delivery-prevent-bg, #bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g.lazyload, #bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g.lazyloading { background-image: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { background-color: transparent; background-image: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container > .video-iframe-container { display: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row > .video-iframe-container { display: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .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); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { border-width: 0; border-radius: 0; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { font-size:14px;font-family:arial;height:415px;width:960px;overflow:visible;position:relative;display:block; }#qp6UCTkc9NyLPTkTHN2dXbdwNd31PZSz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"itc avant garde";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:178.991px;height:55.9943px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:6.48046875px;left:375.97265625px;display:block; }
#GggyeGSgVuJzOJ1zznsOayUqG2ZovDVr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CvRnlSxEsBTbNlrf9xlpO2OnTZpk3swr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"itc avant garde";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:121px;height:43px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:12.98611164093px;left:563.95843505859px;display:block; }
#KnDHZqg7uhp3Gafe1g680Zmc07PBB7uT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MoFGDeWmUrv6SCqmef2KA0OtOFpx9v0P { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"itc avant garde";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:103px;height:43px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.962500572205px;left:705.57501220703px;display:block; }
#TbdgE6NIk9s3JAEPKFDH7QF2QQLghFrA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gyR11zTpowNb3gkbhvVcCl0CLSUqPAza { background-color:#1c4171;background-image:url("https://images.assets-landingi.com/uc/a712f7d0-f2e0-4884-aac7-09fe406d73f5/ppo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:156px;height:42px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.940340042114px;left:-58.991485595703px;display:block; }#gyR11zTpowNb3gkbhvVcCl0CLSUqPAza.adaptive-delivery-prevent-bg, #gyR11zTpowNb3gkbhvVcCl0CLSUqPAza.lazyload, #gyR11zTpowNb3gkbhvVcCl0CLSUqPAza.lazyloading { background-image: none; }
#PcOUPlgMeTqsZKLs6Vbu2v8d8tTi5OaQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/db37f289-7a88-45c4-b5da-f3c5a8e1f0dd/pl.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48px;height:33px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.126443px;left:963.26921804073px;display:block; }#BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM.adaptive-delivery-prevent-bg, #BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM.lazyload, #BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM.lazyloading { background-image: none; }
#gEtAqDFfghtgzMEAx7HWTzeydcQDAkPQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0931ae8a-7775-425f-8dfa-3874745cfbd7/en.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43px;height:34px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.1221260505371px;left:914.33731161574px;display:block; }#ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA.adaptive-delivery-prevent-bg, #ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA.lazyload, #ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA.lazyloading { background-image: none; }
#pqWyPyiINmsxIV7ui8kJeLQXSor1rZhs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dXG8fP2kRl25bzUrvRKT5A67x3EwGZGR { position:absolute;display:block;z-index:15005;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;height:199px;width:960px;top:216px;left:0px;overflow:hidden;display:none; }
#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { background-color: transparent; background-image: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container > .video-iframe-container { display: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row > .video-iframe-container { display: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .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); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { border-width: 0; border-radius: 0; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { font-size:14px;font-family:arial;height:65px;width:960px;overflow:visible;position:relative;display:block; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd { position:relative;display:block; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd { background-color: transparent; background-image: none; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container > .video-iframe-container { display: none; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row > .video-iframe-container { display: none; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .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); }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd { border-width: 0; border-radius: 0; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:75px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#exKe8Z3az0q84Fzm06i5HDvlzLBQggaT { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:51.625px;left:0px;height:23.3906px;text-align:center;text-align-last:center;display:block; }
#r5ZNLU43iP06w0i6KQTNqqFNzp846alK { position:relative;display:block; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK { background-color: transparent; background-image: none; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container > .video-iframe-container { display: none; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row > .video-iframe-container { display: none; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .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); }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK { border-width: 0; border-radius: 0; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1499px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lSPWHBe5IBvVZilNgsusktFdRz3GTB85 { 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:46px;left:0px;height:32.5px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-form-header { font-size:12px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:18px;font-weight:bold;color:#000000;width:120px;padding-top:0;padding-right:10px;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:middle;text-align:right;text-align-last:right;line-height:1; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text { 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 #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:inline-block;*zoom:1;*display:inline;width:767px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-textarea { 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 #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:inline-block;*zoom:1;*display:inline;width:767px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .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:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:inline-block;*zoom:1;*display:inline;width:767px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:middle; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-select {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:130px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:middle; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#114391;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:767px;height:65px;font-family:"open sans";overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:17px;font-weight:300;color:#000000;vertical-align:top;width:747px;overflow:hidden;font-style:normal;float:none; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .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; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .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.5;float:none; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-container:first-of-type{padding-top:0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-container:last-of-type{padding-bottom:0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:897px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:13.484375px;top:78.484375px;z-index:15027;position:absolute;font-size:12px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:767px;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw {display:block;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:897px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:13.484375px;top:78.484375px;z-index:15027;position:absolute;font-size:12px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #hS1IGTKm0g6BJWD6xO5iDFWpxRDslTwN { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #K08b0pDIB1vlZ4hpNE5sN0KvTkEnxANv { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N1hCemPyPUsETwFQIVJx45q6boLNA31q { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zR7K2Mhxu8qftD76uiqzbaK4x32GTsyl { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zTL9SMyGWF2hsgHTR9XpapggTWwcRuy6 { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #gvI47tDgJpAcLTaVU5Qd2qApWq1rsq4t { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #urPcUrOZykmcIsJqURofN1FCT83v8MPr { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EpPvi2SRuzk9ZGaiiHTqM0VNOQXJCbWC { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #kFTA2IUzVZGEzttx9diEETiGRJJxwdgm { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xT3kBCz81vIgi8CzXLwVFlZJiLhbQLDm { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OoTTRZ3Lvz3mgnO9TkLIFnLkZgDIdM6E { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #nzl2tkQz3nC7VBxmsMO8rdDkvhhXD41C { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TnR9o47oCec13W9CTq3nmWwMOiDofaTy { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aAuTsq6Hn69nOTxlp3VGUf7ZMizFU1Gp { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #QyIaLen6gBPxCB4O6nKrkAvIA9IunQXQ { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fBR2lk0AyzfJcrNduSkXN7Jbfba4kgy6 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zOTTScrUMTrNecTp9Dg80R4Jpgovq5uh { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aqRGQIOzfJzlOcWHTJMaFwNIt4nGC9Lm { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #eF2VsUhzl305vq9U8aTJMf98APcO0lzh { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #azcwQOp0T5lKAFbvdNCWFoPypXPnlUnw { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yO9JpR83TP4QolWEwJRangc9WoZOuul8 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TiQaZweERqVtftSHG9WKAWVuJQ1DzBvu { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #axSW6HuuGGfgsSRBiTCDe5q8lDMxK3zW { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #oubVnTXZyiz7NfTe4aosEUtAKixIspNh { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ILZyb7XNHndyAs1fwhLBxbudrv7Meex9 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NfaEFUOOwybZ7XGNvaS3ctLbEWhKCsvL { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rVlWCDHzASqNwAOQ9wFEmiUginFXTlKK { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #tV2XPMRd4qvM7mDyqdAT5Gb4zGNJdHpo { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #DB4ITiFRAIrRWOpQTF3hRXrUE9PVTU8D { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yisuJFvdf9iuz26huS0tSkVATKtmAxXP { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #C5zcfvefqozcc2TcsBZHNmyKZymJ0uPx { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fCBG8sLJXuaiBo0wqquxVoX4V1qT7lCB { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ZOHICCPE6uhhVd8FCWiMqmiBtOVlSm28 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Lk34Ht8zeEcPhWr6pmch1wma1P5ETkGX { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #MuK3pSqF5WEHSI7Qv806GwBiRQugK0sh { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vgEZg45TvQCkcsffDCGsVJvxDTI2ekbN { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ntZDcMrxI9u6fkXulxEA77oQSrV3ZpyT { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wEo7fhTyVfssU2oJNxlXmEO1eBgwzBdO { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Z1LwgP4wZCO7x2D9zqOaKH3VhL5n082Z { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Q3zpJD5g1c75viJrwTZVZ8MxuH4W7e51 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EyIpqXXX4oLlZ9kpfdoET41e4PEDZ2qX { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #dU01JRLB9Sgp7zCRPd4P9PNypzXpXyn9 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #A7WSuuTPfB5etskJeB03OTNTXLudSnBX { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rD4z5S1FnZAR02IfkygsaQisadHoKhtF { position:relative;z-index:2; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NAC84dngEs8Ko2AQLPsNir2qGzWN9w7V { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #qkqtWAolmtWKeePATF8vF40xCCrKXfin { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #UtpoUugua5yZlKPlH4oGAhF71awrDPWv { position:relative;z-index:2; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #XKK2E8VxQCVCSFpIa1Z8LGVJ5ExH2wGs { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #FCsPmoDWMU6AEGE1o9FC5B13re0d6KfP { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #abbtpGrOayXxLkKZChMGRtyuAOsc1WUD { position:relative;z-index:2; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #AzerAPwq1lT8Spl5eJXv9vmlAStci0bd { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #act04WQt1PB2BnSrT0UJMBpmT6yatnU4 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #iG2CqP4gWkXPMb1NWs1o898kwAZ8Wvfp { position:relative;z-index:2; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wJWdgSPISNAKvxQU5uqNrDhwhpnZrVte { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vhHrzVv9lcmkQDz8ICTORZbiO2grxXSu { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rqddSMOstE8v9PKG20HywvFd94T7Tx2p { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N2od30f7Zfrx2bldPbQs1S4fM01yZco9 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #htcToPwepwf7Q5TeAmFTykDIFugJxvMA { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zbBoNPDxW70JtFM4J8g9oIxMn4VvL92i { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xrFscs5iO5oHJe8a6STZKyyp9mgHS5En { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #v4wh8bLFOK8vuZe1Ob9UxRV5G9M29cnV { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Cvme2ggUmBT4FMVRr8gccyEIkPrvWEdA { position:relative;display:block; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #CxtWtCqTCMLUaZNXtquBnCqsqBqn5u76 { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #JTM8r6QJdXw1QGvSqu7f3yaWxTU4otOg { position:relative; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OunmyIVecKNxsgVJmkHFnO0K4HprI4EL { position:relative; }
#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { background-color: transparent; background-image: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container > .video-iframe-container { display: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row > .video-iframe-container { display: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .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); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { border-width: 0; border-radius: 0; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { font-size:14px;font-family:arial;height:287px;width:960px;overflow:visible;position:relative;display:block; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs { background-color:#242626;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { background-color: transparent; background-image: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container > .video-iframe-container { display: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row > .video-iframe-container { display: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .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); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { border-width: 0; border-radius: 0; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g { display:block; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp6UCTkc9NyLPTkTHN2dXbdwNd31PZSz { width:178px;height:55px;top:6px;left:277.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #GggyeGSgVuJzOJ1zznsOayUqG2ZovDVr { display:block; }
 }@media only screen and (max-width: 763px) { #CvRnlSxEsBTbNlrf9xlpO2OnTZpk3swr { width:121px;height:43px;top:12px;left:465.95843505859px;display:block; }
 }@media only screen and (max-width: 763px) { #KnDHZqg7uhp3Gafe1g680Zmc07PBB7uT { display:block; }
 }@media only screen and (max-width: 763px) { #MoFGDeWmUrv6SCqmef2KA0OtOFpx9v0P { width:103px;height:43px;top:12px;left:607.57501220703px;display:block; }
 }@media only screen and (max-width: 763px) { #TbdgE6NIk9s3JAEPKFDH7QF2QQLghFrA { display:block; }
 }@media only screen and (max-width: 763px) { #gyR11zTpowNb3gkbhvVcCl0CLSUqPAza { width:156px;height:42px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PcOUPlgMeTqsZKLs6Vbu2v8d8tTi5OaQ { display:block; }
 }@media only screen and (max-width: 763px) { #BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM { width:48px;height:33px;top:10px;left:716px;display:block; }
 }@media only screen and (max-width: 763px) { #gEtAqDFfghtgzMEAx7HWTzeydcQDAkPQ { display:block; }
 }@media only screen and (max-width: 763px) { #ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA { width:43px;height:34px;top:9px;left:714px;display:block; }
 }@media only screen and (max-width: 763px) { #pqWyPyiINmsxIV7ui8kJeLQXSor1rZhs { display:block; }
 }@media only screen and (max-width: 763px) { #dXG8fP2kRl25bzUrvRKT5A67x3EwGZGR { top:216px;left:0px;width:764px;height:158.37083333333px;display:block; }
 }@media only screen and (max-width: 763px) { #E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf { display:block; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd { display:block; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exKe8Z3az0q84Fzm06i5HDvlzLBQggaT { top:51px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZNLU43iP06w0i6KQTNqqFNzp846alK { display:block; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSPWHBe5IBvVZilNgsusktFdRz3GTB85 { width:764px;height:32px;top:46px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-regular-label { display:block;width:120px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text { width:594px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-textarea { width:594px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-select { width:594px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-select {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-button { width:594px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-checkbox-label { width:574px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw  { width:724px;height:auto;top:78px;left:0px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .radio-container { width:594px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw {display:block;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw { width:724px;height:auto;top:78px;left:0px; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #hS1IGTKm0g6BJWD6xO5iDFWpxRDslTwN {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #K08b0pDIB1vlZ4hpNE5sN0KvTkEnxANv { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N1hCemPyPUsETwFQIVJx45q6boLNA31q {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zR7K2Mhxu8qftD76uiqzbaK4x32GTsyl {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zTL9SMyGWF2hsgHTR9XpapggTWwcRuy6 { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #gvI47tDgJpAcLTaVU5Qd2qApWq1rsq4t {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #urPcUrOZykmcIsJqURofN1FCT83v8MPr {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EpPvi2SRuzk9ZGaiiHTqM0VNOQXJCbWC { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #kFTA2IUzVZGEzttx9diEETiGRJJxwdgm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xT3kBCz81vIgi8CzXLwVFlZJiLhbQLDm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OoTTRZ3Lvz3mgnO9TkLIFnLkZgDIdM6E { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #nzl2tkQz3nC7VBxmsMO8rdDkvhhXD41C {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TnR9o47oCec13W9CTq3nmWwMOiDofaTy {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aAuTsq6Hn69nOTxlp3VGUf7ZMizFU1Gp { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #QyIaLen6gBPxCB4O6nKrkAvIA9IunQXQ {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fBR2lk0AyzfJcrNduSkXN7Jbfba4kgy6 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zOTTScrUMTrNecTp9Dg80R4Jpgovq5uh { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aqRGQIOzfJzlOcWHTJMaFwNIt4nGC9Lm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #eF2VsUhzl305vq9U8aTJMf98APcO0lzh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #azcwQOp0T5lKAFbvdNCWFoPypXPnlUnw { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yO9JpR83TP4QolWEwJRangc9WoZOuul8 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TiQaZweERqVtftSHG9WKAWVuJQ1DzBvu {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #axSW6HuuGGfgsSRBiTCDe5q8lDMxK3zW {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #oubVnTXZyiz7NfTe4aosEUtAKixIspNh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ILZyb7XNHndyAs1fwhLBxbudrv7Meex9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NfaEFUOOwybZ7XGNvaS3ctLbEWhKCsvL {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rVlWCDHzASqNwAOQ9wFEmiUginFXTlKK {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #tV2XPMRd4qvM7mDyqdAT5Gb4zGNJdHpo {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #DB4ITiFRAIrRWOpQTF3hRXrUE9PVTU8D {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yisuJFvdf9iuz26huS0tSkVATKtmAxXP {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #C5zcfvefqozcc2TcsBZHNmyKZymJ0uPx {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fCBG8sLJXuaiBo0wqquxVoX4V1qT7lCB {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ZOHICCPE6uhhVd8FCWiMqmiBtOVlSm28 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Lk34Ht8zeEcPhWr6pmch1wma1P5ETkGX {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #MuK3pSqF5WEHSI7Qv806GwBiRQugK0sh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vgEZg45TvQCkcsffDCGsVJvxDTI2ekbN {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ntZDcMrxI9u6fkXulxEA77oQSrV3ZpyT {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wEo7fhTyVfssU2oJNxlXmEO1eBgwzBdO { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Z1LwgP4wZCO7x2D9zqOaKH3VhL5n082Z {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Q3zpJD5g1c75viJrwTZVZ8MxuH4W7e51 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EyIpqXXX4oLlZ9kpfdoET41e4PEDZ2qX { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #dU01JRLB9Sgp7zCRPd4P9PNypzXpXyn9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #A7WSuuTPfB5etskJeB03OTNTXLudSnBX {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rD4z5S1FnZAR02IfkygsaQisadHoKhtF {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NAC84dngEs8Ko2AQLPsNir2qGzWN9w7V {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #qkqtWAolmtWKeePATF8vF40xCCrKXfin {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #UtpoUugua5yZlKPlH4oGAhF71awrDPWv { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #XKK2E8VxQCVCSFpIa1Z8LGVJ5ExH2wGs {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #FCsPmoDWMU6AEGE1o9FC5B13re0d6KfP {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #abbtpGrOayXxLkKZChMGRtyuAOsc1WUD { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #AzerAPwq1lT8Spl5eJXv9vmlAStci0bd {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #act04WQt1PB2BnSrT0UJMBpmT6yatnU4 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #iG2CqP4gWkXPMb1NWs1o898kwAZ8Wvfp { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wJWdgSPISNAKvxQU5uqNrDhwhpnZrVte {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vhHrzVv9lcmkQDz8ICTORZbiO2grxXSu {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rqddSMOstE8v9PKG20HywvFd94T7Tx2p {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N2od30f7Zfrx2bldPbQs1S4fM01yZco9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #htcToPwepwf7Q5TeAmFTykDIFugJxvMA {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zbBoNPDxW70JtFM4J8g9oIxMn4VvL92i {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xrFscs5iO5oHJe8a6STZKyyp9mgHS5En {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #v4wh8bLFOK8vuZe1Ob9UxRV5G9M29cnV {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Cvme2ggUmBT4FMVRr8gccyEIkPrvWEdA {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #CxtWtCqTCMLUaZNXtquBnCqsqBqn5u76 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #JTM8r6QJdXw1QGvSqu7f3yaWxTU4otOg {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OunmyIVecKNxsgVJmkHFnO0K4HprI4EL {  }
 }@media only screen and (max-width: 763px) { #tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr { display:block; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs { display:block; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { background-color: transparent; background-image: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container > .video-iframe-container { display: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row > .video-iframe-container { display: none; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .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); }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { border-width: 0; border-radius: 0; }#bnxIhHHfXix4nms7uUBF4JR2a8ApgV5g > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp6UCTkc9NyLPTkTHN2dXbdwNd31PZSz { width:177.997px;height:55.9943px;top:228px;left:71px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GggyeGSgVuJzOJ1zznsOayUqG2ZovDVr { display:block; }
 }@media only screen and (max-width: 763px) { #CvRnlSxEsBTbNlrf9xlpO2OnTZpk3swr { width:140.994px;height:55.9943px;top:283px;left:89px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KnDHZqg7uhp3Gafe1g680Zmc07PBB7uT { display:block; }
 }@media only screen and (max-width: 763px) { #MoFGDeWmUrv6SCqmef2KA0OtOFpx9v0P { width:98.9915px;height:55.9943px;top:339px;left:110px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TbdgE6NIk9s3JAEPKFDH7QF2QQLghFrA { display:block; }
 }@media only screen and (max-width: 763px) { #gyR11zTpowNb3gkbhvVcCl0CLSUqPAza { width:205px;height:55.9943px;top:20px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #PcOUPlgMeTqsZKLs6Vbu2v8d8tTi5OaQ { display:block; }
 }@media only screen and (max-width: 763px) { #BcoCS9neHyIuzMh0VEJOXPfHsBpccIFM { width:45.9943px;height:41.9886px;top:407px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #gEtAqDFfghtgzMEAx7HWTzeydcQDAkPQ { display:block; }
 }@media only screen and (max-width: 763px) { #ROeRAphUNi1cJ5XrQ288qLlMry86ZtLA { width:45.9943px;height:40px;top:408px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #pqWyPyiINmsxIV7ui8kJeLQXSor1rZhs { display:block; }
 }@media only screen and (max-width: 763px) { #dXG8fP2kRl25bzUrvRKT5A67x3EwGZGR { width:314px;height:66px;top:108.828125px;left:3.7142857142858px;display:block; }
 }@media only screen and (max-width: 763px) { #E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf { background-color:transparent;background-image:url("https://images.assets-landingi.com/5SwarNQK/Medicine.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf.adaptive-delivery-prevent-bg, #E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf.lazyload, #E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf.lazyloading { background-image: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { background-color: transparent; background-image: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container > .video-iframe-container { display: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row > .video-iframe-container { display: none; }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .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); }#E9SQ0Pnutd0R68aBxR8AMNCkSOcrXFUf > .row .container { width:320px;height:476px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd { display:block; }#GuDD4Kpxvabq8nEBQoSmQBTWWrrgckAd > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exKe8Z3az0q84Fzm06i5HDvlzLBQggaT { width:320px;height:70.1719px;top:18.90625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZNLU43iP06w0i6KQTNqqFNzp846alK { display:block; }#r5ZNLU43iP06w0i6KQTNqqFNzp846alK > .row .container { width:320px;height:2654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSPWHBe5IBvVZilNgsusktFdRz3GTB85 { width:320px;height:18.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-regular-label { display:block;width:120px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-text {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-textarea { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-select { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-select {padding-top: 0; padding-bottom: 0;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-input-button { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .widget-checkbox-label { width:130px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw  { width:280px;height:auto;top:58.1875px;left:0px; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw .radio-container { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw {display:block;}#VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw { width:280px;height:auto;top:58.1875px;left:0px; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #hS1IGTKm0g6BJWD6xO5iDFWpxRDslTwN {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #K08b0pDIB1vlZ4hpNE5sN0KvTkEnxANv { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N1hCemPyPUsETwFQIVJx45q6boLNA31q {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zR7K2Mhxu8qftD76uiqzbaK4x32GTsyl {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zTL9SMyGWF2hsgHTR9XpapggTWwcRuy6 { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #gvI47tDgJpAcLTaVU5Qd2qApWq1rsq4t {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #urPcUrOZykmcIsJqURofN1FCT83v8MPr {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EpPvi2SRuzk9ZGaiiHTqM0VNOQXJCbWC { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #kFTA2IUzVZGEzttx9diEETiGRJJxwdgm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xT3kBCz81vIgi8CzXLwVFlZJiLhbQLDm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OoTTRZ3Lvz3mgnO9TkLIFnLkZgDIdM6E { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #nzl2tkQz3nC7VBxmsMO8rdDkvhhXD41C {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TnR9o47oCec13W9CTq3nmWwMOiDofaTy {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aAuTsq6Hn69nOTxlp3VGUf7ZMizFU1Gp { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #QyIaLen6gBPxCB4O6nKrkAvIA9IunQXQ {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fBR2lk0AyzfJcrNduSkXN7Jbfba4kgy6 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zOTTScrUMTrNecTp9Dg80R4Jpgovq5uh { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #aqRGQIOzfJzlOcWHTJMaFwNIt4nGC9Lm {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #eF2VsUhzl305vq9U8aTJMf98APcO0lzh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #azcwQOp0T5lKAFbvdNCWFoPypXPnlUnw { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yO9JpR83TP4QolWEwJRangc9WoZOuul8 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #TiQaZweERqVtftSHG9WKAWVuJQ1DzBvu {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #axSW6HuuGGfgsSRBiTCDe5q8lDMxK3zW {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #oubVnTXZyiz7NfTe4aosEUtAKixIspNh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ILZyb7XNHndyAs1fwhLBxbudrv7Meex9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NfaEFUOOwybZ7XGNvaS3ctLbEWhKCsvL {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rVlWCDHzASqNwAOQ9wFEmiUginFXTlKK {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #tV2XPMRd4qvM7mDyqdAT5Gb4zGNJdHpo {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #DB4ITiFRAIrRWOpQTF3hRXrUE9PVTU8D {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #yisuJFvdf9iuz26huS0tSkVATKtmAxXP {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #C5zcfvefqozcc2TcsBZHNmyKZymJ0uPx {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #fCBG8sLJXuaiBo0wqquxVoX4V1qT7lCB {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ZOHICCPE6uhhVd8FCWiMqmiBtOVlSm28 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Lk34Ht8zeEcPhWr6pmch1wma1P5ETkGX {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #MuK3pSqF5WEHSI7Qv806GwBiRQugK0sh {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vgEZg45TvQCkcsffDCGsVJvxDTI2ekbN {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #ntZDcMrxI9u6fkXulxEA77oQSrV3ZpyT {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wEo7fhTyVfssU2oJNxlXmEO1eBgwzBdO { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Z1LwgP4wZCO7x2D9zqOaKH3VhL5n082Z {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Q3zpJD5g1c75viJrwTZVZ8MxuH4W7e51 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #EyIpqXXX4oLlZ9kpfdoET41e4PEDZ2qX { display:block; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #dU01JRLB9Sgp7zCRPd4P9PNypzXpXyn9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #A7WSuuTPfB5etskJeB03OTNTXLudSnBX {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rD4z5S1FnZAR02IfkygsaQisadHoKhtF {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #NAC84dngEs8Ko2AQLPsNir2qGzWN9w7V {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #qkqtWAolmtWKeePATF8vF40xCCrKXfin {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #UtpoUugua5yZlKPlH4oGAhF71awrDPWv { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #XKK2E8VxQCVCSFpIa1Z8LGVJ5ExH2wGs {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #FCsPmoDWMU6AEGE1o9FC5B13re0d6KfP {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #abbtpGrOayXxLkKZChMGRtyuAOsc1WUD { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #AzerAPwq1lT8Spl5eJXv9vmlAStci0bd {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #act04WQt1PB2BnSrT0UJMBpmT6yatnU4 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #iG2CqP4gWkXPMb1NWs1o898kwAZ8Wvfp { z-index:2; }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #wJWdgSPISNAKvxQU5uqNrDhwhpnZrVte {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #vhHrzVv9lcmkQDz8ICTORZbiO2grxXSu {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #rqddSMOstE8v9PKG20HywvFd94T7Tx2p {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #N2od30f7Zfrx2bldPbQs1S4fM01yZco9 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #htcToPwepwf7Q5TeAmFTykDIFugJxvMA {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #zbBoNPDxW70JtFM4J8g9oIxMn4VvL92i {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #xrFscs5iO5oHJe8a6STZKyyp9mgHS5En {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #v4wh8bLFOK8vuZe1Ob9UxRV5G9M29cnV {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #Cvme2ggUmBT4FMVRr8gccyEIkPrvWEdA {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #CxtWtCqTCMLUaZNXtquBnCqsqBqn5u76 {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #JTM8r6QJdXw1QGvSqu7f3yaWxTU4otOg {  }
 }@media only screen and (max-width: 763px) { #VbmoOVwfBOOzfSgNR4fW4U109iEwC1Bw #OunmyIVecKNxsgVJmkHFnO0K4HprI4EL {  }
 }@media only screen and (max-width: 763px) { #tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr { background-color:#ffffff;background-image:none;display:block; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { background-color: transparent; background-image: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container > .video-iframe-container { display: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row > .video-iframe-container { display: none; }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .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); }#tPdnFyrveXFBoHXdkUb0Th9HBEB2UoVr > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs { background-color:transparent;background-image:url("https://images.assets-landingi.com/5SwarNQK/Medicine.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs.adaptive-delivery-prevent-bg, #Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs.lazyload, #Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs.lazyloading { background-image: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { background-color: transparent; background-image: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #242626; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container > .video-iframe-container { display: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #242626; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row > .video-iframe-container { display: none; }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .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); }#Xa4KT6OFUTpVgLmBnwq0yPATKpuTPXOs > .row .container { width:320px;height:274px;position:relative;display:block; } }