.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
@media only screen and (max-width: 959px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 763px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.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;
}
.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: 600000;
}
.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: 280px;
  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;
}
body { background-color:transparent;background-image:url(https://images.assets-landingi.com/ciBDyQIK/ShobhaBagrecha1.png);background-position:center right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-bottom:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid rgba(0,0,0,0);background-color:transparent;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:14px;font-family:arial;height:670px;width:960px;position:relative;display:block; }#bDXfEKndMiAwnpkblKFekpRaeTEkPRXI { height:670px;display:block; }
#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:28px;left:2px;height:92px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { display:block;width:282px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:241px;left:96px;height:40px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-form-header {  }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:360px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:360px;box-sizing:border-box;height:50px;color:#4d4d4d;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:360px;box-sizing:border-box;height:70px;color:#4d4d4d;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:360px;box-sizing:border-box;height:50px;color:#929292;font-family:ubuntu;font-size:16px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:#540f95;background-image:none;background-position:top left;background-repeat:repeat;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:0;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#ffffff;width:360px;height:55px;font-family:ubuntu;overflow:hidden;box-shadow: 0 5px 0 #a23cba ; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-moz-placeholder { color:#c0c0c0;font-family:ubuntu;font-size:16px;text-align:center;text-align-last:center; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-moz-placeholder { color:#c0c0c0;font-family:ubuntu;font-size:16px;text-align:center;text-align-last:center; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]:-ms-input-placeholder { color:#c0c0c0;font-family:ubuntu;font-size:16px;text-align:center;text-align-last:center; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a [class*="-text"]::-webkit-input-placeholder { color:#c0c0c0;font-family:ubuntu;font-size:16px;text-align:center;text-align-last:center; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:ubuntu;font-size:16px;font-weight:300;color:#ffffff;vertical-align:top;width:343px;overflow:hidden;font-style:italic;line-height:1.2;text-align:left;text-align-last:left; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .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:top;font-family:ubuntu;font-size:13px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:first-of-type{padding-top:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:last-of-type{padding-bottom:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:276px;left:36px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:360px;display:block;vertical-align:top; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:276px;left:36px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #MsuWE1CQkywENcLUiiF07R1AM9wAn5qq { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #oAVofkIGpHC5e1nL9UUCfwOiTt6D4S2I { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #M51C2mwqQZXNS86hOPUSbScP8lghgAo4 { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #gSN8PWEIM5pBOTnsMiNPNTc8Fl7TdzT0 { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #LVFwbElyIl5UrH2S9WeyzRqn1AJdwePZ { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #RBGWTmLcMdhigHRbPyr1VpL5iQcTqqlA { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe { position:relative;top:0px;left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb { position:relative; }
#ohVeTBsTdM4UqcL3druzPQrQHTxmrqWE { display:block;width:483px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:122px;left:-1px;height:41px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { display:block;width:257px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:180px;left:108px;height:46px;color:#ffffff;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xAJSKXhlaKgcJZup4mC89X5Uk5Wyv1mT { border-bottom:0;border-left:0;border-right:0;border-top:3px solid rgba(255,255,255,0.41);background-color:transparent;background-image:none;height:12px;width:262px;position:absolute;display:block;z-index:100010;top:170px;left:107px;display:block; }
#zAUaKvRU8CsnIxPlVpvAFuMJmr7Lb7fn { height:670px;display:block; }
#CZglOluXL1FdFNmAhRFCfdw8kr1l8Ayo { box-sizing:content-box;color:#ffffff;font-size:56px;font-weight:400;line-height:1;height:81px;width:81px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:570px;left:-31px;text-shadow:0 0 20px #482d00;display:block; }
#Qc4FRhh5wylsngBEVNbyV2URohiQcqsx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:129px;width:129px;position:absolute;display:block;z-index:100009;top:534px;left:351px;overflow:hidden;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:14px;font-family:arial;height:476px;width:960px;position:relative;display:block; }#rs0CP5mcvLqUe4hau8M9ED68fgZm8zol { height:476px;display:block; }
#b4PMgotT3rkJA5t5kO6yPvrKUmmMiq1S { border-bottom:0;border-left:0;border-right:0;border-top:0;height:308px;width:338px;position:absolute;display:block;z-index:100006;top:95px;left:71px;overflow:hidden;display:block; }
#aSwkCvKXr1MLlHXEO4DvfTD0gkN4EkBp { height:476px;display:block; }
#MEp8Z0bm0FxpKgm9aail5olJ5mvqoNw5 { display:block;width:401px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:180px;left:42px;height:144px;color:#4e0886;text-align:center;text-align-last:center;display:block; }
#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:470px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:99px;left:7px;height:36px;color:#a23cba;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziQu8bTWLhdTD0gXRgTBGbOCgnwpL2wR { border-bottom:2px solid #540f95;border-left:2px solid #540f95;border-right:2px solid #540f95;border-top:2px solid #540f95;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:transparent;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:220px;width:469px;position:absolute;display:block;z-index:100004;top:152px;left:3px;display:block; }
#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#540f95;background-image:none;position:relative;display:block; }#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz > .row .container { background-color: transparent; background-image: none; }#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz > .row .container { border-width: 0; border-radius: 0; }#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;position:relative;display:block; }#h9FSK4JbmKvQnWNUxNQOKJLsP3uAib8G { height:105px;display:block; }
#LWzmRZiDt6t9OQHpu42yuBG6lRSMD8y9 { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:32px;left:2px;height:36px;text-align:center;text-align-last:center;font-style:normal;color:#e5e5e5;display:block; }
#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(77,255,202,0.47);background-image:none;position:relative;display:block; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { background-color: transparent; background-image: none; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { border-width: 0; border-radius: 0; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { font-size:14px;font-family:arial;height:488px;width:960px;position:relative;display:block; }#XQbHZIHg4iulmz3q4qfWMDGoPPtuUQNR { height:488px;display:block; }
#wcvb5fH2VU4SRZs6m6d4S6apR5WlNeBk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:313px;width:311px;position:absolute;display:block;z-index:100012;top:95px;left:94px;overflow:hidden;display:block; }
#ZX24hgQ6BRQxcGKrsoVmqggf3JxkqMFs { height:488px;display:block; }
#N4g0KyQRESNgbSxBPaSHwFJ3RyaFFXFx { display:block;width:476px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:231px;left:2px;height:144px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ov1fvB4u3N6h0vOwPcDNbcQQNVXpJClD { display:block;width:300px;position:absolute;font-family:"istok web";font-size:26px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:100px;left:92px;height:33px;color:#6c20a5;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs2iHz4k9UDAGMdKZc8nZZHALiSFHCwz { display:block;width:434px;position:absolute;font-family:"istok web";font-size:64px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:126px;left:25px;height:83px;color:#6c20a5;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvUJUvXBCohsfTtvn5rrsOuw1qHteMJI { border-bottom:0;border-left:0;border-right:0;border-top:3px solid rgba(255,255,255,0.54);background-color:transparent;background-image:none;height:12px;width:111px;position:absolute;display:block;z-index:100011;top:210px;left:189px;display:block; }
#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { background-color: transparent; background-image: none; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { border-width: 0; border-radius: 0; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#eXfeVMsFEivBfM3prqZDf9f4ZzZtqUba { height:260px;display:block; }
#Z23R0GFGzdmyJ1itDQGzCDnHnO3kZZdX { display:block;width:133px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:90px;left:203px;height:34px;color:#046b57;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2WkLqdEbUTWEBO7ZRPTUp01BKZ0zTqV { display:block;width:298px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:157px;left:95px;height:27px;color:#1bbc9b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZP7u37idPAaZyCbnDChtHTwEbWeO6kzn { box-sizing:content-box;color:#046b57;font-size:46px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:71px;left:153px;display:block; }
#knNTkJuh76c7Ld69yTCZ1pv1dKfX3tl7 { height:260px;display:block; }
#ln7auWRNsTAo04yVc5zxPmtBzGdT88Vv { box-sizing:content-box;color:#046b57;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:69px;left:186px;display:block; }
#BaKwUm9ZbCWeDJHDGCvtAeRUoa2DBHJX { display:block;width:109px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:78px;left:225px;height:37px;color:#046b57;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLOnuAZhqMidvvmoNPkclbGKJUo8asG5 { display:block;width:427px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:133px;left:47px;height:81px;color:#1bbc9b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h > .row .container { background-color: transparent; background-image: none; }#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h > .row .container { border-width: 0; border-radius: 0; }#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h > .row .container { font-size:14px;font-family:arial;height:1186px;width:960px;position:relative;display:block; }#Gk1khhAgkQfpWA3Rfp3QecSZRN0Sc0OD { height:1186px;display:block; }
#O0PwFczEgEnrnKsigxctf7SfINF5TxKQ { display:block;width:240px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:167px;left:132px;height:54px;color:#1bbc9b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVT1UA57GUw7DAO11pOKMlLn0Ni4qH3w { display:block;width:134px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:202px;height:36px;color:#046b57;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfsOFhRKVkcmlN4yTudZaxpPVCgbM7L6 { box-sizing:content-box;color:#046b57;font-size:43px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:92px;left:167px;display:block; }
#iI9QvZ8CTZXlDbk5dLayhPeP0pH32GKH { border-bottom:3px solid #046b57;border-left:3px solid #046b57;border-right:3px solid #046b57;border-top:3px solid #046b57;height:303px;width:443px;position:absolute;display:block;z-index:100018;top:374px;left:19.390625px;overflow:hidden;display:block; }
#iNJ5RNLRogn3kdof1sNf9FPHUglWBFML { border-bottom:3px solid #046b57;border-left:3px solid #046b57;border-right:3px solid #046b57;border-top:3px solid #046b57;height:332px;width:443px;position:absolute;display:block;z-index:100016;top:734px;left:17.390625px;overflow:hidden;display:block; }
#XcDFTslPpzIw9ImS5U4o6z0Qy4JVmMXN { height:1186px;display:block; }
#VD8GO9m0FWtFQAobUBrA2OJN0HtBP6ls { border-bottom:3px solid #046b57;border-left:3px solid #046b57;border-right:3px solid #046b57;border-top:3px solid #046b57;height:304px;width:443px;position:absolute;display:block;z-index:100017;top:374px;left:14.390625px;overflow:hidden;display:block; }
#UdyTQAICRtqTxnr7U9Le34J48N0zpWeQ { border-bottom:3px solid #046b57;border-left:3px solid #046b57;border-right:3px solid #046b57;border-top:3px solid #046b57;height:332px;width:443px;position:absolute;display:block;z-index:100018;top:735px;left:14.390625px;overflow:hidden;display:block; }
#WrARucB3CzA5rwkT7s3lle1Dq1COztKW { position:absolute;z-index:100015;top:88px;left:83px;width:100px;height:100px;display:block; }
#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#12dfb6;background-image:none;position:relative;display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { background-color: transparent; background-image: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { border-width: 0; border-radius: 0; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { font-size:14px;font-family:arial;height:472px;width:960px;position:relative;display:block; }#Rgr6PBNXrXqh975va81i8vw1grMd0AFo { height:472px;display:block; }
#cgc1ifJBymKNR9HtBPRNTXArZ8VslBUd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:122px;width:122px;position:absolute;display:block;z-index:100010;top:308px;left:419px;overflow:hidden;display:block; }
#x46kNreh28TFrzoNlCTJWDU1snCuT955 { background-color:#a23cba;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:304px;height:61px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:247px;left:335px;display:block; }
#kSk9NinMfHqGM0fVATxSnTKmJeiHnVbO { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#hndUhwuDeiqfJ7f2CTGzzL6qOhB8MMpr { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:95px;left:253px;height:92px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1BVZeq06I4l2lB7oN7et4yNDRoxamge { display:block;width:483px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:189px;left:250px;height:41px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/VfFa7fD5/ShobhaBagrecha.png);background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
 }@media only screen and (max-width: 959px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:transparent;background-image:none;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:764px;height:741px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bDXfEKndMiAwnpkblKFekpRaeTEkPRXI { height:741px;display:block; }
 }@media only screen and (max-width: 959px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:382px;height:90px;top:43px;left:0;font-size:41px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:301px;height:40px;top:238px;left:35px;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { width:342px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { width:325px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:342px;height:auto;top:268px;left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:342px;height:auto;top:268px;left:0; }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #MsuWE1CQkywENcLUiiF07R1AM9wAn5qq {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #oAVofkIGpHC5e1nL9UUCfwOiTt6D4S2I {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #M51C2mwqQZXNS86hOPUSbScP8lghgAo4 {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #gSN8PWEIM5pBOTnsMiNPNTc8Fl7TdzT0 {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LVFwbElyIl5UrH2S9WeyzRqn1AJdwePZ {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #RBGWTmLcMdhigHRbPyr1VpL5iQcTqqlA {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 959px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 959px) { #ohVeTBsTdM4UqcL3druzPQrQHTxmrqWE { width:358px;height:40px;top:132px;left:0;font-size:31px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { width:383px;height:48px;top:185px;left:-1px;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #xAJSKXhlaKgcJZup4mC89X5Uk5Wyv1mT { width:309px;height:12px;top:174px;left:30px;border-bottom:0;border-left:0;border-right:0;border-top:3px solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 959px) { #zAUaKvRU8CsnIxPlVpvAFuMJmr7Lb7fn { height:741px;display:block; }
 }@media only screen and (max-width: 959px) { #CZglOluXL1FdFNmAhRFCfdw8kr1l8Ayo { width:68px;height:68px;top:682px;left:-24px;font-size:47px;display:block; }
 }@media only screen and (max-width: 959px) { #Qc4FRhh5wylsngBEVNbyV2URohiQcqsx { width:85px;height:85px;top:618px;left:230px;display:block; }
 }@media only screen and (max-width: 959px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:764px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rs0CP5mcvLqUe4hau8M9ED68fgZm8zol { height:376px;display:block; }
 }@media only screen and (max-width: 959px) { #b4PMgotT3rkJA5t5kO6yPvrKUmmMiq1S { width:280px;height:255px;top:49px;left:47px;display:block; }
 }@media only screen and (max-width: 959px) { #aSwkCvKXr1MLlHXEO4DvfTD0gkN4EkBp { height:376px;display:block; }
 }@media only screen and (max-width: 959px) { #MEp8Z0bm0FxpKgm9aail5olJ5mvqoNw5 { width:340px;height:176px;top:132px;left:18px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:382px;height:36px;top:62px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ziQu8bTWLhdTD0gXRgTBGbOCgnwpL2wR { width:378px;height:220px;top:102px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #wKfVaT5SiV60hAp5HvNFb1qziMTdHomz { display:block; }#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h9FSK4JbmKvQnWNUxNQOKJLsP3uAib8G { display:block; }
 }@media only screen and (max-width: 959px) { #LWzmRZiDt6t9OQHpu42yuBG6lRSMD8y9 { width:763px;height:36px;top:17px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #aiys8CdpRbfiGtQoVJU7E2DBShzKA87q { display:block; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XQbHZIHg4iulmz3q4qfWMDGoPPtuUQNR { display:block; }
 }@media only screen and (max-width: 959px) { #wcvb5fH2VU4SRZs6m6d4S6apR5WlNeBk { width:287px;height:279px;top:94px;left:41px;display:block; }
 }@media only screen and (max-width: 959px) { #ZX24hgQ6BRQxcGKrsoVmqggf3JxkqMFs { display:block; }
 }@media only screen and (max-width: 959px) { #N4g0KyQRESNgbSxBPaSHwFJ3RyaFFXFx { width:303px;height:240px;top:164px;left:45px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #ov1fvB4u3N6h0vOwPcDNbcQQNVXpJClD { width:382px;height:33px;top:62px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #hs2iHz4k9UDAGMdKZc8nZZHALiSFHCwz { width:382px;height:49px;top:90px;left:0;font-size:38px;display:block; }
 }@media only screen and (max-width: 959px) { #qvUJUvXBCohsfTtvn5rrsOuw1qHteMJI { width:111px;height:12px;top:141px;left:135px;display:block; }
 }@media only screen and (max-width: 959px) { #IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt { display:block; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { width:764px;height:293px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eXfeVMsFEivBfM3prqZDf9f4ZzZtqUba { height:293px;display:block; }
 }@media only screen and (max-width: 959px) { #Z23R0GFGzdmyJ1itDQGzCDnHnO3kZZdX { width:382px;height:34px;top:82px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #X2WkLqdEbUTWEBO7ZRPTUp01BKZ0zTqV { width:346px;height:27px;top:144px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #ZP7u37idPAaZyCbnDChtHTwEbWeO6kzn { width:67px;height:67px;top:65.5px;left:73px;font-size:46px;display:block; }
 }@media only screen and (max-width: 959px) { #knNTkJuh76c7Ld69yTCZ1pv1dKfX3tl7 { height:293px;display:block; }
 }@media only screen and (max-width: 959px) { #ln7auWRNsTAo04yVc5zxPmtBzGdT88Vv { width:50px;height:50px;top:75.5px;left:102px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #BaKwUm9ZbCWeDJHDGCvtAeRUoa2DBHJX { width:382px;height:37px;top:82px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #fLOnuAZhqMidvvmoNPkclbGKJUo8asG5 { width:346px;height:108px;top:137px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h { display:block; }#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h > .row .container { width:764px;height:1066px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Gk1khhAgkQfpWA3Rfp3QecSZRN0Sc0OD { height:1066px;display:block; }
 }@media only screen and (max-width: 959px) { #O0PwFczEgEnrnKsigxctf7SfINF5TxKQ { width:346px;height:54px;top:131px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #eVT1UA57GUw7DAO11pOKMlLn0Ni4qH3w { width:382px;height:36px;top:82px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #EfsOFhRKVkcmlN4yTudZaxpPVCgbM7L6 { width:62px;height:62px;top:69px;left:89px;font-size:43px;display:block; }
 }@media only screen and (max-width: 959px) { #iI9QvZ8CTZXlDbk5dLayhPeP0pH32GKH { width:376px;height:257.17381489842px;top:374px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #iNJ5RNLRogn3kdof1sNf9FPHUglWBFML { width:376px;height:281.78781038375px;top:734px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #XcDFTslPpzIw9ImS5U4o6z0Qy4JVmMXN { height:1066px;display:block; }
 }@media only screen and (max-width: 959px) { #VD8GO9m0FWtFQAobUBrA2OJN0HtBP6ls { width:376px;height:258.02257336343px;top:374px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #UdyTQAICRtqTxnr7U9Le34J48N0zpWeQ { width:376px;height:281.78781038375px;top:735px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #WrARucB3CzA5rwkT7s3lle1Dq1COztKW { width:100px;height:100px;top:88px;left:83px;display:block; }
 }@media only screen and (max-width: 959px) { #OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { width:764px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Rgr6PBNXrXqh975va81i8vw1grMd0AFo { height:406px;display:block; }
 }@media only screen and (max-width: 959px) { #cgc1ifJBymKNR9HtBPRNTXArZ8VslBUd { width:136px;height:136px;top:268px;left:314px;display:block; }
 }@media only screen and (max-width: 959px) { #x46kNreh28TFrzoNlCTJWDU1snCuT955 { width:304px;height:61px;top:207px;left:230px;display:block; }
 }@media only screen and (max-width: 959px) { #kSk9NinMfHqGM0fVATxSnTKmJeiHnVbO { display:block; }
 }@media only screen and (max-width: 959px) { #hndUhwuDeiqfJ7f2CTGzzL6qOhB8MMpr { width:382px;height:90px;top:57px;left:191px;font-size:41px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #C1BVZeq06I4l2lB7oN7et4yNDRoxamge { width:358px;height:40px;top:147px;left:203px;font-size:31px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url(https://images.assets-landingi.com/kDe6ETZa/Quo_Photography-3.jpg);background-position:top left;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:rgba(255,255,255,0.26);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:320px;height:671px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDXfEKndMiAwnpkblKFekpRaeTEkPRXI { height:563px;display:block; }
 }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:320px;height:74px;top:32px;left:0;font-size:34px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:320px;height:36px;top:185px;left:0;font-size:14px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:20px;overflow:hidden;color:#ffffff; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-weight:400;font-style:normal;font-size:14px;overflow:hidden;height:auto;line-height:1.5;color:#8d5600; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:first-of-type{padding-top:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a .widget-container:last-of-type{padding-bottom:0;}#wbl3n9ES30DaQcZBuUus304v74aoG64a  { width:280px;height:auto;top:208px;left:0; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#wbl3n9ES30DaQcZBuUus304v74aoG64a {display:block;}#wbl3n9ES30DaQcZBuUus304v74aoG64a { width:280px;height:auto;top:208px;left:0; }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #m5b2SOd99eTadOkJyckbkRD8wmwuWaWC {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #xaRFLLEtyP7g3RUMfFZiw34QMQJWGW99 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #pWGQpaZQFO6Q1TJOtez57ab7uCzNxDDN {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #MsuWE1CQkywENcLUiiF07R1AM9wAn5qq {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #oAVofkIGpHC5e1nL9UUCfwOiTt6D4S2I {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #M51C2mwqQZXNS86hOPUSbScP8lghgAo4 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #gSN8PWEIM5pBOTnsMiNPNTc8Fl7TdzT0 {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #LVFwbElyIl5UrH2S9WeyzRqn1AJdwePZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #RBGWTmLcMdhigHRbPyr1VpL5iQcTqqlA {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #duWyDxPDP5KbQ7NXFLRXIrBXtEPT9AfZ {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #hOnls2y6d2HElUzzQtsqkLAwKGGocwXX {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #JchxRMcNtfBmvMqIwpdfi6Qng0DbrXxB {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #Zh1NrTiz42BwHH5lKTfbuuWJznXNztMe {  }
 }@media only screen and (max-width: 763px) { #wbl3n9ES30DaQcZBuUus304v74aoG64a #uILzrL5i6DQuDF4z39slwPQ6KeOXRpQb {  }
 }@media only screen and (max-width: 763px) { #ohVeTBsTdM4UqcL3druzPQrQHTxmrqWE { width:262px;height:32px;top:102px;left:30px;font-size:25px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikOC4GFlHoZTQOKowFrNTaT0fEG0Wlzr { width:320px;height:34px;top:146px;left:0;font-size:16px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xAJSKXhlaKgcJZup4mC89X5Uk5Wyv1mT { width:197px;height:12px;top:137px;left:65px;border-bottom:0;border-left:0;border-right:0;border-top:3px solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zAUaKvRU8CsnIxPlVpvAFuMJmr7Lb7fn { height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #CZglOluXL1FdFNmAhRFCfdw8kr1l8Ayo { width:68px;height:68px;top:18px;left:122px;font-size:47px;display:none; }
 }@media only screen and (max-width: 763px) { #Qc4FRhh5wylsngBEVNbyV2URohiQcqsx { width:97px;height:97px;top:11px;left:111.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:320px;height:736px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs0CP5mcvLqUe4hau8M9ED68fgZm8zol { height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #b4PMgotT3rkJA5t5kO6yPvrKUmmMiq1S { width:280px;height:255px;top:54px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #aSwkCvKXr1MLlHXEO4DvfTD0gkN4EkBp { height:404px;display:block; }
 }@media only screen and (max-width: 763px) { #MEp8Z0bm0FxpKgm9aail5olJ5mvqoNw5 { width:289px;height:198px;top:102px;left:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:320px;height:56px;top:9px;left:0;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ziQu8bTWLhdTD0gXRgTBGbOCgnwpL2wR { width:316px;height:263px;top:77px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wKfVaT5SiV60hAp5HvNFb1qziMTdHomz { display:block; }#wKfVaT5SiV60hAp5HvNFb1qziMTdHomz > .row .container { width:320px;height:73px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9FSK4JbmKvQnWNUxNQOKJLsP3uAib8G { height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #LWzmRZiDt6t9OQHpu42yuBG6lRSMD8y9 { width:320px;height:28px;top:17px;left:0;font-size:26px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aiys8CdpRbfiGtQoVJU7E2DBShzKA87q { background-color:rgba(255,255,255,0.61);background-image:url(https://images.assets-landingi.com/3fSi9Ecp/Captura_de_pantalla_2016-12-08_a_las_1.11.39_p.m..png);background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { background-color: transparent; background-image: none; }#aiys8CdpRbfiGtQoVJU7E2DBShzKA87q > .row .container { width:320px;height:717px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQbHZIHg4iulmz3q4qfWMDGoPPtuUQNR { height:263px;display:block; }
 }@media only screen and (max-width: 763px) { #wcvb5fH2VU4SRZs6m6d4S6apR5WlNeBk { width:221px;height:214px;top:35px;left:51.4375px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX24hgQ6BRQxcGKrsoVmqggf3JxkqMFs { height:454px;display:block; }
 }@media only screen and (max-width: 763px) { #N4g0KyQRESNgbSxBPaSHwFJ3RyaFFXFx { width:282px;height:264px;top:163px;left:18px;font-size:16px;color:#f0ffef;display:block; }
 }@media only screen and (max-width: 763px) { #ov1fvB4u3N6h0vOwPcDNbcQQNVXpJClD { width:310px;height:31px;top:42px;left:5px;font-size:24px;color:#e8ffe5;display:block; }
 }@media only screen and (max-width: 763px) { #hs2iHz4k9UDAGMdKZc8nZZHALiSFHCwz { width:309px;height:34px;top:76px;left:5px;line-height:.9;color:#e8ffe5;display:block; }
 }@media only screen and (max-width: 763px) { #qvUJUvXBCohsfTtvn5rrsOuw1qHteMJI { width:111px;height:12px;top:134px;left:103px;border-bottom:0;border-left:0;border-right:0;border-top:3px solid #f0ffef;display:block; }
 }@media only screen and (max-width: 763px) { #IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt { background-color:#ffffff;background-image:none;display:block; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { background-color: transparent; background-image: none; }#IWTBUxm70N8oMMtC3pbbt5Gi99FmtIzt > .row .container { width:320px;height:422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXfeVMsFEivBfM3prqZDf9f4ZzZtqUba { height:194px;display:block; }
 }@media only screen and (max-width: 763px) { #Z23R0GFGzdmyJ1itDQGzCDnHnO3kZZdX { width:106px;height:29px;top:71px;left:146px;text-align:center;text-align-last:center;line-height:1;z-index:100021;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #X2WkLqdEbUTWEBO7ZRPTUp01BKZ0zTqV { width:320px;height:27px;top:119px;left:0;font-size:21px;color:#1bbc9b;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ZP7u37idPAaZyCbnDChtHTwEbWeO6kzn { width:67px;height:67px;top:51px;left:79px;font-size:46px;z-index:100020;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #knNTkJuh76c7Ld69yTCZ1pv1dKfX3tl7 { height:228px;display:block; }
 }@media only screen and (max-width: 763px) { #ln7auWRNsTAo04yVc5zxPmtBzGdT88Vv { width:50px;height:50px;top:16.5px;left:89px;font-size:35px;z-index:100033;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #BaKwUm9ZbCWeDJHDGCvtAeRUoa2DBHJX { width:109px;height:29px;top:27px;left:129px;text-align:center;text-align-last:center;line-height:1;z-index:100032;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #fLOnuAZhqMidvvmoNPkclbGKJUo8asG5 { width:320px;height:135px;top:66.5px;left:0;font-size:21px;text-align:center;text-align-last:center;z-index:100034;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h { display:block; }#Xkl5g30NyOwLQV6cLB2hh9z6cdyoJ45h > .row .container { width:320px;height:1539px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1khhAgkQfpWA3Rfp3QecSZRN0Sc0OD { height:746px;display:block; }
 }@media only screen and (max-width: 763px) { #O0PwFczEgEnrnKsigxctf7SfINF5TxKQ { width:240px;height:54px;top:117px;left:42px;font-size:21px;text-align:center;text-align-last:center;z-index:100031;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #eVT1UA57GUw7DAO11pOKMlLn0Ni4qH3w { width:134px;height:28px;top:75px;left:106px;text-align:center;text-align-last:center;line-height:1;z-index:100023;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #EfsOFhRKVkcmlN4yTudZaxpPVCgbM7L6 { width:62px;height:62px;top:54px;left:77px;font-size:43px;z-index:100029;color:#1bbc9b;display:block; }
 }@media only screen and (max-width: 763px) { #iI9QvZ8CTZXlDbk5dLayhPeP0pH32GKH { width:314px;height:215px;top:232px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iNJ5RNLRogn3kdof1sNf9FPHUglWBFML { width:318px;height:239px;top:490px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XcDFTslPpzIw9ImS5U4o6z0Qy4JVmMXN { height:793px;display:block; }
 }@media only screen and (max-width: 763px) { #VD8GO9m0FWtFQAobUBrA2OJN0HtBP6ls { width:314px;height:215px;top:12px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UdyTQAICRtqTxnr7U9Le34J48N0zpWeQ { width:314px;height:235px;top:262px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WrARucB3CzA5rwkT7s3lle1Dq1COztKW { width:100px;height:100px;top:532px;left:0;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq { background-color:#12dfb6;background-image:none;display:block; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { background-color: transparent; background-image: none; }#OVZNO8gWcrwDCEz9IFT183rAiS1H6Kkq > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgr6PBNXrXqh975va81i8vw1grMd0AFo { height:365px;display:block; }
 }@media only screen and (max-width: 763px) { #cgc1ifJBymKNR9HtBPRNTXArZ8VslBUd { width:116px;height:116px;top:249px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #x46kNreh28TFrzoNlCTJWDU1snCuT955 { width:304px;height:61px;top:188px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #kSk9NinMfHqGM0fVATxSnTKmJeiHnVbO { display:block; }
 }@media only screen and (max-width: 763px) { #hndUhwuDeiqfJ7f2CTGzzL6qOhB8MMpr { width:320px;height:74px;top:62px;left:0;font-size:34px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1BVZeq06I4l2lB7oN7et4yNDRoxamge { width:320px;height:32px;top:136px;left:0;font-size:25px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }