.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-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;
}
.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);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BNqy9mKh/cardiology_landing_page_.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:818px;width:960px;overflow:visible;position:relative;display:block; }#zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:612px;width:845px;top:263.99307250977px;left:52.986114501953px;overflow:hidden;display:block; }
#a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:361px;width:560px;top:387.98611450195px;left:190.98959350586px;display:block; }
#FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { color:rgba(188,8,46,0.98);display:block;width:904px;position:absolute;font-family:cairo;font-size:47px;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;text-shadow:-2px 10px 100px rgba(236,232,233,0.23);top:92.986114501953px;left:26.961791992188px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhnvVFUZETLGql4s4DzZTT8VSDExZylO { position:absolute;display:block;z-index:100003;background-color:#d1ab6a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:39px;top:77.996459960938px;left:460.48614501953px;display:block; }
#QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { color:#0b2759;display:block;width:783px;position:absolute;font-family:cairo;font-size:22px;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:166.97917175293px;left:93.975677490234px;height:165px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qv4NX4kRAhhvmstpXE9oFGNNqlzST4AA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:232px;top:0px;left:54.097198486328px;overflow:hidden;display:block; }
#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(11,39,89,0.93);background-image:none;position:relative;display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { background-color: transparent; background-image: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .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); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { border-width: 0; border-radius: 0; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { font-size:14px;font-family:"open sans";height:323px;width:960px;position:relative;display:block; }#ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:39px;top:114.98263549805px;left:784.99304199219px;display:block; }
#NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { color:#ffffff;display:block;width:856px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:56.979156494141px;left:13.993041992188px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FlVskxrFcZMIwhycbPGTBEbBnXbG9VtH { color:#ffffff;display:block;width:779px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100021;line-height:1.4;letter-spacing:0;top:130.65972900391px;left:89.076385498047px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MIbdWcnH1zVJhHkaSaorpfuSEJvePlDo { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:39px;top:188.66317749023px;left:789.10766601562px;display:block; }
#KcmIUTu5smly7utSu6K7DMy08gPDvnsg { color:#ffffff;display:block;width:699px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100024;line-height:1.4;letter-spacing:0;top:207.67361450195px;left:170.98611450195px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nmnGJ95bhoVLDwvh0nRBLKkQHfOJlQGG { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:39px;top:265.67706298828px;left:788.08337402344px;display:block; }
#ZWgVpVKarBUe7ysgtBM05Nut3SNEgahu { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:97px;width:98px;top:36.319427490234px;left:863px;overflow:hidden;display:block; }
#Fo22fkTqxDu18XpGP4WUCDl2LhSw8TfL { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:97px;top:112.96875px;left:860.98608398438px;overflow:hidden;display:block; }
#HxUKFL0ndVaPxBhlO03G0VG7OSLVT8nZ { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:97px;top:188.64584350586px;left:861.03125px;overflow:hidden;display:block; }
#dXQaxkQzIKImHP8y5ZnfPGbQFF5ikWmO { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:63px;left:26px;display:none; }
#qFLBr1T9B8PiJOsLBymJ2MOsNMRm3ehG { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:23px;top:139px;left:0px;display:none; }
#lWTABzPTMsd3E0sEh2NmXU4y4VswuzD0 { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:46px;top:236px;left:0px;display:none; }
#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { background-color: transparent; background-image: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .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); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { border-width: 0; border-radius: 0; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { font-size:14px;font-family:"open sans";height:1225px;width:960px;position:relative;display:block; }#TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { color:#dd0b38;display:block;width:700px;position:absolute;font-family:cairo;font-size:24px;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:36px;left:230px;height:33px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { position:absolute;display:block;z-index:100004;background-color:#0b2759;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.972222px;width:38.9931px;top:87.986145019531px;left:791.97924804688px;display:block; }
#aws9aa2yGRmhWZ9xFltzxUhXkonnIcu1 { color:#32314e;display:block;width:669px;position:absolute;font-family:cairo;font-size:24px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:319px;left:263px;height:33px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#emk5bFt31EkEkemd67z0UOdsTH1mlW9C { color:#070707;display:block;width:566px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:373px;left:358px;height:136px;text-align:right;text-align-last:right;display:block; }
#fQne8sv4X0zLMZELo7B4c1ccopIGWk1K { position:absolute;display:block;z-index:100005;background-color:#0b2759;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.989583px;width:38.9931px;top:365px;left:801px;display:block; }
#LJwzstxHr0hUIbRiivxueHUEPTCbZb9m { position:absolute;display:block;z-index:100008;background-color:#0b2759;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.989583px;width:38.9931px;top:774px;left:809px;display:block; }
#Km6yE5lFFXch9vERrGxaGoAZOT76HHIG { color:#32314e;display:block;width:669px;position:absolute;font-family:cairo;font-size:24px;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:729px;left:273px;height:33px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Q9bUZpSXHEb4X994HpJXwOUCbz6ugkTl { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:453px;left:901px;display:block; }
#A2JOhQqWpD2LVPwUF0nPNR3c9fdXrpSd { color:#000000;display:block;width:842px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:451px;left:54px;height:27px;text-align:right;text-align-last:right;display:block; }
#UhCT8TWIsef74c3GaDpXTPv9DXF3inmG { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:492px;left:901px;display:block; }
#HVZWNJW84I4JJ4HhqgbQgQms4ZooM7SZ { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:530px;left:901px;display:block; }
#lFG0LyJKSiwV39EsyNT7wIbQse0eLRJF { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:568px;left:902px;display:block; }
#Z4rDhCJ1KLbHtiCGIrgmGgD5JATRkr6c { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:489px;left:59px;height:27px;text-align:right;text-align-last:right;display:block; }
#FnBR8nlq8Zl7m7rfTX6GwC3De136hq5t { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:529px;left:59px;height:27px;text-align:right;text-align-last:right;display:block; }
#H3o491d6TTbmJDZBBRm85oiS5FfyqOT3 { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:605px;left:901px;display:block; }
#T9kVWRuXNVrwZIcsrgH051U5MafeI7wM { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:569px;left:59px;height:27px;text-align:right;text-align-last:right;display:block; }
#PCSgf85iaMW7lbbplLJrbQefyIZrBQVk { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:605px;left:59px;height:54px;text-align:right;text-align-last:right;display:block; }
#FZS6ErPZXvB5pHvO99Lg088tr3I0xI3J { color:#000000;display:block;width:786.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:98px;left:133px;height:120px;text-align:right;text-align-last:right;display:block; }
#CvKUFcVyWTL5PcDKXHXpsbvpM990FuWn { color:#070707;display:block;width:827.986px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100009;line-height:1.9;letter-spacing:0;top:793px;left:103px;height:68px;text-align:right;text-align-last:right;display:block; }
#rSqaO75XLOMGBcpDmf0zNtm8Xw0GgOyG { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:1053px;left:66px;height:27px;text-align:right;text-align-last:right;display:block; }
#us0RSD9NusLE2i7mRWfevmgzDdSeXeXF { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:1053px;left:908px;display:block; }
#PNb1iKEXltXw3eOIFU4pBE08HxegXFie { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:993px;left:66px;height:54px;text-align:right;text-align-last:right;display:block; }
#CJoIV3nJzhTcO66mMAsSWs2m79WUlHn1 { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:992px;left:908px;display:block; }
#PR4mq4Lt1TkGVw1CwCxBee3u4JHxrPWH { color:#000000;display:block;width:841.997px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100025;line-height:1.5;letter-spacing:0;top:953px;left:66px;height:27px;text-align:right;text-align-last:right;display:block; }
#TX6RlWTy3LTbaIkEIkVd2oeuJiKhDanR { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:954px;left:908px;display:block; }
#SmbAnTllIEwcBBz9t8srGM3QrzmEdRbG { color:#000000;display:block;width:869px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:913px;left:38px;height:27px;text-align:right;text-align-last:right;display:block; }
#L2lfTlyABVR37vMFWT0fmT2cnXGoMliV { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:916px;left:908px;display:block; }
#PKLiFh2Wd958w5ndk2VQvbn7gsWXvDe3 { color:#000000;display:block;width:889px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:875px;left:18px;height:27px;text-align:right;text-align-last:right;display:block; }
#uQqWKfrTp14XLC4kqorgDHaRAaaTbUgw { box-sizing:content-box;color:#bc082e;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:877px;left:908px;display:block; }
#kArS6qABLJO3EtBPxqBs0rs7rTJ2JV3W { color:#d1ab6a;display:block;width:721px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100028;line-height:1.7;letter-spacing:0;top:1119px;left:136px;height:70px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGnNoAHnXf0w2rkTTySs73dHrFDXoLLu { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:167.986px;width:258.993px;top:237.08334541321px;left:80.954864501953px;overflow:hidden;display:block; }
#TReIRm0lyFwtwZMxhAr0ynbyvu1G20uA { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.12);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:168px;width:918px;top:1240px;left:21px;display:block; }
#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container { background-color: transparent; background-image: none; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container > .video-iframe-container { display: none; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row > .video-iframe-container { display: none; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .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); }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container { border-width: 0; border-radius: 0; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container { font-size:14px;font-family:"open sans";height:192px;width:960px;position:relative;display:block; }#bKRm1H9MQTvyAvM3Gc6UL6WlHcTXEMls { color:#0b2759;display:block;width:844px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:97px;left:51px;height:64px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WV22tnWw8DkXOUfMOT3fzy2iEO7FuHTN { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#bc082e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:167px;height:36px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:93px;left:637.98614501953px;display:block; }
#c1osHQ844ctiUeVENFDLNvJP4EAHu5QN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Mby3PzmGaMkwqJbQLUECg65eX2dhLDxB { background-color:#fdf8f9;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#bc082e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:167px;height:36px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.996536254883px;left:638px;display:block; }
#sVm1mgeZaV2mx3GD4g8KZQal2pca3sAm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#T4Tz2srkH9gWpMmD6dIebTpi486dkpuU { color:#0b2759;display:block;width:874px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:26px;left:25px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lIhulpsnxJi5fAQ340MybXMUChLHTzme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1ab6a;background-image:url("https://images.assets-landingi.com/4Pu09xYU/cardiology_landing_page_footer_.png");background-position:center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container { background-color: transparent; background-image: none; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container > .video-iframe-container { display: none; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row > .video-iframe-container { display: none; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .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); }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container { border-width: 0; border-radius: 0; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container { font-size:14px;font-family:"open sans";height:605px;width:960px;position:relative;display:block; }#ONPfVtSVDPxU4t61arVfhT7iO9hcncsh { box-sizing:content-box;color:#0b2759;font-size:65px;font-weight:400;line-height:1;height:93.9931px;width:93.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:488.9931640625px;left:81.996520996094px;display:block; }
#zKttJaqIK5dzNs4siZcV29asymVy56z7 { color:#0b2759;display:block;width:298.993px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:497.9931640625px;left:200px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-form-header {  }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-regular-label { display:none;width:163px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:163px;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:rgba(22,22,22,0.27);line-height:1;box-sizing:border-box;font-family:cairo;font-weight:400;text-align:right;text-align-last:right;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.48) ; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:163px;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:rgba(22,22,22,0.27);line-height:1;box-sizing:border-box;font-family:cairo;font-weight:400;text-align:right;text-align-last:right;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.48) ; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .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:163px;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:"open sans";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) ; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .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; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-button { border-top:0;border-right:0;border-bottom:0;border-left:0;height:48px;width:160px;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:cairo;font-weight:bold;text-align:center;text-align-last:center;font-size:18px;background-color:#0b2759;background-image:none;overflow:hidden; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW [class*="-text"]:-moz-placeholder { font-size:15px;font-family:cairo;color:rgba(0,0,0,0.34); }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW [class*="-text"]::-moz-placeholder { font-size:15px;font-family:cairo;color:rgba(0,0,0,0.34); }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW [class*="-text"]:-ms-input-placeholder { font-size:15px;font-family:cairo;color:rgba(0,0,0,0.34); }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW [class*="-text"]::-webkit-input-placeholder { font-size:15px;font-family:cairo;color:rgba(0,0,0,0.34); }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:322px;height:auto;font-size:12px;font-family:"open sans";line-height:1.6;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.74); }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:top; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:70.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-container:first-of-type{padding-top:0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-container:last-of-type{padding-bottom:0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW  { 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:"open sans";width:343px;height:auto;left:503.01248168945px;top:477.46264648438px;z-index:100006;position:absolute; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .radio-container { width:173px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW { 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:"open sans";width:343px;height:auto;left:503.01248168945px;top:477.46264648438px;z-index:100006;position:absolute; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW #kNyaGIuNAOCUO0T3ckezEXAwu8diCFhz { position:relative; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW #A2LXhXtusEkVtTBpaxUKts8vsMDRURpo { position:relative; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW #v4a7VTTMt9s1HF7mpzW9morTy0m0Z4N5 { position:relative; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW #CfW0O3xgMqmQAp3cl0qdxNTD70ovC5b6 { position:relative; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW #cVWKxdZlJaBNcDx5VTKhuokkXrdF3iTW { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-form-header {  }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:#000000;width:274px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;overflow:hidden;line-height:1.8; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.39);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:274px;box-sizing:border-box;height:41px;color:#011d2f;font-size:14px;overflow:hidden;font-family:cairo;text-align:right;text-align-last:right;font-weight:300;font-style:normal; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.39);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:274px;box-sizing:border-box;height:70px;color:#011d2f;font-size:14px;overflow:hidden;font-family:cairo;text-align:right;text-align-last:right;font-weight:300;font-style:normal; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:rgba(255,255,255,0.38);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:274px;box-sizing:border-box;height:40px;color:#000000;font-family:cairo;font-size:14px;overflow:hidden;text-align:right;text-align-last:right; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .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:#0b2759;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:274px;height:55px;font-family:cairo;overflow:hidden; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 [class*="-text"]:-moz-placeholder { color:#000000;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 [class*="-text"]::-moz-placeholder { color:#000000;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);vertical-align:top;width:255px;overflow:hidden;font-style:normal; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);overflow:hidden;font-style:normal;line-height:1.3; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-container:first-of-type{padding-top:0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-container:last-of-type{padding-bottom:0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4  { background-color:rgba(255,255,255,0.61);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:274px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:625.953125px;top:30.40625px;z-index:100007;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:274px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 {display:block;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 { background-color:rgba(255,255,255,0.61);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:274px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:625.953125px;top:30.40625px;z-index:100007;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #TUpLlXey7Uk51ztLd6tqwHaab9197wJd { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #brDtqLNNTKy7NGOPAheiOtxDsFPcmeuu { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #eM0zWrxpHKLuioyUSDkotXfr4QoLW8aV { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #t9TdC7dmsNIn892pE1qlVR98CrBgMWGr { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #nOHpqx4C3Ap7FTfsy6eUnzToim01Twgg { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #hHyWL1m0OsryH09MOeggoOKG0eMoFQdW { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #N4rp8XRsJbBVcyb0xXkD1XgcQbxT2Wvh { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #EAGZeCGn6STpOi6vo9xXGiwCMDXoZTmR { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #cEwpVKNMZ2JWRRxyA14taQZ7eKSACpLE { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #lgO22FriFq5iPnWvLhaQtwL1K9olE1mA { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #RfHUAFINqIv3lDPppNzrqcsp0AZZiPzV { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #oKT5AToSNhJlKhHJMtpgVK70QOLJb5wk { position:relative; }
#Q2lBGgi7wvS7TO9LZFTFJ9T6NPTQ7gcl { position:relative;display:block; }
#p8JSIWetklFXppEzyWah2VRiwEHJ1bUL { position:relative;display:block; }
#wOchAnTeFJEQINSfvIpV2EQoUz7IJrDe { position:relative;display:block; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #xnAdp5z6lkAMyIdbmndeWnaHvXDGW3Wq { position:relative; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #KnwLT3ZupZPqqoHZ7qXR4STEZ8EGnG2Q { position:relative; }
#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;display:block; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container { background-color: transparent; background-image: none; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container > .video-iframe-container { display: none; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row > .video-iframe-container { display: none; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .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); }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container { border-width: 0; border-radius: 0; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container { font-size:14px;font-family:"open sans";height:361px;width:960px;position:relative;display:block; }#Qk5wTwhRXOBOlou6l6812WTOZHnvrw6G { color:#0b2759;display:block;width:463px;position:absolute;font-family:cairo;font-size:25px;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:169.48959159851px;left:239.47915649414px;height:37px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppOpmRhCkpZSdPqtLNQphOy7eZOc5aSV { color:#bc082e;display:block;width:72.9861px;position:absolute;font-family:"open sans";font-size:60px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:205.44445610046px;left:736.44097900391px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtvAlV76IEg6nCqgyd8an5O8AgxUEWC9 { color:#0b2759;display:block;width:580px;position:absolute;font-family:cairo;font-size:27px;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:221.45139884949px;left:185.95486450195px;height:80px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDvqFZOyWE7GscIHcyI9gWMS4CllHslK { color:#bc082e;display:block;width:72.9688px;position:absolute;font-family:"open sans";font-size:60px;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:244.48959159851px;left:199.07986450195px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvSuVg7KQN8t9qARrbSU4CNrLHswVlkg { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116.997px;width:116.997px;top:25.357641220093px;left:412.43054199219px;overflow:hidden;display:block; }
#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b2759;background-image:none;position:relative;display:block; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container { background-color: transparent; background-image: none; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container > .video-iframe-container { display: none; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row > .video-iframe-container { display: none; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .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); }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container { border-width: 0; border-radius: 0; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container { font-size:14px;font-family:arial;height:240px;width:960px;position:relative;display:block; }#vrI9XEk11WNxbqsrPDGFvUrCk0W240wh { display:block;width:306px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:12.986145019531px;left:637.99652099609px;height:31px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#QHUza1a9aRMlolx0U96TzwMnQT3DTAZy { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:52.986145019531px;left:546.98962402344px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#TeOHPyPRL8bzMBipK0UsKdJ0uOBosgtK { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:45.000061035156px;left:907.99658203125px;display:block; }
#xNbwttPxZMB9clalZsIv9xVB4qt6KTCm { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:95.989624023438px;left:913.98608398438px;display:block; }
#Nh23E1ZB6GRZsF0KbKaBG4NZ8hHwnnsK { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:101.99658203125px;left:546.98962402344px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#WEZae7u91PkfyvOD0nGsuJGEL9Vc1bCJ { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:145.98962402344px;left:549.99304199219px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#rfHGnIoqgTdpS9DQwmsMT4VI1b59tzPo { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:136.99658203125px;left:914.99304199219px;display:block; }
#sAn7v5UWq6E30xfyzCexfsdu1hKpAnmz { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:191.99658203125px;left:551.98962402344px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#u00F4tuNW0s8sKux77rZ2F3m6owGLmtd { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:183.99310302734px;left:916.98962402344px;display:block; }
#qNQFmUCnxBX1IdqndwQpX7iNQLF6KQgG { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98.9931px;width:221.997px;top:52.986114501953px;left:62.083312988281px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { width:764px;height:553.33219881657px;top:263px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { width:560px;height:360.99px;top:387px;left:92.989593505859px;display:block; }
 }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:764px;height:65px;top:92px;left:0px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:39px;height:1px;top:77px;left:362.48614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { width:764px;height:161px;top:166px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4NX4kRAhhvmstpXE9oFGNNqlzST4AA { top:0px;left:0px;width:232px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:38px;height:0;top:114px;left:613.49304199219px;display:none; }
 }@media only screen and (max-width: 763px) { #NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { width:764px;height:39px;top:56px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #FlVskxrFcZMIwhycbPGTBEbBnXbG9VtH { width:764px;height:38px;top:130px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #MIbdWcnH1zVJhHkaSaorpfuSEJvePlDo { width:38px;height:0;top:188px;left:617.60766601562px;display:none; }
 }@media only screen and (max-width: 763px) { #KcmIUTu5smly7utSu6K7DMy08gPDvnsg { width:698px;height:38px;top:207px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #nmnGJ95bhoVLDwvh0nRBLKkQHfOJlQGG { width:38px;height:0;top:265px;left:616.58337402344px;display:none; }
 }@media only screen and (max-width: 763px) { #ZWgVpVKarBUe7ysgtBM05Nut3SNEgahu { top:36px;left:666px;width:98px;height:97.010259618456px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo22fkTqxDu18XpGP4WUCDl2LhSw8TfL { top:112px;left:667px;width:97px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #HxUKFL0ndVaPxBhlO03G0VG7OSLVT8nZ { top:188px;left:667px;width:97px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #dXQaxkQzIKImHP8y5ZnfPGbQFF5ikWmO { top:63px;left:0px;width:200px;height:40px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #qFLBr1T9B8PiJOsLBymJ2MOsNMRm3ehG { top:139px;left:0px;width:231px;height:23px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #lWTABzPTMsd3E0sEh2NmXU4y4VswuzD0 { top:236px;left:0px;width:231px;height:46px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:700px;height:33px;top:35px;left:64px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:38px;height:0;top:87px;left:693.97924804688px;display:block; }
 }@media only screen and (max-width: 763px) { #aws9aa2yGRmhWZ9xFltzxUhXkonnIcu1 { width:668px;height:33px;top:318px;left:96px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #emk5bFt31EkEkemd67z0UOdsTH1mlW9C { width:566px;height:133px;top:373px;left:198px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fQne8sv4X0zLMZELo7B4c1ccopIGWk1K { width:38px;height:0;top:365px;left:703px;display:block; }
 }@media only screen and (max-width: 763px) { #LJwzstxHr0hUIbRiivxueHUEPTCbZb9m { width:38px;height:0;top:774px;left:711px;display:block; }
 }@media only screen and (max-width: 763px) { #Km6yE5lFFXch9vERrGxaGoAZOT76HHIG { width:668px;height:33px;top:728px;left:96px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bUZpSXHEb4X994HpJXwOUCbz6ugkTl { top:453px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #A2JOhQqWpD2LVPwUF0nPNR3c9fdXrpSd { top:451px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UhCT8TWIsef74c3GaDpXTPv9DXF3inmG { top:492px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HVZWNJW84I4JJ4HhqgbQgQms4ZooM7SZ { top:530px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lFG0LyJKSiwV39EsyNT7wIbQse0eLRJF { top:568px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rDhCJ1KLbHtiCGIrgmGgD5JATRkr6c { top:489px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FnBR8nlq8Zl7m7rfTX6GwC3De136hq5t { top:529px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H3o491d6TTbmJDZBBRm85oiS5FfyqOT3 { top:605px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T9kVWRuXNVrwZIcsrgH051U5MafeI7wM { top:569px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PCSgf85iaMW7lbbplLJrbQefyIZrBQVk { top:605px;left:0px;width:764px;height:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FZS6ErPZXvB5pHvO99Lg088tr3I0xI3J { top:98px;left:0px;width:764px;height:120px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CvKUFcVyWTL5PcDKXHXpsbvpM990FuWn { width:764px;height:66px;top:793px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rSqaO75XLOMGBcpDmf0zNtm8Xw0GgOyG { top:1053px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #us0RSD9NusLE2i7mRWfevmgzDdSeXeXF { top:1053px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PNb1iKEXltXw3eOIFU4pBE08HxegXFie { top:993px;left:0px;width:764px;height:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CJoIV3nJzhTcO66mMAsSWs2m79WUlHn1 { top:992px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PR4mq4Lt1TkGVw1CwCxBee3u4JHxrPWH { top:953px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TX6RlWTy3LTbaIkEIkVd2oeuJiKhDanR { top:954px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SmbAnTllIEwcBBz9t8srGM3QrzmEdRbG { top:913px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #L2lfTlyABVR37vMFWT0fmT2cnXGoMliV { top:916px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PKLiFh2Wd958w5ndk2VQvbn7gsWXvDe3 { top:875px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uQqWKfrTp14XLC4kqorgDHaRAaaTbUgw { top:877px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kArS6qABLJO3EtBPxqBs0rs7rTJ2JV3W { top:1118px;left:37.989562988281px;width:720px;height:71px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vGnNoAHnXf0w2rkTTySs73dHrFDXoLLu { top:237px;left:0px;width:258px;height:167.34192816022px;display:block; }
 }@media only screen and (max-width: 763px) { #TReIRm0lyFwtwZMxhAr0ynbyvu1G20uA { top:1240px;left:0px;width:764px;height:168px;display:block; }
 }@media only screen and (max-width: 763px) { #y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH { display:block; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKRm1H9MQTvyAvM3Gc6UL6WlHcTXEMls { top:97px;left:0px;width:764px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WV22tnWw8DkXOUfMOT3fzy2iEO7FuHTN { width:166px;height:35px;top:93px;left:539.98614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #c1osHQ844ctiUeVENFDLNvJP4EAHu5QN { display:block; }
 }@media only screen and (max-width: 763px) { #Mby3PzmGaMkwqJbQLUECg65eX2dhLDxB { width:166px;height:35px;top:27px;left:540px;display:block; }
 }@media only screen and (max-width: 763px) { #sVm1mgeZaV2mx3GD4g8KZQal2pca3sAm { display:block; }
 }@media only screen and (max-width: 763px) { #T4Tz2srkH9gWpMmD6dIebTpi486dkpuU { top:26px;left:0px;width:764px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lIhulpsnxJi5fAQ340MybXMUChLHTzme { display:block; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONPfVtSVDPxU4t61arVfhT7iO9hcncsh { width:93px;height:93px;top:488px;left:0px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zKttJaqIK5dzNs4siZcV29asymVy56z7 { width:298px;height:60px;top:497px;left:102px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-regular-label { width:163px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text { width:163px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-textarea { width:163px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-select { width:163px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-checkbox-label { width:322px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-radio-label { width:70.5px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW  { width:343px;height:auto;top:477px;left:381px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .radio-container { width:173px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW {display:inline-block;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW { width:343px;height:auto;top:477px;left:381px; }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #kNyaGIuNAOCUO0T3ckezEXAwu8diCFhz {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #A2LXhXtusEkVtTBpaxUKts8vsMDRURpo {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #v4a7VTTMt9s1HF7mpzW9morTy0m0Z4N5 {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #CfW0O3xgMqmQAp3cl0qdxNTD70ovC5b6 {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #cVWKxdZlJaBNcDx5VTKhuokkXrdF3iTW {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-regular-label { width:274px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text { width:274px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-textarea { width:274px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select { width:274px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-button { width:274px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-checkbox-label { width:255px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4  { width:274px;height:auto;top:30px;left:450px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .radio-container { width:274px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 {display:block;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 { width:274px;height:auto;top:30px;left:450px; }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #TUpLlXey7Uk51ztLd6tqwHaab9197wJd {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #brDtqLNNTKy7NGOPAheiOtxDsFPcmeuu {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #eM0zWrxpHKLuioyUSDkotXfr4QoLW8aV {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #t9TdC7dmsNIn892pE1qlVR98CrBgMWGr {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #nOHpqx4C3Ap7FTfsy6eUnzToim01Twgg {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #hHyWL1m0OsryH09MOeggoOKG0eMoFQdW {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #N4rp8XRsJbBVcyb0xXkD1XgcQbxT2Wvh {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #EAGZeCGn6STpOi6vo9xXGiwCMDXoZTmR {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #cEwpVKNMZ2JWRRxyA14taQZ7eKSACpLE {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #lgO22FriFq5iPnWvLhaQtwL1K9olE1mA {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #RfHUAFINqIv3lDPppNzrqcsp0AZZiPzV {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #oKT5AToSNhJlKhHJMtpgVK70QOLJb5wk {  }
 }@media only screen and (max-width: 763px) { #Q2lBGgi7wvS7TO9LZFTFJ9T6NPTQ7gcl { display:block; }
 }@media only screen and (max-width: 763px) { #p8JSIWetklFXppEzyWah2VRiwEHJ1bUL { display:block; }
 }@media only screen and (max-width: 763px) { #wOchAnTeFJEQINSfvIpV2EQoUz7IJrDe { display:block; }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #xnAdp5z6lkAMyIdbmndeWnaHvXDGW3Wq {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #KnwLT3ZupZPqqoHZ7qXR4STEZ8EGnG2Q {  }
 }@media only screen and (max-width: 763px) { #M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv { display:block; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk5wTwhRXOBOlou6l6812WTOZHnvrw6G { width:462px;height:36px;top:169px;left:141.47915649414px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ppOpmRhCkpZSdPqtLNQphOy7eZOc5aSV { width:72px;height:77px;top:205px;left:638.44097900391px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtvAlV76IEg6nCqgyd8an5O8AgxUEWC9 { width:580px;height:80px;top:221px;left:87.954864501953px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #HDvqFZOyWE7GscIHcyI9gWMS4CllHslK { width:72px;height:77px;top:244px;left:101.07986450195px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hvSuVg7KQN8t9qARrbSU4CNrLHswVlkg { top:25px;left:314.43054199219px;width:116px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz { display:block; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrI9XEk11WNxbqsrPDGFvUrCk0W240wh { width:306px;height:30px;top:12px;left:458px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QHUza1a9aRMlolx0U96TzwMnQT3DTAZy { width:371px;height:36px;top:52px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TeOHPyPRL8bzMBipK0UsKdJ0uOBosgtK { top:45px;left:717px;width:47px;height:48.996748694052px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xNbwttPxZMB9clalZsIv9xVB4qt6KTCm { top:95px;left:727px;width:37px;height:48.997734920871px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Nh23E1ZB6GRZsF0KbKaBG4NZ8hHwnnsK { width:371px;height:36px;top:101px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WEZae7u91PkfyvOD0nGsuJGEL9Vc1bCJ { width:371px;height:36px;top:145px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rfHGnIoqgTdpS9DQwmsMT4VI1b59tzPo { top:136px;left:727px;width:37px;height:48.997734920871px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #sAn7v5UWq6E30xfyzCexfsdu1hKpAnmz { width:371px;height:36px;top:191px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u00F4tuNW0s8sKux77rZ2F3m6owGLmtd { top:183px;left:727px;width:37px;height:48.997734920871px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qNQFmUCnxBX1IdqndwQpX7iNQLF6KQgG { top:52px;left:0px;width:221px;height:98.54851687185px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEoSGenCJAMZZcBxxHtuBDJmKWdDZn5x { width:320px;height:251.997px;top:421px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a87q1OSBUAPfBC4CA1cvCo1d8a6Fq8pW { height:149px;width:213px;top:473px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #FyTDn0UTr5xO0STcEaOXTiACwdc3uhfk { width:320px;height:78.4px;top:76.993041992188px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xhnvVFUZETLGql4s4DzZTT8VSDExZylO { width:39px;height:1px;top:44px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #QifWfsdCMef6xk9uTDmEOpk3r8x8lwd8 { width:320px;height:264px;top:177.30903244019px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4NX4kRAhhvmstpXE9oFGNNqlzST4AA { width:232px;height:62.986914485963px;top:0px;left:43.993058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:38px;height:0;top:114px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #NshOuXp4MK33QT4lpI4ZxEJEBHTbnn1W { width:320px;height:auto;top:56px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #FlVskxrFcZMIwhycbPGTBEbBnXbG9VtH { width:320px;height:auto;top:130px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #MIbdWcnH1zVJhHkaSaorpfuSEJvePlDo { width:38px;height:0;top:188px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #KcmIUTu5smly7utSu6K7DMy08gPDvnsg { width:320px;height:auto;top:207px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #nmnGJ95bhoVLDwvh0nRBLKkQHfOJlQGG { width:38px;height:0;top:265px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #ZWgVpVKarBUe7ysgtBM05Nut3SNEgahu { width:97.9861px;height:96.9965px;top:24.173614501953px;left:212.42361545563px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo22fkTqxDu18XpGP4WUCDl2LhSw8TfL { width:96.9965px;height:95.9896px;top:115.08334350586px;left:208.95834445953px;display:block; }
 }@media only screen and (max-width: 763px) { #HxUKFL0ndVaPxBhlO03G0VG7OSLVT8nZ { width:96.9965px;height:95.9896px;top:212.04513549805px;left:208.90626621246px;display:block; }
 }@media only screen and (max-width: 763px) { #dXQaxkQzIKImHP8y5ZnfPGbQFF5ikWmO { top:52.645843505859px;left:-6.0555562973022px;width:232px;height:48px;z-index:100028;font-size:16px;line-height:1.5;text-align:right;text-align-last:right;color:#ffffff;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #qFLBr1T9B8PiJOsLBymJ2MOsNMRm3ehG { top:142.72222900391px;left:0px;width:231.997px;height:24px;z-index:100029;font-size:16px;line-height:1.5;text-align:right;text-align-last:right;color:#ffffff;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #lWTABzPTMsd3E0sEh2NmXU4y4VswuzD0 { top:236.68405151367px;left:0px;width:231.997px;height:48px;z-index:100030;font-size:16px;line-height:1.5;text-align:right;text-align-last:right;color:#ffffff;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:320px;height:2681px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdHWqgLoAhiP30o5UcTOXIM5DRbxibOO { width:320px;height:112.8px;top:28px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPtbseziKTvlstf7fV5QKdHr5qNqEm8 { width:38.9931px;height:0.989583px;top:152.97914123535px;left:151.99305820465px;display:block; }
 }@media only screen and (max-width: 763px) { #aws9aa2yGRmhWZ9xFltzxUhXkonnIcu1 { width:320px;height:75.2px;top:497px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #emk5bFt31EkEkemd67z0UOdsTH1mlW9C { width:267px;height:132px;top:609.86108398438px;left:39px;text-align:right;text-align-last:right;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fQne8sv4X0zLMZELo7B4c1ccopIGWk1K { width:39px;height:1px;top:593px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #LJwzstxHr0hUIbRiivxueHUEPTCbZb9m { width:38px;height:0;top:2121px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #Km6yE5lFFXch9vERrGxaGoAZOT76HHIG { width:320px;height:75.2px;top:1588px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bUZpSXHEb4X994HpJXwOUCbz6ugkTl { width:25px;height:25px;top:713.7326592505px;left:281.09376621246px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #A2JOhQqWpD2LVPwUF0nPNR3c9fdXrpSd { width:259px;height:105.6px;top:713.73266601562px;left:22.204865455627px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UhCT8TWIsef74c3GaDpXTPv9DXF3inmG { width:25px;height:25px;top:857.07983398438px;left:281.09376621246px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HVZWNJW84I4JJ4HhqgbQgQms4ZooM7SZ { width:25px;height:25px;top:984.07647705078px;left:279.09376621246px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lFG0LyJKSiwV39EsyNT7wIbQse0eLRJF { width:25px;height:25px;top:1115.0798797607px;left:280.5729227066px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rDhCJ1KLbHtiCGIrgmGgD5JATRkr6c { width:272px;height:79.2px;top:857.06594848633px;left:8.4583368301392px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FnBR8nlq8Zl7m7rfTX6GwC3De136hq5t { width:261px;height:79.2px;top:984.06256103516px;left:18.177083015442px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H3o491d6TTbmJDZBBRm85oiS5FfyqOT3 { width:25px;height:25px;top:1232.7431335449px;left:279.06251621246px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T9kVWRuXNVrwZIcsrgH051U5MafeI7wM { width:260px;height:79.2px;top:1115.052154541px;left:21.197918891907px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PCSgf85iaMW7lbbplLJrbQefyIZrBQVk { width:258px;height:132px;top:1232.7257385254px;left:20.694447517395px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FZS6ErPZXvB5pHvO99Lg088tr3I0xI3J { width:320px;height:304px;top:169px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvKUFcVyWTL5PcDKXHXpsbvpM990FuWn { width:320px;height:79.2px;top:1703px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rSqaO75XLOMGBcpDmf0zNtm8Xw0GgOyG { width:238px;height:105.6px;top:2374px;left:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #us0RSD9NusLE2i7mRWfevmgzDdSeXeXF { width:25px;height:25px;top:2374px;left:279px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PNb1iKEXltXw3eOIFU4pBE08HxegXFie { width:243px;height:158.4px;top:2188px;left:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CJoIV3nJzhTcO66mMAsSWs2m79WUlHn1 { width:25px;height:25px;top:2188px;left:281px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PR4mq4Lt1TkGVw1CwCxBee3u4JHxrPWH { width:278.993px;height:105.6px;top:2045px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TX6RlWTy3LTbaIkEIkVd2oeuJiKhDanR { width:25px;height:25px;top:2047px;left:283px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SmbAnTllIEwcBBz9t8srGM3QrzmEdRbG { width:278.993px;height:105.6px;top:1902px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #L2lfTlyABVR37vMFWT0fmT2cnXGoMliV { width:25px;height:25px;top:1904px;left:287px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PKLiFh2Wd958w5ndk2VQvbn7gsWXvDe3 { width:260px;height:79.2px;top:1794px;left:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uQqWKfrTp14XLC4kqorgDHaRAaaTbUgw { width:25px;height:25px;top:1798px;left:288px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kArS6qABLJO3EtBPxqBs0rs7rTJ2JV3W { width:320px;height:128px;top:2510.9723815918px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vGnNoAHnXf0w2rkTTySs73dHrFDXoLLu { width:257.986px;height:167.326px;top:1389.3716125488px;left:34.465279579163px;display:block; }
 }@media only screen and (max-width: 763px) { #TReIRm0lyFwtwZMxhAr0ynbyvu1G20uA { width:320px;height:168px;top:2501.9624389708px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH { display:block; }#y4ur2LSlCBEXGdGqWMX9wUTOUxnvIhqH > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKRm1H9MQTvyAvM3Gc6UL6WlHcTXEMls { width:320px;height:144px;top:135.316px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WV22tnWw8DkXOUfMOT3fzy2iEO7FuHTN { width:154px;height:31px;top:133.31597900391px;left:67.996529579163px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1osHQ844ctiUeVENFDLNvJP4EAHu5QN { display:block; }
 }@media only screen and (max-width: 763px) { #Mby3PzmGaMkwqJbQLUECg65eX2dhLDxB { width:156px;height:30.9896px;top:18px;left:66.989586830139px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVm1mgeZaV2mx3GD4g8KZQal2pca3sAm { display:block; }
 }@media only screen and (max-width: 763px) { #T4Tz2srkH9gWpMmD6dIebTpi486dkpuU { width:320px;height:86.4px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIhulpsnxJi5fAQ340MybXMUChLHTzme { display:block; }#lIhulpsnxJi5fAQ340MybXMUChLHTzme > .row .container { width:320px;height:815px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONPfVtSVDPxU4t61arVfhT7iO9hcncsh { width:94px;height:94px;top:502px;left:113px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zKttJaqIK5dzNs4siZcV29asymVy56z7 { width:320px;height:49.6px;top:596px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-regular-label { width:270px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text { width:270px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-textarea { width:270px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-select { width:270px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-input-button { width:270px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-checkbox-label { width:258px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .widget-radio-label { width:124px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW  { width:280px;height:auto;top:658.98611450195px;left:0px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW .radio-container { width:280px; }
#lLeearKPinPbZweZSNqkooFUOnFJ9WqW {display:inline-block;}#lLeearKPinPbZweZSNqkooFUOnFJ9WqW { width:280px;height:auto;top:658.98611450195px;left:0px; }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #kNyaGIuNAOCUO0T3ckezEXAwu8diCFhz {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #A2LXhXtusEkVtTBpaxUKts8vsMDRURpo {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #v4a7VTTMt9s1HF7mpzW9morTy0m0Z4N5 {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #CfW0O3xgMqmQAp3cl0qdxNTD70ovC5b6 {  }
 }@media only screen and (max-width: 763px) { #lLeearKPinPbZweZSNqkooFUOnFJ9WqW #cVWKxdZlJaBNcDx5VTKhuokkXrdF3iTW {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-regular-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text { width:258px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-textarea { width:258px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select { width:258px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-input-button { width:258px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:rgba(1,29,47,0.81);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .widget-checkbox-label { width:239px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4  { width:258px;height:auto;top:49.948066711426px;left:13.01388835907px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 .radio-container { width:258px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 {display:block;}#TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 { width:258px;height:auto;top:49.948066711426px;left:13.01388835907px; }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #TUpLlXey7Uk51ztLd6tqwHaab9197wJd {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #brDtqLNNTKy7NGOPAheiOtxDsFPcmeuu {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #eM0zWrxpHKLuioyUSDkotXfr4QoLW8aV {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #t9TdC7dmsNIn892pE1qlVR98CrBgMWGr {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #nOHpqx4C3Ap7FTfsy6eUnzToim01Twgg {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #hHyWL1m0OsryH09MOeggoOKG0eMoFQdW {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #N4rp8XRsJbBVcyb0xXkD1XgcQbxT2Wvh {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #EAGZeCGn6STpOi6vo9xXGiwCMDXoZTmR {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #cEwpVKNMZ2JWRRxyA14taQZ7eKSACpLE {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #lgO22FriFq5iPnWvLhaQtwL1K9olE1mA {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #RfHUAFINqIv3lDPppNzrqcsp0AZZiPzV {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #oKT5AToSNhJlKhHJMtpgVK70QOLJb5wk {  }
 }@media only screen and (max-width: 763px) { #Q2lBGgi7wvS7TO9LZFTFJ9T6NPTQ7gcl { display:block; }
 }@media only screen and (max-width: 763px) { #p8JSIWetklFXppEzyWah2VRiwEHJ1bUL { display:block; }
 }@media only screen and (max-width: 763px) { #wOchAnTeFJEQINSfvIpV2EQoUz7IJrDe { display:block; }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #xnAdp5z6lkAMyIdbmndeWnaHvXDGW3Wq {  }
 }@media only screen and (max-width: 763px) { #TmmRotcBdaQN8HCdMPiapO4Ue5Tcd7O4 #KnwLT3ZupZPqqoHZ7qXR4STEZ8EGnG2Q {  }
 }@media only screen and (max-width: 763px) { #M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv { display:block; }#M2XsM8rDIM3fzKHF1eZH6BimWn5WaZXv > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk5wTwhRXOBOlou6l6812WTOZHnvrw6G { width:320px;height:24px;top:34.9931640625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ppOpmRhCkpZSdPqtLNQphOy7eZOc5aSV { width:48.9931px;height:20.8px;top:64.989501953125px;left:260.00001621246px;display:block; }
 }@media only screen and (max-width: 763px) { #WtvAlV76IEg6nCqgyd8an5O8AgxUEWC9 { width:320px;height:44.8px;top:86.986083984375px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDvqFZOyWE7GscIHcyI9gWMS4CllHslK { width:71.9965px;height:20.8px;top:159.98974609375px;left:13.993056297302px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hvSuVg7KQN8t9qARrbSU4CNrLHswVlkg { width:116px;height:116px;top:150.99658203125px;left:101.99652957916px;display:block; }
 }@media only screen and (max-width: 763px) { #JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz { display:block; }#JzAblc4PRBZoZF3JuBTdTqfRXbRWp6Rz > .row .container { width:320px;height:585px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrI9XEk11WNxbqsrPDGFvUrCk0W240wh { width:320px;height:32px;top:15px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QHUza1a9aRMlolx0U96TzwMnQT3DTAZy { width:272px;height:62.4px;top:75.984375px;left:7px;text-align:right;text-align-last:right;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TeOHPyPRL8bzMBipK0UsKdJ0uOBosgtK { width:38px;height:38px;top:74.98046875px;left:281.6796875px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xNbwttPxZMB9clalZsIv9xVB4qt6KTCm { width:37px;height:37px;top:174.98046875px;left:283.203125px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Nh23E1ZB6GRZsF0KbKaBG4NZ8hHwnnsK { width:258px;height:62.4px;top:180.984375px;left:25.9921875px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WEZae7u91PkfyvOD0nGsuJGEL9Vc1bCJ { width:281px;height:62.4px;top:284.96875px;left:6.1171875px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rfHGnIoqgTdpS9DQwmsMT4VI1b59tzPo { width:31px;height:33px;top:280.95703125px;left:290px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sAn7v5UWq6E30xfyzCexfsdu1hKpAnmz { width:284px;height:62.4px;top:377px;left:3px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u00F4tuNW0s8sKux77rZ2F3m6owGLmtd { width:26px;height:35px;top:371.9921875px;left:293.80859375px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qNQFmUCnxBX1IdqndwQpX7iNQLF6KQgG { width:185.99px;height:81.9792px;top:482.93405151367px;left:66.475693702698px;display:block; }
 }