.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/d7T2LcTS/doctor_hospital_medic_42273.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:arial;height:619px;width:960px;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:#194689;display:block;width:534px;position:absolute;font-family:cairo;font-size:59px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:193px;left:426px;height:76px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { position:absolute;display:block;z-index:100001;background-color:#ff9805;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:2px;width:80px;top:355px;left:653px;display:block; }
#cnbh9LaNlEdwVQyBptPcfeT11g4aeEtH { box-sizing:content-box;color:#ff9805;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:407px;left:894px;display:block; }
#cElQWT6r3bA4U09RQgBFmwwnPlMpZqyz { color:#000000;display:block;width:405px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:421px;left:489px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { color:#000000;display:block;width:359px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:490px;left:536px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D5s65zH65erHHuRMPKUTHCXwH4v6E5xc { box-sizing:content-box;color:#ff9805;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:477px;left:894px;display:block; }
#Itk0A1PJNwZbq1FNTeRvB2du3MmEFfGX { box-sizing:content-box;color:#ff9805;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:546px;left:894px;display:block; }
#p8i8MSEeouWdVAKH9MN3J5wnCAgX5vNr { color:#000000;display:block;width:358px;position:absolute;font-family:cairo;font-size:19px;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:315px;left:514px;height:24px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MPN4cy4xUKB8xch0dT5XaTGoya2FULrC { color:#000000;display:block;width:359px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:559px;left:536px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#heftZbW6et5F1EERbnwWXkTPXBIGFUTw { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:175px;top:41.984375px;left:56.96875px;overflow:hidden;display:block; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-form-header {  }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:400;color:#000000;width:358px;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; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:358px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";text-align:right;text-align-last:right; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:358px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";text-align:right;text-align-last:right; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:358px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;text-align:right;text-align-last:right; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .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; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ff9805;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:#f2f9ff;width:358px;height:55px;font-family:"open sans";overflow:hidden; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .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:300;color:#000000;vertical-align:top;width:338px;overflow:hidden;font-style:normal; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .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; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-container:first-of-type{padding-top:0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-container:last-of-type{padding-bottom:0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:168.4375px;left:15px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:358px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-info-text { font-size:12px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT {display:block;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:168.4375px;left:15px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #pfDLC89G60LMK83CPBXfOse9pIOOohRe { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #JHrICH9xVk3DtXmr0bkpwIb7HPInNoSR { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #QHZ8BLoLwQtTo22soRvR3exT0wFkFcwQ { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #Nq5WeB09mrWMTRvVq9lMhJ7GzX5TkcCS { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #EiFEJbmRzT2zIc2uvpOD8QH73y1puZrv { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #o4ycdkrpwA4XKtmfzG98Sv9kJsWfqGRL { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #CKPcGPPTgBysT4uCB2cdukQBuiKvtDNs { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #wTvcZmqC1KNk57al11THHKBxnv0uBd1M { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #vHlWv1NlB6UiOKc5to8QpAB4vpwZz8AW { position:relative; }
#LT1AsSw5N2nilRpNMt4Zng9Gn7K0lJ4i { position:relative;display:block; }
#dJqolXQ9JDsqsoMCkRbhyyTG8btWpLWS { position:relative;display:block; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #KLCDmN1nzZNb0ePNoL7FPuTJOvObdIOn { position:relative; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #foCyIsgQvIzl04GiTVpJUrsTyLI8gmLJ { position:relative; }
#REJvMFxhEuUBLONeckGJo0zKKx3HpIH0 { color:#000000;display:block;width:358px;position:absolute;font-family:cairo;font-size:19px;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:282px;left:514px;height:24px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:14px;font-family:arial;height:234px;width:960px;position:relative;display:block; }#iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { color:#ff9805;display:block;width:524px;position:absolute;font-family:cairo;font-size:48px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:17px;left:218px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMVt0L36N4OlQzHx2owckT2eFDh2812N { position:absolute;display:block;z-index:100002;background-color:#ff9805;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:2px;width:80px;top:88px;left:440px;display:block; }
#PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { color:#bdbdbd;display:block;width:897px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:122px;left:31.5px;height:90px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klw94SIqXQVDfbcm2O58T1fJnLDTxszV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { background-color: transparent; background-image: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .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); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { border-width: 0; border-radius: 0; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { font-size:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { position:absolute;display:block;z-index:100014;background-color:transparent;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:264px;width:303px;top:50px;left:647px;display:block; }
#FcXA5eZfZRb20t4M1MIruQGbdUIqEIvt { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100023;line-height:1.7;letter-spacing:0;top:62px;left:654px;height:243px;text-align:justify;text-align-last:initial;display:block; }
#P1DmPuuMprPR85ipX8J1i5TSFNAxD00x { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100024;line-height:1.7;letter-spacing:0;top:61.5px;left:334px;height:243px;text-align:justify;text-align-last:initial;display:block; }
#kcISECKBZTXNlf99DMVOfqJp0ep8xBUg { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100025;line-height:1.7;letter-spacing:0;top:61.5px;left:14px;height:189px;text-align:justify;text-align-last:initial;display:block; }
#Fz232ZOTccRo3r2mgF0rRKUG4DdMDOuc { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:19px;left:685px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fztgNmTqL6cQxcaDHTg9dqoB9lA6Z2fI { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:9px;left:899px;overflow:hidden;display:block; }
#unV8Zg3dEZsnzIuppczzcuJeFZ4v1DwX { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:9px;left:579px;overflow:hidden;display:block; }
#vTLU241Iqxt29MDzWikp0dT4r1XyDRIR { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:19px;left:365px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Naxqv7hczD8tHttXbqku57BpgNpmqmeM { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:10px;left:259px;overflow:hidden;display:block; }
#tfaKbicVpN2AN0J6i2ILkgL4mMoyQHwG { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:20px;left:45px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container { background-color: transparent; background-image: none; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container > .video-iframe-container { display: none; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row > .video-iframe-container { display: none; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .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); }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container { border-width: 0; border-radius: 0; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container { font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#EBqTOs6V75q9veIeFtQm1LuHGgiKfKO4 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:13px;left:883px;overflow:hidden;display:block; }
#EV4Jg4iPZ2qzmtOdqMwFBKvmrKuKCuSV { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:23px;left:669px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FUlrDBa8olVmktBOMX5ZyDfugLyFSV5n { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:13px;left:563px;overflow:hidden;display:block; }
#TnLq6yKiQLLqHDxuZRsGXvzrlc2QRG4F { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:23px;left:349px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WlNA5S1pSf4kiOJTh65eESV38DrshyaL { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:48px;top:14px;left:243px;overflow:hidden;display:block; }
#E8fIRuuWBUWIaltXE1bSl46RIhMH3Z7c { color:#59aee9;display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:24px;left:29px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M5b915VqatiqDBRrNdaJMP0Pc6kwNPHi { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100024;line-height:1.7;letter-spacing:0;top:74px;left:654px;height:189px;text-align:justify;text-align-last:initial;display:block; }
#vE7ukfWNMyMVzdyF5NETfBBe03SVJTOJ { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100025;line-height:1.7;letter-spacing:0;top:75px;left:334px;height:270px;text-align:justify;text-align-last:initial;display:block; }
#VM42oneV4Zc7wbfXbVenLKkcfl6kwfRn { color:#000000;display:block;width:292px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:74px;left:14px;height:243px;text-align:justify;text-align-last:initial;display:block; }
#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { background-color: transparent; background-image: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .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); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { border-width: 0; border-radius: 0; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { font-size:14px;font-family:arial;height:241px;width:960px;position:relative;display:block; }#e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { color:#000000;display:block;width:273px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:20px;left:677px;height:26px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { color:#000000;display:block;width:360px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:46px;left:101px;height:40px;display:block; }
#MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:46px;left:469px;overflow:hidden;display:block; }
#BmwJSInkIoTlaN0VInCwyqcS6Q4fvhbX { color:#000000;display:block;width:428px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:51px;left:498px;height:40px;display:block; }
#HFyFut99ORawZwwahZc5oZLu0oFuisMm { color:#000000;display:block;width:417px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:91px;left:43px;height:40px;display:block; }
#SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:99px;left:472px;overflow:hidden;display:block; }
#CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { color:#000000;display:block;width:418px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:99px;left:503px;height:40px;display:block; }
#PUcm0fmSloLQHm6zm6JRPzPKwGn9RGFi { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:56px;left:930px;overflow:hidden;display:block; }
#bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:99px;left:930px;overflow:hidden;display:block; }
#bpvNiTpvBApN3I0v0FCtyMSrsg3295xu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:170px;left:114px;overflow:hidden;display:block; }
#bMPOmrDPiimFlGBqiMNuOcTh8TE1y7fn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:170px;left:68px;overflow:hidden;display:block; }
#yBo9bV980u3rBVqTXG5TJ1z1OMR44g1C { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:170px;left:24px;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) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:534px;height:76px;top:193px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:80px;height:1px;top:355px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #cnbh9LaNlEdwVQyBptPcfeT11g4aeEtH { width:49px;height:49px;top:407px;left:715px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cElQWT6r3bA4U09RQgBFmwwnPlMpZqyz { width:405px;height:23px;top:421px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:359px;height:23px;top:490px;left:405px;display:block; }
 }@media only screen and (max-width: 763px) { #D5s65zH65erHHuRMPKUTHCXwH4v6E5xc { width:49px;height:49px;top:477px;left:715px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Itk0A1PJNwZbq1FNTeRvB2du3MmEFfGX { width:49px;height:49px;top:546px;left:715px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #p8i8MSEeouWdVAKH9MN3J5wnCAgX5vNr { top:315px;left:405px;width:359px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MPN4cy4xUKB8xch0dT5XaTGoya2FULrC { width:359px;height:23px;top:559px;left:405px;display:block; }
 }@media only screen and (max-width: 763px) { #heftZbW6et5F1EERbnwWXkTPXBIGFUTw { top:41px;left:0px;width:175px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-regular-label { width:358px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text { width:358px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-textarea { width:358px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select { width:358px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-button { width:358px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-checkbox-label { width:339px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT  { width:358px;height:auto;top:168px;left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .radio-container { width:358px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT {display:block;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT { width:358px;height:auto;top:168px;left:0px; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #pfDLC89G60LMK83CPBXfOse9pIOOohRe {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #JHrICH9xVk3DtXmr0bkpwIb7HPInNoSR {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #QHZ8BLoLwQtTo22soRvR3exT0wFkFcwQ {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #Nq5WeB09mrWMTRvVq9lMhJ7GzX5TkcCS {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #EiFEJbmRzT2zIc2uvpOD8QH73y1puZrv {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #o4ycdkrpwA4XKtmfzG98Sv9kJsWfqGRL {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #CKPcGPPTgBysT4uCB2cdukQBuiKvtDNs {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #wTvcZmqC1KNk57al11THHKBxnv0uBd1M {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #vHlWv1NlB6UiOKc5to8QpAB4vpwZz8AW {  }
 }@media only screen and (max-width: 763px) { #LT1AsSw5N2nilRpNMt4Zng9Gn7K0lJ4i { display:block; }
 }@media only screen and (max-width: 763px) { #dJqolXQ9JDsqsoMCkRbhyyTG8btWpLWS { display:block; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #KLCDmN1nzZNb0ePNoL7FPuTJOvObdIOn {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #foCyIsgQvIzl04GiTVpJUrsTyLI8gmLJ {  }
 }@media only screen and (max-width: 763px) { #REJvMFxhEuUBLONeckGJo0zKKx3HpIH0 { top:282px;left:406px;width:358px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:524px;height:62px;top:17px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:80px;height:2px;top:88px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:764px;height:90px;top:122px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { width:303px;height:264px;top:50px;left:457px;display:none; }
 }@media only screen and (max-width: 763px) { #FcXA5eZfZRb20t4M1MIruQGbdUIqEIvt { top:62px;left:470px;width:292px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #P1DmPuuMprPR85ipX8J1i5TSFNAxD00x { top:61px;left:216px;width:292px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #kcISECKBZTXNlf99DMVOfqJp0ep8xBUg { top:61px;left:0px;width:292px;height:189px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz232ZOTccRo3r2mgF0rRKUG4DdMDOuc { top:19px;left:520px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fztgNmTqL6cQxcaDHTg9dqoB9lA6Z2fI { top:9px;left:714px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #unV8Zg3dEZsnzIuppczzcuJeFZ4v1DwX { top:9px;left:460px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #vTLU241Iqxt29MDzWikp0dT4r1XyDRIR { top:19px;left:266px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Naxqv7hczD8tHttXbqku57BpgNpmqmeM { top:10px;left:206px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #tfaKbicVpN2AN0J6i2ILkgL4mMoyQHwG { top:20px;left:12px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ { display:block; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBqTOs6V75q9veIeFtQm1LuHGgiKfKO4 { top:13px;left:714px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #EV4Jg4iPZ2qzmtOdqMwFBKvmrKuKCuSV { top:23px;left:508px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #FUlrDBa8olVmktBOMX5ZyDfugLyFSV5n { top:13px;left:460px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #TnLq6yKiQLLqHDxuZRsGXvzrlc2QRG4F { top:23px;left:254px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #WlNA5S1pSf4kiOJTh65eESV38DrshyaL { top:14px;left:206px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #E8fIRuuWBUWIaltXE1bSl46RIhMH3Z7c { top:24px;left:0px;width:200px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #M5b915VqatiqDBRrNdaJMP0Pc6kwNPHi { top:74px;left:470px;width:292px;height:189px;display:block; }
 }@media only screen and (max-width: 763px) { #vE7ukfWNMyMVzdyF5NETfBBe03SVJTOJ { top:75px;left:216px;width:292px;height:270px;display:block; }
 }@media only screen and (max-width: 763px) { #VM42oneV4Zc7wbfXbVenLKkcfl6kwfRn { top:74px;left:0px;width:292px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { display:block; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { top:20px;left:491px;width:273px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { top:46px;left:3px;width:360px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { top:46px;left:371px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BmwJSInkIoTlaN0VInCwyqcS6Q4fvhbX { top:51px;left:336px;width:428px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #HFyFut99ORawZwwahZc5oZLu0oFuisMm { top:91px;left:0px;width:417px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { top:99px;left:374px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { top:99px;left:346px;width:418px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #PUcm0fmSloLQHm6zm6JRPzPKwGn9RGFi { top:56px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { top:99px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #bpvNiTpvBApN3I0v0FCtyMSrsg3295xu { top:170px;left:16px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bMPOmrDPiimFlGBqiMNuOcTh8TE1y7fn { top:170px;left:0px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #yBo9bV980u3rBVqTXG5TJ1z1OMR44g1C { top:170px;left:0px;width:33px;height:33px;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:763px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:236px;height:42px;top:107px;left:42px;text-align:center;text-align-last:center;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:60px;height:2px;top:219px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #cnbh9LaNlEdwVQyBptPcfeT11g4aeEtH { width:35px;height:35px;top:253px;left:277px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cElQWT6r3bA4U09RQgBFmwwnPlMpZqyz { width:257px;height:38px;top:251px;left:21px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:267px;height:38px;top:309px;left:8px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #D5s65zH65erHHuRMPKUTHCXwH4v6E5xc { width:36px;height:36px;top:310px;left:274px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Itk0A1PJNwZbq1FNTeRvB2du3MmEFfGX { width:37px;height:37px;top:357px;left:276px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #p8i8MSEeouWdVAKH9MN3J5wnCAgX5vNr { width:320px;height:18px;top:196px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MPN4cy4xUKB8xch0dT5XaTGoya2FULrC { width:265px;height:19px;top:366px;left:12px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #heftZbW6et5F1EERbnwWXkTPXBIGFUTw { width:142px;height:76px;top:14px;left:89px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT  { width:280px;height:auto;top:410px;left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT {display:block;}#RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT { width:280px;height:auto;top:410px;left:0px; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #pfDLC89G60LMK83CPBXfOse9pIOOohRe {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #JHrICH9xVk3DtXmr0bkpwIb7HPInNoSR {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #QHZ8BLoLwQtTo22soRvR3exT0wFkFcwQ {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #Nq5WeB09mrWMTRvVq9lMhJ7GzX5TkcCS {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #EiFEJbmRzT2zIc2uvpOD8QH73y1puZrv {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #o4ycdkrpwA4XKtmfzG98Sv9kJsWfqGRL {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #CKPcGPPTgBysT4uCB2cdukQBuiKvtDNs {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #wTvcZmqC1KNk57al11THHKBxnv0uBd1M {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #vHlWv1NlB6UiOKc5to8QpAB4vpwZz8AW {  }
 }@media only screen and (max-width: 763px) { #LT1AsSw5N2nilRpNMt4Zng9Gn7K0lJ4i { display:block; }
 }@media only screen and (max-width: 763px) { #dJqolXQ9JDsqsoMCkRbhyyTG8btWpLWS { display:block; }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #KLCDmN1nzZNb0ePNoL7FPuTJOvObdIOn {  }
 }@media only screen and (max-width: 763px) { #RCzWhR6p6Eh06VAaxxo3HTiFVQdtReFT #foCyIsgQvIzl04GiTVpJUrsTyLI8gmLJ {  }
 }@media only screen and (max-width: 763px) { #REJvMFxhEuUBLONeckGJo0zKKx3HpIH0 { width:320px;height:18px;top:163px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:320px;height:35px;top:13px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:60px;height:2px;top:69px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:266px;height:132px;top:84px;left:27px;text-align:justify;text-align-last:initial;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:320px;height:901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { width:303px;height:264px;top:50px;left:7px;display:none; }
 }@media only screen and (max-width: 763px) { #FcXA5eZfZRb20t4M1MIruQGbdUIqEIvt { width:292px;height:243px;top:61px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P1DmPuuMprPR85ipX8J1i5TSFNAxD00x { width:292px;height:243px;top:384.5px;left:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kcISECKBZTXNlf99DMVOfqJp0ep8xBUg { width:292px;height:189px;top:703.5px;left:15px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Fz232ZOTccRo3r2mgF0rRKUG4DdMDOuc { width:174px;height:28px;top:13px;left:73px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fztgNmTqL6cQxcaDHTg9dqoB9lA6Z2fI { width:48px;height:48px;top:3px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #unV8Zg3dEZsnzIuppczzcuJeFZ4v1DwX { width:48px;height:48px;top:318px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #vTLU241Iqxt29MDzWikp0dT4r1XyDRIR { width:155px;height:28px;top:328px;left:92px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Naxqv7hczD8tHttXbqku57BpgNpmqmeM { width:48px;height:48px;top:639.5px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #tfaKbicVpN2AN0J6i2ILkgL4mMoyQHwG { width:144px;height:28px;top:649.5px;left:103px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ { display:block; }#nmh2Kto0iQr2CC2FEO9dHsvSISHgSScQ > .row .container { width:320px;height:954px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBqTOs6V75q9veIeFtQm1LuHGgiKfKO4 { width:48px;height:48px;top:10px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #EV4Jg4iPZ2qzmtOdqMwFBKvmrKuKCuSV { width:200px;height:28px;top:20px;left:41px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FUlrDBa8olVmktBOMX5ZyDfugLyFSV5n { width:48px;height:48px;top:297px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #TnLq6yKiQLLqHDxuZRsGXvzrlc2QRG4F { width:153px;height:28px;top:307px;left:89px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlNA5S1pSf4kiOJTh65eESV38DrshyaL { width:48px;height:48px;top:642px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #E8fIRuuWBUWIaltXE1bSl46RIhMH3Z7c { width:154px;height:28px;top:652px;left:86px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5b915VqatiqDBRrNdaJMP0Pc6kwNPHi { width:292px;height:189px;top:77px;left:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vE7ukfWNMyMVzdyF5NETfBBe03SVJTOJ { width:292px;height:270px;top:356px;left:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VM42oneV4Zc7wbfXbVenLKkcfl6kwfRn { width:292px;height:243px;top:707px;left:17px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { display:block; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { width:273px;height:26px;top:20px;left:23px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { width:275px;height:60px;top:66px;left:0px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { width:30px;height:30px;top:66px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #BmwJSInkIoTlaN0VInCwyqcS6Q4fvhbX { width:273px;height:60px;top:147px;left:0px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HFyFut99ORawZwwahZc5oZLu0oFuisMm { width:274px;height:60px;top:227px;left:0.5px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { width:30px;height:30px;top:227px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { width:279px;height:60px;top:304px;left:0px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PUcm0fmSloLQHm6zm6JRPzPKwGn9RGFi { width:30px;height:30px;top:147px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { width:30px;height:30px;top:304px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #bpvNiTpvBApN3I0v0FCtyMSrsg3295xu { width:33px;height:33px;top:374px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #bMPOmrDPiimFlGBqiMNuOcTh8TE1y7fn { width:33px;height:33px;top:374px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #yBo9bV980u3rBVqTXG5TJ1z1OMR44g1C { width:33px;height:33px;top:374px;left:13px;display:block; }
 }