.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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); }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -moz-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -ms-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -o-linear-gradient(90deg, #df4a8d, #50bbd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );";background-image: linear-gradient(90deg, #df4a8d, #50bbd3);position:relative;display:block; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container { background-color: transparent; background-image: none; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container > .video-iframe-container { display: none; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row > .video-iframe-container { display: none; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .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); }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container { border-width: 0; border-radius: 0; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106px;width:388px;top:0px;left:286px;overflow:hidden;display:block; }
#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { background-color:transparent;background-image:url("https://images.assets-landingi.com/cK6lCP7g/0.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { background-color: transparent; background-image: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.24); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.24); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .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); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { border-width: 0; border-radius: 0; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { font-size:14px;font-family:"open sans";height:566px;width:960px;overflow:visible;position:relative;display:block; }#pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -moz-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -ms-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -o-linear-gradient(112deg, #2e87b3, #41b2ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e87b3', endColorstr='#41b2ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e87b3', endColorstr='#41b2ec' );";background-image: linear-gradient(112deg, #2e87b3, #41b2ec);border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:1px solid #09699d;border-bottom:1px solid #09699d;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 10px 6px 1px rgba(131,46,84,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:108px;height:57px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.9921875px;left:58.2421875px;display:none; }
#Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { color:#df4a8d;display:block;width:590px;position:absolute;font-family:kids;font-size:39px;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:105.99609375px;left:370px;height:108px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.44);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;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:488px;width:543px;top:30px;left:2px;display:block; }
#ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { color:#9b244c;display:block;width:436px;position:absolute;font-family:kids;font-size:34px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:82.5px;left:524px;height:132px;text-align:center;text-align-last:center;display:block; }
#FoGNztmrpHkIeWhAP3WRLRV8rnVMQZ7E { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:4px solid #9b244c;border-left:4px solid #9b244c;border-right:4px solid #9b244c;border-bottom:4px solid #9b244c;border-top-left-radius:91px;border-top-right-radius:91px;border-bottom-left-radius:91px;border-bottom-right-radius:91px;height:58px;width:449px;top:381px;left:33px;display:block; }
#ETqNknUCl5UKTckRSpl8ohBSsXAgElQL { z-index:100005;top:400px;left:83px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(178deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(178deg, #ffffff, #ffffff);background-image: -o-linear-gradient(178deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #ffffff, #ffffff);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:122px;height:29px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vJlsTgR1i6p7IFXhucuoxPqTzwHBdfdw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { color:#9b244c;display:block;width:502px;position:absolute;font-family:"sari 3";font-size:15px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:351px;left:0px;height:19px;text-align:center;text-align-last:center;display:block; }
#KnVLwGbnviIcQAwQPdaXNAvZ2tlKQToL { color:#9b244c;display:block;width:217px;position:absolute;font-family:"sari 3";font-size:24px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:320px;left:111px;height:31px;text-align:right;text-align-last:right;display:block; }
#PLe7y0daJlWlbCAtlcu9xZvKInBy4qmP { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:4px solid #9b244c;border-left:4px solid #9b244c;border-right:4px solid #9b244c;border-bottom:4px solid #9b244c;border-top-left-radius:91px;border-top-right-radius:91px;border-bottom-left-radius:91px;border-bottom-right-radius:91px;height:58px;width:449px;top:254px;left:45px;display:block; }
#BfFAt24SWL9unmu0XuDdxkXzRLgL4n3I { z-index:100001;top:273px;left:95px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(178deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(178deg, #ffffff, #ffffff);background-image: -o-linear-gradient(178deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(178deg, #ffffff, #ffffff);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#011d2f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:122px;height:29px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FqiSnu3TEVv5xtpk89SH5wdWaOXMKMuB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { color:#9b244c;display:block;width:249px;position:absolute;font-family:"sari 3";font-size:22px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:273px;left:227px;height:28px;text-align:right;text-align-last:right;display:block; }
#VHmGxdVvzkEzkzpRVSzhctiw8Fp3i3Xl { color:#9b244c;display:block;width:200px;position:absolute;font-family:"sari 3";font-size:22px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:400px;left:257px;height:28px;text-align:right;text-align-last:right;display:block; }
#mfdotLOVKOHUw3wITDf9D897BJ06vBxh { color:#9b244c;display:block;width:462px;position:absolute;font-family:"sari 3";font-size:24px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:82.5px;left:63px;height:93px;text-align:center;text-align-last:center;display:block; }
#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b244c;background-image:url("https://images.assets-landingi.com/U6NMj2Ad/Secret_to_Feeding_Your_Kiddos_Photo_1024x768.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { background-color: transparent; background-image: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container > .video-iframe-container { display: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row > .video-iframe-container { display: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .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); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { border-width: 0; border-radius: 0; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { font-size:14px;font-family:arial;height:419px;width:960px;position:relative;display:block; }#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-form-header {  }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:13px;font-weight:700;color:#070571;width:307px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;overflow:hidden;line-height:1.7; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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-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:307px;box-sizing:border-box;height:50px;color:#7f1aa9;font-size:14px;overflow:hidden;font-family:"sari 3";text-align:center;text-align-last:center; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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-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:307px;box-sizing:border-box;height:70px;color:#7f1aa9;font-size:14px;overflow:hidden;font-family:"sari 3";text-align:center;text-align-last:center; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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:307px;box-sizing:border-box;height:37px;color:#000000;font-family:kids;font-size:16px;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-checkbox { width:16px;height:16px;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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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:#644593;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:400;color:#f2f9ff;width:307px;height:55px;font-family:kids;overflow:hidden;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-moz-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-moz-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:285px;overflow:hidden;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container:first-of-type{padding-top:0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container:last-of-type{padding-bottom:0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { background-color:rgba(255,250,251,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:55px;left:610px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:307px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { background-color:rgba(255,250,251,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:55px;left:610px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y { position:relative; }
#aTvJM1aoOMGgWxP6DS0Qn4WF1XZfVwLQ { position:relative;display:block; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ { position:relative; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk { position:relative; }
#ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { color:#d9b1dc;display:block;width:350px;position:absolute;font-family:kids;font-size:34px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:11px;left:610px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { background-color: transparent; background-image: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .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); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { border-width: 0; border-radius: 0; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { font-size:14px;font-family:"open sans";height:720px;width:960px;position:relative;display:block; }#TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { color:#000000;display:block;width:693px;position:absolute;font-family:kids;font-size:32px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:46.97265625px;left:160.984375px;height:41px;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; }
#v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { color:#000000;display:block;width:462.988px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:183.73046875px;left:399.9609375px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { color:#000000;display:block;width:380px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:105.09765625px;left:482.94921875px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afRoSlMWtaeltrg7CghMseJXKJMa5y8H { color:#000000;display:block;width:170px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:251.23046875px;left:692.94921875px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { color:#644593;display:block;width:666px;position:absolute;font-family:kids;font-size:36px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:345.96484375px;left:159.5078125px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { color:#000000;display:block;width:348.984px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:595.7421875px;left:513.96484375px;height:36px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { color:#000000;display:block;width:253.965px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:525.7421875px;left:608.96484375px;height:36px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fIgkUFwSsOIDXF2y4pasB1EogHsensSp { color:#000000;display:block;width:453.984px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:457.87109375px;left:408.96484375px;height:36px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { color:#000000;display:block;width:287.988px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:666.19140625px;left:574.9609375px;height:36px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:273.984px;width:182.988px;top:28.33984375px;left:35px;overflow:hidden;display:block; }
#W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { box-sizing:content-box;color:#f18da7;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:100029;top:39.47265625px;left:872.9296875px;display:block; }
#byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { box-sizing:content-box;color:#f18da7;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:100030;top:99.47265625px;left:872.9296875px;display:block; }
#nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { box-sizing:content-box;color:#f18da7;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:100031;top:168.984375px;left:872.9296875px;display:block; }
#X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { box-sizing:content-box;color:#f18da7;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:100032;top:238.984375px;left:872.9296875px;display:block; }
#hmElMaeMZvrizpzeTThVERBKxzXq2ASH { position:absolute;display:block;z-index:100033;background-color:#644593;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:700px;top:332.96875px;left:135.44921875px;display:block; }
#BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { box-sizing:content-box;color:#f18da7;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:100035;top:581px;left:877px;display:block; }
#LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { box-sizing:content-box;color:#f18da7;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:100036;top:651px;left:877px;display:block; }
#n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { box-sizing:content-box;color:#f18da7;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:100034;top:511px;left:877px;display:block; }
#FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { box-sizing:content-box;color:#f18da7;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:100033;top:451px;left:877px;display:block; }
#SSCv86dwGanimpeidSBTpTV5keffwM6h { position:absolute;display:block;z-index:100034;background-color:#644593;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:700px;top:402.96875px;left:145.44921875px;display:block; }
#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { background-color: transparent; background-image: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container > .video-iframe-container { display: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row > .video-iframe-container { display: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .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); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { border-width: 0; border-radius: 0; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { z-index:100000;top:30px;left:376px;background-color:#644593;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:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: 0 3px 0 #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:63.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mAofSBqcGuto6fTzFvaf1qUecfcznvLd { color:#000000;display:block;width:368.984px;position:absolute;font-family:kids;font-size:26px;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:125px;left:296px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414247;background-image:none;position:relative;display:none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { border-width: 0; border-radius: 0; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { font-size:14px;font-family:"open sans";height:261px;width:960px;position:relative;display:none; }#sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { color:#df4a8d;display:block;width:467px;position:absolute;font-family:kids;font-size:69px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.453125px;left:493.2421875px;height:89px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { color:#ffffff;display:block;width:467px;position:absolute;font-family:kids;font-size:20px;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:102.4453125px;left:478.21875px;height:128px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { position:absolute;display:block;z-index:100033;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:181.997px;width:181.997px;top:33.472224235535px;left:60.9375px;overflow:hidden;display:block; }
#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33a4be;background-image:none;position:relative;display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { background-color: transparent; background-image: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .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); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { border-width: 0; border-radius: 0; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { font-size:14px;font-family:"open sans";height:300px;width:960px;position:relative;display:block; }#WErABTVTGI8ApztIpBI7DMTpEIeysw2W { color:#ffffff;display:block;width:530.99px;position:absolute;font-family:kids;font-size:46px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.003387451172px;left:214.47915649414px;height:59px;text-align:center;text-align-last:center;display:block; }
#Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { color:#ffffff;display:block;width:725.996px;position:absolute;font-family:kids;font-size:29px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:139.90234375px;left:106.97265625px;height:111px;text-align:center;text-align-last:center;display:block; }
#ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { box-sizing:content-box;color:#ffffff;font-size:41px;font-weight:400;line-height:1;height:59px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:80.9296875px;left:471px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr { display:block; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { top:0px;left:188px;width:388px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:106px;height:57px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:590px;height:107px;top:105px;left:174px;font-size:39px;display:none; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:543px;height:488px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { top:82px;left:328px;width:436px;height:132px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FoGNztmrpHkIeWhAP3WRLRV8rnVMQZ7E { top:381px;left:0px;width:449px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ETqNknUCl5UKTckRSpl8ohBSsXAgElQL { top:400px;left:0px;width:122px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #vJlsTgR1i6p7IFXhucuoxPqTzwHBdfdw { display:block; }
 }@media only screen and (max-width: 763px) { #sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { top:351px;left:0px;width:502px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KnVLwGbnviIcQAwQPdaXNAvZ2tlKQToL { top:320px;left:13px;width:217px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PLe7y0daJlWlbCAtlcu9xZvKInBy4qmP { top:254px;left:0px;width:449px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #BfFAt24SWL9unmu0XuDdxkXzRLgL4n3I { top:273px;left:0px;width:122px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FqiSnu3TEVv5xtpk89SH5wdWaOXMKMuB { display:block; }
 }@media only screen and (max-width: 763px) { #vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { top:273px;left:129px;width:249px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VHmGxdVvzkEzkzpRVSzhctiw8Fp3i3Xl { top:400px;left:159px;width:200px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mfdotLOVKOHUw3wITDf9D897BJ06vBxh { top:82px;left:0px;width:462px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 { display:block; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:280px;height:auto;top:135px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:280px;height:auto;top:135px;left:0px; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y {  }
 }@media only screen and (max-width: 763px) { #aTvJM1aoOMGgWxP6DS0Qn4WF1XZfVwLQ { display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk {  }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:350px;height:44px;top:11px;left:414px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:693px;height:41px;top:46px;left:62.984375px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:462px;height:36px;top:183px;left:301.9609375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:380px;height:38px;top:105px;left:384px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:170px;height:38px;top:251px;left:594px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:665px;height:46px;top:345px;left:61.5078125px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:348px;height:36px;top:595px;left:415.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:253px;height:36px;top:525px;left:510.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:453px;height:36px;top:457px;left:310.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:287px;height:36px;top:666px;left:476.9609375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { width:182px;height:272.50468883205px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { top:39px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { top:99px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { top:168px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { top:238px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { top:332px;left:37.44921875px;width:700px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { top:581px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { top:651px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { top:511px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { top:451px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { top:402px;left:47.44921875px;width:700px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:30px;left:278px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:368px;height:36px;top:125px;left:198px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:466px;height:88px;top:13px;left:298px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:466px;height:124px;top:102px;left:298px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { top:33px;left:0px;width:181px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { top:13px;left:116.47915649414px;width:530px;height:58px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { top:139px;left:8.96875px;width:725px;height:111px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { top:80px;left:373px;width:57px;height:59px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr { display:block; }#Hh5KUFdbzV0BKquoX3mwBnOTtGe64ihr > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { width:320px;height:87.4219px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { background-color:transparent;background-image:url("https://images.assets-landingi.com/cK6lCP7g/0.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { background-color: transparent; background-image: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.68); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.68); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .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); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { width:320px;height:362px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:66.03125px;height:44px;top:0.984375px;left:0.2578125px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:320px;height:0;top:624.96875px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#000000;line-height:1.6;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:320px;height:488px;top:30px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZE2fdBt1JSopBkb56UxI76vSebm22fH3 { width:320px;height:87px;top:591.96875px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #FoGNztmrpHkIeWhAP3WRLRV8rnVMQZ7E { width:312px;height:58px;top:287px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ETqNknUCl5UKTckRSpl8ohBSsXAgElQL { top:306px;left:12px;width:122px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #vJlsTgR1i6p7IFXhucuoxPqTzwHBdfdw { display:block; }
 }@media only screen and (max-width: 763px) { #sbVUXGTkpVGVymf4l0pnGkCc285TLlNo { width:320px;height:38px;top:241px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KnVLwGbnviIcQAwQPdaXNAvZ2tlKQToL { width:217px;height:31px;top:210px;left:12px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PLe7y0daJlWlbCAtlcu9xZvKInBy4qmP { width:312px;height:58px;top:144px;left:0px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #BfFAt24SWL9unmu0XuDdxkXzRLgL4n3I { top:163px;left:12px;width:122px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FqiSnu3TEVv5xtpk89SH5wdWaOXMKMuB { display:block; }
 }@media only screen and (max-width: 763px) { #vJsHlJ6dVefJJe97f7eVa6xuuuOM8O6w { width:200px;height:46px;top:154px;left:120px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHmGxdVvzkEzkzpRVSzhctiw8Fp3i3Xl { width:200px;height:23px;top:309px;left:109px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mfdotLOVKOHUw3wITDf9D897BJ06vBxh { width:320px;height:112px;top:19px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 { background-color:#9b244c;background-image:url("https://images.assets-landingi.com/U6NMj2Ad/Secret_to_Feeding_Your_Kiddos_Photo_1024x768.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { background-color: transparent; background-image: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container > .video-iframe-container { display: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row > .video-iframe-container { display: none; }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .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); }#Je3GXPwauy1BdWCg8syCo3rPrdfO7nc5 > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:280px;height:auto;top:91.96875px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:280px;height:auto;top:91.96875px;left:0px; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y {  }
 }@media only screen and (max-width: 763px) { #aTvJM1aoOMGgWxP6DS0Qn4WF1XZfVwLQ { display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk {  }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:319.969px;height:57px;top:17px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { background-color:#ffffff;background-image:none;display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { background-color: transparent; background-image: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .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); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { width:320px;height:1309px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:312.969px;height:60px;top:140.969px;left:3px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:252.984px;height:60px;top:410.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:252.984px;height:30px;top:290.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:252.984px;height:30px;top:560.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:320px;height:60px;top:704.969px;left:0px;text-align:center;text-align-last:center;font-size:19px;color:#f10078;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:252.984px;height:30px;top:1077.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:252.984px;height:30px;top:957.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:252.984px;height:60px;top:807.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:252.984px;height:30px;top:1197.969px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { width:62.9688px;height:100.969px;top:20px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #W05XHbVGguEkwTtdNupT0ZplAe7Q02Fm { width:50px;height:50px;top:220.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { width:50px;height:50px;top:340.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { width:50px;height:50px;top:490.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { width:50px;height:50px;top:610.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { width:320px;height:4px;top:680.969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { width:50px;height:50px;top:1127.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { width:50px;height:50px;top:1247.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { width:50px;height:50px;top:1007.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { width:50px;height:50px;top:887.969px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { width:320px;height:3px;top:784.969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:20px;left:60px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:306.984px;height:30px;top:103px;left:6px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:320px;height:485px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:320px;height:52px;top:218px;left:0px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:320px;height:180px;top:290px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { width:181px;height:181px;top:12.96875px;left:63.489586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { width:320px;height:37px;top:4.96875px;left:0.2578125px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { width:320px;height:148px;top:117.984375px;left:0.2578125px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { width:57px;height:59px;top:43.96875px;left:131.484375px;font-size:41px;display:block; }
 }